All Questions

19771 questions


1 answers
473 views
0
Please tell me JavaScript2

I understand that the syntax highlights are that the colors of = and console.log in JavaScript are red or blue.As for the continuation of the previous question, is it correct that you can normally rea...

2 years ago

1 answers
281 views
0
After installing pip, the pip3 command is available, but the pip command is not found.

Installation—pipe 20.1.1 documentationBased on the procedures on the site above, I ran the following commands in order, and now I can use the pip3 command, but I can't find the pip command. curl https...

2 years ago

1 answers
421 views
0
I want to read NFC tag data only while I press the button on Android.

On Android, there is a button on the screen, and I want to read NFC tags only while I press that buttonI'm trying to do it with the code below, but when I put the NFC card close while I was pressing t...

2 years ago

1 answers
464 views
0
I can't use textInputLayout on Android Studio

How do I use textInputLayout in Android studio?I looked it up on Google and it seems that the support has already ended, so please let me know what I can do instead.

2 years ago

1 answers
237 views
0
I want java to unify the number of continue in the for statement.

I want to make the number of continue in the for statement one in java I'm analyzing using sonarqube, but I get an error asking to make the number of continue one, but I don't know how to deal with it...

2 years ago

1 answers
304 views
0
Defining a Function to Extract a Specific String in Python Regular Expressions

There is a data frame containing the URL as shown below.I would like to extract the values of certain parameters here and create a new column to replace them.df=pd.DataFrame({'ulr':['https://www.shop....


1 answers
472 views
0
Error when pip install github3 is run on kali-linux.

Kali-Linux-2020.2-vmware-i386Python—Python 2.7.18pip:20.0.2ERROR: Command errored out with exit status1: command: /usr/bin/python/usr/share/python-wheels/pep517-0.8.2-py2.py3-none-any.whl/pep517/_in_p...

2 years ago

2 answers
383 views
0
I want to resolve the error that occurs when I run "Deploy Branch" on Heroku

I would like to permanently run the Discord Bot I created using Heroku.I'm working with GitHub now, but I don't know if the method is right.I just created a repository on GitHub and moved the program ...

2 years ago

1 answers
364 views
0
Only button EXECUTE_B appears in the DroidScript.

ボタンTwo buttons.How do I display EXECUTE_A and EXECUTE_B?②Please tell me how to pass the new Date arguments at once.Thank you for your cooperation.(Reference) roDroidScript

2 years ago

2 answers
345 views
0
I want to understand regular expressions that check HTML start and end tags.

I'd like to validate the start and end tags of HTML tags in Java, but I'd like to understand the regular expression.(\\s*(?:/\\s*)?[tag name](?:\\s*|\\s+[^>]+))(?:>|(?=<)|$(?!\\n)))I found a ...

2 years ago
« - 159 - »

© 2024 OneMinuteCode. All rights reserved.