07 2014 档案

摘要:1 NET开发人员值得关注的七个开源项目 2 软近几年在.NET社区开源项目方面投入了相当多的时间和资源,不禁让原本对峙的开源社区阵营大吃一惊,从微软.NET社区中的反应来看,微软.NET开发阵营对开源工具的依赖正日益增强,本文就为所有.NET开发人员介绍7个应该关注的开源项目,也许其中正有你需要... 阅读全文
posted @ 2014-07-29 15:19 Debugs 阅读(201) 评论(0) 推荐(0)
摘要:讯飞语音云http://open.voicecloud.cn/index.php目前支持6大类型的SDK下载,包括Android、iPhone平台移动应用的接入,Windows、Linux平台PC应用的接入,以及Flash、Java网页应用的接入开发文档和API下载:http://open.voic... 阅读全文
posted @ 2014-07-29 15:16 Debugs 阅读(202) 评论(0) 推荐(0)
摘要:http://api.map.baidu.com/lbsapi/getpoint/ 阅读全文
posted @ 2014-07-29 15:15 Debugs 阅读(608) 评论(0) 推荐(0)
摘要:ASP.NET Forms 身份验证在开发过程中,我们需要做的事情包括:1. 在 web.config 中设置 Forms 身份验证相关参数。2. 创建登录页。登录页中的操作包括:1. 验证用户名和密码是否正确。2. 创建身份验证票证对象。3. 将身份验证票证对象加密成字符串,写入 Cookies。... 阅读全文
posted @ 2014-07-29 14:13 Debugs 阅读(217) 评论(0) 推荐(0)
摘要:1 过滤非法字符和发送邮件 2 1:关于过滤非法字符 3 ********************************************过滤非法字符*********************************************************************... 阅读全文
posted @ 2014-07-29 13:37 Debugs 阅读(488) 评论(0) 推荐(0)
摘要:1 01.public static string StripHTML(string strHtml) 2 02. { 3 03. string[] aryReg ={ 4 04. @"", 5 05. ... 阅读全文
posted @ 2014-07-17 17:44 Debugs 阅读(258) 评论(0) 推荐(0)
摘要:1 ArrayList arrRight = new ArrayList(); 2 protected void ImageButton1_Click(object sender, ImageClickEventArgs e) 3 { 4 ... 阅读全文
posted @ 2014-07-14 16:59 Debugs 阅读(281) 评论(0) 推荐(0)
摘要:1 user.xml 2 3 4 5 6 7 123 8 大明 9 10 11 123 12 13 14 123 15 松江区 16 17 18 19 1, private XmlDo... 阅读全文
posted @ 2014-07-10 14:20 Debugs 阅读(156) 评论(0) 推荐(0)
摘要:1 //json序列化和反序列化 using System.Runtime.Serialization.Json; 2 public static string JsonSerializer(T t) 3 { 4 DataContractJsonSerialize... 阅读全文
posted @ 2014-07-10 14:13 Debugs 阅读(182) 评论(0) 推荐(0)
摘要:1 public class Product 2 { 3 public string Name { get;set;} 4 public int Code { get; set; } 5 } 6 ... 阅读全文
posted @ 2014-07-08 17:18 Debugs 阅读(228) 评论(0) 推荐(0)