码迷,mamicode.com
首页 >  
搜索关键字:install    ( 40475个结果
debian下烧写stm32f429I discovery裸机程序
需要安装openocd软件.如果已安装默认的openocd,需要先卸载系统默认的openocd(默认版本是0.5.0,版本太低),然后再安装.在安装前需要安装libusb库文件: sudo apt-get install libusb-1.0-0-dev libusb-1.0-0然后执行安装: .....
分类:其他好文   时间:2014-06-02 19:07:19    阅读次数:648
Linux # Virtul Box 安装增强功能时, 未能加载虚拟光盘VBoxGuestAdditions.iso
问题:Virtul Box 安装增强功能时, 未能加载虚拟光盘VBoxGuestAdditions.iso分析:通过分析日志,%vbox_path%\VirtualBox Guest Additions\install_drivers.log发现,查看安装过程中的信息,如下图,发现缺少 相关dll文...
分类:系统相关   时间:2014-06-02 16:24:55    阅读次数:1812
Ubuntu14.04 Objective-C hello world
1. Install GNUstepsudo apt-get install gnustep gnustep-devel2. Write hello world program, and save as hello.m#import int main (int argc, const char * ...
分类:其他好文   时间:2014-06-02 12:49:08    阅读次数:185
Python:Windows8下安装BeautifulSoup
运行环境:Windows 8.1Python:2.7.6在安装的时候,我使用的pip来进行安装,命令如下:pip install beautifulsoup4运行的时候,报错如下:Exception:Traceback (most recent call last): File "J:\Progr....
分类:编程语言   时间:2014-06-02 11:45:30    阅读次数:420
Ubuntu下ssh的安装
1.安装Ubuntu缺省安装了openssh-client,,如果没有安装,可用apt-get安装上即可。安装ssh-serversudo apt-get install openssh-server安装ssh-clientsudo apt-get install openssh-client 2....
分类:其他好文   时间:2014-06-02 06:16:31    阅读次数:157
Ubuntu 下查看中文man手册方法
转载自:http://blog.chinaunix.net/uid-24830506-id-3266493.htmlUbuntu 中文man手册安装方法 分类: LINUXUbuntu 下查看中文man手册方法:1,打开终端,输入以下命令安装中文 man 手册sudo apt-get install...
分类:其他好文   时间:2014-06-02 05:51:44    阅读次数:385
jreble for eclipse配置
1 下载安装jrebel for eclipse  安装方法不再赘述,常规方式Install via Eclipse Marketplace->earch for JRebel 2 安装之后替换为破解的jrebel.jar 和 jrebel.lic  jrebel-5.5.3-crack破解版下载地址    安装之后如下: 3 Using JRebel in Eclip...
分类:系统相关   时间:2014-06-02 05:34:52    阅读次数:327
有趣的 Linux 命令
1. sl 命令 你会看到一辆火车从屏幕右边开往左边…… 安装 Shell 1$ sudo apt-get install sl运行Shell 1 $ sl 命令有 -a l F e ...
分类:系统相关   时间:2014-06-02 04:54:48    阅读次数:425
RedHat5.5_X64 Linux安装oracle 11.2.0.3 报错
REDHATlinux安装11G11.2.0.3报错 oracle用户执行./runinstaller后直接报错查看日志后 [root@HXZGOraInstall2012-06-29_12-08-50AM]#moreinstallActions2012-06-29_12-08-50AM.log SEVERE:[FATAL]HXZG:HXZG. Referassociatedstacktrace#oracle.install.commons.util.excepti..
分类:数据库   时间:2014-06-02 03:07:22    阅读次数:411
CentOS下MySQL数据库服务器的构建方法
用root登陆,安装mysqlyum -y install mysql-server ← 安装MySQLSetting up Install Processyum -y install php-mysql ← 安装php-mysqlSetting up Install Process然后,配置MyS...
分类:数据库   时间:2014-06-02 00:00:33    阅读次数:418
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!