上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 74 下一页
摘要: s.index_id='$index_id' 阅读全文
posted @ 2021-10-05 21:54 邱明成 阅读(398) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/chengkaibing521521/article/details/105905665 阅读全文
posted @ 2021-09-22 20:03 邱明成 阅读(112) 评论(0) 推荐(0)
摘要: 打开MobaXterm,点Settings -> Configuration -> X11 -> Keyboard,选择us 阅读全文
posted @ 2021-09-03 15:18 邱明成 阅读(457) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-09-02 18:59 邱明成 阅读(172) 评论(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 邱明成 阅读(764) 评论(0) 推荐(0)
摘要: SH 三步解决免密登录1.客户端生成公私钥2.上传公钥到服务器3.测试免密登录1.客户端生成公私钥本地客户端生成公私钥:(一路回车默认即可) ssh-keygen1上面这个命令会在用户目录.ssh文件夹下创建公私钥 cd ~/.ssh1ls1下创建两个密钥: id_rsa (私钥)id_rsa.pu 阅读全文
posted @ 2021-08-27 10:28 邱明成 阅读(491) 评论(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 邱明成 阅读(390) 评论(0) 推荐(0)
摘要: 正常情况下导入工程后就能自动创建索引,支持跳转,如果创建索引失败,可以重新导入: 阅读全文
posted @ 2021-08-20 11:23 邱明成 阅读(1331) 评论(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 邱明成 阅读(1524) 评论(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 邱明成 阅读(970) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 74 下一页