Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Joey.Z's user avatar
Joey.Z's user avatar
Joey.Z's user avatar
Joey.Z
  • Member for 12 years, 9 months
  • Last seen this week
  • Shanghai, 上海市中国
118 votes
0 answers
4k views

Android ndk gdb loaded shared libraries are missing *.oat

45 votes
5 answers
3k views

Isn't the const modifier here unnecessary? [duplicate]

25 votes
2 answers
2k views

Hook the global name lookup in a python interpreter

23 votes
1 answer
146k views

Set the intervals of x-axis using r

17 votes
3 answers
31k views

Read a binary file (jpg) to a string using c++

17 votes
3 answers
49k views

select users have more than one distinct records in mysql

11 votes
1 answer
4k views

PartialOrdering, StrictWeakOrdering, TotalOrdering, what's the main difference in application

10 votes
4 answers
347 views

Is 'this' guaranteed to point to the start of an object in C++?

8 votes
3 answers
897 views

direct initialization and copy initialization of reference

7 votes
2 answers
208 views

Deduce template parameter for a template function pointer with default template parameter

7 votes
3 answers
8k views

Will stream classes or connections considered as a resource leak in Java

6 votes
0 answers
246 views

How to inspect python object in visual debugger?

6 votes
2 answers
2k views

Is u'string' the same as 'string'.decode('XXX')

5 votes
3 answers
812 views

Whether to choose an overload of template function or a partial specialization of a functor(function object)

5 votes
4 answers
2k views

Regular Expressions in finding LaTex directives in webpages with Javascript

4 votes
5 answers
8k views

Character slowly move up the ground using a humanoid animation type in Unity

4 votes
2 answers
9k views

How to break at a constructor of base class using gdb?

4 votes
3 answers
6k views

why can I assign a string literals to a char* pointer [duplicate]

4 votes
2 answers
4k views

Performance of JDBC for mysql is very slow for repeatedly query

3 votes
1 answer
116 views

traits if a type `T` has a `template<> struct Writer<T>` to serialize itself

3 votes
1 answer
921 views

how to pass a constexpr string literal to other function

3 votes
1 answer
371 views

Why and where python interned strings when executing `a = 'python'` while the source code does not show that?

3 votes
1 answer
587 views

How to lock a buffer reference

3 votes
5 answers
297 views

Finding words that both itself and its reversal is in the file

3 votes
3 answers
146 views

How to decide whether the result of an integer expression is an integer

3 votes
2 answers
5k views

How to dispatch touch events to children after consuming

3 votes
6 answers
3k views

Data member offset in C++

2 votes
2 answers
530 views

How to filter a constexpr `std::array` with a `UnaryPredicate` lambda?

2 votes
0 answers
2k views

Memory usage: Commit, Working Set, Shareable, Private different with VS2015 Diagnostic Tools

2 votes
2 answers
122 views

performance hit at bitwise operation