会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
九尘
博客园
首页
新随笔
联系
管理
订阅
08 2021 档案
go 常见错误
摘要:常见问题 1.IndexError: list index out of range 1.一般出现死循环,排查数据迭代节点 2.数据量较大,排查数据量
阅读全文
posted @
2021-08-16 17:17
jiuchen
阅读(30)
评论(0)
推荐(0)
postgreSQL 使用
摘要:docker部署 docker run --name postgres_common -v /software/postgres/data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=123456 -p 5432:5432 -d postgres:12
阅读全文
posted @
2021-08-11 09:22
jiuchen
阅读(28)
评论(0)
推荐(0)
openvpn
摘要:服务端 客户端启动 配置文件 日志输出openvpn --daemon --config /etc/openvpn/etc/myvpn.ovpn --log-append /var/log/openvpn.log 创建用户 /usr/share/easy-rsa/3/easyrsa build-cl
阅读全文
posted @
2021-08-11 09:18
jiuchen
阅读(2)
评论(0)
推荐(0)
python数据类型
摘要:类型判断 def typeof(variate): type1 = "" if type(variate) == type(1): type1 = "int" elif type(variate) == type("str"): type1 = "str" elif type(variate) ==
阅读全文
posted @
2021-08-05 11:04
jiuchen
阅读(24)
评论(0)
推荐(0)
公告