上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
摘要: 阅读全文
posted @ 2018-12-01 09:49 子焱 阅读(101) 评论(0) 推荐(0) 编辑
摘要: function base64_image_content($base64_image_content,$path){ //匹配出图片的格式 if (preg_match('/^(data:\s*image\/(\w+);base64,)/', $base64_image_content, $result)){ $type = $result[2]; ... 阅读全文
posted @ 2018-11-17 10:20 子焱 阅读(1888) 评论(0) 推荐(0) 编辑
摘要: 1、使用composer安装phpoffice/phpword phpword的使用文档:https://phpword.readthedocs.io/en/latest/index.html 2、使用方法: 行合并方法使用vMerge:restart和continue;列的合并方法:gridSpa 阅读全文
posted @ 2018-11-15 13:51 子焱 阅读(3639) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-10 16:41 子焱 阅读(651) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-09 16:25 子焱 阅读(506) 评论(0) 推荐(0) 编辑
摘要: $result = @file_get_contents($url);可以使用@进行抑制file_get_contents()的报错 @是为了抑制错误显示,让用户看不到,提升用户体验。注意:只是抑制错误,但是错误还是存在的 阅读全文
posted @ 2018-11-07 09:53 子焱 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-20 11:32 子焱 阅读(3763) 评论(0) 推荐(0) 编辑
摘要: 网址:https://www.webpackjs.com/guides/getting-started/ 参考网址:https://www.jianshu.com/p/6712e4e4b8fe npm cache clean --force'清缓存再安装 1、首先下载node.js安装node.js 阅读全文
posted @ 2018-10-19 16:00 子焱 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 或者使用: 下面使用jquery.form.js的表单插件来提交表单 阅读全文
posted @ 2018-09-17 15:17 子焱 阅读(2377) 评论(0) 推荐(1) 编辑
摘要: 立刻终止命令的运行:crtrl + c linux安装完后:默认用户root;密码:密码不会显示; shutdown -h now 立刻进行关机 shutdown -r now 立刻重新启动计算机 reboot 立刻重新启动计算机 logout 注销用户 cd 切换目录 ls 查看目录 ls -a显 阅读全文
posted @ 2018-09-14 17:21 子焱 阅读(144) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页