启动cacao及实例:[root@rusky bin]# cd
/home/ldap/iamldap/dsee6/cacao_2/cacao/bin[root@rusky bin]# ./cacaoadm
start[root@rusky bin]# cd /home/ldap/iamldap/ds...
分类:
其他好文 时间:
2014-05-19 23:41:33
阅读次数:
411
1,cd
到2dx根目录,MAC平台使用./create-multi-platform-projects.py 然后提示:-bash:
./create-multi-platform-projects.py: /usr/bin/evn: bad interpreter: No such file
o...
分类:
其他好文 时间:
2014-05-19 23:33:31
阅读次数:
468
MySQL命令行导出数据库:1,进入MySQL目录下的bin文件夹:cd
MySQL中到bin文件夹的目录如我输入的命令行:cd C:\Program Files\MySQL\MySQL Server
4.1\bin(或者直接将windows的环境变量path中添加该目录)2,导出数据库:mysql...
分类:
数据库 时间:
2014-05-18 20:07:37
阅读次数:
422
checking for CRYPTO_free in -lcrypto...
noconfigure: error: libcrypto not found!http://www.openssl.org/source/
openssl-0.9.8y.tar.gz cd openssl-0.9.8y...
分类:
Web程序 时间:
2014-05-18 19:11:48
阅读次数:
376
脚本名:power.sh脚本内容:Shell代码 #!/bin/sh username3=$1
dir_name2=$2 # get existing directory file_path=$dir_name2 while true do if [ -d
$fil...
分类:
系统相关 时间:
2014-05-18 18:49:24
阅读次数:
319
安装sphinx的php客户端# wget -c
http://pecl.php.net/get/sphinx-1.3.0.tgz# tar zxvf sphinx-1.3.0.tgz# cd
sphinx-1.3.0# phpize# ./configure --with-php-config=/...
分类:
Web程序 时间:
2014-05-18 02:08:12
阅读次数:
465
相关学习资料http://my.oschina.net/chape/blog/170247http://docs.oracle.com/cd/E13222_01/wls/docs81/webapp/web_xml.htmlhttp://blog.csdn.net/liaoxiaohua1981/ar...
分类:
Web程序 时间:
2014-05-17 14:21:45
阅读次数:
551
在Windows Phone
中对隔离存储空间中的文件操作需要通过System.Io.IsolatedStorage下的类进行操作获得指定文件夹下的所有文件:参数:是指定文件夹的路径加上通配符,格式:\folder1\*
List GetFileNames(string _strFol...
#所有需要安装的包都在contribs目录里。faac1.#cd/usr/local/src/contribs2.[root@...contribs]#tarzxvffaac-1.28.tar.gz3.[root@...contribs]#cdfaac-1.284.[root@...faac-1.28]#./configure--prefix=/usr/local/--enable-shared5.[root@...faac-1.28]#make&&makeinst..
分类:
其他好文 时间:
2014-05-15 19:16:58
阅读次数:
549
#1.建议在opt下面操作,我的opt是一个单独分区,创建一个swap的文件夹
cd/opt
mkdirswap
#2.创建一个2GB大小的文件
ddif=/dev/zeroof=swapfilebs=1024count=2048000
#3.转换激活swap分区
mkswapswapfile
swaponswapfile
#4.查看扩充后的大小
free-m
#5.写入/etc/fstab文件,在..
分类:
其他好文 时间:
2014-05-15 18:46:17
阅读次数:
256