大约有 41,800 项符合查询结果(耗时:0.0237秒) [XML]
Why does one use dependency injection?
I'm trying to understand dependency injections (DI), and once again I failed. It just seems silly. My code is never a mess; I hardly write virtual functions and interfaces (although I do once in a blue moon) and all my configuration is magically serialized into a class using json.net (sometimes us...
Best practice for partial updates in a RESTful service
I am writing a RESTful service for a customer management system and I am trying to find the best practice for updating records partially. For example, I want the caller to be able to read the full record with a GET request. But for updating it only certain operations on the record are allowed, like ...
TCP: can two different sockets share a port?
This might be a very basic question but it confuses me.
5 Answers
5
...
Append value to empty vector in R?
I'm trying to learn R and I can't figure out how to append to a list.
8 Answers
8
...
JavaScript closures vs. anonymous functions
A friend of mine and I are currently discussing what is a closure in JS and what isn't. We just want to make sure we really understand it correctly.
...
Passing a String by Reference in Java?
I am used to doing the following in C :
15 Answers
15
...
What is the definition of “interface” in object oriented programming
Ok, a friend of mine go back and forth on what "interface" means in programming.
16 Answers
...
What is a plain English explanation of “Big O” notation?
I'd prefer as little formal definition as possible and simple mathematics.
41 Answers
...
Should I index a bit field in SQL Server?
I remember reading at one point that indexing a field with low cardinality (a low number of distinct values) is not really worth doing. I admit I don't know enough about how indexes work to understand why that is.
...
What is a callback?
What's a callback and how is it implemented in C#?
11 Answers
11
...
