All Questions

19771 questions


1 answers
477 views
0
I want to get the url of window.open() implemented in the site by browser extension before opening it.

The whole thing you want to doIn order to prevent transitions to phishing sites by notifications in the site, if notifications using Notification api are detected in the site, the title and body conte...


1 answers
364 views
0
Program Simplification

What do you want to solveI'm taking cluster IDs of clustered data from zero in order to eliminate duplicates and save them, but when I want to increase the number of clusters, I can't create programs ...

1 years ago

2 answers
359 views
0
Expected b'battery_v'but got b'battery:...' error communicating with Pisgar3

The raspberry pie is equipped with a UPS called pisugar3 to obtain voltage and battery capacity from pisugar every 5 seconds.It works at the beginning of the program, but after about 20 minutes of mov...


2 answers
483 views
0
I want to download the csv file scraping from the site.

1. I would like to download only the November 7 vegetable price csv file from the following site.https://www.seisen.maff.go.jp/seisen/bs04b040md001/BS04B040UC020SC001-Evt001.doThe site itself can be d...

1 years ago

1 answers
432 views
0
swiftui alert type 'CGFloat' has no member 'main'

In swiftuiTextEditor(text:$text).frame (width:.main.bounds.width*0.8, height:200)If so, Type 'CGFloat' has no member 'main' The alert appears.Before that, I had UISscreen.I also got an alert with UIKi...

1 years ago

2 answers
223 views
0
I want to solve the problem that there is a TypeError in while and the process is not progressing.

I'd like to do a binary calculation using half-add and full-add, but an error appears below the last while syntax, and the process does not proceed.Please let me knowerror messages:TypeError Traceback...

1 years ago

2 answers
332 views
0
Understanding C Language String Sorting

In C language, enter ASC in ascending orderI'm trying to create a descending program after entering DESC, but could someone please tell me the wrong part because the descending order doesn't work bett...

c
1 years ago

1 answers
384 views
0
Unable to exeize tkinterdnd

Now that the code for editing the PDF is complete, we are trying to exe in the virtual environment of venv.The problem is that exe results in an exception and the tkdnd package is not found.I did pip ...

1 years ago

1 answers
283 views
0
swiftui alert Cannot use instance member '$text' with in property initializer; property initializers run before 'self' is available

In swiftuiTrying to instantiate TextEditorCannot use instance member '$text' with in property initializer; property initializers run before 'self' is available The alert appears.let textEditor=TextEdi...

1 years ago

1 answers
345 views
0
Test phase terminology for in-house programs

I'm not developing an external distribution program, but an internal program. And there are two or three people who are using this program, not programmers, but field process engineers.Usually, when d...

1 years ago
« - 72 - »

© 2024 OneMinuteCode. All rights reserved.