码迷,mamicode.com
首页 >  
搜索关键字:office install error    ( 73195个结果
缺少libz.dylib库的时候引起的一个链接错误
缺少libz.dylib库的时候引起的一个链接错误 Undefined symbols for architecture armv7s: "_inflate", referenced from: -[ASIDataDecompressor uncompressBytes:length:error:] in ASIDataDecompressor.o "_deflate", refere...
分类:其他好文   时间:2014-06-05 00:09:02    阅读次数:267
Oracle笔记之对象权限与系统权限总结
对象权限与系统权限 创建表和创建session是系统权限; 系统管理员是有权限去访问其他表的 以sys登录     sqlplus sys/on_change_install as sysdba; 创建用户wangwu     create user wangwu identified by wangwu; 系统权限     grant create sessi...
分类:数据库   时间:2014-06-04 22:48:26    阅读次数:277
freemarker报错之二
1、错误描述 五月 27, 2014 12:07:05 上午 freemarker.log.JDK14LoggerFactory$JDK14Logger error 严重: Template processing error: "Can't convert the date to string, because it is not known which parts of the date va...
分类:其他好文   时间:2014-06-04 22:00:07    阅读次数:280
Ubuntu14.04安装mysql及过程中遇到的一点小问题
Ubuntu14.04出来有段时间了,前几天刚升级到这个版本,新鲜了一把。不过安装mysql时遇到了一点小问题,记录一下以备后用。 预备操作: 网上安装mysql的方法不少,大体有这么三种。  1. 从网上安装 sudo apt-get install mysql-server。装完已经自动配置好环境变量,可以直接使用mysql的命令。  2. 安装离线包,以mysql-5.0.45-...
分类:数据库   时间:2014-05-31 21:39:59    阅读次数:370
linux安装qwt插件linux
Optional: Get, Compile, Install QWT 5.0.0 (or newer): * NOTE: You should not need to set the environment variables “QTDIR” or “QWT_CFLAGS”, so leave t...
分类:系统相关   时间:2014-05-31 20:53:04    阅读次数:500
Ubuntu 下iscsi initiator的安装与使用
Ubuntu下比较方便好用的initiator是open iscsi,这里将要简要介绍它的使用方法:1.安装:sudo apt-get install open-iscsi2.chap设置如果ip-san上设置了chap(没有设置chap的话,可以略去这一步),则要修改/etc/iscsi/iscs...
分类:其他好文   时间:2014-05-31 20:48:28    阅读次数:527
[Android_Bug]Phonegap解决错误:Error initializing Cordova:Class not found
Phonegap 解决错误:Alert[ERROR]Error initializing Cordova:Class not found发现bug后找原因网上说是 因为找不到 res/xml文件夹下的 config.xml 文件;但我有这个config.xml我想了一下 是不是因为没有找到指定的co...
分类:移动开发   时间:2014-05-31 20:21:27    阅读次数:245
ubuntu 下安装配置open-iscsi并自动挂载
1.安装open-iscsiapt-get install open-iscsi2.发现iscsi-target(ISCSI服务器IP:192.168.1.104)iscsiadm -m discovery -t sendtargets -p 192.168.1.1043.设置开机自动登录到iscs...
分类:其他好文   时间:2014-05-31 19:21:18    阅读次数:466
iscsi initiator端Note
iscsi initiator端 (1)安装open-scsi sudo apt-get install open-iscsi open-iscsi-utils (2)发现iscsi target sudo iscsiadm -m discovery -t sendtargets -p 192.16...
分类:其他好文   时间:2014-05-31 19:10:06    阅读次数:265
解决yum升级的问题“There was a problem importing one of the Python modules”
yum命令升级的时候,报出这个错误。There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install a package which provides t...
分类:编程语言   时间:2014-05-31 17:42:52    阅读次数:453
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!