cnlan

导航

随笔分类 -  心得体会*源码

心得体会,源码
asp.net 上传图片并生存裁剪图
摘要:View代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<linkrel="stylesheet"href="http://www.cnblogs.com/Scripts/jquery.Jcrop.css"type="text/css"/&g... 阅读全文

posted @ 2010-02-01 14:43 小菜猪 阅读(1199) 评论(0) 推荐(0)

c#修改本机时间,获取硬盘序列号
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;nam... 阅读全文

posted @ 2010-01-22 16:35 小菜猪 阅读(1223) 评论(1) 推荐(0)

通用创建对象(建立IdataReader与Class关系,同时将IdataReader数据赋给Class对象(原创)
摘要:通用创建对象(建立IdataReader与Class关系,同时将IdataReader数据赋给Class对象,不用每次访问数据都写一大堆代码...[代码] 阅读全文

posted @ 2010-01-22 16:30 小菜猪 阅读(408) 评论(0) 推荐(0)

验证时间的正则表达式
摘要:[代码]支持1:5或01:05格式 阅读全文

posted @ 2010-01-19 08:53 小菜猪 阅读(202) 评论(0) 推荐(0)

快钱网关接口程序开发示例
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//////////Send.aspx///////////////////////////////////<scriptLanguage="C#"runat="server">/***@... 阅读全文

posted @ 2009-12-29 14:31 小菜猪 阅读(1378) 评论(0) 推荐(0)

WCF安全模式:基于用户名、密码、X.509的身份验证
摘要:X.509 比较适合验证 "客户机" 的身份,而另外一方面,我们可能需要针对具体的 "用户" 进行验证。1.首先我们需要一个数字证书。开始>>程序>>Microsoft Visual Studio 2008>>Visual Studio Tools>>Visual Studio 2008 Command Promptmakecert -r -pe -... 阅读全文

posted @ 2009-11-06 20:29 小菜猪 阅读(426) 评论(0) 推荐(0)

树状打点方式转换成树状指针方式,同时保留打点方式(sql语句)
摘要:由于同事需要这个功能,花了几分钟写了下,有需要的朋友可以看看。[代码] 阅读全文

posted @ 2009-03-07 10:32 小菜猪 阅读(254) 评论(0) 推荐(0)