码迷,mamicode.com
首页 >  
搜索关键字:archive    ( 14444个结果
perl 调试
http://blog.csdn.net/hanxin1987216/archive/2010/08/21/5826196.aspx缺省的Perl调试器就是perl解释器本身,另外还有图形界面的调试器。因为我们在 开发程序时一般都使用telnet访问服务器,所以这里主要介绍一下缺省的命令行调 试器的...
分类:其他好文   时间:2014-08-06 17:58:21    阅读次数:210
[转]深入ASP.NET MVC之二:路由模块如何工作
本文转自:http://www.cnblogs.com/yinzixin/archive/2012/11/05/2754483.html摘要: 上文分析了UrlRouting模块何时会被触发,本文重点分析路由模块是如何工作,以及如何利用路由模块实现Area。先看路由模块的PostResolveReq...
分类:Web程序   时间:2014-08-06 17:52:01    阅读次数:367
android uri , file , string 互转
1:android Uri 介绍http://www.cnblogs.com/lingyun1120/archive/2012/04/18/2455212.html2:File 转成Uri File file = null; Uri uri = Uri.fromFile(file)
分类:移动开发   时间:2014-08-06 17:51:51    阅读次数:769
自定义MVC的Helper扩展方法
记得在开发ASP.NET时候,也经常性使用C#可以写自己义的扩展方法,如:http://www.cnblogs.com/insus/p/3154363.html或http://www.cnblogs.com/insus/archive/2013/06/27/3158345.html而MVC的Help...
分类:Web程序   时间:2014-08-06 17:51:11    阅读次数:300
从ASP.NET传递参数给水晶报表
上次Insus.NET有简单写了一篇文章《Visual Studio 2012使用水晶报表Crystal Report》http://www.cnblogs.com/insus/archive/2013/05/22/3090786.html此篇只是简单介绍了Visual Studio 2012可以方...
分类:Web程序   时间:2014-08-06 14:41:41    阅读次数:306
数据库的索引
http://www.cnblogs.com/king1302217/archive/2010/05/11/1732250.html索引的优点大大加快数据的检索速度,这也是创建索引的最主要的原因索引的缺点 1.创建索引和维护索引要耗费时间,这种时间随着数据量的增加而增加 2.索引需要占物理空间2.1...
分类:数据库   时间:2014-08-06 14:28:11    阅读次数:223
【转】android webview设置内容的字体大小
Enumforspecifyingthetextsize.SMALLESTis50%SMALLERis75%NORMALis100%LARGERis150%LARGESTis200%原文:http://www.cnblogs.com/yourancao520/archive/2012/06/14/2...
分类:移动开发   时间:2014-08-06 14:26:51    阅读次数:301
User Commands
archiveCreates a hadoop archive【v.存档; n.档案文件;档案室; 】. More information can be found at Hadoop Archives.distcpCopy file or directories recursively. More...
分类:其他好文   时间:2014-08-06 08:23:31    阅读次数:202
HttpApplication、HttpContext、HttpModule、HttpHandler
http://www.cnblogs.com/ljzforever/archive/2010/03/07/1680311.htmlhttp://runboliu.blog.163.com/blog/static/13459317201101352357218/
分类:移动开发   时间:2014-08-06 01:38:50    阅读次数:204
PHP中”单例模式“实例讲解【转】
转自::http://www.cnblogs.com/hongfei/archive/2012/07/07/2580994.html假设我们需要写一个类用来操作数据库,并同时满足以下要求:①SqlHelper类只能有一个实例(不能多)②SqlHelper类必须能够自行创建这个实例③必须自行向整个系统...
分类:Web程序   时间:2014-08-06 01:25:10    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!