摘要: /// /// DES加密字符串 /// /// 待加密的字符串 /// 加密密钥,要求为8位 /// 加密成功返回加密后的字符串,失败返回源串 public static string Encr... 阅读全文
posted @ 2015-06-08 16:04 逊老头 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 1,建立存储过程create PROCEDURE [dbo].[p_Company_Insert]@CompanyCollection [CompanyTableType] READONLYASINSERT INTO tb_Company ( [cpID] ... 阅读全文
posted @ 2015-06-08 14:57 逊老头 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 1,获取相对路径的html然后保存到本地路径 /// /// Html方法 /// /// public void CollectionContent(string url) { Res... 阅读全文
posted @ 2015-06-04 16:38 逊老头 阅读(2296) 评论(0) 推荐(0) 编辑
摘要: /// /// XML转换为DataTable /// /// 文件路径 /// 节点路径 /// 返回DataTable public static DataTable XmlToDataTable(stri... 阅读全文
posted @ 2015-06-04 16:14 逊老头 阅读(434) 评论(0) 推荐(0) 编辑
摘要: //获取字典 private Dictionary LoadPinYin(HttpContext context) { string link = context.Request.QueryString["link"]; Dic... 阅读全文
posted @ 2015-06-04 16:08 逊老头 阅读(209) 评论(0) 推荐(0) 编辑
摘要: /// /// md5加密方式 /// /// 原字符串 /// 16,32 位 /// 加密后的字符串 public static string MD5(string str, int code) ... 阅读全文
posted @ 2015-06-01 17:14 逊老头 阅读(144) 评论(0) 推荐(0) 编辑
摘要: string file = ((fileNameIndex)index).ToString(); if (!Directory.Exists(HttpContext.Current.Server.MapPath("~/admin/upload/") + ((f... 阅读全文
posted @ 2015-06-01 17:10 逊老头 阅读(1444) 评论(0) 推荐(0) 编辑
摘要: 1,图片加载JSvar LazyLoad = function (options) { this.SetOptions(options); this.container = $(this.options.container); this.childs = $(this.option... 阅读全文
posted @ 2015-06-01 17:08 逊老头 阅读(157) 评论(2) 推荐(1) 编辑
摘要: 站长都知道有ISS日志,可是有很少人去关注它,也许你觉得在一些站长工具里面我们就能找到我们想要的工具,哪你就错了,我们的网站被收入靠的是蜘蛛,想要真正了解蜘蛛,就一定要好好重视iss日志分析,为什么这么说?第一,我们发的外链情况如何。第二,我们需要什么时间上传新内容,蜘蛛哪个时间抓取次数多。第三,我... 阅读全文
posted @ 2015-05-30 10:54 逊老头 阅读(323) 评论(0) 推荐(0) 编辑
摘要: C:\Users\\AppData\Local\Temp,然后创建两个命名为1和2的文件夹 阅读全文
posted @ 2015-05-30 10:40 逊老头 阅读(281) 评论(0) 推荐(0) 编辑