大约有 47,000 项符合查询结果(耗时:0.0500秒) [XML]
What is a “thread” (really)?
I have been trying to find a good definition, and get an understanding, of what a thread really is.
10 Answers
...
What's the absurd function in Data.Void useful for?
The absurd function in Data.Void has the following signature, where Void is the logically uninhabited type exported by that package:
...
Use of 'prototype' vs. 'this' in JavaScript?
What's the difference between
15 Answers
15
...
Framework vs. Toolkit vs. Library [duplicate]
What is the difference between a Framework, a Toolkit and a Library?
12 Answers
12
...
When is a language considered a scripting language? [closed]
What makes a language a scripting language? I've heard some people say "when it gets interpreted instead of compiled". That would make PHP (for example) a scripting language. Is that the only criterion? Or are there other criteria?
...
What is the difference between a schema and a table and a database?
This is probably a n00blike (or worse) question. But I've always viewed a schema as a table definition in a database. This is wrong or not entirely correct. I don't remember much from my database courses.
...
How to merge dictionaries of dictionaries?
I need to merge multiple dictionaries, here's what I have for instance:
29 Answers
29
...
What is a monad?
Having briefly looked at Haskell recently, what would be a brief, succinct, practical explanation as to what a monad essentially is?
...
Difference between staticmethod and classmethod
What is the difference between a function decorated with @staticmethod and one decorated with @classmethod ?
27 Answers
...
What's “P=NP?”, and why is it such a famous question? [closed]
The question of whether P=NP is perhaps the most famous in all of Computer Science. What does it mean? And why is it so interesting?
...
