windows tag

272 questions


1 answers
273 views
0
The Mysql container cannot be started using the web app created by Docker+Lavel, Nginx, Mysql, phpmyadmin.

environmentWSL2 (Ubuntu 22.04)DockerNginxMysqlPhpmyadminWhat do you want to doSince Mysql cannot be started, I want to find out the cause and start it.StatusMigration failed → Mysql is not starting → ...

1 years ago

1 answers
390 views
0
I want to call Windows API from Python to get %APPDATA% path

If you try to get the %APPDATA% Windows path from Python, you can run it with the following command:importosos.getenv('APPDATA')However, I have encountered a rare situation where I think I might not b...

1 years ago

1 answers
295 views
0
What is a .dll file? Is the file the result of compiling the source code and in what format is it distributed?

What is a .dll file?Is this the result of compiling the source code?Or is the .dll file itself written in some language?In what format are .dll files generally distributed?·Is it distributed as a sour...

1 years ago

1 answers
245 views
0
Spy++, inspect does not seem to be able to load child windows for a particular program.

I wanted to control the Windows program, so I looked at the program information using spy++ and infect. When the child window comes out, the command will be entered to control it, but nothing will com...

1 years ago

1 answers
388 views
0
About drawing without matplolib

I don't understand the problem of receiving a list of positions (0,...99, see below) as input and creating a function print_dots that displays '' in the corresponding position for the 10 10th square.0...

1 years ago

1 answers
244 views
0
How to create bar graphs without matplotlib

I don't understand the problem of creating a function print_row_dot_graph that receives a list of integers as input and displays a horizontal bar graph as a print function as shown below.Example) prin...

1 years ago

1 answers
308 views
0
Why do I have to write in the system environment variable when I pass the Python path?

I would appreciate it if you could feel free to point out the following points where the terminology is used incorrectly or the content is difficult to understand.Please give us your frank opinion for...

1 years ago

1 answers
464 views
0
winget install-e --id Microsoft.WindowsSDK fails.

It's just like the title.After executing the following command winget install Microsoft.WindowsSDKInstaller failed with exit code: 2008 returned he.How should I solve this?(I couldn't find this error ...

1 years ago

1 answers
363 views
0
winget install-e --id Microsoft.WindowsSDK fails.

It's just like the title.After executing the following command winget install Microsoft.WindowsSDKInstaller failed with exit code: 2008 returned he.How should I solve this?(I couldn't find this error ...

1 years ago

1 answers
407 views
0
I can't do it in the tauri of Rust.

Currently, I would like to develop using tauri on Windows 11 pro, but I cannot execute it.As a procedure, I put in Microsoft build tools, put node.js in nvm-windows, ran npm create tauri-app in npm, a...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.