12 2023 档案

摘要: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 阅读(7) 评论(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 阅读(6) 评论(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 阅读(4) 评论(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 阅读(9) 评论(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 阅读(5) 评论(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 阅读(22) 评论(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 阅读(91) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示