All Questions

19771 questions


1 answers
300 views
0
I want to set ComboBox in ASP.NET GridView, but I don't know how.

I can set DropDownList in GridView, but I want to set ComboBox.The reason is that I want to select multiple candidates + enter new ones.However, although there is ComboBox in AjazToolKit, I cannot set...

2 years ago

1 answers
449 views
0
method of estimating the similarity of an array

What is the most efficient way to estimate the similarity between n arrays?For example, array1=['aaa', 'bbb', 'ccc', 'dd']array2 = ['bbb', 'ccc']array3 = ['aaa', 'ccc', 'ddd', 'eee']array4 = ['aaa', '...

2 years ago

1 answers
358 views
0
Input/Output Switching for Arduino

Arduino is a program and every pinI will decide in advance what kind of pin to choose, but is it not possible to input and output by program depending on the situation of the program?For example, when...

2 years ago

1 answers
406 views
0

1 answers
457 views
0
Understanding SPRESENSE Camera Specifications and Focus

SPRESENSE camera module specifications include Effective focal length = 2.74 mm and focal length = 1.5 m, focal length = 77.5 to 237.06 cmIt says .I'm not familiar with the camera, but the distance be...

2 years ago

1 answers
268 views
0
Information on how SwiftUI handles data retrieved from Firestore.

Question detailsI am studying SwiftUI, and I am making a sample program to save the data in Firebase and do it again.I have a question about how to handle the data extracted from Firebase.While checki...

2 years ago

1 answers
407 views
0
Information on extracting data with matrix replacement on a separate sheet

I would like to create a macro VBA that extracts the finished sheet (see photo 2) from the original data sheet (see photo 1).The procedure can be translated into Japanese (see photo 3), but I don't kn...

2 years ago

2 answers
382 views
0
How to write CMakeList using a library built in cmake

I want to generate ORC files that I can read in Athena without using queriesorg.apache.hadoop.hive.ql.io.orc.OrcOutputFormatin the format https://github.com/apache/orcI thought it would be good to use...

2 years ago

1 answers
327 views
0
tools /config.py --kernel release

This is the spresense SDK.I am checking examples/camera but I cannot proceed with an error.Operating System: Windows 10I ran it at msys terminal on msys64.$tools/config.py --kernel releaseWARNING: roo...

2 years ago

1 answers
463 views
0
Xcode is no longer able to test the actual machine. "Command PhaseScriptExecution failed with anonzero exit code" error

I suddenly couldn't do the actual machine test on Xocde yesterday.The error statements are as follows:Command PhaseScriptExecution failed with anonzero exit codeNear the error statement were the follo...

2 years ago
« - 141 - »

© 2024 OneMinuteCode. All rights reserved.