2020年5月31日

转载go如何优雅的处理错误值

摘要: https://www.cnblogs.com/Jun10ng/p/12708691.html 阅读全文

posted @ 2020-05-31 21:05 biwentao 阅读(146) 评论(0) 推荐(0) 编辑

2020年5月6日

免费服务器网站

摘要: 连接:https://www.sanfengyun.com/ 阅读全文

posted @ 2020-05-06 19:25 biwentao 阅读(1454) 评论(0) 推荐(0) 编辑

2020年4月16日

protoc-gen-go: error:inconsistent package names: , prototest

摘要: 如果你已经安装proto ,以及go生成proto插件.但还是报这种错误,请看一下是否 protoc --go_out=./ *.proto 指令打错了 阅读全文

posted @ 2020-04-16 20:35 biwentao 阅读(2541) 评论(0) 推荐(0) 编辑

2020年3月26日

牛逼:一张900w的数据表,17s执行的SQL优化到300ms?

摘要: 转载自 https://mp.weixin.qq.com/s/ru_B1aI0YrpXeSl-J01sHQ 阅读全文

posted @ 2020-03-26 22:29 biwentao 阅读(159) 评论(0) 推荐(0) 编辑

golang beego 使用supervisor 部署后台进程管理. 静态文件找不到的解决办法.

摘要: directory=/root/go/src/you_self_dir 请在客户端配置文件*.ini中加入一行命令, 等于号后面就是自己的项目目录,这时就能找到项目文件了. 阅读全文

posted @ 2020-03-26 01:48 biwentao 阅读(332) 评论(0) 推荐(0) 编辑

2020年3月25日

docker 容器镜像加速配置

摘要: 登录阿里云容器镜像服务即可看到配置加速。 阅读全文

posted @ 2020-03-25 23:29 biwentao 阅读(334) 评论(0) 推荐(0) 编辑

ubuntu docker 解决sudo权限问题

摘要: #如果还没有 docker group 就添加一个:$sudo groupadd docker#将用户加入该 group 内。然后退出并重新登录就生效啦。$sudo gpasswd -a ${USER} docker#重启 docker 服务$systemctl restart docker#切换当 阅读全文

posted @ 2020-03-25 23:26 biwentao 阅读(1992) 评论(0) 推荐(0) 编辑

ubuntu 虚拟机安装完docker 以后 出现tls时遇到的坑

摘要: 网上很多都是更改镜像源,发现更改以后还是不行。请更改网路模式为桥接模式就ok了。 阅读全文

posted @ 2020-03-25 23:16 biwentao 阅读(313) 评论(0) 推荐(0) 编辑

2020年3月24日

go语言开发的内网穿透工具,frp.

摘要: 转载自:https://www.appinn.com/frp/ 什么是 Frp? 内网穿透工具有很多,其中 Frp (Fast Reverse Proxy) 是比较流行的一款。FRP 是一个免费开源的用于内网穿透的反向代理应用,它支持 TCP、UDP 协议, 也为 http 和 https 协议提供 阅读全文

posted @ 2020-03-24 11:57 biwentao 阅读(2074) 评论(0) 推荐(0) 编辑

2020年3月15日

truffle 框架complie错误。

摘要: 第一次使用trulle框架编译合约发现编译失败,原因是没有在truffle-config.js文件中加入编译器版本。 module.exports = { // See <http://truffleframework.com/docs/advanced/configuration> // to c 阅读全文

posted @ 2020-03-15 20:36 biwentao 阅读(168) 评论(0) 推荐(0) 编辑

导航