-
I have an understanding of windows COM and the ideas behind it. I am trying to understand if *nix s...
- 1639 浏览
- 3 回答
- 6 关注
-
I got a text file file.txt(12 MBs) containing: something1 something2 something3 something4 (...) ...
- 640 浏览
- 9 回答
- 5 关注
-
Now I need to create a view of a table in MySQL, the basic structure of the table is as follows: cre...
- 1632 浏览
- 0 回答
- 5 关注
-
I have a protocol that I defined like so: protocol MyProtocol { ... } I also have a generic st...
- 1551 浏览
- 8 回答
- 6 关注
-
Is it really necessary do something like this: /** * ... * * @return void */ I have quite a ...
- 1507 浏览
- 6 回答
- 5 关注
-
I am stuck at implementing AMP consent screen like non-AMP, somehow AMP not support granular selecti...
- 1335 浏览
- 0 回答
- 4 关注
-
I work with React and use a canvas. I want to change the canvas to WebGL (Threejs library). How to c...
- 1054 浏览
- 5 回答
- 6 关注
-
I\'m trying to compile C and C++ sources together using GCC. gcc -std=c++0x test.cpp -std=c99 test....
- 938 浏览
- 6 回答
- 4 关注
-
I\'m currently attempting to sort strings in a vector, but I\'m unsure on how to go about doing it a...
- 917 浏览
- 0 回答
- 4 关注
-
The question of how to speed up importing of Python modules has been asked previously (Speeding up t...
- 1561 浏览
- 4 回答
- 4 关注
-
Suppose I have a structure named \'Item\'. Can I make a member inside another structure named \'Inve...
- 1737 浏览
- 0 回答
- 4 关注
-
I have created a table using Code First public class TechnicalData { public int Id { get; set; }...
- 473 浏览
- 0 回答
- 6 关注
-
I need to write OpenGL ES 2-dimensional renderer on iOS. It should draw some primitives such as line...
- 1799 浏览
- 1 回答
- 5 关注
-
I am working on android application that contains five fragment on an activity, What I want is as th...
- 1251 浏览
- 0 回答
- 4 关注
-
When I use subcommands with python argparse, I can get the selected arguments. parser = argparse.Ar...
- 1851 浏览
- 2 回答
- 4 关注