io tag

409 questions


1 answers
473 views
0
How to load ini files and connect to Oracle in VisualStudio 2008

Nice to meet you, as the title says We are trying to create a function that reads information in the ini file, connects to DB, and deletes it.I've looked into various things, but I've only used Nuget,...

1 years ago

1 answers
365 views
0
Want to record and send data simultaneously with SPRESENSE (Arduino version)

We are currently thinking of making a sensor for recording with the Arduino version of SPRESENSE.Based on the tutorial in Sony developer world, we were able to implement it so that recorded data could...

1 years ago

1 answers
279 views
0
[Python] Asynchronous socket blocking occurs in Unix environments.

Blocking occurs in an asynchronous socket in a UNIX environment.(It works as intended on Windows but occurs on Mac, Linux) Problem creating socket-related libraryForced shutdown of a client connected ...

1 years ago

1 answers
340 views
0
You want to use R to replace column values with NAs in other columns

Cleaning data using R.Below are three columns (ID, s1, s2) with two missing s1.If there is a missing s1, I would like to create a column that replaces the same row of s2 with NA. Could someone tell me...

1 years ago

1 answers
323 views
0
Please tell me the glm of each group on Rstudio.

in the data frame (df) belowglm(BP to age+sex+BMI, data=df).Is there a way to analyze data frames by group (sex)?Data frames interested:IDage Sex BP BMI1  43  0 120 212  62  1 130 263  54  1 132 234  ...

1 years ago

1 answers
453 views
0
Android emulator does not start

I tried to start the android emulator by pressing the run button, but the following error occurred and it didn't work.US>Error statementI uploaded the kotlin version by referring to the post below, bu...


1 answers
338 views
0
Understanding Conditional Branches in While Statements

Sorry for the rudimentary question.We are currently doing count processing by turning while statements and sorting them into folders.You are trying to print characters on the console screen when the c...

1 years ago

2 answers
361 views
0
About creating sln files from folders with CMakeLists.txt in C language

Created sln file from folder with CMakeLists.txt.Here's a summary of the contents:CMakeLists.txtcmake_minimum_required (VERSION 3.0.0)project(777VERSION 1.0.0)include_directories (includes)add_executa...

1 years ago

1 answers
415 views
0
Error on MacOS The entity type 'X' requires a primary key to be defined

I have created a sample app (MvcMovie) according to the official tutorial and The following command displays a heading error: dotnet-aspnet-codegenerator controller-name MoviesController-m Movie-dc Mv...


1 answers
331 views
0
How to write an xml file on an Android project, or create something (instance) that is programmed to say R.

Android Studio Arctic Fox | 2020.3.1 Patch 3I started studying (experimenting) with JAVA grammar.https://qiita.com/qiiChan/items/5d94ceb99bfc390c6372Copy the sauce while looking atpublic class MainAct...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.