摘要: /// /// 格式化日期 /// /// 格式化规则 /// public JsonConverter DateForamt(string foramt) { Newtonsoft.Js... 阅读全文
posted @ 2015-10-17 15:15 伤心木乃伊 阅读(613) 评论(0) 推荐(0)
摘要: //接收POST过来的数据System.IO.Stream s = Request.InputStream;int count = 0;byte[] buffer = new byte[1024];StringBuilder builder = new StringBuilder();while (... 阅读全文
posted @ 2015-10-17 14:16 伤心木乃伊 阅读(319) 评论(0) 推荐(0)