大约有 42,000 项符合查询结果(耗时:0.0414秒) [XML]
What's wrong with Java Date & Time API? [closed]
Very often I come across negative feedback on Java Date and other date-time-related classes. Being a .NET developer, I cannot fully (without having used them) understand, what's actually wrong with them.
...
What is the best way to compute trending topics or tags?
Many sites offer some statistics like "The hottest topics in the last 24h". For example, Topix.com shows this in its section "News Trends". There, you can see the topics which have the fastest growing number of mentions.
...
How to implement a queue with three stacks?
I came across this question in an algorithms book ( Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne).
5 Answ...
What is the difference between class and instance methods?
What's the difference between a class method and an instance method?
18 Answers
18
...
Best way to store password in database [closed]
I am working on a project that has to have authentication (username and password)
8 Answers
...
How to get function parameter names/values dynamically?
Is there a way to get the function parameter names of a function dynamically?
31 Answers
...
Is it safe to assume a GUID will always be unique?
I know there is a minute possibility of a clash but if I generated a batch of 1000 GUIDs (for example), would it be safe to assume they're all unique to save testing each one?
...
How do I make text bold in HTML?
I'm trying to make some text bold using HTML, but I'm struggling to get it to work.
10 Answers
...
Common programming mistakes for Clojure developers to avoid [closed]
What are some common mistakes made by Clojure developers, and how can we avoid them?
8 Answers
...
'id' is a bad variable name in Python
Why is it bad to name a variable id in Python?
9 Answers
9
...
