Loading

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 39 下一页
摘要: 给SVN设置代理的方法! 在C:\Documents and Settings\Administrator\Application Data\Subversion的server配置文件下找到[global]节点 然后添加 http-proxy-host = 172.100.1.28 代理ip http-proxy-port = 8080 代理端口 http-proxy-username = ha... 阅读全文
posted @ 2010-12-24 13:08 .net's 阅读(526) 评论(0) 推荐(0) 编辑
摘要: windows service代码 inno setup 代码 阅读全文
posted @ 2010-12-21 13:30 .net's 阅读(901) 评论(0) 推荐(0) 编辑
摘要: Some of you read that code and are thinking to yourself, “String concatenation!? Are you kidding?” Yeah, we could use a StringBuilder, but for a small number of concatenations, concatenating a string ... 阅读全文
posted @ 2010-12-14 15:17 .net's 阅读(309) 评论(0) 推荐(0) 编辑
摘要: Let’s start off by demonstrating how to write a test of the Default route included in Global.asax.cs.  This demonstration assumes that when you create a new project using the ASP.NET MVC Web Applicati... 阅读全文
posted @ 2010-12-14 14:34 .net's 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 可扩展的简易点击展开/关闭效果,分别用原生JavaScript和jQuery实现.使用方法及相关解释,请参见源码.另,授人以鱼,不如授人以渔.我写的只是一个原型,提供一个思路一种方法.注释中我也注明了,如果你想要酷炫的效果,你可以根据自己的实际需求扩展.查看演示: 点此查看DEMO原生JS版本:window.onload=function(){ vardivs=document.getElementsByTagName('div');//找到所有div元素 for(vari=0; idivs.length; i++){ if(divs[i].className!='jsdemo')con 阅读全文
posted @ 2010-12-14 11:57 .net's 阅读(576) 评论(0) 推荐(0) 编辑
摘要: To implement paging logic, we can update our Index action method so that it applies additional Skip and Take operators to the returned IQueryableDinner sequence before calling ToList on it: // // GE... 阅读全文
posted @ 2010-12-07 13:23 .net's 阅读(373) 评论(0) 推荐(0) 编辑
摘要: <iframe src=”you page’s url” width=”750″ height=”30″ frameborder=”no” border=”0″ marginwidth=”0″ marginheight=”0″ scrolling=”no” allowtransparency=”yes”></iframe> 阅读全文
posted @ 2010-11-20 21:17 .net's 阅读(305) 评论(0) 推荐(0) 编辑
摘要:   阅读全文
posted @ 2010-11-20 12:10 .net's 阅读(463) 评论(0) 推荐(0) 编辑
摘要: Format Description Code Snippet Output Short date pattern (d) DateTime.Now.ToString("d") 11/8/2010 Long date pattern (D) DateTime.Now.ToString("D") Monday, November 08, 2010 Full d... 阅读全文
posted @ 2010-11-18 16:57 .net's 阅读(576) 评论(0) 推荐(0) 编辑
摘要: Taking the Hint: Object Types Just as an argument variable can contain any primitive type, by default it can contain an object of any type. This flexibility has its uses but can present problems in th... 阅读全文
posted @ 2010-11-08 21:58 .net's 阅读(433) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 39 下一页