码迷,mamicode.com
首页 >  
搜索关键字:office install error    ( 73195个结果
安装win和xp双系统 若干问题
装了winxp和linux双系统,后先在winxp下手动格式化了linux系统,后启动时提示grub错误,重新分区后系统也2010-09-17 21:07 【清风剑】 | 分类:Linux | 浏览991次用fdisk /mbr后,再ghostxp,启动提示 disk error! 用安装盘分区装了...
分类:Windows程序   时间:2014-06-04 17:53:57    阅读次数:590
64位ubuntu下Android开发环境的配置
本文介绍如何在64位ubuntu上搭建android的开发环境。系统:ubuntu12.04LTS使用的是ADT Bundle for Linux和jdk1.7(open jdk也可)一共分为3步走:1.配置JDK安装Open jdk$sudo apt-get install openjdk-7-j...
分类:移动开发   时间:2014-06-04 16:36:06    阅读次数:195
php编译安装,cgi启动,以及memcache扩展编译安装.
先安装必须的依赖库(参数-y:apt-get命令参数详解http://hi.baidu.com/usen68/item/942891e5de324f0f8d3ea885): 1 sudo apt-get -y install autoconf && \ 2 sudo apt-get -y insta...
分类:Web程序   时间:2014-06-04 16:25:43    阅读次数:325
Linux(CentOS)搭建SVN服务器全攻略
虽然在windows上搭建SVN很简单,但是效能却不高,这当然是和linux相比了.然而在linux上搭建SVN却非常繁琐,所以今天这篇文章就来一步一步教您如何在Centos上搭建SVN安装#yum install subversion1)创建svn用户#groupadd svn#useradd ....
分类:系统相关   时间:2014-06-03 16:32:51    阅读次数:335
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
cocos2d-x 编译问题集合之error C2440: “类型转换”: 无法从“void (__thiscall ::* )(void)”转换为“
1.提示为error C2440: “类型转换”: 无法从“void (__thiscall xx::* )(void)”转换为“cocos2d::SEL_CallFuncN” 提示前 调用语句为callfuncN_selector(GameMenu::menuEnter) menuEnter这个方...
分类:其他好文   时间:2014-06-02 16:03:24    阅读次数:194
The type sun.management.ManagementFactory is not visible
Eclipse默认将这些受访问限制的API设成了Error。解决方法:只要将Windows---Preferences---Java--Complicer---Errors/Warings里面的Deprecated and restricted API中的Forbidden references(a...
分类:其他好文   时间:2014-06-02 16:00:09    阅读次数:229
[notes] ImageNet Classification with Deep Convolutional Neual Network
Paper: ImageNet Classification with Deep Convolutional Neual Network Achievements: The model addressed by Alex etl. achieved top-1 and top-5 test error rate of 37.5% and 17.0% of classifyin...
分类:Web程序   时间:2014-06-02 15:08:24    阅读次数:369
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!