-
I have this program that alerts Hello every x minutes. The user can input x with an input box and th...
- 1762 浏览
- 0 回答
- 4 关注
-
I\'m having some trouble figuring out how to accomplish what I am looking for. Let\'s say I have 5 ...
- 570 浏览
- 0 回答
- 5 关注
-
For my project I need to use mongodb on port 80. In fact I can\'t use the default mongodb port (2701...
- 803 浏览
- 1 回答
- 5 关注
-
There is import of pagination module in paret module and own provider of PaginationService: @NgModul...
- 1384 浏览
- 0 回答
- 4 关注
-
I want to byte-wise receive encoded Json from a TCP-Client. My current program for receiving looks l...
- 1210 浏览
- 0 回答
- 6 关注
-
Scenario: There is a PowerShell script being executed using SQL server agent job. It should read a ....
- 1861 浏览
- 0 回答
- 5 关注
-
I am currently working on a javascript validation tool that takes an address input value and compare...
- 936 浏览
- 0 回答
- 3 关注
-
I\'m using Sphinx\'s autodoc feature to document my API. Example: DEFAULT_OPTION = \'default\' de...
- 1862 浏览
- 2 回答
- 6 关注
-
#include #include #include #include int main(){ std::vector nums = {3,2,3}; int target=
- 817 浏览
- 0 回答
- 3 关注
-
I am trying to create a website using flutter which has email login with firebase auth. I ask for t...
- 1961 浏览
- 0 回答
- 3 关注
-
def cos_sim(x, y): return nd.dot(x, y) / (nd.norm(x) * nd.norm(y)) def check_similarity(word, a...
- 1871 浏览
- 0 回答
- 6 关注
-
I am looking for good methods of manipulating HTML in PHP. For example, the problem I currently have...
- 1563 浏览
- 4 回答
- 6 关注
-
I wrote the code That find the word in richtextbox. Now, I want to move scroll bar to location of th...
- 476 浏览
- 0 回答
- 6 关注
-
I am trying to follow this tutorial to learn more about how to use ResearchKit. Unlike in the tutori...
- 1571 浏览
- 0 回答
- 5 关注
-
I want to be able to add or modify contacts to my iPhone through a Python script/code from my deskto...
- 999 浏览
- 0 回答
- 3 关注