03 2022 档案

摘要:文档 简书图片不显示,这里有英文原版 优秀文档 也不错的教程 ubuntu下安装clisp 教程 sudo apt-get install clisp 创建./CLisp/test.lisp (defun helloworld () (format t "hello world")) (hellow 阅读全文
posted @ 2022-03-28 17:30 XDU18清欢 阅读(101) 评论(0) 推荐(0)
摘要:PacVim游戏 git clone https://github.com/jmoon018/PacVim.git cd PacVim sudo make install ubunut下可能报错(我没遇到)sudo apt-get install libncurses5-dev pacvim [LE 阅读全文
posted @ 2022-03-26 23:24 XDU18清欢 阅读(31) 评论(0) 推荐(0)
摘要:windows怎么传文件夹到linux 下载一个7z压缩 ①7z先生成 .tar文件 ②7z对.tar文件再gzip压缩,生成.tar.gz ③传到服务器,tar zxvf 422021.tar.gz ftp,sftp,ssh的关系 推荐用sftp传文件,ssh能登陆的地方sftp就可以登陆,注意使 阅读全文
posted @ 2022-03-24 16:56 XDU18清欢 阅读(34) 评论(0) 推荐(0)