摘要: # 查看前端列表 aptitude search fcitx-frontend # 查看前端ui列表 aptitude search fcitx-ui # 安装前端ui库 sudo apt-get install fcitx-ui-classic 阅读全文
posted @ 2019-07-26 16:16 回忆唯U你 阅读(422) 评论(0) 推荐(0)
摘要: # 安装virtualenv sudo apt-get install python3-venv # 创建虚拟环境“venv” python3 -m venv venv # 进入虚拟环境 source venv/bin/activate # 退出虚拟环境 deactivate 阅读全文
posted @ 2019-07-26 15:49 回忆唯U你 阅读(91) 评论(0) 推荐(0)
摘要: " common "source /etc/vim/vimrc "source /home/duoc/.cscope.vim syntax on syntax enable set ai "自动缩进 set bs=2 "在insert模式下用退格键删除 set showmatch "代码匹配 set 阅读全文
posted @ 2019-07-26 15:26 回忆唯U你 阅读(151) 评论(0) 推荐(0)