C#
oneorall
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
delegate
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using S转载 2016-07-03 03:51:20 · 211 阅读 · 0 评论 -
文章标题
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Wi转载 2016-07-03 14:21:56 · 199 阅读 · 0 评论 -
c# Blob Mysql
this.files = OTB( ds.Tables[0].Rows[0]["files"]) ;byte[] buff = ob as byte[]; MemoryStream ms =new MemoryStream (); ms.Write(buff, 0, buff.Length);FileStream pFileStream = new FileStream(@"E:\3.docx",转载 2017-02-27 19:05:37 · 285 阅读 · 0 评论
分享