10 2011 档案
摘要:From : http://hi.baidu.com/o0o%CD%F5%D4%F3%C3%F1o0o/blog/item/e311bf252bdf4d3b8644f95f.htmlprivate string exclePath = @"E:\111.xls";private int StartRow = 2; //读的起始行private void button1_Click(object sender, System.EventArgs e){ Excel.Application excel = new Excel.Application();//引用Excel对象
阅读全文
摘要:相關資料:http://tunps.com/parse-json-with-asphttp://topic.csdn.net/u/20090506/16/909694ae-aa40-45fb-96cb-dd3d67959633.htmlhttp://hi.baidu.com/personnel/blog/item/bbb501e9b897ee2ab90e2d35.htmlhttp://www.baidu.com/s?wd=asp%BD%E2%CE%F6json&rsv_bp=0&rsv_spt=3&inputT=6859
阅读全文
摘要:轉自:http://www.phpv.net/html/1382.html只要你写过PHP代码,相信都遇上过这个大多时候都令人莫明其妙的warning吧..今天我们就来搞定它...............看了PHP手册,回答如下:6. 我得到消息“Warning: Cannot send session cookie - headers already sent...”或者“Cannot add header information - headers already sent...”。 函数 header(),setcookie() 和 session 函数需要在输出流中增加头信息。但是头信
阅读全文
摘要://将下面的代码换成第二段代码 createUploadForm: function(id, fileElementId, data) { //create form var formId = 'jUploadForm' + id; var fileId = 'jUploadFile' + id; var form = jQuery('<form action="" method="POST" name="' + formId + '" id="' + f
阅读全文