大约有 43,000 项符合查询结果(耗时:0.0635秒) [XML]
How to implement a queue with three stacks?
I came across this question in an algorithms book ( Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne).
5 Answ...
RESTful password reset
What is the proper way to structure a RESTful resource for resetting a password?
9 Answers
...
How do you effectively model inheritance in a database?
What are the best practices for modeling inheritance in databases?
9 Answers
9
...
What is a Lambda?
Could someone provide a good description of what a Lambda is? We have a tag for them and they're on the secrets of C# question, but I have yet to find a good definition and explanation of what they are in the first place.
...
Check if a number has a decimal place/is a whole number
I am looking for an easy way in JavaScript to check if a number has a decimal place in it (in order to determine if it is an integer). For instance,
...
What are the different usecases of PNG vs. GIF vs. JPEG vs. SVG?
When should certain image file types be used when building websites or interfaces, etc?
13 Answers
...
How can I list ALL DNS records?
Is there any way I can list ALL DNS records for a domain?
8 Answers
8
...
How to split a string into a list?
I want my Python function to split a sentence (input) and store each word in a list. My current code splits the sentence, but does not store the words as a list. How do I do that?
...
The difference between Classes, Objects, and Instances
What is a class, an object and an instance in Java?
16 Answers
16
...
API vs. Webservice [closed]
What is the difference between a webservice and an API? Is the difference more than the protocol used to transfer data?
thanks.
...
