03 2023 档案
摘要:sudo apt-get install unixodbc unixodbc-dev
阅读全文
摘要:sudo apt-get install libreadline-dev 使用gcc参数中的-readline链接实际库
阅读全文
摘要:在main函数中 { auto retlo = setlocale(LC_ALL, ""); printf("retlo %s\n", retlo); } 设置域
阅读全文
摘要:{ docker ps docker cp '容器的id':/var/opt/mssql/data/***.mdf ./ }
阅读全文
摘要:{ Purpose A lot of people are using unixODBC but for a number of reasons are not building the GUI configuration and testing tools (ODBCConfig and Data
阅读全文
摘要:{ https://blog.csdn.net/qq_20042935/article/details/119762405 } 第一种是清空仓库,这种操作很危险,直接就会把仓库完全清空了,如果不需要看提交记录这些之类的,可以选择这个操作。 第二种是存储库GC(推荐),这种操作用于清理悬空文件,压缩存
阅读全文
摘要:#include <condition_variable>
阅读全文
摘要:{ 1 安装azure data studio , 再安装 SQL Database Projects , SQL Server Schema Compare 两个插件 2 安装docker 拉取镜像 docker pull mcr.microsoft.com/azure-sql-edge http
阅读全文