大约有 47,000 项符合查询结果(耗时:0.0657秒) [XML]
Why is volatile needed in C?
Why is volatile needed in C? What is it used for? What will it do?
18 Answers
18
...
What does the function then() mean in JavaScript?
I’ve been seeing code that looks like:
12 Answers
12
...
CSS for grabbing cursors (drag & drop)
I have a JavaScript webapp where the user needs to grab the background to move the whole screen around. So I want the cursor to change when they're hovering over the background. The -moz-grab and -moz-grabbing CSS cursors are ideal for this. Of course, they only work in Firefox... are there ...
Why both no-cache and no-store should be used in HTTP response?
I'm told to prevent user-info leaking, only "no-cache" in response is not enough. "no-store" is also necessary.
11 Answers
...
subtle differences between JavaScript and Lua [closed]
I simply love JavaScript. It's so elegant (imagine the quiet sound of lovestruck fanboy sighing in the background).
8 Answe...
Why functional languages? [closed]
I see a lot of talk on here about functional languages and stuff. Why would you use one over a "traditional" language? What do they do better? What are they worse at? What's the ideal functional programming application?
...
Difference between local and global indexes in DynamoDB
I'm curious about these two secondary indexes and differences between them. It is hard to imagine how this looks like. And I think, this will help more people than just me.
...
How can you represent inheritance in a database?
I'm thinking about how to represent a complex structure in a SQL Server database.
8 Answers
...
How does a Java HashMap handle different objects with the same hash code?
As per my understanding I think:
14 Answers
14
...
Difference between HBase and Hadoop/HDFS
This is kind of naive question but I am new to NoSQL paradigm and don't know much about it. So if somebody can help me clearly understand difference between the HBase and Hadoop or if give some pointers which might help me understand the difference.
...
