摘要:
1.结构体sizeof问题Linux支持指定结构体比特字段,Windows不支持指定结构体比特字段struct index { long long start = 0; long long end = 0; unsigned long long ix = 0; short segment = 0; 阅读全文
摘要:
参考:https://lcx.cc/post/816/1. startup.bat@echo off REM change current directory D: cd D:\xxxxxx\nginx-1.24.0 REM set envi variable SET "PATH=%PATH%;D: 阅读全文
摘要:
CREATE TABLE oauth2_registered_client ( id varchar(36) NOT NULL, client_id varchar(64) NOT NULL, client_id_issued_at timestamp NOT NULL, client_secret 阅读全文
摘要:
安装vmware-toolboxsudo /usr/bin/vmware-toolbox-cmd disk list # 查看磁盘挂载点,然后执行 sudo /usr/bin/vmware-toolbox-cmd disk shrink /参考:https://blog.csdn.net/u0145 阅读全文
摘要:
D:\temp>git clone https://github.com/xxxxxx/yyyyyy.git Cloning into 'yyyyyy'... fatal: unable to access 'https://github.com/xxxxxx/yyyyyy.git/': SSL c 阅读全文