-
I am using Azure Face APi to detect faces in video stream, but for each detected face Azure returns ...
- 374 浏览
- 0 回答
- 6 关注
-
I have a gradle project in Eclipse that was first configured not to use the gradle wrapper. So, in t...
- 1380 浏览
- 0 回答
- 5 关注
-
I\'m having trouble reading in some chunked HTTP response data using winsock. I send a request fine ...
- 1569 浏览
- 2 回答
- 4 关注
-
Working in haskell, found odd behavior, stripped it down to bare bones This Works a :: Bool a = ca...
- 1059 浏览
- 2 回答
- 4 关注
-
First code: if(i==0) {// do instructions here} Second code: if(0==i) { // do instructions he...
- 1373 浏览
- 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...
- 1923 浏览
- 2 回答
- 5 关注
-
This program tries to move a string out of a function and use it for the construction of another str...
- 1374 浏览
- 2 回答
- 6 关注
-
Application has a Login form and a Main form. Applications DPR file has code to load Login form fir...
- 852 浏览
- 1 回答
- 4 关注
-
How can I use the log file of a website for a time series Introduce me a database Thanks
- 935 浏览
- 0 回答
- 6 关注
-
SRC folder in Eclipse is empty (MainActivity class not created) after creating a new android project...
- 729 浏览
- 4 回答
- 4 关注
-
I use a DataTable to populate a DataGridView, I used SetOrdinal to order the columns but it didn\'t ...
- 668 浏览
- 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&&
- 1422 浏览
- 3 回答
- 4 关注
-
I\'m using Firebase Cloud Firestore with multiple apps, all of my apps are downloading the data and ...
- 961 浏览
- 0 回答
- 5 关注
-
I am using flutter_isolate plugin and I am trying to remove an item from SharedPreferences in an iso...
- 1353 浏览
- 0 回答
- 4 关注
-
I know Java doesn\'t allow unsigned types, so I was wondering how it casts an integer to a byte. Say...
- 1180 浏览
- 8 回答
- 4 关注