cfrost
06
03
sql-log sql-log
常用sql记录一、达梦数据库-- 创建一个序列 create sequence test.seq_xxx_id start with 1 increment by 1 nocache nocycle; -- 创建一个id自增触发器 cre
2026-06-03 cfrost
01
18
processor_archtecture processor_archtecture
处理器架构​ 一个处理器支持的指令和指令的字节级编码称为它的指令集体系结构(Instruction-Set Architecture, ISA)。不同的处理器“家族”,例如 Intel IA32 和 x86-64、IBM/Freesc
2026-01-18 cfrost