尊重原创,以下内容主要参照
Ubuntu14.04安装Opencv, 和Ubuntu14.04下Qt调用Opencv 两篇博文而来。
第一部分安装Opencv2.4.9
1
sudo apt-get
update
2
sudo apt-get
upgrade
Now,...
分类:
系统相关 时间:
2016-04-29 19:27:15
阅读次数:
377
Solution:Either upgrade IBus to version 1.5.11 or add "export IBUS_ENABLE_SYNC_MODE=1" to your ~/.profile, then restart a session.Alternatively, you c ...
分类:
其他好文 时间:
2016-04-28 16:47:58
阅读次数:
1007
pip search 包名 查询 pip install 包名 安装包 pip show--files 包名 pip list --outdated 检查哪些包需要更新 pip install --upgrade 包名 更新包 pip更新方法:python -m pip install --upgr ...
分类:
其他好文 时间:
2016-04-28 01:42:45
阅读次数:
181
尊重原创,以下内容主要参照
Ubuntu14.04安装Opencv, 和Ubuntu14.04下Qt调用Opencv 两篇博文而来。
第一部分安装Opencv2.4.9
1
sudo apt-get
update
2
sudo apt-get
upgrade
Now,...
分类:
系统相关 时间:
2016-04-26 21:33:16
阅读次数:
382
天剑外键约束的方法:altertablelaser_upgrade_scheduleaddconstraintfk_id_laser_upgrade_packageforeignkey(upgradeId)referenceslaser_upgrade_package(id);
分类:
数据库 时间:
2016-04-25 01:03:41
阅读次数:
181
//更新树莓派 sudo apt-mark hold raspberrypi-bootloader sudo apt-get update sudo apt-get upgrade //配置 raspi-config //安装git sudo apt-get install git-core //安 ...
分类:
系统相关 时间:
2016-04-23 19:50:26
阅读次数:
193
使用pip install安装命令时,会报错:You are using pip version 7.1.2, however version 8.1.1 is available。 尝试了推荐解决办法“python -m pip install --upgrade pip”仍然更新pip版本失败。 ...
分类:
编程语言 时间:
2016-04-22 18:32:59
阅读次数:
1455
sudoapt-getinstallpip在~/.pip/pip.conf文件中添加或修改[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.compipinstallpip--upgrade
pip-vinstallvirtualenv
sudopip-vinstallvirtualenv
分类:
编程语言 时间:
2016-04-21 12:05:22
阅读次数:
316
在项目中我们如果使用activiti 工作流引擎的时候,肯定是需要数据库支持的,如果有一天我们打算升级activiti 工作流引擎的时候,那么对应的数据库表或者视图也是需要升级,因为有可能表结构有调整,举例:activiti 5.14的时候act_re_deployment表中没有tenant_id_字段,activiti 5.19有这个字段了,那我们升级的时候,肯定需要升级数据库了,下面详细的讲...
分类:
数据库 时间:
2016-04-21 11:54:47
阅读次数:
363
场景:删除错误工程,把正确工程上传到原来错误工程的路径下,Add的时候svn提示新工程版本太低,you need to upgrade the working copy first 解决方案:先clearup一下,在Add。如果还是原来的提示,把新工程Export出来放在一个新文件夹里(Explor ...
分类:
其他好文 时间:
2016-04-18 17:22:34
阅读次数:
119