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 阅读全文
posted @ 2013-06-09 17:34 Master HaKu 阅读(169) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2013-06-08 13:53 Master HaKu 阅读(200) 评论(0) 推荐(0) 编辑
摘要:functin(arg) { var arg2 = ....; arguments.callee(arg2); ...} 阅读全文
posted @ 2013-06-06 17:30 Master HaKu 阅读(191) 评论(0) 推荐(0) 编辑
摘要:VS: /// + EnterEclipse: /** + Enter 阅读全文
posted @ 2013-06-06 11:08 Master HaKu 阅读(181) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/blacklin520/article/details/6854163 阅读全文
posted @ 2013-06-04 16:50 Master HaKu 阅读(447) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示