大约有 41,000 项符合查询结果(耗时:0.0597秒) [XML]
WebSockets protocol vs HTTP
There are many blogs and discussions about websocket and HTTP, and many developers and sites strongly advocate websockets, but i still can not understand why.
...
What are the primary differences between TDD and BDD? [closed]
...
I understand BDD to be more about specification than testing. It is linked to Domain Driven Design (don't you love these *DD acronyms?).
It is linked with a certain way to write user stories, including high-level tests. An example b...
Why is Git better than Subversion?
I've been using Subversion for a few years and after using SourceSafe , I just love Subversion. Combined with TortoiseSVN , I can't really imagine how it could be any better.
...
Git for beginners: The definitive practical guide
...k, after seeing this post by PJ Hyett , I have decided to skip to the end and go with Git .
37 Answers
...
How to choose between Hudson and Jenkins? [closed]
... is now, but more importantly, what is the direction each branch is taking and what are key points so one could make a choice between which to go with?
...
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
...
When to Redis? When to MongoDB? [closed]
What I want is not a comparison between Redis and MongoDB. I know they are different; the performance and the API is totally different.
...
Storing Data in MySQL as JSON
I thought this was a n00b thing to do. And, so, I've never done it. Then I saw that FriendFeed did this and actually made their DB scale better and decreased latency. I'm curious if I should do this. And, if so, what's the right way to do it?
...
How do you parse and process HTML/XML in PHP?
How can one parse HTML/XML and extract information from it?
30 Answers
30
...
Graph visualization library in JavaScript
I have a data structure that represents a directed graph, and I want to render that dynamically on an HTML page. These graphs will usually be just a few nodes, maybe ten at the very upper end, so my guess is that performance isn't going to be a big deal. Ideally, I'd like to be able to hook it in w...