发布了文章2024-01-10
有些feature低版本的gcc不支持,亲测再gcc7下会报错。安装gcc11,下面的方法不会替换系统中的gcc,而是安装gcc11,并配置当前环境下gcc使用gcc11.
发布了文章2024-01-09
dolphin是opengauss中提供mysql兼容的插件。前提已经编译安装了opengauss安装依赖 {代码...} 下载dolphin选择与opengauss适配的版本,如5.1.0[链接]提取dolphin,拷贝到opengauss源码目录下 {代码...} 编译安装dolphin {代码...} 创建dolphin兼容的库 {代码...} 登录...
发布了文章2024-01-08
opengauss版本: 5.1.0 OS: centos7.6(官方是这样要求的) CPU: x64 gcc: 7.3.1(版本要求7.3.0,实测用7.3.1也可以)
发布了文章2023-12-10
C:\Users\YOURUSERNAME.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-compiler-embeddable\1.9.0\79ce81c461cfa0c3ad6b05b4a40b23bf821dbd2
发布了文章2023-12-01
aliyun 源 {代码...} 准备安装目录准备master&segment {代码...} /etc/hosts配置master&segment {代码...} gpadmin用户配置master&segmentgpadmin用户下 {代码...} buildgcc7 {代码...} 依赖 {代码...} python3 {代码...} 编译 {代码...} 安装运行
发布了文章2023-11-28
有时候切换会报错。我的情况是不开加速器就不报错,设置成功了。需要登陆微软账号,并且还要求输入原始windows的本地密码。最终还要在账户设置下设置密码同步。这里需要authenticator的认证。win10更换微软账号
发布了文章2023-11-09
awesome-programming-booksawesome-programming-booksunix programing artgolangawesome-goDatabases Implemented in Gogo-ethereumcockroachdbflutterFlutter实战·第二版aibinjiebinjie09chatgpt-webaideamylxswaicode
发布了文章2023-11-09
db-engines墨天轮dbrank国产DB分析selectdbPingCAP 裁员看国产数据库写给数据库入行者的一些建议付哲matrixoneThe Future of Relational DatabasesmomjianpostgresproPostgreSQL 14 Internals 张明礼
发布了文章2023-10-30
2023.9月greenplum 7.0.0正式发布,准备安装试用一下。官方支持的系统是rockylinux 8,而我手头只有rockylinux 9.2,就尝试安装了一下。以下为踩坑记录。
发布了文章2023-10-27
redhat被IBM收购后(2018年300亿美金),为了削弱CentOS对RedHat的影响,CentOS逐步停止维护,演进到CentOS Stream。CentOS7到2024年停止维护,CentOS8已经于2021年停止维护。
发布了文章2023-10-13
安装,官方源国内一般连不上,需要使用镜像安装,有三个安装选项,默认就好。会安装到当前用户下,不需要root用户或者sudo权限。[链接] {代码...} 安装后,会自动添加环境变量,不需要手动添加~/.bash_profile {代码...} 当前shell会话可以手动设置环境变量,或者重...
发布了文章2023-10-10
dorisselectdb3分钟带你重温 SelectDB 产品发布会亮点专访 SelectDB 创始团队从 Apache Doris 到 SelectDB:下一代云原生实时数仓的演进 Apache Doris在美团外卖数仓中的应用实践Apache doris架构及组件介绍2023年8月中国数据库排行榜:TiDB 重夺榜眼,PolarDB 再进...
发布了文章2023-09-27
使用场景win11的host中通过mobaXterm终端ssh连接virtualbox中的centos8。在centos中使用tmux进行terminal复用。
发布了文章2023-09-26
问题背景:我需要利用xclip以便在tmux下cope-mode下拷贝的内容可以发送到host的clipboard,从而可以在host中的notepad++等编辑器中粘贴使用。
发布了文章2023-09-19
下面vim插件安装都基于vim8之后的native package manager,低版本的vim,需要借助一些第三方的package manager,如vundle、vim-plugin等。
发布了文章2023-09-15
目的为尽量自动化创建所需layout的session,包括window、pane等。本文包含两种方法,分别由对应的优缺点。日常建议第一种方法,使用比较方便。
发布了文章2023-09-14
tmux is a terminal multiplexer that allows you to manage multiple terminal sessions within a single terminal window. It's especially useful for remote sessions, as it allows you to detach and reattach to sessions without losing your work.
发布了文章2023-09-07
资料:官网官网learnthe book (书:Rust权威指南)透过 Rust 探索系统的本原:编程语言
发布了文章2023-08-29
gofumpt比默认的gofmt更严格安装gofumpt到local go workspace {代码...} 配置gofumpt {代码...} 使用gofumpt {代码...} init本地project {代码...} get 指定版本的包 {代码...} 代码中删除了某个依赖,并且想要从go.mod中清除它 {代码...} 构建,基于go.mod里的模块...
发布了文章2023-06-08
windwos 使用anacondaanaconda安装[链接]下载安装终端:Anaconda PromptGUI(推荐):Anaconda Navigator -> Jupyter Notebook直接启动Jupyter Notebook(不推荐,有时候根目录不对)Jupyter Notebook安装python包:Anaconda Promptpip install psycopg2pip3 insta...