11 2023 档案
摘要:CREATE TABLE `t1` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT primary key, `author` varchar(40) NOT NULL DEFAULT '', `comment` varchar(40) NOT NULL
阅读全文
摘要:sudo apt update;sudo apt upgrade -y; sudo apt-get install open-vm-tools-desktop;sudo apt-get install open-vm-tools; wget https://dl.google.com/linux/d
阅读全文
摘要:Install vscode
阅读全文
摘要:#include <stdexcept> #include <chrono> #include <csetjmp> #include <ctime> #include <fstream> #include <iostream> #include <iomanip> #include <signal.
阅读全文
摘要:1.install psql sudo apt install postgresql postgresql-contrib; sudo apt-get install postgresql-client; 2.login as the default user postgres sudo -u po
阅读全文
摘要:1.Install libpq-dev sudo apt install libpq-dev locate libpq-fe.h /usr/include/postgresql/libpq-fe.h 2.create table t1 create table t1(id bigserial not
阅读全文
摘要:1.Install libpq-dev sudo apt install libpq-dev locate libpq-fe.h /usr/include/postgresql/libpq-fe.h 2.main.cpp #include <chrono> #include <fstream> #i
阅读全文