上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 73 下一页
摘要: 打开MobaXterm,点Settings -> Configuration -> X11 -> Keyboard,选择us 阅读全文
posted @ 2021-09-03 15:18 邱明成 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-02 18:59 邱明成 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 在postgres中,当max_connect设置过大,启动的时候会报错: FATAL: could not create semaphores: No space left on device 创建semaphores时空间参数不够,查询官网,有这么一段解释: HINT: This error d 阅读全文
posted @ 2021-08-31 11:24 邱明成 阅读(647) 评论(0) 推荐(0) 编辑
摘要: SH 三步解决免密登录1.客户端生成公私钥2.上传公钥到服务器3.测试免密登录1.客户端生成公私钥本地客户端生成公私钥:(一路回车默认即可) ssh-keygen1上面这个命令会在用户目录.ssh文件夹下创建公私钥 cd ~/.ssh1ls1下创建两个密钥: id_rsa (私钥)id_rsa.pu 阅读全文
posted @ 2021-08-27 10:28 邱明成 阅读(456) 评论(0) 推荐(0) 编辑
摘要: setup-x86_64.exe -a x86_64 -d -q -P "tar,wget,gcc-core,gcc-g++,binutils,make,cmake,automake,autoconf,git,patch,unzip,flex,bison,gperf,help2man,libtool 阅读全文
posted @ 2021-08-21 16:16 邱明成 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 正常情况下导入工程后就能自动创建索引,支持跳转,如果创建索引失败,可以重新导入: 阅读全文
posted @ 2021-08-20 11:23 邱明成 阅读(970) 评论(0) 推荐(0) 编辑
摘要: openGauss源码编译 参考文档:https://gitee.com/opengauss/openGauss-server/blob/master/README.md 准备工作 硬件环境 CPU:4C 内存:8G 磁盘大小:100G 操作系统 CentOS7.6 x86架构 软件依赖 libai 阅读全文
posted @ 2021-08-18 12:11 邱明成 阅读(1237) 评论(0) 推荐(0) 编辑
摘要: import jsonfrom collections import namedtupleif __name__ == '__main__': data = '{"name":"John Smith","hometown": {"name":"New York","id": 123}}' # Par 阅读全文
posted @ 2021-08-10 10:06 邱明成 阅读(930) 评论(0) 推荐(0) 编辑
摘要: 一脸蒙蔽,我就引入个tf,结果给我import 两次,卧槽 代码如下: import tensorflow as tfimport os,sys,time,argparse,csv,requests,flask,json,collections app=flask.Flask(__name__) @ 阅读全文
posted @ 2021-08-09 16:54 邱明成 阅读(209) 评论(0) 推荐(0) 编辑
摘要: pacman -Sw 包 阅读全文
posted @ 2021-08-09 14:16 邱明成 阅读(249) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 73 下一页