-
I am using Azure Face APi to detect faces in video stream, but for each detected face Azure returns ...
- 379 浏览
- 0 回答
- 6 关注
-
I have a gradle project in Eclipse that was first configured not to use the gradle wrapper. So, in t...
- 1384 浏览
- 0 回答
- 5 关注
-
I\'m having trouble reading in some chunked HTTP response data using winsock. I send a request fine ...
- 1573 浏览
- 2 回答
- 4 关注
-
Working in haskell, found odd behavior, stripped it down to bare bones This Works a :: Bool a = ca...
- 1088 浏览
- 2 回答
- 4 关注
-
First code: if(i==0) {// do instructions here} Second code: if(0==i) { // do instructions he...
- 1394 浏览
- 8 回答
- 4 关注
-
I have a table to data that I want to export to a CSV. Ideally, I\'d like to switch the rows and col...
- 1938 浏览
- 2 回答
- 5 关注
-
This program tries to move a string out of a function and use it for the construction of another str...
- 1392 浏览
- 2 回答
- 6 关注
-
Application has a Login form and a Main form. Applications DPR file has code to load Login form fir...
- 855 浏览
- 1 回答
- 4 关注
-
How can I use the log file of a website for a time series Introduce me a database Thanks
- 942 浏览
- 0 回答
- 6 关注
-
SRC folder in Eclipse is empty (MainActivity class not created) after creating a new android project...
- 735 浏览
- 4 回答
- 4 关注
-
I use a DataTable to populate a DataGridView, I used SetOrdinal to order the columns but it didn\'t ...
- 673 浏览
- 0 回答
- 4 关注
-
Let\'s say I have two overloads of a function f. f(T&&) and f(T&). Then in the body of g: g(T&&
- 1426 浏览
- 3 回答
- 4 关注
-
I\'m using Firebase Cloud Firestore with multiple apps, all of my apps are downloading the data and ...
- 965 浏览
- 0 回答
- 5 关注
-
I am using flutter_isolate plugin and I am trying to remove an item from SharedPreferences in an iso...
- 1360 浏览
- 0 回答
- 4 关注
-
I know Java doesn\'t allow unsigned types, so I was wondering how it casts an integer to a byte. Say...
- 1199 浏览
- 8 回答
- 4 关注