上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 72 下一页
摘要: CREATE TABLE `recover_plan` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增ID', `type` varchar(100) NOT NULL COMMENT '类型,主机异常,数据库异常,应用异常', `excepti 阅读全文
posted @ 2021-11-28 08:02 tonggc1668 阅读(33) 评论(0) 推荐(0) 编辑
摘要: OAUTH2.0 需要授权码Authentication Code存在的真正原因 https://blog.csdn.net/perry_x/article/details/100582929 阅读全文
posted @ 2021-10-15 15:23 tonggc1668 阅读(77) 评论(0) 推荐(0) 编辑
摘要: Linux系统 usermod -a -G 不重启 立即生效 https://www.jianshu.com/p/76db34a16129 阅读全文
posted @ 2021-10-10 14:22 tonggc1668 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 安装Docker和Docker-Compose工具 ## 更新包管理数据库 sudo apt-get update ## 安装docker sudo apt install docker.io sudo usermod -a -G docker {你当前的登录用户名} ## 安装docker-com 阅读全文
posted @ 2021-10-10 13:32 tonggc1668 阅读(77) 评论(0) 推荐(0) 编辑
摘要: start.sh #!/bin/bash PWDPATH=`dirname $0` PORTAL_HOME=`cd $PWDPATH && cd .. && pwd` echo $PORTAL_HOME cd $PORTAL_HOME JVM_OPTS=" -server -Xms2g -Xmx2g 阅读全文
posted @ 2021-09-29 17:33 tonggc1668 阅读(103) 评论(0) 推荐(0) 编辑
摘要: function check_ffmpeg_status() { video_index=$1 status=`ps aux |grep '/usr/local/ffmpeg/bin/ffmpeg' |grep $video_index |grep -v grep |wc -l` if [ $sta 阅读全文
posted @ 2021-09-29 17:25 tonggc1668 阅读(44) 评论(0) 推荐(0) 编辑
摘要: grep -w "aaa" inputfile|awk '{for (i=1;i<=NF;i++) {if ($i=="aaa") print $0}}' https://bbs.csdn.net/topics/100140743 阅读全文
posted @ 2021-09-27 19:32 tonggc1668 阅读(418) 评论(0) 推荐(0) 编辑
摘要: Spring基础-BeanDefinitionRegistryPostProcessor实现动态添加到spring容器 https://www.cnblogs.com/songfahzun/p/9236656.html 动态注册bean,Spring官方套路:使用BeanDefinitionRegi 阅读全文
posted @ 2021-09-24 17:04 tonggc1668 阅读(27) 评论(0) 推荐(0) 编辑
摘要: springboot之IOC容器ServletWebServerApplicationContext分析 https://blog.csdn.net/wang0907/article/details/117420601 createApplicationContext()实例AnnotationCo 阅读全文
posted @ 2021-09-23 17:38 tonggc1668 阅读(532) 评论(0) 推荐(0) 编辑
摘要: { "info": { "_postman_id": "d9d7c326-9fdb-4805-88ae-e1a109022d38", "name": "skywalking", "schema": "https://schema.getpostman.com/json/collection/v2.1 阅读全文
posted @ 2021-09-14 10:05 tonggc1668 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 72 下一页