All Questions

19771 questions


1 answers
332 views
0
I'm using Sympy on JupiterNotebook, but I'm having trouble getting an error.

I would appreciate it if you could tell me how to solve it.TypeError: 'map' object is not subscriptable The programs you would like to run are as follows:There is no error up to the #parameter (real n...

2 years ago

1 answers
341 views
0
The web application on the local server cannot be displayed at the URL to which the remote server is transferred.

Prerequisites/What you want to achieveWhen I transfer the web application file created in Django, Python, to the remote server using the command prompt, I get the following error at the destination UR...

2 years ago

1 answers
271 views
0
To select two select boxes to display messages, etc.

To select two select boxes to display messages, etc.~I want to complete the fare search program~Now, if you select it in the select box, you will see a message.<script type=text/javascriptlanguage=...

2 years ago

1 answers
347 views
0
I want to display images continuously using the for statement.

import globfrom PIL import Image Enter code here image_paths=glob.glob('test_data/test/'+*.jpg) image_paths = [ image_paths ] for in image_paths: img=Image.open(i)AttributeError Traceback (most recen...

2 years ago

1 answers
392 views
0
The registration process does not work with laravel.

After entering characters using the store mezzot, when I press the registration button, I want to do the registration process and add it to the list screen, but I got the following error, so it doesn'...

2 years ago

1 answers
342 views
0
Import with import filename from 'folder path';

I saw that the code drawn in React is used as follows, but since the export name is Index, import Index from 'hoge'; looks correct. Can I still use the Index component like <hoge/>?I would appre...


1 answers
490 views
0
How do I perform register operations for SPESENSE?

I would like to operate the SPESENSE register directly in the Arduino IDE 1.8.13 environment.I read the official development guide Fast digital I/O below.https://developer.sony.com/develop/spresense/d...

2 years ago

1 answers
226 views
0
How to Make Your Own Class Key to a Map

Do you ever specify your own class in the map key as follows?However, self-made classes do not override equals and hashCode and It's just like using a reference address as a key.Person p1 = new Person...

2 years ago

2 answers
360 views
0
How to write .htaccess in multilingual site distribution

We are currently creating a multilingual site with the following configurations.English version: /enJapanese version: /jaChinese version: /zhRewriteBase/RewriteCond%{HTTP:Accept-Language}^ja [NC]Rewri...

2 years ago

2 answers
372 views
0
Want to calculate average from comma separated text files [closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed to 3 months agoThree months agoExample Weather.txt has monthly average data ...

2 years ago
« - 105 - »

© 2024 OneMinuteCode. All rights reserved.