canal源码及安装下载 https://github.com/alibaba/canal/releases canal(基于mysql数据库binlog的增量订阅&消费) - 简书 https://www.jianshu.com/p/6299048fad66 使用 Binlog 和 Canal 从 ...
分类:
数据库 时间:
2021-04-23 11:55:58
阅读次数:
0
1、测试1 [root@centos7 test2]# ls a.txt [root@centos7 test2]# if [ -e a.txt ]; then echo "exist";else echo "no nxist"; fi exist [root@centos7 test2]# if ...
分类:
系统相关 时间:
2021-04-23 11:53:02
阅读次数:
0
IPFS搜索引擎 https://ipfs-search.com/ https://www.ipse.io/ IPFS浏览 https://explore.ipld.io/ IPFS应用 https://github.com/ipfs/ipfs-desktop IPFS文件CID分享列表(可直接用I ...
分类:
其他好文 时间:
2021-04-23 11:52:01
阅读次数:
0
源码连接 https://github.com/LeftStan/vocabtest 效果演示 主界面 小学词汇,初中词汇,高中词汇测试界面 考研词汇,四级词汇,六级词汇,托福词汇,GRE词汇测试界面 测试结果 前端搭建 使用html,css,js实现单页应用 html结构 js部分代码 获取单词 ...
分类:
Web程序 时间:
2021-04-23 11:50:30
阅读次数:
0
linux shell脚本中流程控制语句 if、for、while、case 1、if语句 [root@centos7 test2]# ls test.sh [root@centos7 test2]# pwd /home/test2 [root@centos7 test2]# cat test.sh ...
分类:
系统相关 时间:
2021-04-22 16:20:40
阅读次数:
0
什么是 Gitlab 一个开源分布式版本控制系统 开发语言:Ruby 功能:管理项目源代码、版本控制、代码复用与查找、权限管控 Git 家族成员 Git:是一种版本控制系统,是一个命令,是一种工具 Gitlib:是用于实现 Git 功能的开发库 Github:是一个基于 Git 实现的在线代码托管仓 ...
分类:
其他好文 时间:
2021-04-22 16:11:22
阅读次数:
0
这个东西折腾了一天,在rhel7上死活pip不能用,网上找了各种方法,基本都是垃圾文章,在无数次试验后,终于这篇文章成功装上了 rhel红帽时面对企业的,centos是基于redhat重新编译后的开源免费版,网上找不到适用rhel的很多东西和操作,以后还是用centos吧,两个差不多 centos7 ...
分类:
编程语言 时间:
2021-04-22 16:07:34
阅读次数:
0
1. jadx https://github.com/skylot/jadx jadx是一个java写的gui工具,可以直接查看apk和dex的反编译后的java代码,支持直接拖拽apk到gui工具查看。如果apk过大直接拖进去可能会导致界面卡死,可以先解压成dex文件,再把dex文件拖进去查看。 ...
分类:
其他好文 时间:
2021-04-22 15:56:05
阅读次数:
0
1、read从键盘读入 [root@centos7 test]# echo $a [root@centos7 test]# read a 123456 [root@centos7 test]# echo $a 123456 2、-p 参数 加入提示 [root@centos7 test]# unse ...
分类:
系统相关 时间:
2021-04-22 15:41:37
阅读次数:
0
https://github.com/lishen2020/miniohttps://www.cnblogs.com/lishen2021/p/14681182.htmlhttps://www.cnblogs.com/zimug/archive/2020/08/06/13444086.htmlhtt ...
分类:
其他好文 时间:
2021-04-22 15:32:50
阅读次数:
0