Fork me on GitHub

daydayup863

人生就像一杯茶,不会苦一辈子,但总会苦一阵子。

0%

100个gdb小技巧

1
https://wizardforcel.gitbooks.io/100-gdb-tips/content/set-condition-break.html

PostgreSQL邮件列表搜索

1
https://www.postgresql.org/search/?m=1&q=xid64&l=

PostgreSQL各个版本提交特性

1
2
https://pgpedia.info
https://sql-info.de/postgresql/postgresql-15/articles-about-new-features-in-postgresql-15.html

Promscale vs VictoriaMetrics: measuring resource usage in production

1
https://valyala.medium.com/promscale-vs-victoriametrics-resource-usage-on-production-workload-91c8e3786c03

网页版流程图制作

手机登录

1
https://www.processon.com

PG文章

1
2
http://jiagoushi.pro/book/export/html/554

Query Processing

1
https://www.interdb.jp/pg/pgsql03.html

进程和内存结构

1
2
3
https://blog.csdn.net/dazuiba008/article/details/80389220
https://www.interdb.jp/pg/pgsql02.html
https://www.interdb.jp/pg/pgsql01.html

VM

1
https://www.postgresql.org/docs/13/storage-vm.html

gis教程

1
https://www.zhihu.com/column/c_1253365661696491520

刑法准则

1
http://www.npc.gov.cn/wxzl/wxzl/2000-12/17/content_4680.htm

各种数据库SQL标准实现对比

1
https://www.sql-workbench.eu/dbms_comparison.html

PostgreSQL RPMS

1
https://github.com/cybertec-postgresql/

PostgreSQL MVCC

1
http://www.interdb.jp/pg/pgsql05.html

生成随即背景图片

1
https://source.unsplash.com/

SQL格式化

1
http://sqlformat.darold.net/
阅读全文 »

记录一些工作中用到的python小技巧.

阅读全文 »

阅读全文 »

什么是两阶段提交事物

两阶段提交协议的目标在于为分布式系统保证数据的一致性,许多分布式系统采用该协议提供对分布式事务的支持。
顾名思义,该协议将一个分布式的事务过程拆分成两个阶段: 准备和事务提交

阅读全文 »

场景

Hexo 部署博客很方便,我的这个博客也是用 Hexo 部署在 GitHub Pages 上的,有得人可能在多台电脑上写博客,这个时候需要把博客
的源文件备份在一个地方,这样只需把博客源文件复制下来就可以在另一个地方写博客并部署到 GitHub Pages上了.

本篇介绍的就是利用博客的 repo 分支( master 分支的必须用来存放你博客网站文件)托管 Hexo 源文件和配置达到备份的目的,
下面开始正题.

阅读全文 »