07 2011 档案
C#删除文件
摘要:1:protected void Button1_Click(object sender, EventArgs e) { string pSavedPath1 = Server.MapPath("http://images.cnblogs.com/ProductImages/6114413/绿.jpg"); if (File.Exists(pSavedPath1)) { FileInfo fi = new FileInfo(pSavedPath1); if (fi.Attributes.ToString().IndexOf("ReadOnly") !=
阅读全文
点击弹出居中的遮罩层代码
摘要:<html xmlns="http://www.w3.org/1999/xhtml"><head><title>点击弹出居中的遮罩层代码</title><meta http-equiv="content-type" content="text/html;charset=gb2312"><style type="text/css">.hidden{display:none;}#smallLay{width:498px; height:100px;
阅读全文
asp.net 弹出层
摘要:<script type="text/javascript" language="javascript"> function ShowNo() //隐藏两个层 { document.getElementById("doing").style.display="none"; document.getElementById("divLogin").style.display="none"; } function $(id) { return (document.get
阅读全文
系统的md5加密方法
摘要:System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(s,"MD5");
阅读全文
浙公网安备 33010602011771号