io tag

409 questions


1 answers
59 views
0
The import statement is not recognized by Android Studio.

We are currently developing an Android app.Even though it is imported on the library class, the import statement is not reflected and it is in the red as follows:As a result, the gradle syncs, but whe...


2 answers
99 views
0
Trouble with double variable ddx_text on VC2015.

I am creating a win32 dialog-based app in the Visual Studio 2015 Community Edition MFC, and I am having trouble with the mysterious behavior of ddx_text in the release version.It looks normal in the D...

2 years ago

1 answers
62 views
0
Is there a way for Visual Studio C++ development to embed binary files into a static library and use them from the executable?

I'm looking for a way to embed the binary file into a static library and link it to the executable.How do I embed binary files into a program and browse them in Visual Studio C++ development?Add Binar...

2 years ago

1 answers
126 views
0
Obtain a list of clients connecting to Socket.io from the client

I would like to get a list of clients connecting to Socket.io from my client.var http=require(http);var server = http.createServer(function(req,res){ res.write(Hello World!); // ・・・ ① res.end();//...2...

2 years ago

1 answers
89 views
0
SourceTree Cloned Files Are Changed Due to Line Break Code Mismatch in VisualStudio 2013

Install Git, SourceTree and VisualStudio on new PCs as the environment transitions take placeWhen I cloned from the repository, a title event occurred.It did not occur in the previous environment.Old ...


3 answers
112 views
0
About the chat application using Socket.io

I am creating a chat app like LINE with the html5 hybrid app (I use Monaca).I plan to use node.js, socket.io, and redis.When you search socket.io Chat on Google, you can find code that acts as a chat ...

2 years ago

1 answers
49 views
0
How to code-sign Windows applications created in visualstudio with a commercial registration electronic certificate

If you don't give a code sign certificate when you deploy a Windows application with a built installer in visual studio, you'll get a warning when you download and install it, so I'd like to use a com...

2 years ago

2 answers
93 views
0
Raspberry Pi loses power when connecting the GND of the CO2 sensor.

I'm a beginner at Raspberry.The CO2 sensor MH-Z19 and Razpie 3 model B are trying to be male-mixed.However, if you connect the 6th GND of the Raspie GPIO to the sensor side GND (number 7), the Raspie ...

2 years ago

1 answers
102 views
0
garbled characters in RStudio Presentation

I use RStudio's Presentation feature to create slides.OS Windows 7RStudio ver.0.99.491 (latest) Encoding for Global/Project Option is UTF8.I have the following problems with choosing a character code....

2 years ago

1 answers
110 views
0
How to Write Library File Paths in Visual Studio

Now Visual Studio 2019 has changed the way NuGet saves libraries, and instead of each project, they are stored in C:\Users\[Username]\.nuget\packages.That's welcome, but how do I write the path to the...

2 years ago
« - 21 - »

© 2024 OneMinuteCode. All rights reserved.