IP属地:上海
最初接触简书是因为喜欢它的极简风格,无广告,界面干净清爽。 但是使用过程中发现里面的文章全是地摊儿文学故事汇,质量奇差无比。 平时也就写点儿工作...
** https://code.google.com/archive/p/mp4v2/[https://code.google.com/arch...
将博客搬至CSDN
shell bat 系统变量:
apache2开启443端口后,http://xx.xx.xx.xx:443[http://xx.xx.xx.xx:443]可以访问,但是htt...
find和xargs基本的用法如下: find ./ -name "*.bak" | xargs rm -rf 一般情况,上面这个命令运行的很好...
sudo apt-get install libreofficelibreoffice --convert-to docx test.doc -...
docx转markdown命令如下, 注意doc格式不支持。需要先把doc转为docx。 pandoc test.docx -t markdow...
首先安装 MySQLsudo apt-get install mysql-server mysql-client 2.安装apache2sudo...