摘要: 难点其实在saveas方法里fileformat参数的设定,在vc、c#里都是枚举值,在php里只能用数值,必须在msdn里查到对应的valueword 对应的枚举值WdSaveFormat Enumeration :wdFormatPDF 17 PDF format.ppt对应的枚举值,直接上图excel对应的枚举值直接上代码:if(!file_exists($filepath)) error_handler("cannot find the file:".$filepath);if($extension === ".doc" || $extensio 阅读全文
posted @ 2014-02-20 16:11 gxy180 阅读(807) 评论(0) 推荐(0)
摘要: 步骤:1. 卸掉相关的swapfile, swapoff /dev/lv 2. 扩容 lvextend +L **G /dev/lv 3. mkswap /dev/lv 4.启动扩容后的swapfile swapon /dev/lv 5. 使用 free -m 验证扩容成功 阅读全文
posted @ 2014-02-20 14:41 gxy180 阅读(346) 评论(0) 推荐(0)