摘要: 1. download and download chromewget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt install ./google-chrome-stable_ 阅读全文
posted @ 2021-07-15 13:38 hkingsp 阅读(35) 评论(0) 推荐(0)
摘要: 1. show commit and author of each line of a file( last modified ):git blame path/to/file参考资料:git官方:https://git-scm.com/docs/git-blamewhat blame do ?ht 阅读全文
posted @ 2021-07-07 13:21 hkingsp 阅读(140) 评论(0) 推荐(0)
摘要: 1.系统环境:linux内核编译时必须支持audit,对于我来说:“kernel_src/arch/arm64/configs/rockchip_linux_bizerba_defconfig” CONFIG_AUDIT=yCONFIG_AUDITSYSCALL=y重新编译内核,重新烧写img。2. 阅读全文
posted @ 2021-07-02 10:24 hkingsp 阅读(242) 评论(0) 推荐(0)
摘要: 1. docker install:1.1 docker install repository:1.1.1 install related package: sudo apt-get update sudo apt-get install \ ca-certificates \ curl \ gnu 阅读全文
posted @ 2021-02-22 15:23 hkingsp 阅读(65) 评论(0) 推荐(0)
摘要: 一、工程的部分1. 下载了log4cplus-2.0.5的代码2. 在log4cplus-2.0.5文件夹里面,挨着msvc14,新建了msvc153. 新建一个vs2017 windows console application , log4Demo4. 将log4plus涉及的project拷贝 阅读全文
posted @ 2020-06-11 17:09 hkingsp 阅读(195) 评论(0) 推荐(0)
摘要: 饱和脂肪酸(Saturated fatty acid),指不含不饱和双键的脂肪酸。一类碳链中没有不饱和键(双键)的脂肪酸,是构成脂质的基本成分之一。一般较多见的有辛酸、癸酸、月桂酸、豆蔻酸、软脂酸、硬脂酸、花生酸等。此类脂肪酸多含于牛、羊、猪等动物的脂肪中,有少数植物如椰子油、可可油、棕榈油等中也多 阅读全文
posted @ 2020-06-11 14:04 hkingsp 阅读(330) 评论(0) 推荐(0)
摘要: ls -al 输出的文件详细信息: chmod 变更mode bits: chmod u+x a.txt -> 最左侧的三个rwx,user 加入x运行权限。chmod g+w b.txt -> 最中间的三个rwx,group 加入w写权限。chmod o+rw c.txt -> 最右侧的三个rwx 阅读全文
posted @ 2020-06-11 14:03 hkingsp 阅读(168) 评论(0) 推荐(0)
摘要: Method 1reboot( close wsl window and reopen )Method 2 – Windows System Drive as a Mount point Windows Sub-System for Linux provides you access to the 阅读全文
posted @ 2020-06-11 14:00 hkingsp 阅读(161) 评论(0) 推荐(0)
摘要: VGA 和 DVI :VGA(Video Graphics Array),模拟视频接口 ?DVI(Digital Visual Interface),即数字视频接口。 LVDSLVDS(Low Voltage Differential Signaling,即低电压差分信号)接口又称RS-644总线接 阅读全文
posted @ 2020-06-11 13:53 hkingsp 阅读(1350) 评论(0) 推荐(0)
摘要: Switching between .h and .cppIn Visual Studio 2013 and later :there is a default keyboard shortcut for this: Ctrl+K, Ctrl+O (You will need to hold dow 阅读全文
posted @ 2019-11-07 11:30 hkingsp 阅读(154) 评论(0) 推荐(0)