04 2014 档案

webservice接口验证
摘要:webservice接口使用方便,兼容性强,目前web服务很多采用这种方式开发webservice接口也很简单,本文主要涉及webservice中xml的验证。1.XSD数据验证目前交流行的是xsd数据格式验证一个简单的xsd文档 ... 阅读全文

posted @ 2014-04-18 18:00 来碗板面 阅读(1416) 评论(2) 推荐(0)

下载
摘要:public void DownLoad( ){ string filePath = Server.MapPath( @"\UserFile\" );//这里注意了,你得指明要下载文件的路径. if ( System.IO.File.Exists( filePath ) ) { FileInfo file = new FileInfo( filePath ); Response.ContentEncoding = System.Text.Encoding.GetEncoding( "UTF-8" ); //解决中文乱码 Re... 阅读全文

posted @ 2014-04-10 10:22 来碗板面 阅读(145) 评论(0) 推荐(0)

导航