Archive
-
net/net core 压缩和解压文件类—完美支持Linux
/// <summary> /// 文件压缩类 /// </summary> public class ZipHelper { /// <summar…
-
linux定时归档文件
1、新建归档sh脚本 vim daily_archive.sh 2、编写sh脚本 #!/bin/bashif [ $# -ne 1 ]thenecho “参数个数错误…
-
FlinkCDC-Postgresql篇(版本9.X)
1.PostGreSQL准备 1.修改pg_hba.conf,在#IPV4 local connection下添加 其中all,可以修改为flinkCDC中的访问用户。 # IPv…
-
使用PowerShell压缩和解压ZIP包
更新记录本文迁移自Panda666原博客,原发布时间:2021年7月13日。 解压ZIP包 使用PowerShell的Expand-Archive命令。PowerShell官方文档…