studio tag

324 questions


1 answers
496 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
355 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
347 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
470 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
368 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...

2 years ago

2 answers
376 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...

2 years ago

1 answers
433 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
350 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 answers
338 views
0
Visual Studio Does Not Display History in Call History

Even if you debug and move the app properly, the call history does not show up.What should I do to make it appear?Application Language: c#, c++, cApplication Type: Desktop Application

2 years ago

1 answers
305 views
0
InteliSense is restricted in visual studio

I started using Python language environment in visual studio, but InteliSense is restricted in Python.I just looked at the settings (details), but I couldn't find any relevant items.Edit Window Menu →...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.