-
I would like to create an application wide keyboard shortcut for a Java Swing application. Looping o...
- 792 浏览
- 6 回答
- 5 关注
-
class Solution { public: void reverseString(vector& s) { } }; How can write a func...
- 382 浏览
- 0 回答
- 4 关注
-
I\'m trying to upgrade my model to use AI-Platform 2.1 instead of 1.15, but I can\'t get the FinalEx...
- 1903 浏览
- 0 回答
- 4 关注
-
I am writing an application to generate DB statistics. This requires access to a schema named pg_ca...
- 1159 浏览
- 0 回答
- 4 关注
-
I am new on C#, i just learned loops. I want to write loops that run this. (80 times) step1 1^3+3^3...
- 970 浏览
- 0 回答
- 3 关注
-
Two lines in graphI have two plot lines and I want to determine how significantly similar they are t...
- 1574 浏览
- 0 回答
- 4 关注
-
I\'m very new to Prolog. I have such a graph: edge(a,e). edge(e,f). edge(f,d). edge(d,a). I define ...
- 1924 浏览
- 0 回答
- 4 关注
-
How can I get the machine serial number and CPU ID in a Linux system? Sample code is highly appreci...
- 614 浏览
- 5 回答
- 4 关注
-
I have a function that likes a handful of users I follow with 2 accounts I own, and it gets called o...
- 1889 浏览
- 0 回答
- 4 关注
-
I added into web.xml but I didn\'t add any controller. I tried to access to http://localhost:7080/B...
- 740 浏览
- 0 回答
- 5 关注
-
I\'ve tried the following, but I was unsuccessful: ALTER TABLE person ALTER COLUMN dob POSITION 37;...
- 1524 浏览
- 9 回答
- 5 关注
-
I\'m a beginner in coding and I\'m trying to learn to code a discord bot that messages a random gene...
- 1090 浏览
- 0 回答
- 4 关注
-
I\'d like to follow the RESTful pattern for my new django project, and I\'d like to know where the p...
- 1120 浏览
- 7 回答
- 5 关注
-
I am trying to fill a resultSet in Java with about 50,000 rows of 10 columns and then inserting them...
- 2135 浏览
- 4 回答
- 5 关注
-
I get the below error when I try and start Flask using uWSGI. Here is how I start: > # cd .. > ...
- 1281 浏览
- 3 回答
- 4 关注