All Questions

19771 questions


1 answers
415 views
0
python import error

To manage passwords when logging in with FlaskAs I use werkzeug, I write as follows, but I get an import error.I've been looking into various things today, but I don't know what's wrong.Thank you for ...

1 years ago

1 answers
321 views
0
I don't know how to manage sudo's policies in openLDAP

I want to control which commands can be sudoed in the LDAP server configuration, but I don't know how to do it.I have read blog posts, and I wonder if loading the sudoors schema will enable the LDAP s...

1 years ago

1 answers
420 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
490 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
376 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

1 answers
362 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
351 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
400 views
0
Understanding Errors in Public Key Authentication

I'd like to authenticate the public key using the ssh2_auth_pubkey_file function in PHP.I am having a hard time because I cannot authenticate with the following message.If you have any advice such as ...

1 years ago

1 answers
432 views
0
Understanding Errors in Public Key Authentication

I'd like to authenticate the public key using the ssh2_auth_pubkey_file function in PHP.I am having a hard time because I cannot authenticate with the following message.If you have any advice such as ...

1 years ago

1 answers
254 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
« - 42 - »

© 2024 OneMinuteCode. All rights reserved.