Office2007需要借助SaveAsPDFandXPS的插件完成,Office2010可以直接兼容。Office2PDF主要采用的是Microsoft.Office.Interop的方式进行,PDF2SWF主要采用的是SWFTools的pdf2swf工具。至于SWFTools的各种命令,网上有很...
分类:
其他好文 时间:
2014-06-02 17:42:12
阅读次数:
318
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 我倾向于第三种方法...
今天在网络上找到了一个比较好的解决Rhythmbox中文乱码的问题的方法
进入你的音乐文件夹执行如下代码: mid3iconv -e GBK *.mp3 如果没有提示多试几次, 有可能系统会提示:
python-mutagen没有安装。 sudo apt-get install python-mut...
分类:
其他好文 时间:
2014-06-02 17:28:14
阅读次数:
251
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-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
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
最近发现有的时候在配置VCenter(OVF)的时候,有的时候会出现Erro:VPXDmustbestoppedtoperformthisoperation这个错误,提示就是让我关掉这个VPXD服务。这种错误以前偶尔出现,但是新版本中不知道为什么经常出现,后来发现如果想去掉这个错误就必须关掉这个服务,你的VCenter才..
分类:
移动开发 时间:
2014-06-01 13:18:12
阅读次数:
1400
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
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
Ubuntu下可以直接安装:sudo apt-get install mingw32
mingw32-binutils
mingw32-runtime安装后编译程序可以:i586-mingw32msvc-g++(编译C++程序)i586-mingw32msvc-gcc(编译C程序)用法和gcc/g+...