当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: asp.net 关于form认证的一般设置:1: 在web.co
 

 

    摘要:这是一个广为流传的关于项目管理的通俗讲解 想首先问大家一个问题:你觉得中国人聪明还是美国人聪明? 我见过最好的回答是美籍华人。 我们说美国人很愚蠢,为什么呢? 你们都考过t或g吧,他们经常会出这么一道题1/3+1/2=? 50%的人回答是2/5,这可是美国研究生入学考试的试题呀! 通常在这个问题之前还有一个1/2+1/2=?为什么? 他们怕太难了,先给个容易的热身一下。 我在美国的时候见过很多的p......
    摘要:http://www.ncover.org/welcome to the new home of ncover, the open source code coverage tool for .net. after struggling mightily with the gotdotnet.com infrustructure, i have decided to move this proje......


asp.net 关于form认证的一般设置:

 asp.net 关于form认证的一般设置: 1: 在web.config中,加入form认证;     <authentication mode="forms">   <forms name="auth" loginurl="index.aspx" timeout="30"></forms>  </authentication>  <authorization>   <deny users="?" />  </authorization>2: 如果有注册页面时还应该允许匿名用户调用注册页面进行注册;  以下代码应该在<configuration><system.web>之间,而不应该包含到<system.web>..</system.web>之间; 
...   下一页

 ·[原创]c#实现window管道技术     »显示摘要«
    摘要:之前发了一篇使用window api来实现管道技术的文章,后来改用c#来实现相同的效果,发现c#本身方便的进程线程机制使工作变得简单至极,随手记录一下。首先,我们可以通过设置process类,获取输出接口,代码如下: process proc = new process(); proc .startinfo.filename = strscript; proc .startinfo.working......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE