码迷,mamicode.com
首页 >  
搜索关键字:office install error    ( 73195个结果
UIWebView Error Domain=NSURLErrorDomain Code=-999 "
Error Domain=NSURLErrorDomain Code=-999 "The operation couldn’t be completed. - (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)err...
分类:Web程序   时间:2014-05-24 03:39:02    阅读次数:852
ORA-00257: archiver error. Connect internal only, until freed 错误的处理方法
转帖:原文地址http://blog.csdn.net/panys/article/details/3838846archive log 日志已满ORA-00257: archiver error. Connect internal only, until freed 错误的处理方法 1. 用sys...
分类:其他好文   时间:2014-05-24 02:47:43    阅读次数:457
ubuntu windows 双系统 磁盘乱搞 grub 导致 error:no such partition grub rescue>
乱搞分区磁盘什么的导致开机和这位仁兄一样:http://zhidao.baidu.com/question/495602654256708364.html?ssid=0&from=1001874a&uid=0&pu=usm%401%2Csz%401320_1002&bd_page_type=1&ba...
分类:Windows程序   时间:2014-05-24 01:36:00    阅读次数:371
NDK 提示"undefined reference to xxx“的解决办法
在Android.mk文件的LOCAL_SRC_FILES后面加入包含该类或函数的文件,用\隔开,\后换行继续添加例如LOCAL_SRC_FILES := NDKTest.cpp\bncore.c\bn_error.c\bn_fast_mp_invmod.c\bn_fast_mp_montgomer...
分类:其他好文   时间:2014-05-24 01:30:48    阅读次数:1159
mvn命令安装jar包--转
有的jar通过pom配置文件不能下载,比如oracle的jdbc连接jar就是,这个时候需要通过mvn的安装命令进行手动安装jar。命令是:mvn install:install-file -Dfile=C:\软件\sqldeveloper\jdbc\lib\ojdbc6.jar -DgroupId...
分类:其他好文   时间:2014-05-23 12:44:11    阅读次数:391
How to install JDK (Java Development Kit) on Linux
This tutorial will guide you on how to install JDK (Java Development Kit) on Linux. Since I use Centos 5.4 x86_64 in everyday life, this guide is show...
分类:编程语言   时间:2014-05-23 12:39:44    阅读次数:710
Grunt使用心得
1.安装npm2.安装CLI ( npm install -g grunt-cli)3.安装grunt (npm install grunt --save-dev)4.添加gruntfile.jsmodule.exports = function (grunt) { grunt.initConfi....
分类:其他好文   时间:2014-05-23 11:22:46    阅读次数:281
Java 进程
转自http://jiangshuiy.iteye.com/blog/1674235PS:今天做android助手项目的时候,发现adb push命令执行会卡死,最后发现不能用waitfor阻塞等待执行结果,而且cmd上print的内容是打在进程的error流而不是input流,所以搞了好一会儿,最...
分类:编程语言   时间:2014-05-23 10:33:25    阅读次数:562
重学CPP
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corruptAfter installing Visual Studio 2010 Service Pack 1, some users w...
分类:其他好文   时间:2014-05-23 10:26:11    阅读次数:403
xdebug安装
sudo apt-get install php-pearsudo apt-get install php5-devsudo pecl install xdebug下载安装编译完后,在php.ini 中加入extension=xdebug.so[zend]zend_extension="/usr/l...
分类:其他好文   时间:2014-05-23 10:07:25    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!