2012年11月2日

摘要: /* * My97 DatePicker 4.7 Beta3 * License: http://www.my97.net/dp/license.asp * Compressed by JSA(www.xidea.org) */var $dp,WdatePicker;(function(){var _={$wdate:true,$dpPath:"",$crossFrame:true,doubleCalendar:false,autoUpdateOnChanged:false,position:{},lang:"auto",skin:"defau 阅读全文
posted @ 2012-11-02 22:46 潇潇雨歇抬望眼1 阅读(164) 评论(0) 推荐(0) 编辑
 
摘要: /// <summary> /// 这是图件的上传 /// </summary> /// 创建时间:2012/06/27 public string tujian() { string path = ""; if (FileUpload1.HasFile) { if (FileUpload1.PostedFile.ContentLength > 1000 * 1000) { Response.Write("过大"); } else { if (FileUpload1.PostedFile.FileName.Substring 阅读全文
posted @ 2012-11-02 21:57 潇潇雨歇抬望眼1 阅读(123) 评论(0) 推荐(0) 编辑
 
摘要: /// <summary> /// 导出Excel /// </summary> /// 创建时间:2012/07/01 //private void fExpert(DataTable dt) private void fExpert(IList<Farmer> comlist) { Respon 阅读全文
posted @ 2012-11-02 21:50 潇潇雨歇抬望眼1 阅读(310) 评论(0) 推荐(0) 编辑
 
摘要: 1.1、Web Service基本概念Web Service也叫XML Web Service WebService是一种可以接收从Internet或者Intranet上的其它系统中传递过来的请求,轻量级的独立的通讯技术。是:通过SOAP在Web上提供的软件服务,使用WSDL文件进行说明,并通过UDDI进行注册。XML:(Extensible Markup Language)扩展型可标记语言。面向短期的临时数据处理、面向万维网络,是Soap的基础。Soap:(Simple Object Access Protocol)简单对象存取协议。是XML Web Service 的通信协议。当用户通过U 阅读全文
posted @ 2012-11-02 16:24 潇潇雨歇抬望眼1 阅读(159) 评论(0) 推荐(0) 编辑