随笔分类 -  Linux

摘要:这个连接可以让Python在不同版本中切换 https://myoceane.fr/index.php/python-alternatives/ 阅读全文
posted @ 2023-02-27 10:07 blues2600 阅读(23) 评论(0) 推荐(0)
摘要:一个端口转发程序,写了快2个星期 最开始的时候,是因为没有沟通好程序的需求,不知道程序的目标是什么 然后,是因为对于select函数的理解存在问题 接着,对于网络编程、系统编程缺乏概念 最后,是对send和recv这两个函数的理解存在问题 这是一个惨痛的教训 阅读全文
posted @ 2023-02-23 11:43 blues2600 阅读(18) 评论(0) 推荐(0)
摘要:下载插件 git clone git://github.com/zsh-users/zsh-autosuggestions$ZSH_CUSTOM/plugins/zsh-autosuggestions git clone git://github.com/zsh-users/zsh-syntax-h 阅读全文
posted @ 2023-02-14 10:53 blues2600 阅读(23) 评论(0) 推荐(0)
摘要:gcc test.c -o test -lcligen 其中-l参数用于指定第三方库名称,例如这里的库名称就是cligen 阅读全文
posted @ 2023-02-07 10:48 blues2600 阅读(63) 评论(0) 推荐(0)
摘要:安装都正常,运行起来就提示如下错误。 error while loading shared libraries: libcligen.so.6.1: cannot open shared object file: No such file or directory 在cligen安装目录下找到了同名 阅读全文
posted @ 2023-02-06 14:53 blues2600 阅读(109) 评论(0) 推荐(0)
摘要:备份一下https://www.cnblogs.com/liuhanxu/p/17011775.html 阅读全文
posted @ 2023-02-03 14:04 blues2600 阅读(7) 评论(0) 推荐(0)