摘要: 在tiny_mce_advanced.js加上函数functionupdateValue(editId)...{vartextValue=document.getElementById(editId);textValue.value=tinyMCE.getInstanceById(editId).g... 阅读全文
posted @ 2007-09-28 16:52 cuibq 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 在要插入编辑器的页面直接加入   tineMCE2.1.2汉化下载 阅读全文
posted @ 2007-09-20 16:02 cuibq 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1、修改jscripts/tiny_mce/langs/en.js tinyMCE.addToLang('',...{cut:'剪切(Ctrl+X)',copy:'复制(Ctrl+C)',paste:'粘贴(Ctrl... 阅读全文
posted @ 2007-09-20 15:32 cuibq 阅读(332) 评论(0) 推荐(0) 编辑
摘要: tinymce_2_1_2是一个功能比较强大的在线编辑器,不过它的定制按钮功能挺麻烦。这里是我的一个定制模板。tinyMCE.init(...{mode:"textareas",theme:"advanced",plugins:"table,save,advhr,advlink,iespell,in... 阅读全文
posted @ 2007-09-20 14:17 cuibq 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 可以只用以下工具,一次性将汉字转换为utf8编码格式http://www.mmkey.com/hack/UTF-8.htm我看了一下它的源码,起作用的部分是: 阅读全文
posted @ 2007-09-17 15:49 cuibq 阅读(302) 评论(0) 推荐(0) 编辑
摘要: http://jadclipse.sourceforge.net/wiki/index.php/Main_Page下载jad.exe用命令jad -o -r -sjava -dsrc tree/**/*.class可以反编译tree目录下所有class文件。 阅读全文
posted @ 2007-09-04 16:31 cuibq 阅读(172) 评论(0) 推荐(0) 编辑
摘要: jboss4.2.1GA,jboss-seam-CVS.2007-08-30_14-35-23把fck-faces-1.7.26.jar和FCKeditor-2.3.jar放在根目录下,用firefox打开相关页面出错:XML解析错误:前缀未绑定至名字空间位置:http://localhost:80... 阅读全文
posted @ 2007-08-30 10:34 cuibq 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 在执行InitialContext ctx1 = new InitialContext(); emf = (EntityManagerFactory) ctx1.lookup("java:/bookingDatabase");操作时出现以上错误。参照http://docs.jboss.com/s... 阅读全文
posted @ 2007-08-24 16:52 cuibq 阅读(158) 评论(0) 推荐(0) 编辑
摘要: seam.jboss.org:loader=seam-registration lightbulb432:This seems to be pretty significant, though I could be wrong...do I need one ... 阅读全文
posted @ 2007-08-23 09:23 cuibq 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 一台笔记本,一台pc。jboss版本 都是jboss-4.2.0.GA试图用commons-fileupload-1.2.jar实现文件上传原来一直使用pc调试程序,foxfire浏览器,在上传文件过程中,出现提示:the request doesn't contain a multipart/fo... 阅读全文
posted @ 2007-08-21 10:31 cuibq 阅读(120) 评论(0) 推荐(0) 编辑