06 2013 档案
摘要:Objects and classesA class consists primarily of two things: variables that can store data and methodsthat can perform operations.SubclassesClasses can also inherit functionality from an existing classInstance and class variablesChanging the value of an instance variable in one objectwill not affect
阅读全文
摘要:Return Types of Action:1. Content()Returns a ContentResult that renders arbitrary text, e.g., “Hello, world!”2. File()Returns a FileResult that renders the contents of a file, e.g., a PDF.3. HttpNotFound()Returns an HttpNotFoundResult that renders a 404 HTTP status code response.4. JavaScript()Retur
阅读全文
摘要:functin(arg) { var arg2 = ....; arguments.callee(arg2); ...}
阅读全文
摘要:VS: /// + EnterEclipse: /** + Enter
阅读全文
摘要:http://blog.csdn.net/blacklin520/article/details/6854163
阅读全文