All Questions

19771 questions


1 answers
301 views
0
Error running Python program: UnicodeDecodeError

When I run the following program from Atom, I get an error.Please let me knowerror:Traceback (most recent call last): File C:\Users\Katsu\Desktop\python\python.py, line 6, in <module> data=f.rea...

2 years ago

1 answers
347 views
0
How to Load Files Under the War Folder in WildFly

I am using WildFly 18.0.1 under Linux.There is test.txt under the war folder WEB-INF/classes/.What should I do if I press a specific button on my browser to read the contents of the test.txt file and ...

2 years ago

1 answers
380 views
0
I want it to be displayed so that the Button title on the storyboard is aligned to the right.

This is my first time to ask a question after I just started programming, so please forgive me if there is anything that doesn't work out.Using the Xcode storyboard, I'm trying to create an arrangemen...

2 years ago

1 answers
355 views
0
How to enter the username and password of the proxy when starting Firefox on Selenium in Python

When starting Firefox with Selenium in Python, you are asked to enter the username and password of the proxy as shown in the image below.Could you tell me how to enter this from the Python script?My e...


1 answers
469 views
0
Where can I get the CXD5602 datasheet?

CXD5602's nuttx usb function device driver is not functional enough, so I'm thinking of writing a new one.However, the CX5602 documentation did not provide any details (defining registers, behavior) a...

2 years ago

1 answers
341 views
0
I don't understand how to write Rails routing.

When I was looking at Rails routing, there was a description that I didn't understand, so I would like to ask you a question.Am I correct in understanding that I will go to see the sample#show when I ...

2 years ago

1 answers
461 views
0
Scraping automatically translates some of the text into English

I have a question about Selenium scraping.I am currently writing a scraping script for the ↓ page.https://www.gakujo.ne.jp/2022/company/baseinfo/22242/environmentMacBook ProGoogle ChromeJupiter Notebo...


1 answers
360 views
0
I want EmEditor not to send confirmation messages to specific extensions every time.

Thank you for your help.If you try to open a file in EmEditor if it is not in a legitimate text format Contains characters that cannot be converted with the specified encoding… and checks every time t...

2 years ago

1 answers
296 views
0
I want python to display square images in any order like tiles.

I think I'm erasing the gaps with wspace and hspace, but the image after execution has an unnatural gapdefketugou (path, outpath, zyunban, tate, yoko): d = [ ] for i in range (tate*yoko): img=Image.o...

2 years ago

1 answers
270 views
0
a program that finds the maximum value of each column and obtains the minimum value from it

Sorry for the daily questions.I want to create a program that reads the maximum value for each column from a text file and reads the minimum value from the maximum value, but I don't know what to do.T...

c
2 years ago
« - 143 - »

© 2024 OneMinuteCode. All rights reserved.