上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 120 下一页
摘要: drop procedure if exists insert_into_t2_sp; DELIMITER // CREATE PROCEDURE insert_into_t2_sp() BEGIN DECLARE i INT DEFAULT 2; WHILE (i <= 1000000) DO I 阅读全文
posted @ 2023-12-12 10:42 FredGrit 阅读(16) 评论(0) 推荐(0)
摘要: #include <chrono> #include <cstring> #include <ctime> #include <fstream> #include <iomanip> #include <iomanip> #include <iostream> #include <memory> # 阅读全文
posted @ 2023-12-11 17:55 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: int main(int args, char **argv) { system("notify-send 'title' 'message'"); system("notify-send 'title:update failed' 'message:update clause failed'"); 阅读全文
posted @ 2023-12-11 17:33 FredGrit 阅读(14) 评论(0) 推荐(0)
摘要: mysql> select @@version; + + | @@version | + + | 8.0.35-0ubuntu0.23.04.1 | + + 1 row in set (0.00 sec) mysql> create table t4(id bigint unsigned auto_ 阅读全文
posted @ 2023-12-10 00:00 FredGrit 阅读(46) 评论(0) 推荐(0)
摘要: mysql> show create table t3; + + + | Table | Create Table | + + + | t3 | CREATE TABLE `t3` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `create_tim 阅读全文
posted @ 2023-12-09 22:59 FredGrit 阅读(104) 评论(0) 推荐(0)
摘要: CREATE TABLE `t1` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT primary key, `author` varchar(40) NOT NULL DEFAULT '', `comment` varchar(40) NOT NULL 阅读全文
posted @ 2023-11-21 22:48 FredGrit 阅读(72) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2023-11-21 09:18 FredGrit 阅读(33) 评论(0) 推荐(0)
摘要: Install vscode 阅读全文
posted @ 2023-11-17 23:24 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: #include <stdexcept> #include <chrono> #include <csetjmp> #include <ctime> #include <fstream> #include <iostream> #include <iomanip> #include <signal. 阅读全文
posted @ 2023-11-15 22:46 FredGrit 阅读(28) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2023-11-12 20:17 FredGrit 阅读(57) 评论(0) 推荐(0)
上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 120 下一页