-
I need to do a simple query sort with Parse. I have two classes: Captain and Boat. Every Captain ha...
- 1456 浏览
- 3 回答
- 3 关注
-
Lets say we have a numpy array: A = np.array([[1, 2, 3], [4, 5, 6], [7, 8, 9], ...
- 580 浏览
- 0 回答
- 5 关注
-
I\'m working with functions and arguments and even with a simply code when function is called inside...
- 1103 浏览
- 0 回答
- 5 关注
-
int main() { int* i = new int(1); i++; *i=1; delete i; } Here is my logic: I increment I ...
- 2013 浏览
- 5 回答
- 5 关注
-
I have been trying to erase all document from collection and memory before adding new one. I tried i...
- 1279 浏览
- 1 回答
- 6 关注
-
I just started testing validation with javax.validation.constraints and i think i did everything wel...
- 588 浏览
- 0 回答
- 5 关注
-
How can I style in an HR to the left and to the right of my text within an existing div? Something ...
- 1909 浏览
- 2 回答
- 6 关注
-
I have converted my image into a mask and I would now like to obtain what the original colours were ...
- 762 浏览
- 1 回答
- 4 关注
-
Why do i get empty result then compare strings with slash? db.x.find( { path: { $gt: /1} } ).sort({ ...
- 1212 浏览
- 0 回答
- 6 关注
-
I have HTML code that I want people to be able to paste onto their website when they click a button....
- 468 浏览
- 0 回答
- 6 关注
-
I have a DatePicker in UI5 application. My server is in Australia. When I create any record in IST t...
- 1376 浏览
- 2 回答
- 3 关注
-
When I try to execute my program I receive FileNotFoundException, howerver dll exist in the same fol...
- 478 浏览
- 3 回答
- 5 关注
-
I want to make transfer learning, but have problems.Let me give the example(this is TF official tuto...
- 433 浏览
- 0 回答
- 4 关注
-
- 1339 浏览
- 3 回答
- 4 关注
-
I implemented sticky headers in my RecyclerView, using this library I want to add a clickable view...
- 553 浏览
- 1 回答
- 3 关注