上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 32 下一页
摘要: # Linux shell 编程基础 1) 将命令输出存储到变量中的语法是 ``` diff_result=$(diff stc_compile_multifile_withso_build.log stc_compile_multifile_build.txt | wc -l) keyword_n 阅读全文
posted @ 2021-05-21 17:51 michaelchengjl 阅读(41) 评论(0) 推荐(0) 编辑
摘要: ubuntu 20.04 装机配置 ubuntu 20.04 配置pip 源 1.安装pip apt-get install python-pip python-dev build-essential pip install --upgrade pip pip install --upgrade v 阅读全文
posted @ 2021-05-13 14:40 michaelchengjl 阅读(1610) 评论(0) 推荐(0) 编辑
摘要: vim快速定位到某一行的几种方法和显示行号,定位匹配字符串,显示当前行信息的命令 vim快速定位到某一行的几种方法和显示行号,定位匹配字符串,显示当前行信息的命令 vim打开文件默认光标会停留在文件开头,当文件行数比较多的时候很难快速找到行数进行修改,以下几种方法可以帮你快速定位到指定行。 命令模式 阅读全文
posted @ 2021-05-11 20:29 michaelchengjl 阅读(1507) 评论(0) 推荐(0) 编辑
摘要: ubuntu18.04 Testlink安装 配置 安装请参见 ubuntu18.04下基于XAMPP的Testlink安装部署 配置需求 配置 link Jira with testlink 配置 ldap certification 配置 apply for demain with compan 阅读全文
posted @ 2021-05-08 14:06 michaelchengjl 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 树莓派4B安装ffmpeg FFmpeg 是一套开源的音视频编解码库,有非常强大的功能,包括视频采集功能、视频格式转换等。众所周知视频编解码是一个非常消耗系统资源的过程,而树莓派自带了 H.264 的硬件编解码器,因此本文将详解在树莓派配置 FFmpeg 使其支持硬件编解码器并编译安装的过程。 环境 阅读全文
posted @ 2021-05-05 21:37 michaelchengjl 阅读(2155) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 使用rsync同步服务器和NFS数据 场景: 与 SCP 单纯传文件相比,rsync更加适合同步大量文件. 例子: # 同步服务器的age_gender(包括age_gender目录本身)到本地,注意age_gender后没有'/' # -P 断点续传 # -a 七合一配置 (-rlptgoD) # 阅读全文
posted @ 2021-04-19 17:16 michaelchengjl 阅读(415) 评论(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 阅读(269) 评论(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 阅读(44) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 32 下一页