摘要: http://www.codeproject.com/Questions/117324/upload-file-in-c-with-HttpWebRequest 阅读全文
posted @ 2012-08-02 20:33 gitran 阅读(147) 评论(0) 推荐(0) 编辑
摘要: REST接口GET方法获取文件保存到本地(C#)using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.IO;namespace testConsoleApplication1{ class Class1 { static void Main(string[] args) { string urlstr = @"http://127.0.0.1/open/files/... 阅读全文
posted @ 2012-08-02 16:26 gitran 阅读(550) 评论(0) 推荐(0) 编辑
摘要: Filestream读写文件把1.pdf读到2.pdfusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace testConsoleApplication{ class Program { static void Main(string[] args) { //打开源文件1.pdf,供读 FileStream fs = new FileStream(@"... 阅读全文
posted @ 2012-08-02 15:51 gitran 阅读(220) 评论(0) 推荐(0) 编辑
摘要: =MID($A$1,(ROW()-1)*10+1,10) 阅读全文
posted @ 2012-08-02 07:16 gitran 阅读(252) 评论(0) 推荐(0) 编辑