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