apt-get是一条linux命令,适用于deb包管理式的操作系统,主要用于自动从互联网的软件仓库中搜索、安装、升级、卸载软件或操作系统。apt-get update在修改/etc/apt/sources.list或/etc/apt/preferences之後运行该命令。此外您需要定期运行这一命令以...
分类:
系统相关 时间:
2014-11-22 22:47:18
阅读次数:
283
1,首先安装fftwtar xvf fftw-3.3.4.tar.gzcd fftw-3.3.4./configure --prefix=/opt/fftw-3.3.4 --enable-shared --enable-float --enable-mpi CC=icc F77=ifortmake....
分类:
其他好文 时间:
2014-11-22 20:09:58
阅读次数:
599
在运行MiniTools_x64的时候,出现如下错误:./MiniTools_x64: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or di...
分类:
系统相关 时间:
2014-11-22 14:38:14
阅读次数:
268
PL/SQL配置大小写转换等快捷键
Tools(工具) --> Preferences(首选项) --> Key Configuration(键配置)
然后修改自己需要的快捷键方式...
分类:
数据库 时间:
2014-11-21 23:17:46
阅读次数:
24393
MFC架构组成1.CWinApp的派生类2.必须在全局区定义一个派生类的对象3.在CWinApp派生类内必须要有InitInstance虚函数的重写函数在MFC软件工程以App类中的InitInstance函数作为主函数连接MFC的平台使用static Library或shared DLL都可以消息...
编译一个能在 arm 平台上用的动态库,结果报错如下:
relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
./obj/xxx.o: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
其实错误信息已经给出解决办法了,加...
分类:
其他好文 时间:
2014-11-21 18:40:09
阅读次数:
3187
a)window – preferences – xml - xml catalog –> add b)选择key type为URIc)key: http://struts.apache.org/dtds/struts-2.0.dtdd)location: 对应的dtd文件,位于struts-cor...
分类:
系统相关 时间:
2014-11-21 18:40:02
阅读次数:
205
一、安装emmet插件菜单栏:Preferences->PackageControl->选中PackageControl:InstallPackage->然后输入emmetplugin回车,即开始安装,安装完成后会有信息提示,重启即可。二、常用命令命令+回车html:5回车<!DOCTYPEhtml>
<htmllang="en">
<head>
&..
分类:
Web程序 时间:
2014-11-21 16:30:33
阅读次数:
192
Window>>Preferences>>General>>Editors>>TextEditors自定义颜色设置为:色调85饱和度123亮度205win7改變視窗顏色http://jingyan.baidu.com/article/39810a23ea718ab636fda6c7.html
分类:
系统相关 时间:
2014-11-21 16:30:01
阅读次数:
134
三处设置,使Python的Eclipse开发环境(使用PyDev)支持中文-(a)Eclipse的Window菜单Editors设置: Eclipse工具条 -> Window -> Preferences -> General -> Editors -> Text Editiors -> Spel...
分类:
编程语言 时间:
2014-11-21 12:01:58
阅读次数:
232