All Questions

19771 questions


1 answers
135 views
0
I want to calculate the inner product of Navra.

I would like to calculate the inner product ··b using ((nabra), but how can I do it from here?I want to print 3.import numpy as npx = Symbol ('x')y = Symbol('y')z = Symbol ('z')del_x = np.gradient(,dx...

2 years ago

1 answers
32 views
0
What causes the program to display python name error name 'ture' is not defined?

I am a person with a python experience of 3 months.No matter how many times I rewrite it python name error name 'ture' is not definedappears.By the way, this computer is Windows 7, is that relevant?

2 years ago

1 answers
122 views
0
How to take a screenshot

I would like to take a full screenshot of TextView, but even if I scroll through TextView, I would like to take a screenshot of the parts that I can't see, but I can't see the parts that I can't see i...

2 years ago

1 answers
133 views
0
Using sort_keys with python3's json.dumps Does Not Go Natural

If you create a function in the following form and produce the results, 1,11,99,100 will not be in natural order in the following form. 1,100, 11,99Is there any way, please let me know.def score_summa...

2 years ago

1 answers
70 views
0
Can I use unity offline?

It's just as the title says.The unity installation is complete and ready to use.

2 years ago

1 answers
84 views
0
How to Read External HTML Files in jest

I would like to conduct a test using the JEST framework.The JEST document writes HTML using document.body.innerHTML as shown below.Is there a way to view an external HTML file without using document.b...

2 years ago

2 answers
44 views
0
Unable to convert string to integer.

I have data that contains the following string, and I want to make the first column an integer, but it doesn't work and I get an error.Why is that?I'm not sure.The data is as follows.['id_NO', 'PROC_Y...

2 years ago

2 answers
163 views
0
If docker is installed on snap, docker-compose will not find docker-compose.yml except under the home directory

OS:ubuntu 18.04 LTSIf you install docker on snap, you can create a directory under the root directory, place docker-compose.yml, and do docker-compose up with the following error:The directory under t...


1 answers
188 views
0
Anaconda installs pyqt4 but gets ImportError: No module named PyQt4

Obviously, PyQt4 looks like it's possible, but I'm having trouble getting a no module.There is no pyqt4 in the pip list.It is on the conda list.hogenoMacBook-puro:~hoge$pyuic4Traceback (most recent ca...


1 answers
91 views
0
Password reset function implemented in AWS Cloud 9 does not work in heroku

I read chapter 12 of the Rails tutorial and deployed it to heroku.When I sent an existing email address, an error similar to the one shown below occurred.I can send it in the Rails environment.For som...

2 years ago
« - 173 - »

© 2024 OneMinuteCode. All rights reserved.