大约有 42,000 项符合查询结果(耗时:0.0482秒) [XML]
What is the difference between Scrum and Agile Development? [closed]
What is the difference between Scrum and Agile Development? Are Sprint and Iterations the same?
7 Answers
...
Is there a C++ gdb GUI for Linux? [closed]
Briefly: Does anyone know of a GUI for gdb that brings it on par or close to the feature set you get in the more recent version of Visual C++?
...
How do I clone a subdirectory only of a Git repository?
I have my Git repository which, at the root, has two sub directories:
18 Answers
18
...
Count the number of occurrences of a character in a string in Javascript
I need to count the number of occurrences of a character in a string.
33 Answers
33
...
Why fragments, and when to use fragments instead of activities?
In Android API 11+, Google has released a new class called Fragment .
11 Answers
11
...
Why use Abstract Base Classes in Python?
Because I am used to the old ways of duck typing in Python, I fail to understand the need for ABC (abstract base classes). The help is good on how to use them.
...
Memoization in Haskell?
Any pointers on how to solve efficiently the following function in Haskell, for large numbers (n > 108)
8 Answers
...
GetType() can lie?
Based on the following question asked a few days ago in SO: GetType() and polymorphism and reading Eric Lippert's answer, I started thinking if making GetType() not be virtual really ensured that an object could not lie about its Type .
...
A non well formed numeric value encountered
I have a form that passes two dates (start and finish) to a PHP script that will add those to a DB. I am having problems validating this. I keep getting the following errors
...
JMS Topic vs Queues
I was wondering what is the difference between a JMS Queue and JMS Topic.
9 Answers
9
...
