It\'s easy to decide which information to cache in memory in a node-like web-site, where you have few nodes, most popular pages, you can keep in memory. But what about site开发者_Go百科s where the who
I want a way to have my code style do something like this.. this comment is in PHP but the concept should work for any eclipse compatible language.
I am more into C/C++. But many of my seniors here in college ask me to learn Java if I want to contribute to an open source project.. I\'m in dilemma. what to do? Can\'t we do a design project in C/C+
I\'d like to a开发者_JAVA百科dd a custom field to Projects in FogBugz and have that field show up in the project administration page.This way, when a user creates a new project, or edits an old one, t
I have a .txt file that has numbers 1-31 in it called numbers.I\'ve set up a scanner like this: cardCreator = new Scanner (new File (\"numbers\"));