-
In Java I might do this: class MyClass { private List
- 964 浏览
- 1 回答
- 5 关注
-
$array1 = array(1,2,3,5); $array2 = array(1,2,3,13,15); There are two arrays, please write a simple ...
- 1680 浏览
- 0 回答
- 4 关注
-
What is this called? double d1 = 0d; decimal d2 = 0L; float d3 = 0f; And where can I find a re...
- 1250 浏览
- 5 回答
- 6 关注
-
How can I edit embed with emoji buttons in discord.py? I was making it like this.. but it doesn\'t w...
- 388 浏览
- 0 回答
- 4 关注
-
Suppose I had an array like this: array([[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0,...
- 494 浏览
- 0 回答
- 5 关注
-
I have a string that I convert to a double like this: double d = [string doubleValue]; The docume...
- 1892 浏览
- 5 回答
- 5 关注
-
Access to XMLHttpRequest at \'https://backendmemory.herokuapp.com/back/public/api/admin\' from origi...
- 1363 浏览
- 0 回答
- 6 关注
-
Can I get the name of all the function inside a package. Suppose I have a package PKG_OWA and I want...
- 922 浏览
- 4 回答
- 5 关注
-
I have a class (SomeClass) which contains a property Name of string type. And I need to store an arr...
- 745 浏览
- 6 回答
- 6 关注
-
I try setWidth() and setheight() method but it not work
- 1102 浏览
- 3 回答
- 5 关注
-
- 1484 浏览
- 2 回答
- 6 关注
-
Hi all when I run this code I get\'
- 399 浏览
- 0 回答
- 4 关注
-
new int arr[]; for(int x=0; x++){ //starts loop cin >> p; //gets input //(add current inp...
- 1010 浏览
- 0 回答
- 4 关注
-
I have read here that in Java it is possible for two variables having same name but different type t...
- 1359 浏览
- 4 回答
- 4 关注
-
i have my CodeMirror component on svelte and i need to use some functions (declared inside the compo...
- 849 浏览
- 0 回答
- 6 关注