黑暗森林

5
获赞数
1
关注数
3
粉丝数
青岛
山东大学 | 运筹学与控制论
IP 属地山东
2021-02-08 加入
浏览 10.3k

弱小和无知不是生存的障碍,傲慢才是!

12 声望|新手
postgresql
11
源码分析
8
startup
3
patch
0
rust
0
黄金勋章
暂未获得该勋章
如何获得
白银勋章
暂未获得该勋章
如何获得
1 青铜勋章
个人动态
  • 发布了文章2024-01-10
    mysql 编译安装
    有些feature低版本的gcc不支持,亲测再gcc7下会报错。安装gcc11,下面的方法不会替换系统中的gcc,而是安装gcc11,并配置当前环境下gcc使用gcc11.
  • 发布了文章2024-01-09
    opengauss dolphin编译安装
    dolphin是opengauss中提供mysql兼容的插件。前提已经编译安装了opengauss安装依赖 {代码...} 下载dolphin选择与opengauss适配的版本,如5.1.0[链接]提取dolphin,拷贝到opengauss源码目录下 {代码...} 编译安装dolphin {代码...} 创建dolphin兼容的库 {代码...} 登录...
  • 发布了文章2024-01-08
    opengauss 编译
    opengauss版本: 5.1.0 OS: centos7.6(官方是这样要求的) CPU: x64 gcc: 7.3.1(版本要求7.3.0,实测用7.3.1也可以)
  • 发布了文章2023-12-10
    android studio问题
    C:\Users\YOURUSERNAME.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-compiler-embeddable\1.9.0\79ce81c461cfa0c3ad6b05b4a40b23bf821dbd2
  • 发布了文章2023-12-01
    centos7.9安装greenplum7.0.0
    aliyun 源 {代码...} 准备安装目录准备master&segment {代码...} /etc/hosts配置master&segment {代码...} gpadmin用户配置master&segmentgpadmin用户下 {代码...} buildgcc7 {代码...} 依赖 {代码...} python3 {代码...} 编译 {代码...} 安装运行
  • 发布了文章2023-11-28
    windows问题汇总
    有时候切换会报错。我的情况是不开加速器就不报错,设置成功了。需要登陆微软账号,并且还要求输入原始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
    rockylinux 9.2 安装greenplum 7.0.0
    2023.9月greenplum 7.0.0正式发布,准备安装试用一下。官方支持的系统是rockylinux 8,而我手头只有rockylinux 9.2,就尝试安装了一下。以下为踩坑记录。
  • 发布了文章2023-10-27
    rockylinux相关
    redhat被IBM收购后(2018年300亿美金),为了削弱CentOS对RedHat的影响,CentOS逐步停止维护,演进到CentOS Stream。CentOS7到2024年停止维护,CentOS8已经于2021年停止维护。
  • 发布了文章2023-10-13
    rust国内安装
    安装,官方源国内一般连不上,需要使用镜像安装,有三个安装选项,默认就好。会安装到当前用户下,不需要root用户或者sudo权限。[链接] {代码...} 安装后,会自动添加环境变量,不需要手动添加~/.bash_profile {代码...} 当前shell会话可以手动设置环境变量,或者重...
  • 发布了文章2023-10-10
    apache doris资料
    dorisselectdb3分钟带你重温 SelectDB 产品发布会亮点专访 SelectDB 创始团队从 Apache Doris 到 SelectDB:下一代云原生实时数仓的演进 Apache Doris在美团外卖数仓中的应用实践Apache doris架构及组件介绍2023年8月中国数据库排行榜:TiDB 重夺榜眼,PolarDB 再进...
  • 发布了文章2023-09-27
    tmux剪切板设置
    使用场景win11的host中通过mobaXterm终端ssh连接virtualbox中的centos8。在centos中使用tmux进行terminal复用。
  • 发布了文章2023-09-26
    MobaXterm 中ssh session xclip不可用问题
    问题背景:我需要利用xclip以便在tmux下cope-mode下拷贝的内容可以发送到host的clipboard,从而可以在host中的notepad++等编辑器中粘贴使用。
  • 发布了文章2023-09-19
    vim进行golang开发
    下面vim插件安装都基于vim8之后的native package manager,低版本的vim,需要借助一些第三方的package manager,如vundle、vim-plugin等。
  • 发布了文章2023-09-15
    tmux session layout自动化
    目的为尽量自动化创建所需layout的session,包括window、pane等。本文包含两种方法,分别由对应的优缺点。日常建议第一种方法,使用比较方便。
  • 发布了文章2023-09-14
    tmux日常使用
    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
    Rust相关
    资料:官网官网learnthe book (书:Rust权威指南)透过 Rust 探索系统的本原:编程语言
  • 发布了文章2023-08-29
    golang 相关
    gofumpt比默认的gofmt更严格安装gofumpt到local go workspace {代码...} 配置gofumpt {代码...} 使用gofumpt {代码...} init本地project {代码...} get 指定版本的包 {代码...} 代码中删除了某个依赖,并且想要从go.mod中清除它 {代码...} 构建,基于go.mod里的模块...
  • 发布了文章2023-06-08
    anaconda使用window11
    windwos 使用anacondaanaconda安装[链接]下载安装终端:Anaconda PromptGUI(推荐):Anaconda Navigator -> Jupyter Notebook直接启动Jupyter Notebook(不推荐,有时候根目录不对)Jupyter Notebook安装python包:Anaconda Promptpip install psycopg2pip3 insta...