-
suppose I have a brand new os like windows 10. I installed and run a software like intellij (written...
- 1830 浏览
- 0 回答
- 6 关注
-
When trying to find a good way to bundle my python file into an .exe, I came across pyinstaller. I l...
- 1107 浏览
- 0 回答
- 6 关注
-
This is part of a problem given to me. Using openssl_decrypt to decrypt a string, followed by using ...
- 647 浏览
- 0 回答
- 4 关注
-
I have a dataset where measurements are made for different groups at different days. I want to have...
- 882 浏览
- 4 回答
- 4 关注
-
So I\'m working on a group Java 14 project right now and something appears to have gone wrong in my ...
- 1821 浏览
- 0 回答
- 6 关注
-
I am trying to read and write on the same CSV file: file1 = open(file.csv, \'rb\') file2 = open(fil...
- 1108 浏览
- 5 回答
- 4 关注
-
I\'m working on an app and I want to integrate the Last.fm app into it. Basically, when someone is l...
- 1152 浏览
- 1 回答
- 5 关注
-
Consider a scenario where CSS attribute is missing the unit (px, em, pt, %):
- 1796 浏览
- 2 回答
- 5 关注
-
Suppose I have a matrix like: 100 200 300 400 500 600 1 2 3 4 5 6 10 20 30 40 50 ...
- 1296 浏览
- 3 回答
- 6 关注
-
For my iOS application, what event will be triggered when user a is about to delete the application?...
- 487 浏览
- 3 回答
- 6 关注
-
When i tries to use strcpy to copy a string it gave me a compile error. error C4996 \'strcpy\': Th...
- 1623 浏览
- 2 回答
- 5 关注
-
I\'m facing with a problem in working with IP camera: I need RGB color from stream to perform my alg...
- 1165 浏览
- 0 回答
- 4 关注
-
Does anybody know the trick, how to free control inside its event handler ? According delphi help it...
- 432 浏览
- 2 回答
- 5 关注
-
I have a following BroadcastReceiver which should run after boot completion. I have tested it on my ...
- 1722 浏览
- 1 回答
- 4 关注
-
I want to scan a file and skip a line of text before reading. I tried: fscanf(pointer,\\\n\,&(*stru...
- 610 浏览
- 4 回答
- 5 关注