上一页 1 2 3 4 5 6 7 8 ··· 42 下一页
摘要: 对象存储: https://cloud.tencent.com/document/product/436/12266 负载均衡: https://cloud.tencent.com/document/product/214/8975 阅读全文
posted @ 2020-11-19 10:18 程序生(Codey) 阅读(76) 评论(0) 推荐(0) 编辑
摘要: Go语言gin框架从入门到精通(1):https://zhuanlan.zhihu.com/p/165633941 Gin框架中文文档:https://www.jianshu.com/p/98965b3ff638 go有哪些快速开发的web框架?:https://www.zhihu.com/ques 阅读全文
posted @ 2020-11-16 17:12 程序生(Codey) 阅读(205) 评论(0) 推荐(0) 编辑
摘要: idea中搭建Golang环境(Windows版)https://www.cnblogs.com/sebuntin2020/p/12434134.html IntelliJ Idea下Go项目开启Debug调试 https://blog.csdn.net/weixin_33904756/articl 阅读全文
posted @ 2020-11-16 17:03 程序生(Codey) 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 相关文档 http://www.topgoer.com/ 包在线文档: https://pkg.go.dev/github.com/thinkeridea/go-extend/exnet#section-directories 切换源 go env -w GO111MODULE=on go env 阅读全文
posted @ 2020-10-29 16:28 程序生(Codey) 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 如何查看crontab的日志记录:https://blog.51cto.com/461205160/1736383?_t=t linux crontab : mailed 85 bytes of output but got status 0x004b#01 https://blog.csdn.ne 阅读全文
posted @ 2020-10-24 11:59 程序生(Codey) 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 解决跨域问题 barryvdh/Laravel-cors: https://learnku.com/articles/42923 composer "league/flysystem": "1.1", app.php //filesystems $app->configure('filesystem 阅读全文
posted @ 2020-10-24 11:45 程序生(Codey) 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 重启supervisord需要用到supervisorclt supervisorctl shutdown 关闭supervisord 执行:supervisord 或者 supervisord -c 你的supervisord.conf路径,启动supervisord supervisorctl 阅读全文
posted @ 2020-10-24 11:04 程序生(Codey) 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 网页授权登录:https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Wechat_Login.html 移动应用授权登录:https://developers.weixin.qq.com/doc/oplatfo 阅读全文
posted @ 2020-10-24 11:01 程序生(Codey) 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 官方文档:https://cloud.tencent.com/document/product/436/34282 三方扩展:https://github.com/hongfs/flysystem-cos https://blog.csdn.net/qq_42805749/article/detai 阅读全文
posted @ 2020-09-29 17:42 程序生(Codey) 阅读(492) 评论(0) 推荐(0) 编辑
摘要: php实现 <?php // 源文件 $apk = "gb.apk"; // 生成临时文件 $file = tempnam("tmp", "zip"); // 复制文件 if(false file_put_contents($file, file_get_contents($apk))){ exit 阅读全文
posted @ 2020-09-28 16:18 程序生(Codey) 阅读(269) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 42 下一页