-
int n , d ; cin>>n>>d; vector v(n); for (int x; cin>>x;) v.push_back(x); this is...
- 977 浏览
- 0 回答
- 5 关注
-
Error: Could not find or load main class ConverterCMD.java This is my code import java.util.Hash...
- 1208 浏览
- 0 回答
- 4 关注
-
I am currently trying to model data for horse racing. I am trying to engineer features so I can accu...
- 1167 浏览
- 0 回答
- 4 关注
-
For testing purposes i have made a service that beeps every 1 minute. (No client-server interface ye...
- 574 浏览
- 3 回答
- 5 关注
-
I have been trying to find the best way to link two items together using RDFa, specifically linking ...
- 1303 浏览
- 2 回答
- 4 关注
-
Trying to extract the textual content of a pdf with the following code: PdfReader reader = new PdfR...
- 365 浏览
- 1 回答
- 4 关注
-
I\'m trying to do multiple things in curl and obviously some parameters in each step will be the sam...
- 1101 浏览
- 1 回答
- 6 关注
-
Purpose: I want to add a hundred items to Google Form from Google Spreadsheet. Problem: All the item...
- 1190 浏览
- 0 回答
- 5 关注
-
HTML: Test Test Test
- 813 浏览
- 2 回答
- 4 关注
-
I have installed sshpass on my server where Jenkins is running using sudo apt-get install sshpass ...
- 542 浏览
- 0 回答
- 5 关注
-
I have the following image: I also have a folder containing some subimages I would like to highligh...
- 1729 浏览
- 0 回答
- 6 关注
-
I\'m trying to validate the login details of a specific user here. This just won\'t work. I have no...
- 1777 浏览
- 1 回答
- 5 关注
-
I\'m working on a Firefox extension and struggle with the meta key (Windows key on my keyboard). Key...
- 1282 浏览
- 2 回答
- 6 关注
-
I am trying to perform a boolean operation on an imported STL mesh file using the ThreeCSG.js. Here ...
- 475 浏览
- 1 回答
- 6 关注
-
I am using Imagemagick to compare two screenshots in windows environment. https://blog.codecent...
- 946 浏览
- 2 回答
- 5 关注