在ubuntu中安装pycharm、opencv2后。在pycharm环境中无法使用opencv,后来查资料显示OpenCV is not pip-installable. You’ll need to manually sym-link your cv2.so and cv.py files in ...
分类:
系统相关 时间:
2016-12-07 01:48:15
阅读次数:
337
Deep Reinforcement Learning Papers A list of recent papers regarding deep reinforcement learning. The papers are organized based on manually-defined b ...
分类:
其他好文 时间:
2016-12-04 14:30:55
阅读次数:
507
/dev/sda1 contains a file system with errors, check forced./dev/sda1: Inodes that were part of a corrupted orphan linked list found./dev/sda3: UNEXPEC ...
分类:
系统相关 时间:
2016-11-30 16:44:16
阅读次数:
248
原文 :http://blog.csdn.net/chszs/article/details/40623169 1、软件准备 Ubuntu14.04 x64 下载SecureCRT7.3的版本:scrt-7.3.3-779.ubuntu13-64.x86_64.deb 2、安装SecureCRT 在 ...
分类:
系统相关 时间:
2016-11-30 13:59:57
阅读次数:
271
之前用pexpect实现过一些简单的交互式操作,比如下边的登录操作: expect方法可以用于等待子程序中产生特定输出,然后做出特定的响应,如果没有出现想要的字符串就会抛出pexpect.TIMEOUT异常。 假如我想添加一个组或者用户,我想先判断系统中是否已经有组存在,如果有,我就去给这个组添加用 ...
分类:
其他好文 时间:
2016-11-03 11:32:32
阅读次数:
271
报错: d:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.5\sbin>rabbitmq-plugins eble rabbitmq_managementPlugin configuration unchanged. Applying plug ...
How-to-uninstall-Meteor : http://www.uninstallapp.com/article/How-to-uninstall-Meteor-.html install Meteor manually: https://github.com/meteor/docs/bl ...
分类:
其他好文 时间:
2016-10-24 15:53:36
阅读次数:
176
NOTE: 一开始安装的Ubuntu12.04,后来又重新安装了14.04。截图基本使用了安装12.04时的截图,后来安装14.04时又补充了几张。该安装过程对Ubuntu12.04和14.04都是适用的。 1. 选择版本 1.1 Ubuntu桌面版与服务器版的区别 桌面版与服务器版,只要发布版本号 ...
分类:
系统相关 时间:
2016-10-22 23:52:50
阅读次数:
570
Reading data from a generator using yield from Instead of manually iterating over reader(), we can just yield from it. That works, and we eliminated o ...
分类:
编程语言 时间:
2016-10-08 19:28:26
阅读次数:
240
Property access in Javascript can be problematic - especially when dealing with nested Objects and Arrays. Doing it manually and in a safe manner requ ...
分类:
数据库 时间:
2016-10-02 17:19:57
阅读次数:
197