前言 作为开发人员,只要你的应用最终是放在linux环境执行,那么最好就是将本地开发环境也线上一致。不管是用windows系统,还是mac系统,即使你本地程序跑得好好的,也经常会出现一上线就各种bug的现象。排查这些问题相当耗时,而且随着应用的复杂度越来越大,一个应用要跑起来,需要依赖很多服务,不同 ...
分类:
其他好文 时间:
2021-05-24 13:44:00
阅读次数:
0
1、报错信息 启动glusterfs文件系统报错,根据网上的排错,基本都是删除glusterfs的数据目录,然并卵。 报错如下: [root@k8s-node2 ~]# systemctl status glusterd.service ● glusterd.service - GlusterFS, ...
分类:
其他好文 时间:
2021-05-24 10:41:35
阅读次数:
0
Connection conn = DriverManager.getConnection(dbURL, properties); if (conn != null) { Statement statement = conn.createStatement(); ResultSet resultSe ...
分类:
数据库 时间:
2021-05-24 10:40:20
阅读次数:
0
安装Linux系统 (CentOS与Ubuntu) 60% ) 制作U盘启动 说明:2.0也是可以的。 40%)i选对镜像so文件,我的CentOS镜像是CentOS-7.0-1406-x86_64-DVD.iso,而Ubuntu是(ubuntu-20.04.2.0-desktop-amd64.is ...
分类:
系统相关 时间:
2021-05-24 10:29:41
阅读次数:
0
将 webinfo下面的class文件设置为execute就编译成功了 ...
分类:
编程语言 时间:
2021-05-24 10:04:40
阅读次数:
0
1.出度为0则为满足条件的节点,取所有出度为0的到queue中,之后循环减去这些队列中的出度,正反索引减少访问时间 class Solution { public: vector<int> eventualSafeNodes(vector<vector<int>>& graph) { vector< ...
分类:
其他好文 时间:
2021-05-24 09:15:19
阅读次数:
0
一、关于TableException的问题 [ERROR] Could not execute SQL statement. Reason:org.apache.flink.table.api.TableException: Sink `catalog_1`.`mydb`.`region_sales ...
分类:
其他好文 时间:
2021-05-24 08:49:39
阅读次数:
0
扫描以下常见未授权访问 redis、mongodb、memcached、elasticsearch、zookeeper、ftp、CouchDB、docker、Hadoop 安装 pip3 install -r requirements.txt -i https://mirrors.aliyun.co ...
分类:
其他好文 时间:
2021-05-24 08:32:18
阅读次数:
0
源码:https://github.com/xuxueli/xxl-job 按文档启动xxl-job-admin后,可以自己写执行器 执行器: 新建springboot服务 选中spring web、Mysql Driver、JDBC API、Mybatis Framework等依赖 pom.xml ...
分类:
其他好文 时间:
2021-05-24 07:07:54
阅读次数:
0
先用ifconfig br_name down 停掉网桥 再用brctl delbr br_name 删除网桥 为了方便,我编写了shell脚本来删除网桥 #!/bin/bash #本脚本删除的是br-开头的网桥 BRIDGE_LIST=$(sudo brctl show | cut -f 1 | ...
分类:
其他好文 时间:
2021-05-24 06:19:17
阅读次数:
0