
杂
企鹅席地而坐
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux通过screen离线运行程序、训练模型
安装: 1.在线 (base) [root@slave2 ~]# yum -y install screen 2.离线: 查看系统版本 (base) [root@slave2 ~]# cat /etc/redhat-release 然后在http://www.rpmfind.net/linux/rpm2html/search.php?query=screen 下载自己需要的版本,然后安装rpm...原创 2020-04-14 12:41:17 · 930 阅读 · 0 评论 -
word中优雅的插入代码块
打开 http://www.planetb.ca/syntax-highlight-word 将代码复制至code块里 选择编译语言,然后show highlights 将新页面的代码复制至word即可原创 2019-12-23 14:07:51 · 379 阅读 · 0 评论