码迷,mamicode.com
首页 >  
搜索关键字:office install error    ( 73195个结果
apache 2.2设置单IP多端口的虚拟主机
系统配置为Centos 5.5 x85版,使用yum安装httpd对于没有安装vim的,可以使用此命令安装: yum -y install vim-enhanced配置httpd.conf文件: vim /etc/httpd/conf/httpd.conf(1)指定apache的监听对应端口,如图示...
分类:其他好文   时间:2014-05-10 08:31:44    阅读次数:340
音乐和音效的加载播放
在有些应用中需要用到背景音乐和音效,那在程序中是这么实现的。1.首先加载背景音乐需要用到AVFoundation框架2.音乐资源都是在包里的,所以需要获得包路径,涉及方法- (id)initWithContentsOfURL:(NSURL *)url error:(NSError **)outErr...
分类:其他好文   时间:2014-05-10 08:26:10    阅读次数:275
C#中datatable导出excel(三种方法)
方法一:(拷贝直接可以使用,适合大批量资料, 上万笔)Microsoft.Office.Interop.Excel.Application appexcel = new Microsoft.Office.Interop.Excel.Application();SaveFileDialog savef...
分类:其他好文   时间:2014-05-10 08:22:11    阅读次数:391
How to install semanage on CentOS 6.3
yum install policycoreutils-python
分类:其他好文   时间:2014-05-10 07:59:06    阅读次数:163
AIX 5.3 Install Oracle 10g RAC 错误集锦--9i RAC present
AIX5.3InstallOracle10gRAC错误集锦--9iRACPresent系统环境:操作系统:AIX5300-08集群软件:CRS10.2.0.1数据库:Oracle10.2.0.1系统架构图故障现象:解决方法:[root@aix215tmp]#cat/etc/oratab#ThisfileisusedbyORACLEutilities.Itiscreatedbyroot.sh#andupdatedbytheDatabas..
分类:数据库   时间:2014-05-09 21:46:15    阅读次数:596
Hive ERROR: Out of memory due to hash maps used in map-side aggregation
当hive在执行大数据量的统计查询语句时,经常会出现下面OOM错误,具体错误提示如下: Possible error: Out of memory due to hash maps used in map-side aggregation. Solution: Currently hive.map.aggr.hash.percentmemory is set to 0.5. Try set...
分类:其他好文   时间:2014-05-09 21:08:27    阅读次数:366
ubuntu12.04下搭建ftp服务器
楼主想把同学硬盘里面的200多G电影共享给实验室的小伙伴们看,就打算在内网服务器上搭建一个ftp的服务器。 1.安装ftp 首先在终端下键入如下内容,安装ftp服务器: sudo apt-get install vsftpd 2.配置ftp 修改ftp的配置文件,该文件在/etc目录下,在终端中键入如下命令以打开配置文件: sudo gedit /etc/vsftpd.conf 简单...
分类:其他好文   时间:2014-05-09 21:02:10    阅读次数:354
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
在 mkfs.ext4 /dev/sda2 格式化硬盘空间时,可能出现这样的错误。 had this situation at office where I was told to re-partition an already existing partition. The situation was to get the below schema /dev/sdb1 1 3040 24...
分类:其他好文   时间:2014-05-09 20:49:25    阅读次数:343
angular学习笔记(九)-css类和样式2
在上一个例子中,元素的类名使用拼接的方法,这样,类名中就不得不带有true或false,并且不易维护,所以,angular使用ng-class属性来控制元素的类名:我们来看一个小例子,点击error按钮,顶部提示错误框,点击warning按钮,顶部提示警告框.错误框的类名是.err,警告框的类名是....
分类:Web程序   时间:2014-05-09 19:30:28    阅读次数:523
Office Developer Tools for Visual Studio 2012现在可用了
[原文发表地址]Now Available: Office Developer Tools for Visual Studio 2012正如我以前写过的,我们正在为构建下一代Office和 SharePoint 应用程序而开发工具。这些工具表现为一种在线体验,即熟知的" Napa ",我们一直在每周...
分类:其他好文   时间:2014-05-09 19:24:50    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!