上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 关机 shutdown -r now 阅读全文
posted @ 2021-12-22 01:18 已老 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-12-22 00:50 已老 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 查看版本 select version() 分组拼接 string_agg(behavior_code,'<br />') 阅读全文
posted @ 2021-12-09 17:43 已老 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1. build lombok 未编译set get方法 You aren‘t using a compiler supported by lombok, so lombok will not work and has been disabled -Djps.track.ap.dependencie 阅读全文
posted @ 2021-11-18 11:07 已老 阅读(36) 评论(0) 推荐(0) 编辑
摘要: SELECT table_schema AS '数据库', sum( table_rows ) AS '记录数', sum( TRUNCATE ( data_length / 1024 / 1024, 2 )) AS `数据容量(MB)`, sum( TRUNCATE ( index_length 阅读全文
posted @ 2021-11-09 18:41 已老 阅读(38) 评论(0) 推荐(0) 编辑
摘要: import com.alibaba.druid.filter.config.ConfigTools; ConfigTools.decrypt(pubkey, pwd); 阅读全文
posted @ 2021-11-02 18:35 已老 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 打开git bash git clone git地址/仓库名/cd 仓库名/git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; donegit 阅读全文
posted @ 2021-11-02 18:31 已老 阅读(515) 评论(0) 推荐(0) 编辑
摘要: #安装依赖 sudo apt install -y qemu qemu-kvm libvirt-daemon libvirt-clients bridge-utils virt-manager #创建qcow2镜像 qemu-img create -f qcow2 hkcos.qcow2 10G # 阅读全文
posted @ 2021-08-03 13:48 已老 阅读(4022) 评论(1) 推荐(0) 编辑
摘要: DROP FUNCTION IF EXISTS underlineToCamel ;CREATE FUNCTION underlineToCamel(paramString VARCHAR(200)) RETURNS varchar(200) CHARSET utf8DETERMINISTICbeg 阅读全文
posted @ 2021-07-27 19:03 已老 阅读(675) 评论(0) 推荐(0) 编辑
摘要: cd /usr/share/elasticsearch/bin/x-pack/ ./users useradd temp -r superuser 输入两遍密码 curl -XPUT -u temp:changeme http://localhost:9200/_xpack/security/use 阅读全文
posted @ 2021-07-22 11:40 已老 阅读(215) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页