码迷,mamicode.com
首页 >  
搜索关键字:writing    ( 842个结果
Java Object Oriented Programming concepts
Introduction This tutorial will help you to understand about Java OOP’S concepts with examples. Let’s discuss about what are the features of Object Oriented Programming. Writing object-oriented p...
分类:编程语言   时间:2014-08-18 23:42:53    阅读次数:755
【JavaScript】【译】编写高性能JavaScript
英文链接:Writing Fast, Memory-Efficient JavaScript 很多JavaScript引擎,如Google的V8引擎(被Chrome和Node所用),是专门为需要快速执行的大型JavaScript应用所设计的。如果你是一个开发者,并且关心内存使用情况与页面性能,...
分类:编程语言   时间:2014-08-16 23:40:21    阅读次数:514
Visual Studio Tip: Get Public Key Token for a Strong Named Assembly
The first 3 parts are easy to get. I should know the name, version, and culture for the assembly since I am writing it. The part that can be a little ...
分类:其他好文   时间:2014-08-16 12:23:00    阅读次数:226
编写更好的jQuery代码(转)
这是一篇关于jQuery的文章,写到这里给初学者一些建议。原文地址:http://flippinawesome.org/2013/11/25/writing-better-jquery-code/现在已经有很多文章讨论jQuery和JavaScript的性能问题,然而,在这篇文章中我计划总结一些提升...
分类:Web程序   时间:2014-08-15 23:43:49    阅读次数:320
【DataStructure】A useful util class for reading and writing files
Faced with the upcoming exam, Some useful methods referred to file operation drew tremenous attention. Now I make a summary to reading file. [java] view plaincopy import java...
分类:其他好文   时间:2014-08-14 01:30:09    阅读次数:331
编写高性能JavaScript
英文链接:Writing Fast, Memory-Efficient JavaScript 很多JavaScript引擎,如Google的V8引擎(被Chrome和Node所用),是专门为需要快速执行的大型JavaScript应用所设计的。如果你是一个开发者,并且关心内存使用情况与页面性能,你.....
分类:编程语言   时间:2014-08-12 16:47:44    阅读次数:364
Word Capitalization
Time Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeCodeForces 281ADescriptionCapitalization is writing a word with...
分类:Windows程序   时间:2014-08-11 09:56:41    阅读次数:346
JSP 过滤器
转自:http://www.w3cschool.cc/jsp/jsp-writing-filters.html————————————————————————————————————————————————————Servlet和JSP中的过滤器都是Java类,它们存在的目的如下:在请求访问后端资源...
分类:Web程序   时间:2014-08-09 15:52:48    阅读次数:362
Spring MVC Test -Controller
http://www.petrikainulainen.net/programming/spring-framework/unit-testing-of-spring-mvc-controllers-configuration/Writing unit tests for Spring MVC co...
分类:编程语言   时间:2014-08-06 18:21:12    阅读次数:398
Samples for Parallel Programming with the .NET Framework
The .NET Framework 4 includes significant advancements for developers writing parallel and concurrent applications, including Parallel LINQ (PLINQ), t...
分类:Web程序   时间:2014-08-03 10:11:35    阅读次数:456
842条   上一页 1 ... 78 79 80 81 82 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!