1.强制使用http替换https链接
Tools》选择Options,勾选上”Use Download Cache”和”Force https://… sources to be fetched using http://…” 和use download cache
2.禁用dl-ssl.google.com的xml链接库
Tools 》 Manage Add-on Sites…》...
分类:
移动开发 时间:
2015-04-16 14:18:18
阅读次数:
174
因项目原因,需要将Ubuntu 14.04上的SVN(原本是1.8.8)降级为1.6
方法一、
Add deb http://us.archive.ubuntu.com/ubuntu precise main to your /etc/apt/sources.list.
Remove your current SVN by apt-get remove libsvn1 subver...
分类:
系统相关 时间:
2015-04-15 19:35:43
阅读次数:
334
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak #备份sudo vim /etc/apt/sources.list #修改sudo apt-get update #更新列表中国科学技术大学源:Trusty(14.04)deb http:...
分类:
系统相关 时间:
2015-04-15 16:33:35
阅读次数:
239
1.创建一个Qt gui application工程,使用设计器调出一个tabwidget控件,如下图
2.pro文件如下
QT += opengl
# LIBS+=-IGLU
LIBS += -lglut -lGLU
TARGET = .
TEMPLATE = app
SOURCES += main.cpp mainwindow.cpp n...
分类:
其他好文 时间:
2015-04-14 19:52:58
阅读次数:
185
转载自:http://www.cnblogs.com/eastson/archive/2012/08/24/2654163.html1、首先备份Ubuntu12.04源列表sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup (备份下当...
分类:
系统相关 时间:
2015-04-14 12:54:35
阅读次数:
183
TheNSRunLoopclass declares the programmatic interface to objects that manage input sources. AnNSRunLoopobject processes input for sources such as mous...
分类:
其他好文 时间:
2015-04-13 20:17:39
阅读次数:
163
首先备份默认源:sudo cp /etc/apt/sources.list /etc/apt/sources.list.old清空默认源:sudo cat /dev/null > /etc/apt/sources.list添加源:sudo vim /etc/apt/sources.list推荐源:#...
分类:
系统相关 时间:
2015-04-13 12:14:14
阅读次数:
242
f:\opencv\opencv\sources\modules\core\src\matrix.cpp: flags = (_type & CV_MAT_TYPE_MASK) | MAGIC_VAL; CV_MAT_TYPE_MASK: =8*4-1=31, 5bits #define CV_M....
分类:
其他好文 时间:
2015-04-12 13:23:50
阅读次数:
745
# apt-get update——在修改/etc/apt/sources.list或者/etc/apt/preferences之後运行该命令。此外您需要定期运行这一命令以确保您的软件包列表是最新的。 # apt-get install packagename——安装一个新软件包(参见下文的apti...
分类:
系统相关 时间:
2015-04-11 13:08:05
阅读次数:
137
VideoView源码分析VideoView基于Android4.4源码进行分析
简介 /**
* Displays a video file. The VideoView class
* can load images from various sources (such as resources or content
* providers), takes care of com...
分类:
其他好文 时间:
2015-04-10 15:31:07
阅读次数:
1034