04 2021 档案

摘要:ubuntu18.04下基于XAMPP的Testlink安装部署 Testlink的安装: 1.安装包的准备 Tsetlink的官网下载1.9.19版本 XAMPP的官网下载xampp-linux-x64-7.3.27 2.XAMPP的安装 chmod 777 xampp-linux-x64-7.3 阅读全文
posted @ 2021-04-30 15:32 michaelchengjl 阅读(297) 评论(0) 推荐(0) 编辑
摘要:使用rsync同步服务器和NFS数据 场景: 与 SCP 单纯传文件相比,rsync更加适合同步大量文件. 例子: # 同步服务器的age_gender(包括age_gender目录本身)到本地,注意age_gender后没有'/' # -P 断点续传 # -a 七合一配置 (-rlptgoD) # 阅读全文
posted @ 2021-04-19 17:16 michaelchengjl 阅读(431) 评论(0) 推荐(0) 编辑
摘要:Pandas Cheat Sheet https://www.dataquest.io/blog/pandas-cheat-sheet/ 阅读全文
posted @ 2021-04-19 17:12 michaelchengjl 阅读(38) 评论(0) 推荐(0) 编辑
摘要:Makefile常用万能模板(包括静态链接库、动态链接库、可执行文件) 本文把makefile 分成了三份:生成可执行文件的makefile,生成静态链接库的makefile,生成动态链接库的makefile。 这些makefile都很简单,一般都是一看就会用,用法也很容易,只需要把它们拷贝到你的代 阅读全文
posted @ 2021-04-17 19:29 michaelchengjl 阅读(320) 评论(0) 推荐(0) 编辑
摘要:gitlab cd ci https://ssoor.github.io/2020/03/25/gitlab-ci-config-file/ https://blog.csdn.net/kunyus/article/details/98880839 https://cloud.tencent.com 阅读全文
posted @ 2021-04-16 11:56 michaelchengjl 阅读(48) 评论(0) 推荐(0) 编辑
摘要:Ubuntu 查看当前目录使用空间大小 查看当前目录使用的总空间大小: du -h --max-depth=0 #du -h --max-depth=0 217M . 查看当前目录使用总空间的大小以及当前目录下一级文件及文件夹各自使用的总空间大小: #du -h --max-depth=1 22M 阅读全文
posted @ 2021-04-14 14:23 michaelchengjl 阅读(1315) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示