Fork me on GitHub

09 2014 档案

摘要:public byte[] GetProImg(string JID) { byte[] Buffer = null; using (OracleConnection conn = new OracleConnection(Pub.Conne... 阅读全文
posted @ 2014-09-29 14:35 乔闻 阅读(1413) 评论(0) 推荐(0)
摘要:request 的时候 发现 sort 竟然是个数组! 阅读全文
posted @ 2014-09-24 14:37 乔闻 阅读(169) 评论(0) 推荐(0)
摘要://获取前台传来的文件 HttpFileCollection files = HttpContext.Current.Request.Files; Stream st = files[0].InputStream; ... 阅读全文
posted @ 2014-09-17 15:24 乔闻 阅读(882) 评论(0) 推荐(0)