会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
子焱
博客园
新随笔
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
19
下一页
2018年12月1日
php curl使用
摘要:
阅读全文
posted @ 2018-12-01 09:49 子焱
阅读(108)
评论(0)
推荐(0)
2018年11月17日
php base64图片保存
摘要: 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 子焱
阅读(1923)
评论(0)
推荐(0)
2018年11月15日
tp5的phpword使用
摘要: 1、使用composer安装phpoffice/phpword phpword的使用文档:https://phpword.readthedocs.io/en/latest/index.html 2、使用方法: 行合并方法使用vMerge:restart和continue;列的合并方法:gridSpa
阅读全文
posted @ 2018-11-15 13:51 子焱
阅读(3673)
评论(0)
推荐(0)
2018年11月10日
setInterval动态时间处理
摘要:
阅读全文
posted @ 2018-11-10 16:41 子焱
阅读(661)
评论(0)
推荐(0)
2018年11月9日
tp5分页后数据处理
摘要:
阅读全文
posted @ 2018-11-09 16:25 子焱
阅读(518)
评论(0)
推荐(0)
2018年11月7日
file_get_contents函数偶尔报错的抑制显示
摘要: $result = @file_get_contents($url);可以使用@进行抑制file_get_contents()的报错 @是为了抑制错误显示,让用户看不到,提升用户体验。注意:只是抑制错误,但是错误还是存在的
阅读全文
posted @ 2018-11-07 09:53 子焱
阅读(650)
评论(0)
推荐(0)
2018年10月20日
flex使内部内容自适应宽度
摘要:
阅读全文
posted @ 2018-10-20 11:32 子焱
阅读(3818)
评论(0)
推荐(0)
2018年10月19日
webpack的使用
摘要: 网址: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 子焱
阅读(243)
评论(0)
推荐(0)
2018年9月17日
tp5结合FormData实现ajax文件上传
摘要: 或者使用: 下面使用jquery.form.js的表单插件来提交表单
阅读全文
posted @ 2018-09-17 15:17 子焱
阅读(2395)
评论(0)
推荐(1)
2018年9月14日
linux
摘要: 立刻终止命令的运行:crtrl + c linux安装完后:默认用户root;密码:密码不会显示; shutdown -h now 立刻进行关机 shutdown -r now 立刻重新启动计算机 reboot 立刻重新启动计算机 logout 注销用户 cd 切换目录 ls 查看目录 ls -a显
阅读全文
posted @ 2018-09-14 17:21 子焱
阅读(151)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
19
下一页