
Ubuntu
﹎坏メ絯孑℡
这个作者很懒,什么都没留下…
展开
-
Ubuntu16.04 sublime 输入中文
原网址:https://jingyan.baidu.com/article/af9f5a2d4bcf8843150a4565.html先去 git 上下载插件git clone https://github.com/lyfeyaj/sublime-text-imfix.git会直接下载到在当前路径下的 sublime-text-imfixsudo cp .sublime-text-imfix/lib/libsublime-imfix.so /usr/bin/subl #64位 32位用另一个转载 2020-12-02 17:15:50 · 97 阅读 · 0 评论 -
subprocess.Popen().poll()返回值详解
import subprocessproc = subprocess.Popen([‘python’, ‘test.py’], stdout=subprocess.PIPE)while 1:print proc.poll()#while 1:print “hello”print “hello”测试代码如上,poll函数返回码:0 正常结束1 sleep2 子进程不存在-15 killNone 在运行poll的返回: A None value indicates that the p转载 2020-11-25 17:33:39 · 16122 阅读 · 1 评论 -
Ubuntu 下安装Python库
sudo apt-get install python-opencv原创 2020-11-06 16:27:35 · 354 阅读 · 0 评论 -
Ubuntu中安装企业微信
git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git #(拉取代码)cd到deepin-wine-for-ubuntu文件夹下面,执行下列命令./install.shwget http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.weixin.work/deepin.com.weixin.work_2.4.16.1347deepin0_i386.deb这里是转载 2020-10-13 10:35:17 · 565 阅读 · 0 评论 -
Ubuntu 无法输入中文标点符号
问题: 不管是中文还是英文输入法,输入的标点符号都是英文的解决方法: ctrl + . 进行切换,一个是lation 符号,一个是全角符号原创 2020-12-07 19:09:58 · 1483 阅读 · 0 评论