上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页
摘要: Request.Url.GetLeftPart的应用: //发送按钮 <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Default3.aspx?id=10&name=aa">HyperLink</asp:HyperLink> //接收页面 string baseUrl = "Path:" + Request.... 阅读全文
posted @ 2012-02-22 16:35 poisson_notes 阅读(2281) 评论(0) 推荐(0)
摘要: 各位亲们,这个可不是用flash或者silverlight做的游戏哦,这个是用html5做的! 请用支持html5的浏览器打开。 截图 有兴趣的可以到http://www.cuttherope.ie/试玩一下 有兴趣的可以到http://www.cuttherope.ie/试玩一下 阅读全文
posted @ 2012-02-16 14:20 poisson_notes 阅读(940) 评论(0) 推荐(1)
摘要: declare @sysCode nvarchar(50) declare @re table(id nvarchar(50),OrgCode varchar(50), ParentCode varchar(50), code varchar(50),name varchar(50), [level 阅读全文
posted @ 2012-02-15 16:30 poisson_notes 阅读(242) 评论(0) 推荐(0)
摘要: 最近各大网站密码泄露严重,没办法,只好一个一个的改密码,但是自己怎么生造出那么多密码?所以自己写了一个密码生成工具,代码很简单,但是很实用。<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta htt 阅读全文
posted @ 2011-12-30 11:30 poisson_notes 阅读(390) 评论(0) 推荐(0)
摘要: Asp.Net2.0中我们可以方便的访问配置文件中,.NetFrameWork2.0新增加了 SystemWebSectionGroup 类。 允许用户以编程方式访问配置文件的 system.web 组。 比如判断web.config内是否为 debug="true",或者判断身份验证形式 SystemWebSectionGroup ws = new SystemWebSec... 阅读全文
posted @ 2011-12-08 18:16 poisson_notes 阅读(209) 评论(0) 推荐(0)
摘要: 一般来说,要显示一些动态数据总是采用带参数的方式,比如制作一个UserInfo.aspx的动态页面用于显示系统的UserInfo这个用户信息表的数据,那么需要在其后带上一个参数来指定要显示的用户信息,比如UserInfo.aspx?UserId=1用于显示表中编号为1的用户的信息,如果为2则显示表中编号为2的用户信息。在一些系统中我们可能看到的不是这样的效果,可能会看到形如UserInfo... 阅读全文
posted @ 2011-11-17 16:19 poisson_notes 阅读(426) 评论(0) 推荐(0)
摘要: ASP.NET获取各级目录Server.MapPath详解全: 1.Server.MapPath("/") 应用程序根目录所在的位置 如 C:\Inetpub\wwwroot\ 2.Server.MapPath("./") 表示所在页面的当前目录 注:等价于Server.MapPath("") 返回 Server.MapPath("")所在页面的物理文件路径 3.S... 阅读全文
posted @ 2011-11-15 09:24 poisson_notes 阅读(629) 评论(0) 推荐(1)
摘要: <html><head><title>打造下拉菜单</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style>body,td { font-size:12px; font-family:宋体}a:link { color: #ffffff; text-decoration: none}a:visited { color: #ffffff; text-decoration: non 阅读全文
posted @ 2011-10-26 18:11 poisson_notes 阅读(384) 评论(0) 推荐(0)
摘要: 将下列文本复制、粘贴,另存为cmd文件,然后双击运行, @ECHO OFF MD E:\RECYCLED\UDrives.{25336920-03F9-11CF-8FD0-00AA00686F13}>NUL IF EXIST O:\NUL GOTO DELETE SUBST O: E:\RECYCLED\UDrives.{25336920-03F9-... 阅读全文
posted @ 2011-10-06 19:09 poisson_notes 阅读(443) 评论(0) 推荐(0)
摘要: 因为使用word在博客园上发布文章对图片上传支持不太好,所以转为使用window Live writer , 官网上的live writer 不支持windows 2003 ,所以找了一个绿色版的live writer.下载后解压,双击wlw 3.0.exe就可以使用了。注意:此版本是绿色版,使用前请不要安装原版的windows live write,否则每次使用都会提示重新登录。附件下载:WindowsLiveWriter.rar 阅读全文
posted @ 2011-09-22 11:47 poisson_notes 阅读(301) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页