上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 29 下一页
  2015年7月21日
摘要: 有诚意,也有实力。经过数十年发展,中国在全球经济格局以及产业链条上的地位已今非昔比:中国是全球第二大经济体、第一大商品贸易国、第一大外汇储备国、第三大对外投资国,并已经成为将近130个国家的最大贸易伙伴。 阅读全文
posted @ 2015-07-21 09:15 软件开发学习分享 阅读(293) 评论(0) 推荐(0) 编辑
  2015年7月20日
摘要: Bitmap Image Graphicsprivate void DrawImagePointF(PaintEventArgs e){ // Create image. Image newImage = Image.FromFile("SampImag.jpg"); // Create point... 阅读全文
posted @ 2015-07-20 11:36 软件开发学习分享 阅读(195) 评论(0) 推荐(0) 编辑
摘要: C#利用WebClient 两种方式下载文件 阅读全文
posted @ 2015-07-20 10:52 软件开发学习分享 阅读(212) 评论(0) 推荐(0) 编辑
摘要: publicpartialclassForm1:Form{publicForm1(){InitializeComponent();}privatevoidbutton1_Click(objectsender,EventArgse){stringinput=textBox1.Text.Trim();i... 阅读全文
posted @ 2015-07-20 10:47 软件开发学习分享 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 正则表达式 匹配中文,英文字母和数字及_的写法!同时控制长度using System.Text.RegularExpressions;匹配中文:[\u4e00-\u9fa5]英文字母:[a-zA-Z]数字:[0-9]匹配中文,英文字母和数字及_: ^[\u4e00-\u9fa5_a-zA-Z0-9]... 阅读全文
posted @ 2015-07-20 10:45 软件开发学习分享 阅读(2665) 评论(0) 推荐(0) 编辑
  2015年7月17日
摘要: 引用:1、HttpUtility.UrlEncode,HttpUtility.UrlDecode是静态方法,而Server.UrlEncode,Server.UrlDecode是实例方法。 2、Server是HttpServerUtility类的实例,是System.Web.UI.Page的属性。 ... 阅读全文
posted @ 2015-07-17 11:50 软件开发学习分享 阅读(708) 评论(0) 推荐(0) 编辑
摘要: 对 URL 字符串进行编码。 这些方法重载可用于对整个 URL(包括查询字符串值)进行编码。要编码或解码 Web 应用程序之外的值,请使用 WebUtility 类。 重载此成员。有关此成员的完整信息(包括语法、用法和示例),请单击重载列表中的相应名称。 阅读全文
posted @ 2015-07-17 11:47 软件开发学习分享 阅读(286) 评论(0) 推荐(0) 编辑
  2015年7月14日
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Threading; namespace ... 阅读全文
posted @ 2015-07-14 17:09 软件开发学习分享 阅读(265) 评论(0) 推荐(0) 编辑
摘要: NET Framework 4.5 有更加简便的方法 Task.Run() 阅读全文
posted @ 2015-07-14 17:06 软件开发学习分享 阅读(594) 评论(0) 推荐(0) 编辑
摘要: Tuple Dictionary妙用 阅读全文
posted @ 2015-07-14 15:59 软件开发学习分享 阅读(410) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 29 下一页