-
I have a method: add(int x,int y) I also have: int a = 5; int b = 6; string s = \add\; I...
- 1040 浏览
- 5 回答
- 4 关注
-
I have two PHP-arrays and i want to sort the first by using the second. for example my first array c...
- 432 浏览
- 0 回答
- 6 关注
-
Given image.RGBA, coordinates, and a line of text, how do I add a simple label with any plain fixed ...
- 1373 浏览
- 2 回答
- 4 关注
-
{ long i =calculateAge((long) parseDouble(dob.getText().toString())); public int calculateAge(long ...
- 700 浏览
- 0 回答
- 5 关注
-
I am creating a AWS Lambda python deployment package. I am using one external dependency requests . ...
- 1489 浏览
- 21 回答
- 4 关注
-
I\'m using the \'using\' declaration in C++ to add std::string and std::vector to the local namespac...
- 632 浏览
- 7 回答
- 6 关注
-
I am new to Android development. Is it fine to use the same ID for images and TextViews in different...
- 1245 浏览
- 4 回答
- 4 关注
-
Suppose I have this feature branch \foo\. Now I want to merge it back into master, but I\'ve added s...
- 635 浏览
- 5 回答
- 6 关注
-
What are the key differences to do map/reduce work on MongoDB using Hadoop map/reduce vs built-in ma...
- 1769 浏览
- 4 回答
- 4 关注
-
So, I\'ve been looking all over for this, found \similar\ answers here, but not exactly what I want....
- 768 浏览
- 3 回答
- 3 关注
-
If I have a variable initialized as float, for example float x = 25.4. Can I then call it as float*...
- 1566 浏览
- 0 回答
- 6 关注
-
I\'m trying to debug a linker error, how can I make GNU ld resolve library names I pass it to absolu...
- 891 浏览
- 0 回答
- 6 关注
-
Assume that each loop iteration of my code takes the same time. Please note that each loop iteration...
- 1363 浏览
- 0 回答
- 4 关注
-
I have a stack of type UserEntry which takes in either 3 or 4 ints. Using method overloading I\'ve w...
- 749 浏览
- 0 回答
- 2 关注
-
I want a simple tutorial to show me to load a yaml file and parse the data. Expat style would be gre...
- 1335 浏览
- 4 回答
- 5 关注