上一页 1 2 3 4 5 6 7 ··· 35 下一页

2020年2月9日

判断任务是否存在shell脚本及workerman的相关配置

摘要: 判断进行是否存在,用于定时任务,将信息写入日志 prots=`netstat -an | grep 2345 | wc -l` if test $prots -eq 0 then echo "`date +%Y-%m-%d%H-%M-%S` error..." #cd 后面换成自己的workerma 阅读全文

posted @ 2020-02-09 13:06 ziyi_ang 阅读(174) 评论(0) 推荐(0) 编辑

2020年2月7日

PowerDesigner显示Comment注释

摘要: https://my.oschina.net/gibbons/blog/1860883 具体配置项: 在看看这篇: https://www.jianshu.com/p/8e220fb41a9f 阅读全文

posted @ 2020-02-07 22:15 ziyi_ang 阅读(111) 评论(0) 推荐(0) 编辑

2020年2月5日

laravel 5.8 安装swagger

摘要: 首先按照此教程正常安装 在 Laravel 中集成 API 文档生成器扩展包为 Dingo API 接口生成文档 https://xueyuanjun.com/post/19689.html 中途中需要安装 TaskTransformer ,参考本篇 https://xueyuanjun.com/p 阅读全文

posted @ 2020-02-05 23:07 ziyi_ang 阅读(319) 评论(0) 推荐(0) 编辑

2020年2月4日

devops

摘要: https://www.jianshu.com/p/c5d002cf25b9 阅读全文

posted @ 2020-02-04 12:08 ziyi_ang 阅读(59) 评论(0) 推荐(0) 编辑

mysql的json整理

摘要: 这个也重要: https://segmentfault.com/a/1190000011580030 这个也重要: https://www.cnblogs.com/ooo0/p/9309277.html 阅读全文

posted @ 2020-02-04 00:21 ziyi_ang 阅读(100) 评论(0) 推荐(0) 编辑

2019年11月18日

idea License

摘要: https://blog.csdn.net/weixin_37264997/article/details/89846698 PhpStorm2019 Windows破解 然后增加host文件 0.0.0.0 fls.jetbrains-agent.com 注意,最终不要按照博客里面的lisence 阅读全文

posted @ 2019-11-18 08:46 ziyi_ang 阅读(193) 评论(0) 推荐(0) 编辑

2019年10月27日

九款优秀的企业项目协作工具推荐

摘要: 推荐这个: https://ones.ai/ https://cloud.tencent.com/developer/article/1141977 阅读全文

posted @ 2019-10-27 17:26 ziyi_ang 阅读(189) 评论(0) 推荐(0) 编辑

2019年10月22日

PHP7.2中安装mcrypt扩展的问题

摘要: https://www.cnblogs.com/bing2017/p/10055264.html 当前使用的是宝塔工具,PHP版本是7.2,据说只有7.1以下的版本才会默认安装了mcrypt功能。 所以的7.2的安装如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 yum i 阅读全文

posted @ 2019-10-22 23:13 ziyi_ang 阅读(298) 评论(0) 推荐(0) 编辑

2019年10月1日

如何让json_encode不转义斜杠

摘要: 解决办法: 1. 正则替换 1 echo str_replace("\\/", "/", json_encode("2013/4/21")); 1 echo str_replace("\\/", "/", json_encode("2013/4/21")); 1 echo str_replace(" 阅读全文

posted @ 2019-10-01 16:36 ziyi_ang 阅读(195) 评论(0) 推荐(0) 编辑

2019年9月7日

php生成PDF

摘要: 业务: https://cloud.tencent.com/developer/article/1488576 http://www.bubuko.com/infodetail-2989627.html https://blog.csdn.net/sanoul/article/details/904 阅读全文

posted @ 2019-09-07 16:04 ziyi_ang 阅读(91) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 35 下一页

导航