-
int *ptr; ... realloc(ptr,++count*sizeof(int)); or ptr=realloc(ptr,++count*sizeof(int)); I n...
- 1219 浏览
- 2 回答
- 4 关注
-
I\'m trying to make a request to api.postcodes.io/postcodes/:postcode/validate, to check if the post...
- 1182 浏览
- 0 回答
- 6 关注
-
I need help to solve the following problem: Write the program in 8051 assembler which will copy the ...
- 1475 浏览
- 0 回答
- 5 关注
-
I have problem, that the text box value doesn\'t get updated with the new value in the model. @Html....
- 738 浏览
- 1 回答
- 4 关注
-
I would like to implement a client handler which will receive my server callbacks. The following tut...
- 1981 浏览
- 0 回答
- 5 关注
-
I\'m trying to include @mycompany/package1, and @mycompany/package2 to be compiled along with the re...
- 670 浏览
- 1 回答
- 6 关注
-
I have a large table with over 1mld rows. I need to query them and one by one send them to a differe...
- 1392 浏览
- 0 回答
- 5 关注
-
I\'m trying to train a model that can predict the Islamic Hijri year. So in the end, I can give it t...
- 1287 浏览
- 0 回答
- 4 关注
-
- 556 浏览
- 1 回答
- 6 关注
-
I have angular base application yuppi.com.ua and I am using meta directive to bind content descripti...
- 568 浏览
- 1 回答
- 4 关注
-
I am using React MDBProgress bar, How to keep vertical line at the center of the Progress Bar. Haven...
- 1484 浏览
- 0 回答
- 3 关注
-
I\'m trying to find a suitable base image at Dockerhub, and I\'m not sure whether the image with the...
- 1104 浏览
- 0 回答
- 2 关注
-
I have a subdomain like internal.bar.qux.example.com and I want to create a certificate for the wild...
- 390 浏览
- 0 回答
- 6 关注
-
So I am designing a query that selects records whose account opening anniversary is today (sysdate)....
- 1919 浏览
- 0 回答
- 5 关注
-
I have written a function to determine the height of a display, given a width and a format. The func...
- 1578 浏览
- 1 回答
- 4 关注