All Questions

19771 questions


1 answers
454 views
0
Create a page that automatically multiplies three numbers

I'm solving HTML and Javascript practice questions for beginners.Have the user enter three numbers and create a web page that automatically multiplies them.(Use HTML form instead of Javascript alert o...

1 years ago

2 answers
350 views
0
I want to speed up the process of integration and linear storage in Pandas, numpy.

I'm creating software for numerical analysis on Python, but it takes time and I want to speed it up.After analyzing with cProfile, we found that the following two functions, integr() and scipy's inter...

1 years ago

1 answers
250 views
0
I would like to do sudo management with openLDAP (2.4.44)

I want to control which commands can be sudoed in the LDAP server configuration, but I don't know the general procedure.I read blog posts and other articles, but by reading the schema of sudoes, I can...

1 years ago

1 answers
332 views
0
I want SpringBoot to be able to send type="date" empty

I'm creating an app with SpringBoot, and I want to be able to send it empty without entering a date.However, if you send it empty, the type conversion from String type to Date type will be obvious, bu...


1 answers
299 views
0
Time stops when the Python timer button is pressed

I'd like to make a timer for school special activities.I made the time count and the buttonsI don't know how to stop time when the button is pressed.I'm applying what I've learned, so I'd like to add ...

1 years ago

1 answers
309 views
0
How do I implement automatic login in a Python Jango framework environment?

Hi, how are you?On the web page of the Python Jango framework environment,When you click a specific link after logging in as a user named AWith the user account information named B stated on the link,...

1 years ago

1 answers
424 views
0
Python binary search tree

In this way, I want to create a program that uses Python binary search trees to store contacts, how should I do it?


1 answers
290 views
0
Masters, please give me the code for making Python Excel file

In short, I want to create an Excel file that stores all phone numbers, but it's a phone number that doesn't have more than three digits in xxxx or yyyy.

1 years ago

1 answers
456 views
0
sql query questions

Hello, I'm a marketer who is using SQL little by little. I'm asking you this question because I had a hard time filling out queries during workFirst of all, the table is shown below.TS Category Member...

sql
1 years ago

1 answers
388 views
0
JPGE image is not displayed in Tkinter

What's troubling youThe JPEG image is not displayed on Tkinter.png images and ico images are recognized, but only jpeg is impossible.I have installed the pillow before executing the code, but it doesn...

1 years ago
« - 43 - »

© 2024 OneMinuteCode. All rights reserved.