3.1 按照版本导出
[oracle@host2 ~]$ expdp system/oracle tablespaces=u1 dumpfile='u1_version.dump' directory=dump_dir version=10.2.0.1.0
[oracle@host2 oracle]$ impdp system/oracle tablespaces=u1 directory=dump dumpfile='u1_version.dump' version=10.2.0.1.0
3.2 ...
分类:
数据库 时间:
2014-09-04 14:56:09
阅读次数:
306
//1.---------文件夹创建、移动、删除---------//创建文件夹Directory.CreateDirectory(Server.MapPath("a"));Directory.CreateDirectory(Server.MapPath("b"));Directory.Creat....
分类:
其他好文 时间:
2014-09-04 13:08:09
阅读次数:
318
10.1 `ls': List directory contents==================================The `ls' program lists information about files (of any type, includingdirectories)...
分类:
系统相关 时间:
2014-09-03 19:44:07
阅读次数:
450
添加附件 string file = "Files"; string path = Server.MapPath(file); if (!System.IO.Directory.Exists(path))//判断文件夹是否已经存在 { System.IO.Directory.CreateDire.....
分类:
其他好文 时间:
2014-09-03 19:34:07
阅读次数:
239
出错原因,没有安装qt4库,/usr/lib/x86_64-linux-gnu/qt4所以出现错误,可以安装手动安装qt库sudo apt-get install qt-sdk如果自己编译qt库,那就需要手动修改路径cd/usr/lib/x86_64-linux-gnu/qt-default/qtc...
分类:
系统相关 时间:
2014-09-03 12:33:16
阅读次数:
537
XE在FireMonkey平台引入了LiveBinding技术,展示数据很是方便FireMonkey下在Android、Windows可以使用,VCL也可以使用Binding技术。使用StringGrid显示dataset数据集。TFDQuery,写上sql查询数据active=true。放一个St...
分类:
其他好文 时间:
2014-09-03 11:13:06
阅读次数:
375
1. Log on to the database server (as oracle) where the GoldenGate software isinstalled.2. Change directory to the GoldenGate home:cd /home/oracle/ggs3...
分类:
其他好文 时间:
2014-09-02 19:42:05
阅读次数:
216
Spring官方文档有Bug实验:authenticatingusers using ldap(lightweight directory access protocal)URL:http://spring.io/guides/gs/authenticating-ldap/描述:maven的pom....
分类:
编程语言 时间:
2014-09-02 19:20:35
阅读次数:
185
1.首先需要将类包进行扫描,配置如下: <context:component-scan base-package="com.xx">
</context:component-scan> 2.为了确保包能被扫描到,在打包时,需要对“add directory entries”进行勾选,这样路径也会...
分类:
编程语言 时间:
2014-09-02 12:41:44
阅读次数:
187
一、JNDI 名词解释 JNDI 是Java 命名和目录接口(Java Naming and Directory Interface,JNDI)的简称.从一开始就一直是 Java 2 平台企业版(JEE)的核心技术之一。在JMS,JMail,JDBC,EJB等技术中,就大量应用的这种技术。命名服务....
分类:
数据库 时间:
2014-09-02 12:13:04
阅读次数:
285