io tag

409 questions


2 answers
104 views
0
Reduced compilation time

We are currently maintaining a relatively large internal C++ project, but with the use of boost and template metaprogramming, we are experiencing a situation where compilation time is increased and op...

2 years ago

1 answers
89 views
0
Android Studio error: Unable to locate adb with SDK

I'd like to install it on Android Studio, but when I press the Run button, the message Unable to locate adb with SDK appears.I'm not sure, so please tell me how to solve it


1 answers
83 views
0
Raspberry Pi connects to CO2 sensor and displays "None" when running program.

I would like to measure Co2 concentration using Raspberry Pi3.I am connecting to the following site for reference.None appears when the program is running and cannot be measured.I'm at a loss because ...

2 years ago

1 answers
104 views
0
If you want to add items in ComboBox to the list.

List<Member>Members=new List<Member>(); private void BtnRegisterAcct_Click (object sender, RoutedEventArgse) { string cellphone=txtMobileNr.Text; string firstName = txtFirstName.Text; ...

2 years ago

1 answers
82 views
0
Android Studio complements drawable and dimens, no longer available for viewing

It's just as the title says.Usually, if you define layout_background, etc. in XML, the value will be supplemented, but it will not be sudden, and even if you type it on your own, you will get an error...


1 answers
130 views
0
ArgumentException occurs in pushSharp.

We are developing it with Visual Studio 2013 C#.I am using PushSharp to create a push server for IOS.AppleSettings=new PushSharp.Apple.ApplePushChannelSettings(appleCert, xxxxxxxx;ArgumentException ha...


1 answers
85 views
0
Createsamples/traincascade/haartaraining stops when creating OpenCV image detection classifiers

I would like to use OpenCV 2.4.10 to create an XML file by creating positive and negative samples at a command prompt. When I make a positive sample, I also create a vec file. The capacity is 0, but i...

2 years ago

2 answers
112 views
0
Questions about how to manage your own classes [closed]

Do you want to improve this question?Update your question, Edit this post to be answered with facts and quotes.Closed 4 years ago.4 years agoC++, Python, etc. are classified to make it easy for you to...


1 answers
117 views
0
Unable to deploy Android Studio textview

https://codinginflow.com/tutorials/android/simple-recyclerview-java/part-1-layouts-model-classLike around 4:14 in the video here, even if I drag textview with my mouse, it goes back to the upper left....


1 answers
138 views
0
ASP.NET Web API Cannot Connect to Azure Redis Cache

I'd like to access Azure Redis Cache from ASP.NET Web API.I implemented the controller by referring to this official document and blog, but I can't connect.How to use Azure Redis CacheUsing Azure Redi...

« - 11 - »

© 2024 OneMinuteCode. All rights reserved.