09 2005 档案

摘要:cp936编码包括了gbk。不同于utf8,unicode....gb编码等于codepage936码表里的unicode编码对应的编码,非unicode编码,而是gb码。js里 escape(字串);得到%uxxxx,xxxx是这个字串的unicode编码。而非gb码,也非utf8码,不论这个字串的原始码是什么。 汉字 奴gb(cp936): ... 阅读全文

posted @ 2005-09-15 16:08 古代 阅读(4556) 评论(0) 推荐(0)

摘要:已打包 下载: http://www.cnblogs.com/Files/gudai/editor.zip 阅读全文

posted @ 2005-09-12 19:06 古代 阅读(347) 评论(0) 推荐(0)

摘要:';} // end func /** 函数 listDirTree( $dirName = null )* 功能 对目录下所有文件及子目录下所有文件进行操作* 参数 $dirName 目录名称*/function listDirTree( $dirName = null ) {//global $tree; if( empty( $dirName ) )exit( "IBFileSystem: ... 阅读全文

posted @ 2005-09-07 10:17 古代 阅读(346) 评论(0) 推荐(0)

摘要:下载地址:从汉语言文件制作多国语言包. http://www.cnblogs.com/Files/gudai/lang_make7.zipextname, $ext);} // end func/*** 生成汉语言的的数组,连在一起的汉字作为本数组的一元素*/function langmake($file){//echo $file;if (!$this->checkFileExt($fil... 阅读全文

posted @ 2005-09-06 10:43 古代 阅读(637) 评论(1) 推荐(0)

摘要:designMode应用:使一个子框架可编辑:(on可编辑,off取消编辑,注:designMode初始默认值是Inherit,而非off)------------------------------------使span可编辑:-----------------------------------------粗体、斜体、下划线粗体斜体下划线 阅读全文

posted @ 2005-09-06 09:18 古代 阅读(220) 评论(0) 推荐(0)