
C#
iteye_19421
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
XML Serializable Generic Dictionary
using System; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; [XmlRoot("dictionary")] public class SerializableDictionary : Di...原创 2012-10-10 10:35:17 · 162 阅读 · 0 评论 -
获取post值
try { System.IO.Stream s = Request.InputStream; int count = 0; byte[] buffer = new byte[1024]; StringBuilde...原创 2012-10-11 14:01:13 · 155 阅读 · 0 评论