All Questions

19771 questions


1 answers
418 views
0
I want to detect the lower half of the image with python.

Please let me know the code to detect only the lower half of the image.

2 years ago

1 answers
340 views
0
I want to reflect multiple content files on a particular site, but only one of them is reflected.

manifest_version: 3,content_scripts:[ { matches: [ https://www.test.com/* ], js: [ test-1.js ] }, { matches: [ https://www.test.com/* ], js: [ test-2.js ] } ],For example, if you c...


1 answers
497 views
0
The audio tag does not play mp3 files.

Run Environmentexcludejava 1.8payaraserver version 5built in the environment.Dynamic web project name|||src| main | |- java | || -resources ||webapp    |   | metalf   | webinf   |   sample.mp3   test....


2 answers
394 views
0
I don't know why pygame specifies self as an argument when generating instances.

I'm a Python beginner.While learning from the basics through reference books, we are learning using pygame as an application.I don't understand why you specify self as the argument for Ship() when you...

2 years ago

1 answers
382 views
0
Cannot be separated by commas when reading csv in Pandas

When you read csv in Pandas, you cannot separate it with commas.As shown, column 1 appears.I also tried the delimiter, but there is no change.Is there anything missing?Additional ---------------------...

2 years ago

1 answers
436 views
0
How can I change the inspector-style sheet of the verification tool?

I am creating a site with WordPress.I'm an amateur.If you look at what you want to change in the verification tool, you can see that the element style is The file name is inspector-stylesheet.That's t...

2 years ago

1 answers
453 views
0
MySQL crashed

I am using MySQL installed from Homebrew on my Mac.When I tried to launch MySQL, ERROR!The server quit without updating PID file(/usr/local/var/mysql/****.pid).failed to boot with the boot.For /usr/lo...

2 years ago

1 answers
248 views
0
I want to expand the list in DataFrame cells in the column direction

Now we have DataFrame listed in each of the following cells:import pandas as pddf = pd.DataFrame( {'x':[['Li', 'C', ['Li', 'N', ['Li', 'O']},}, index=[1,2,3])I would like to process this DataFrame as ...

2 years ago

1 answers
321 views
0
Scala is unable to execute code successfully.

After setting up the scala development environment and executing the following code, There is an error and it cannot be executed properly.How can I start it well?object Hello { defmain(args:Array [Str...

2 years ago

1 answers
342 views
0
I want to select SymbolRenderingMode in ForEach in SwiftUI, but I get a runtime error (Thread1: EXC_BAD_ACCESS).

.symbolRenderingMode(SymbolRenderingMode) is an option for viewing SF Symbols in SwiftUI's Image, but I want Picker and ForEach to display all options so that the UI can select them, but I implement t...

2 years ago
« - 109 - »

© 2024 OneMinuteCode. All rights reserved.