大约有 41,727 项符合查询结果(耗时:0.0316秒) [XML]
What is meant by the term “hook” in programming?
I recently heard the term "hook" while talking to some people about a program I was writing. I'm unsure exactly what this term implies although I inferred from the conversation that a hook is a type of function. I searched for a definition but was unable to find a good answer. Would someone be ab...
Ruby on Rails vs ASP.NET MVC 3 for a .NET Guy? [closed]
I am very new to RoR and I want to select between APS.NET MVC3 and RoR. C# is sure easier for me as I have been doing it for so long but I am wondering if there is any point to consider using RoR over .MVC to develop a real world website?
...
Is JavaScript a pass-by-reference or pass-by-value language?
The primitive types (number, string, etc.) are passed by value, but objects are unknown, because they can be both passed-by-value (in case we consider that a variable holding an object is in fact a reference to the object) and passed-by-reference (when we consider that the variable to the object hol...
Downcasting in Java
Upcasting is allowed in Java, however downcasting gives a compile error.
11 Answers
1...
Navigation in django
I've just done my first little webapp in django and I love it. I'm about to start on converting an old production PHP site into django and as part its template, there is a navigation bar.
...
Class method differences in Python: bound, unbound and static
What is the difference between the following class methods?
13 Answers
13
...
JavaScript function in href vs. onclick
I want to run a simple JavaScript function on a click without any redirection.
15 Answers
...
What's the difference between the data structure Tree and Graph?
Academically speaking, what's the essential difference between the data structure Tree and Graph? And how about the tree based search and Graph based search?
...
Why can't I define a static method in a Java interface?
EDIT: As of Java 8, static methods are now allowed in interfaces.
24 Answers
24
...
Does the Java &= operator apply & or &&?
Assuming
5 Answers
5
...
