windows tag

272 questions


2 answers
29 views
0
Recommendation of books related to C/C++-based system programming in Windows environment

Do you want to eat Ban because it's not a direct programming question? Please let me know if it is inappropriate.I've learned a lot about Linux-based programmingI think I know what to look forIn a Win...

2 years ago

1 answers
45 views
0
How do I pin a different version of Eclipse to the window taskbar?

I have to use a different version of Eclipse instead of the previous version. I was writing with the old version pinned to the taskbar, but I tried to remove it and fix the new version to the taskbar,...

2 years ago

2 answers
110 views
0
java.lang.ArrayIndexOutOfBoundsException: 4

void playNote(int pitch, boolean state, int instrument) { //If current note has to be played and is not active. if (state == true && activeNote[pitch] == false) { //Send ON, channel, pitch and...

2 years ago

1 answers
31 views
0
Please tell me how to control the Python beginner window device.

I want to control the Windows program with Python. How do I control a window like this, and how do I change the default output of the Windows Sound Device speaker in Python?

2 years ago

1 answers
122 views
0
Commands similar to lsblk on Linux in a Windows environment

Hello.The Linux terminal has a command called lsblk.If you run the command, you will get the following results:NAME MAJ:MINRM SIZE RO TYPE MOUNTPOINTsda 8:0 0 64G 0 disk ├─sda1 8:1 0 63G 0 part /├─sda...


1 answers
45 views
0
mysql remote access

First of all, The connection method found through search is within the remote environmentIt's up to here. No matter how much I do this, I only get a local connection error. This is an error message:ER...


1 answers
28 views
0
Is the tag a function possible in the Python Windows program?

Is the tag a function possible in the Python Windows program?I'm trying to make a Python Windows program. Run list.py created by GUIHow to go from list.py to write.py How can we do this?TWindows appli...

2 years ago

1 answers
72 views
0
I would like to ask you about the use of a dongle when scanning BLE in Windows with C#

I am developing a BLE app for Windows with C# When scanning or connecting via BLE API Is the implementation method different between Windows' own Bluetooth receiver (surfice or laptop) and external re...

2 years ago

1 answers
113 views
0
How to add a directory to pythonpath in Windows 7

I created a dictionary that manages all of my Django apps (C:\My_Projects). I would like to call the app right away by adding the directory to python path.In the Windows GUI environment (My Computer &...


1 answers
84 views
0
I have a question about the development of the JavaScript app.

Originally, I usually used Swift language when programming, but these days, JavaScript is mentioned a lot, so I'm going to study various techniques such as React and Fuse. I'm asking you this question...

« - 27 - »

© 2024 OneMinuteCode. All rights reserved.