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