码迷,mamicode.com
首页 >  
搜索关键字:office install error    ( 73195个结果
Office转SWF的一些感想(Office2007和Office2010)
Office2007需要借助SaveAsPDFandXPS的插件完成,Office2010可以直接兼容。Office2PDF主要采用的是Microsoft.Office.Interop的方式进行,PDF2SWF主要采用的是SWFTools的pdf2swf工具。至于SWFTools的各种命令,网上有很...
分类:其他好文   时间:2014-06-02 17:42:12    阅读次数:318
cygwin下清屏的三种方法
1. 做一个clear脚本,放到/bin下去 $vim /bin/clear #!/bin/bash cmd /c cls 2. ctrl + L 3. 在cygwind中install ncurses (in Utils) and then you can use: clear 我倾向于第三种方法...
分类:Windows程序   时间:2014-06-02 17:30:04    阅读次数:424
Rhythmbox中文乱码
今天在网络上找到了一个比较好的解决Rhythmbox中文乱码的问题的方法 进入你的音乐文件夹执行如下代码: mid3iconv -e GBK *.mp3 如果没有提示多试几次, 有可能系统会提示: python-mutagen没有安装。 sudo apt-get install python-mut...
分类:其他好文   时间:2014-06-02 17:28:14    阅读次数:251
VirtualBox piix4_smbus Error
VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10:-iix4_smbus 0000.00.07.0: SMBus base address uninitialized - upgrade ...
分类:其他好文   时间:2014-06-02 16:44:03    阅读次数:234
ORA-09925 Linux-x86_64 Error: 2: No such file or directory
ORA-09925Linux-x86_64Error:2:Nosuchfileordirectory [javascript]viewplaincopy DBCA***数据库所有实例后,本想用RMANduplicate方式克隆DB,因此在$ORACLE_BASE目录下创建了相关的目录admin/dupl/adump,admin/dupl/dpump 在使用sqlplus正常连接空闲实例,手贱却执行了start..
分类:系统相关   时间:2014-06-02 14:51:48    阅读次数:410
Learning, step by step
Maveninstallartifactmvninstall:install-file-DgroupId=gemfire-DartifactId=gemfire-Dversion=6.0.1-Dpackaging=jar-Dfile=F:\gemfire-6.0.1.jarDefineaEnumtypepublicenumUserInfoCacheTypeE{ ACTIVE("ACTIVE"),NOT_ACTIVE("NOTACTIVE"); privateStringdescription; User..
分类:其他好文   时间:2014-06-01 16:43:28    阅读次数:228
VMware vCenter Server Appliance Error: VPXD错误
最近发现有的时候在配置VCenter(OVF)的时候,有的时候会出现Erro:VPXDmustbestoppedtoperformthisoperation这个错误,提示就是让我关掉这个VPXD服务。这种错误以前偶尔出现,但是新版本中不知道为什么经常出现,后来发现如果想去掉这个错误就必须关掉这个服务,你的VCenter才..
分类:移动开发   时间:2014-06-01 13:18:12    阅读次数:1400
Ubuntu 用 apache2 搭建 web 服务器 建wordpress博客
Ubuntu 用 apache2 搭建 web 服务器 建wordpress博客 主要有5个步骤分别是: 1: 安装mysql. 2: 安装apache2 3: 安装php5 及其组件 4: 安装wordpress 第1步:安装mysql  这步非常简单.... sudo apt-get install mysql-server 输入用户名和密码...
分类:Web程序   时间:2014-06-01 13:08:26    阅读次数:572
SQL关键字与数据库字段冲突产生的错误!
Caused by: java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right s...
分类:数据库   时间:2014-06-01 11:31:29    阅读次数:371
Mingw:在Linux系统下编译Windows的程序
Ubuntu下可以直接安装:sudo apt-get install mingw32 mingw32-binutils mingw32-runtime安装后编译程序可以:i586-mingw32msvc-g++(编译C++程序)i586-mingw32msvc-gcc(编译C程序)用法和gcc/g+...
分类:Windows程序   时间:2014-06-01 11:30:55    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!