上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 基本操作: 请看 "这里" 最典型的就是 但有时, jump是不太好直接看出来的, 比如下面这个标题, 格式复杂, 那如何获取相应的jump呢? 在Github中, 鼠标悬浮于该标题上, 可出现左端的超链接标识, 右击该标识, 即可复制超链接, 你即可获取该标题对应的jump了, 有心者还可从中寻找 阅读全文
posted @ 2018-06-19 11:14 默盒 阅读(1174) 评论(0) 推荐(1) 编辑
摘要: 转自 "这里" 以管理员身份在hosts文件: 添加: `192.30.253.118 gist.github.com` 阅读全文
posted @ 2018-06-12 15:14 默盒 阅读(193) 评论(0) 推荐(0) 编辑
摘要: ```shell pip install python3-pyaudio sudo apt-get install portaudio19-dev python-all-dev pip install pyaudio ``` 阅读全文
posted @ 2018-05-15 23:03 默盒 阅读(324) 评论(0) 推荐(0) 编辑
摘要: ```shell compilation g++ main.cpp o main execution ./img display linuxconfig_logo.png ``` 阅读全文
posted @ 2018-05-08 12:39 默盒 阅读(867) 评论(0) 推荐(0) 编辑
摘要: "Reference" 问题 ... h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from to is deprecated. ... 解决 , 在目前的最新版中, 此warn 阅读全文
posted @ 2018-05-07 23:33 默盒 阅读(1205) 评论(0) 推荐(0) 编辑
摘要: 接上片... 问题 virtualenvwrapper装好后, 发现使用 时, 又找不到virtualenv了... 的virtualenv找不到, 的virtualenv又报缺少python2的path. 解决: 我又想起了上个问题的解决方法, 在 下找到了 文件, 这可能就是 所对应的了, 再将 阅读全文
posted @ 2018-05-06 22:49 默盒 阅读(3245) 评论(1) 推荐(1) 编辑
摘要: "Reference" Ubuntu 18.04 只自带python3.6.5, 因此不想装python2了, 但通过apt install 装virtualenvwrapper时发现必须得装python2, 因此洁癖促使我通过pip安装, 后有了如题的错误. 安装virtualenvwrapper 阅读全文
posted @ 2018-05-06 22:24 默盒 阅读(4407) 评论(3) 推荐(0) 编辑
摘要: "Reference" Solutions: 1. Ctrl+Atl+t 2. Type , which will open an interactive prompt. 3. Type , and so as the password. 4. Type , enter. 5. Type , ent 阅读全文
posted @ 2018-05-06 17:45 默盒 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 参考、学习自Great "pyimagesearch" 阅读全文
posted @ 2018-05-03 17:09 默盒 阅读(1548) 评论(0) 推荐(0) 编辑
摘要: "参考链接" 目的: $ .gif \rightarrow .mp4 $ 解决: 1. pip install MoviePy 2. If you have ffmpeg on your device, this might be Okay as well.   1. If python 阅读全文
posted @ 2018-05-01 19:21 默盒 阅读(2796) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页