摘要:
生成excel后加上 _Worksheet ActiveSheet; //_Chart ActiveChart; _Workbook oBook; _Application oExcel = new ApplicationClass(); oExcel.Visible = false; oExcel... 阅读全文
摘要:
近日查看codeigniter源码,发现其helper类可以自定义方法,从而对系统helper方法进行扩展或重写。CI herper类介绍http://codeigniter.org.cn/user_guide/general/helpers.html对于类可以继承实现方法的重写或扩展,对于方法可以... 阅读全文