-
I have the following code: public class Derived implements Runnable { private int num; ...
- 1209 浏览
- 1 回答
- 5 关注
-
I wrote this code that connects to the Coinbase WebSocket API. its supposed to return all orders fo...
- 1706 浏览
- 0 回答
- 4 关注
-
I am trying to run my website on different devices. I have this in my httpd-vhosts.confiq NameVirtua...
- 950 浏览
- 0 回答
- 6 关注
-
how can i get 2 pages, and output the difference between those. getting the pages not a problem, but...
- 929 浏览
- 3 回答
- 5 关注
-
I \'borrowed\' a regex from this website : http://daringfireball.net/2010/07/improved_regex_for_matc...
- 579 浏览
- 2 回答
- 5 关注
-
I read this article but I want to do something only when I receive a missed call. I see that the art...
- 588 浏览
- 0 回答
- 6 关注
-
Im trying to send sensor data to firebase using python but i got some error. Here is my code import ...
- 891 浏览
- 0 回答
- 5 关注
-
Really new to AWS and AppSync. I have pretty simple microservices backend app and I want to use exis...
- 514 浏览
- 0 回答
- 6 关注
-
I have a NN here: model = keras.models.Sequential([ keras.layers.Conv2D(64, 7, activation=relu, ...
- 1123 浏览
- 0 回答
- 5 关注
-
I have this method that checks the username and password of a user before login. Now my for loop che...
- 1269 浏览
- 5 回答
- 4 关注
-
- 1571 浏览
- 2 回答
- 4 关注
-
Let\'s say I have this object: public struct Line { public string Name { get; set; } public...
- 1833 浏览
- 1 回答
- 4 关注
-
I have a scenario for bar graph in python. X axis=x1,x2,x3... Y axis=1, 4, 45...(integers) i want to...
- 1169 浏览
- 0 回答
- 4 关注
-
Im making React app that show coins\' data from API. I did it with useEffect and it work fine, but n...
- 761 浏览
- 0 回答
- 6 关注
-
I am trying to send an email with Gmail API. But I get this error googleapi: Error 403: Request had ...
- 1946 浏览
- 0 回答
- 4 关注