上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 128 下一页
摘要: #include <chrono> #include <ctime> #include <fstream> #include <iomanip> #include <iostream> #include <map> #include <mutex> #include <random> #includ 阅读全文
posted @ 2024-01-03 10:58 FredGrit 阅读(101) 评论(0) 推荐(0)
摘要: drop procedure if exists insert_into_t5_sp5; delimiter // create procedure insert_into_t5_sp5(in min_idx_value int ,in max_idx_value int) begin while( 阅读全文
posted @ 2023-12-14 11:31 FredGrit 阅读(32) 评论(0) 推荐(0)
摘要: sudo apt install cmake; cmake --version; CMakeLists.txt cmake_minimum_required(VERSION 3.20) project(test_cmake C CXX) message(STATUS "PROJECT_NAME:${ 阅读全文
posted @ 2023-12-12 11:33 FredGrit 阅读(25) 评论(0) 推荐(0)
摘要: 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 阅读(28) 评论(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 阅读(34) 评论(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 阅读(22) 评论(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 阅读(77) 评论(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 阅读(128) 评论(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 阅读(94) 评论(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 阅读(44) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 128 下一页