大约有 18,000 项符合查询结果(耗时:0.0273秒) [XML]
What is Node.js? [closed]
I don't fully get what Node.js is all about. Maybe it's because I am mainly a web based business application developer. What is it and what is the use of it?
...
Why Choose Struct Over Class?
Playing around with Swift, coming from a Java background, why would you want to choose a Struct instead of a Class? Seems like they are the same thing, with a Struct offering less functionality. Why choose it then?
...
Generating an Excel file in ASP.NET [closed]
I am about to add a section to an ASP.NET app (VB.NET codebehind) that will allow a user to get data returned to them as an Excel file, which I will generate based on database data. While there are several ways of doing this, each has its own drawbacks. How would you return the data? I'm lookin...
Why should I not include cpp files and instead use a header?
So I finished my first C++ programming assignment and received my grade. But according to the grading, I lost marks for including cpp files instead of compiling and linking them . I'm not too clear on what that means.
...
Finding all possible combinations of numbers to reach a given sum
How would you go about testing all possible combinations of additions from a given set N of numbers so they add up to a given final number?
...
Programmer Puzzle: Encoding a chess board state throughout a game
Not strictly a question, more of a puzzle...
31 Answers
31
...
What is the difference between partitioning and bucketing a table in Hive ?
I know both is performed on a column in the table but how is each operation different.
8 Answers
...
ObservableCollection not noticing when Item in it changes (even with INotifyPropertyChanged)
Does anyone know why this code doesn't work:
18 Answers
18
...