摘要: 问题如下图所示:解决方案:选中不想被同时启动的web项目,按F4出现属性编辑页面,总是在调试时启动,设置为false即可,如下图所示: 阅读全文
posted @ 2013-08-19 11:40 长滩破浪 阅读(414) 评论(0) 推荐(0)
摘要: 直接看几段简单代码:if (this.cbUserName.Checked == true) { SetMyCookie("UserName", txt_UserID.Text.Trim()); } else { HttpCookie aCookie; string cookieName; int limit = Reques... 阅读全文
posted @ 2013-08-19 09:48 长滩破浪 阅读(199) 评论(0) 推荐(0)