上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页
摘要: 14 13 * * * curl -H "Content-type: application/json" -X POST -d '{"version": "1.0"}' http://www.baidu.com 每天13:14通过POST方式请求http://www.baidu.com,携带参数为{ 阅读全文
posted @ 2020-11-15 16:41 程序员小艺 阅读(222) 评论(0) 推荐(0) 编辑
摘要: go env -w GOPROXY=https://goproxy.cn,direct 阅读全文
posted @ 2020-11-13 22:47 程序员小艺 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 修改nginx配置文件server { listen 80; server_name test_go.flyfly520.club; location / { proxy_pass http://127.0.0.1:8081/; } }重启nginx后台启动gin编译后的文件nohup ./main 阅读全文
posted @ 2020-11-13 00:19 程序员小艺 阅读(1153) 评论(0) 推荐(0) 编辑
摘要: linux模式: set CGO_ENABLED=0 set GOOS=linux windows模式: set GOARCH=amd64 set GOOS=windows mac模式: SET CGO_ENABLED=0 SET GOOS=darwin SET GOARCH=amd64 阅读全文
posted @ 2020-11-12 23:56 程序员小艺 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 1.登录微信公众平台,右键检查,然后搜索window.wx.uin,会看到类似window.wx.uin="12345678" || "0"的结果,复制数字使用base64工具加密即可 2.然后替换掉连接中的__biz参数 https://mp.weixin.qq.com/mp/profile_ex 阅读全文
posted @ 2020-11-09 11:46 程序员小艺 阅读(525) 评论(0) 推荐(0) 编辑
摘要: Creating a "topthink/think=5.1.*" project at "./fyiyy"Installing topthink/think (v5.1.40) - Installing topthink/think (v5.1.40): Extracting archiveCre 阅读全文
posted @ 2020-11-08 21:33 程序员小艺 阅读(1970) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-11-07 22:14 程序员小艺 阅读(44) 评论(0) 推荐(0) 编辑
摘要: centos8使用composer安装thinkphp5报错: 原因:php禁用了proc_open函数 解决方法:在php.ini中 查找disable_functions选项中是否有proc_open,如果有去掉即可。 阅读全文
posted @ 2020-11-07 20:58 程序员小艺 阅读(2033) 评论(0) 推荐(0) 编辑
摘要: centos8使用pip3 install mysqlclient 报错如下: Collecting mysqlclient Downloading http://mirrors.cloud.aliyuncs.com/pypi/packages/a5/e1/e5f2b231c05dc51d9d87f 阅读全文
posted @ 2020-11-07 13:20 程序员小艺 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1:配置json文件 "enablePullDownRefresh": true, "backgroundTextStyle":"dark" 2:在js文件中添加刷新函数: onPullDownRefresh: function (e) { // wx.startPullDownRefresh() 阅读全文
posted @ 2020-10-19 15:49 程序员小艺 阅读(876) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页