码迷,mamicode.com
首页 >  
搜索关键字:Directory    ( 6119个结果
动态添加input标签
添加附件 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
ubuntu添加qmake 出现错误 qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
出错原因,没有安装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
怎样卸载goldengate
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
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
SpringMVC 引用第三方包,以及打包的问题
1.首先需要将类包进行扫描,配置如下: <context:component-scan base-package="com.xx"> </context:component-scan> 2.为了确保包能被扫描到,在打包时,需要对“add directory entries”进行勾选,这样路径也会...
分类:编程语言   时间:2014-09-02 12:41:44    阅读次数:187
JNDI 配置:JBoss + MySQL
一、JNDI 名词解释 JNDI 是Java 命名和目录接口(Java Naming and Directory Interface,JNDI)的简称.从一开始就一直是 Java 2 平台企业版(JEE)的核心技术之一。在JMS,JMail,JDBC,EJB等技术中,就大量应用的这种技术。命名服务....
分类:数据库   时间:2014-09-02 12:13:04    阅读次数:285
LDAP入门与OpenLDAP使用配置
LDAP入门与OpenLDAP使用配置 1、LDAP简介 LDAP(轻量级目录访问协议,Lightweight Directory Access Protocol)是实现提供被称为目录服务的信息服务。目录服务是一种特殊的数据库系统,专门针对读取,浏览和搜索操作进行了特定的优化。目录一般包含描述性的,...
分类:其他好文   时间:2014-09-02 10:19:04    阅读次数:237
yii学习笔记--配置文件的配置
1 'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..', 2 'name'=>'My Web Application',//项目的名称 3 4 // preloading 'log' component 5 'pr...
分类:其他好文   时间:2014-09-02 00:07:43    阅读次数:325
500 OOPS:cannot change directory:/root 问题
安装完red hat enterprise linux 5后,ftp不能使用root用户,将/etc/vsftpd/ftpusers和/etc/vsftpd/user_list两个文件中的root注释掉,就是在root前加个#,再运行ftp结果报错 500 OOPS:cannot change directory:/...
分类:其他好文   时间:2014-09-01 18:00:03    阅读次数:203
PostgreSQL data同步工具【pg_rewind】
pg_rewind is a tool for synchronizing a PostgreSQL data directory with another PostgreSQL data directory that was forked from the first one. The result is equivalent to rsyncing the first data directory with the second one. The advantage of pg_rewind over ...
分类:数据库   时间:2014-09-01 17:44:53    阅读次数:495
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!