上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 68 下一页
摘要: 查询大于500M文件 ls -lh $(find / -type f -size +500M) 阅读全文
posted @ 2022-01-06 13:46 yvioo 阅读(848) 评论(0) 推荐(0) 编辑
摘要: 在linux上执行 (ca.crt 换成自己证书的名字) openssl x509 -in ca.crt -noout -dates 返回 阅读全文
posted @ 2022-01-06 11:35 yvioo 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 代码不同步导致,先执行 git pull origin master --allow-unrelated-histories 然后再重新push即可 阅读全文
posted @ 2022-01-05 14:35 yvioo 阅读(43) 评论(0) 推荐(0) 编辑
摘要: kubectl create deployment web --image=nginx -o yaml --dry-run >my1.yaml 然后会生成到当前目录下的my1.yaml文件里 内容如下 apiVersion: apps/v1 kind: Deployment metadata: cr 阅读全文
posted @ 2022-01-02 16:29 yvioo 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 先执行: git config --global http.sslVerify false 然后重新执行git clone 命令即可 阅读全文
posted @ 2021-12-23 15:20 yvioo 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 版本至少jdk8 maven <!-- https://mvnrepository.com/artifact/com.alibaba.ververica/flink-connector-mysql-cdc --> <dependency> <groupId>com.alibaba.ververica 阅读全文
posted @ 2021-12-20 17:52 yvioo 阅读(2919) 评论(0) 推荐(0) 编辑
摘要: pom文件增加 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>3.0.0</version> <configuration> < 阅读全文
posted @ 2021-12-18 17:16 yvioo 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 这是因为pom文件引入的flink相关依赖设置成了provided 作用域 要嘛把这个去掉 但是如果是IDEA的话 可以更简单的操作 把这个打勾保存 接着重新启动main方法即可 阅读全文
posted @ 2021-12-18 15:48 yvioo 阅读(2451) 评论(0) 推荐(1) 编辑
摘要: 配置文件不是原始的 修改过,可以根据自己的配置文件来 flink-conf.yaml #定义与作业管理器通信的地址 这里设置好像没用 要通过环境变量注入 jobmanager.rpc.address: 192.168.13.25 #定义与作业管理器通信的网络端口的配置参数 jobmanager.rp 阅读全文
posted @ 2021-12-17 17:05 yvioo 阅读(697) 评论(0) 推荐(0) 编辑
摘要: [Err] 1071 - Specified key was too long; max key length is 767 bytes 这个会出现在MySQ5.7以下版本 因为没有启用innodb_large_prefix MySQL 5.6: MySQL 5.7: 简单办法:如果要求不是很高 , 阅读全文
posted @ 2021-12-13 15:18 yvioo 阅读(1225) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 68 下一页
点击右上角即可分享
微信分享提示