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

浙公网安备 33010602011771号