(FileStream、StreamWriter 、StreamReader 、File、FileInfo、Directory、DirectoryInfo、Path、Encoding)C#文件与流(FileStream、StreamWriter 、StreamReader 、File、FileInf...
分类:
其他好文 时间:
2014-06-25 22:36:54
阅读次数:
262
[root@localhost ipvsadm-1.26]# makemake -C libipvsmake[1]: Entering directory `/usr/local/soft/ipvsadm-1.26/libipvs'gcc -Wall -Wunused -Wstrict-protot...
分类:
其他好文 时间:
2014-06-25 22:30:05
阅读次数:
1074
JNDI是 Java 命名与文件夹接口(Java Naming and Directory Interface),在J2EE规范中是重要的规范之中的一个,不少专家觉得,没有透彻理解JNDI的意义和作用,就没有真正掌握J2EE特别是EJB的知识。那么,JNDI究竟起什么作用?要了解JNDI的作用,我们...
分类:
其他好文 时间:
2014-06-24 09:55:24
阅读次数:
255
apt-get install lib32z1 如果libz.so.1: cannot open shared object file: No such file or directory在/etc/ld.so.conf中加入/usr/lib 增加类库所有路径 /sbin/ldconfig –v」来...
分类:
其他好文 时间:
2014-06-23 07:44:47
阅读次数:
306
可以用如下的C#代码可验证这个上限值。
// --------------------------------------------------------------------------------------------------------------------
//
// Respect the work.
//
//
// The program.
//
//...
启动Tomcat后出现严重: Error starting static Resources java.lang.IllegalArgumentException: Document base D:\Program Files\apache-tomcat-6.0.35\webapps\jqz does not exist or is not a readable directory
这种错误可能...
分类:
编程语言 时间:
2014-06-22 15:27:58
阅读次数:
3817
在Bootstrap中使用
$url = constant ( "APPLICATION_PATH" ) . DIRECTORY_SEPARATOR . 'configs' . DIRECTORY_SEPARATOR . 'application.ini';
$dbconfig = new Zend_Config_Ini ( $url, "mysql" );
// $db = Zen...
分类:
数据库 时间:
2014-06-22 07:52:08
阅读次数:
205
下载zip文件PhoneGap 2.0.0PhoneGap 2.0.0 Released 20 Jul 2012http://phonegap.com/download/解压缩后的目录结构:Directory Structure------------------- |-doc/ ............
分类:
移动开发 时间:
2014-06-20 22:11:49
阅读次数:
275
JNDI是 Java 命名与文件夹接口(Java Naming and Directory Interface),在J2EE规范中是重要的规范之中的一个,不少专家觉得,没有透彻理解JNDI的意义和作用,就没有真正掌握J2EE特别是EJB的知识。那么,JNDI究竟起什么作用?要了解JNDI的作用,我们...
分类:
其他好文 时间:
2014-06-20 21:03:49
阅读次数:
132
1 char szDirName[] = "文件路径"; 2 CreateDirectory(szDirName, NULL) ; 3 //这样就可以了CreateDirectory功能:This function creates a new directory. If the underlyin....
分类:
编程语言 时间:
2014-06-20 15:04:20
阅读次数:
275