大约有 41,731 项符合查询结果(耗时:0.0388秒) [XML]
Why is Java Vector (and Stack) class considered obsolete or deprecated?
Why is Java Vector considered a legacy class, obsolete or deprecated?
5 Answers
5
...
What is the difference between Cygwin and MinGW?
I want to make my C++ project cross platform, and I'm considering using Cygwin/MinGW.
But what is the difference between them ?
...
Are global variables in PHP considered bad practice? If so, why?
In my small PHP projects I usually go the procedural way. I generally have a variable that contains the system configuration, and when I nead to access this variable in a function, I do global $var; .
...
Is it better to return null or empty collection?
That's kind of a general question (but I'm using C#), what's the best way (best practice), do you return null or empty collection for a method that has a collection as a return type ?
...
Is there a Python equivalent to Ruby's string interpolation?
Ruby example:
9 Answers
9
...
Tools for analyzing performance of a Haskell program
While solving some Project Euler Problems to learn Haskell (so currently I'm a completly beginner) I came over Problem 12 . I wrote this (naive) solution:
...
How to convert existing non-empty directory into a Git working directory and push files to a remote
This is trivial using Subversion (currently we do it using Subversion) using:
8 Answers
...
How can I convert JSON to CSV?
I have a JSON file I want to convert to a CSV file. How can I do this with Python?
26 Answers
...
How to check if a number is between two values?
In JavaScript, I'm telling the browser to do something if the window size is greater than 500px. I do it like so:
7 Answers...
How to unit test abstract classes: extend with stubs?
I was wondering how to unit test abstract classes, and classes that extend abstract classes.
14 Answers
...
