12 2014 档案
php 自定义函数
摘要:1.遍历文件夹下所有文件function fetchDir($dir) { foreach(glob($dir.'\*') as $file) { echo $file,"\n"; if(is_dir($file)) { $this->... 阅读全文
posted @ 2014-12-25 09:25 Flameman 阅读(127) 评论(0) 推荐(0)
cdr格式文件抠图
摘要:使用CoreDRAW打开cdr文件,另存为ai格式使用illustrator打开新文件,使用套索工具选择需要的图形,复制到photoshop中进行编辑 阅读全文
posted @ 2014-12-10 10:34 Flameman 阅读(263) 评论(0) 推荐(0)
iframe载入等待
摘要:Click Me! 阅读全文
posted @ 2014-12-06 09:43 Flameman 阅读(764) 评论(0) 推荐(0)


点击右上角即可分享
微信分享提示