2022年11月20日

Linux下解压分包文件zip

摘要: cat xx.z01 xx.zip > full.zip unzip full.zip 阅读全文

posted @ 2022-11-20 17:29 80boy 阅读(223) 评论(0) 推荐(0)

2022年3月27日

centos7部署tomcat

摘要: 下载 wget https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.36/bin/apache-tomcat-9.0.36.tar.gz 解压 tar zxf apache-tomcat-9.0.36.tar.gz -C /usr/local/ 阅读全文

posted @ 2022-03-27 09:31 80boy 阅读(138) 评论(0) 推荐(0)

2021年7月21日

MySQl 创建表时timestamp类型字段出错

摘要: CREATE TABLE `sync_test` ( `id` varchar(32) NOT NULL, `int_two` smallint(6) DEFAULT NULL COMMENT '整型2', `int_four` int(11) DEFAULT NULL COMMENT '整型4', 阅读全文

posted @ 2021-07-21 17:47 80boy 阅读(648) 评论(0) 推荐(0)

2021年7月2日

各数据库 uuid 函数

摘要: 数据库 uuid PostgreSQL replace(gen_random_uuid()::text, '-', '') MySQL replace(uuid(), '-', '') Oracle lower(rawtohex(sys_guid())) SQL Server replace(new 阅读全文

posted @ 2021-07-02 08:31 80boy 阅读(295) 评论(0) 推荐(0)

2021年7月1日

mybatis创建oracle触发器时冒号引起的问题

摘要: 创建 Oracle 触发器器时出现异常:索引中丢失 IN 或 OUT 参数:: 1 <update id="myTrigger"> create trigger "my_trigger" after update on "test" for each row begin insert into "m 阅读全文

posted @ 2021-07-01 18:03 80boy 阅读(277) 评论(0) 推荐(0)

2021年6月13日

echarts模拟展示网络发送接收数据量

摘要: <!DOCTYPE html> <html style="height: 100%"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>网络</title> <scr 阅读全文

posted @ 2021-06-13 20:26 80boy 阅读(79) 评论(0) 推荐(0)

echarts模拟展示磁盘利用率

摘要: <!DOCTYPE html> <html style="height: 100%"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <scrip 阅读全文

posted @ 2021-06-13 18:05 80boy 阅读(601) 评论(0) 推荐(0)

echarts模拟展示CPU利用率

摘要: <!DOCTYPE html> <html style="height: 100%"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <scrip 阅读全文

posted @ 2021-06-13 15:50 80boy 阅读(1687) 评论(0) 推荐(0)

2021年6月1日

PostgreSQL 清空数据表

摘要: truncate log_login restart identity; 阅读全文

posted @ 2021-06-01 10:27 80boy 阅读(387) 评论(0) 推荐(0)

2021年5月25日

chrom 清除当前站点缓存

摘要: 按住 F12,鼠标右键再点击左上角刷新按钮,选择“清空缓存并硬性重新加载” 阅读全文

posted @ 2021-05-25 14:24 80boy 阅读(86) 评论(0) 推荐(0)

导航