projects
Which kind information to cache in memory?
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[详细]
2022-12-17 03:11 分类:问答Can you use Eclipse's .Project files variables for Code Style variables?
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.[详细]
2022-12-16 00:46 分类:问答Is it necessary to learn Java for contributing to an open source project?
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+[详细]
2022-12-13 16:36 分类:问答How to add a custom field to the Project administration page using the FogBugz plugin API?
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[详细]
2022-12-10 16:08 分类:问答Java - Creating a string by selecting certain numbers from within a text file
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\"));[详细]
2022-12-08 04:36 分类:问答