All Questions

19771 questions


1 answers
391 views
0
When I write my IP and arbitrary hostname in the Hosts file and access it with the hostname written in the address bar of the explorer, I cannot access it.

When you enter your IP and any hostname in the Hosts file and access it with the hostname listed in the Explorer address bar, the credentials appear and you enter the allowed user ID and password, but...


1 answers
386 views
0
The image linked to the content of Content cannot be displayed as vue.Error—Cannot read property 'fields' of undefined (Cannot get image)

I want to create an article in Contentful and retrieve it in vue, but I can't get an image linked to the article...(I created articles with Contentful and get them with Vuex.But, I can't get the image...

2 years ago

1 answers
360 views
0
Measuring the Transmit Traffic for Scraping Traffic

For example, suppose you run the following file as a sample:What exactly should I do to measure incoming and outgoing traffic?(Source https://techacademy.jp/magazine/20930) (python)import requestsfrom...


1 answers
292 views
0
SPRESENSE It's hard to put them to sleep (arduino)

Normally, I put SPRESENSE in a sleep state and try to get up with a tap switch (buttonPower).In the sketch setup, there are the following steps, and if the button changes, you will reach a routine (re...

2 years ago

1 answers
370 views
0
In import pandas, SyntaxError appears for pandas/init.py.

When I run the python file on the terminal, I get the following error:python path/filename.pyTraceback (most recent call last): File/Users/xxx/Desktop/Python/test.py, line 5, in <module> import ...

2 years ago

1 answers
352 views
0
The error could not have occurred when running source hoge.env on C Shell.

hoge.csh#!/bin/csh-fsource hoge.env[EOF]hoge.env#Originally set the environment variable hereset | grep-aversion# version displayechhhho The End [EOF]Run Results$./hoge.cshversion tcsh6.17.00 (Astron)...

2 years ago

1 answers
301 views
0
I want to make eight shapes (6,1) data in python 3 in the form (8,6)

Could someone tell me how to convert 8 Shape (6,1) data into (8,6) data?For example print(A.shape) is (6, 1)(6, 1)(6, 1)(6, 1)(6, 1)(6, 1)(6, 1)(6, 1)to becomeprint(B.shape)(8,6)I'd like to do somethi...

2 years ago

3 answers
244 views
0
I want to create msi and exe files from exe files using InnoSetup.

Thank you for your help.I have little knowledge of installers, so I have not tried anything, and I can only ask questions.Please understand.I would appreciate it if you could introduce me to a website...

2 years ago

1 answers
379 views
0
Rspec Does Not Test Confirm Dialog

I am currently creating a test under spec/system as follows, but it does not work.Only the following articles are up to date on Rspec confirm.I don't know how to solve it.I would appreciate it if you ...


1 answers
353 views
0
I'd like to draw a bar graph with seaborn, but how can I color-coded edgecolor with pelette?

As shown in the image, edgecolor is color-coded, but how do I distinguish colors like striplot?import numpy as npimport matplotlib.pyplot aspltimport pandas aspdimport seaborn as snsimport random%matp...

2 years ago
« - 166 - »

© 2024 OneMinuteCode. All rights reserved.