Eclipse Profiler Plugin

Eclipse Profiler Plugin This is a plugin for the Eclipse platform which allows java code profiling. Project License CPL.   General note 1.) if you run the remote profiler, the filter settings in the eclipse environment are not taken into account. Instead you must provide the filter settings in the start command of your application […]

WYSIWYG 網頁線上編輯器比較表

在 OpenSource 的 WYSIWYG Editor 當中,早期最多人使用的 HTMLArea 由於原開發團隊進度緩慢,Bug 也很多,造成不少人想跳槽。 這裡有一份幾乎涵蓋所有 WYSIWYG 線上編輯器比較表: http://www.geniisoft.com/showcase.nsf/WebEditors OpenSource 跟商用的都有。不過這份資料還是有點小錯誤,像 FCKeditor 的網址也不正確,這些我會回報過去,相信應該很快就可以更正過來。 在 OpenSource 當中,目前風評較佳的是 TinyMCE、FCKEditor、Xinha。 其中 TinyMCE 最受大多數人青睞,速度快又穩定,目前也逐漸提供 Safari 的支援。然而 TinyMCE 除了 HTMLArea 原有的功能外,也導入了 Image Manager + Editor ,可以線上管理及簡單的修改圖片。至於商用的就沒有研究了,有興趣的人可以去玩玩看囉。^^

NOD32最新升级ID

Username: AV-6656986Password: bk6soccp0oUsername: AV-6383678Password: hsyfc640umUsername: AV-6294494Password: 53u6p5gndmUsername: AV-6171271Password: w55beid6gjUsername: AV-6588188Password: 2dtb6t8pgfUsername: AV-6697455Password: wonn9hqfw6 UserName: AV-6504753PassWord: swhmfw9i0gUsername: AV-6670664Password: 17s9x8bgfkUserName: AV-6383678PassWord: hsyfc640umUsername: AV-6661155Password: jeay9be0ix

NOD32最新升级ID

[2007年09月08日]NOD32最新升级ID 祝福大家周末愉快!!!感谢点广告的兄弟们,谢谢!!!Username: AV-6258073Password: y17dhcb1f4Username: AV-6045549Password: 68100qqm4qUsername: AV-6258073Password: y17dhcb1f4Username: AV-6454441 Password: 2mo24goes2Username: AV-6045549Password: 68100qqm4qUsername: AV-6188725Password: gdugv9xo59

優化resin

修改RESIN_HOME/bin/wraper.pl     $JAVA_ARGS=”-server -verbose:gc -Xdebug -Xloggc:gc.log -Djava.awt.headless=true -XX:PermSize=128M -XX:+UseConcMarkSweepGC -Xms512m –Xmx512m”;   仲有   $DEFAULT_STACK_SIZE=”-Xss512k”;

as4安裝JDK5/JDK6

由於AS4自帶嘅JDK系1.4 而我開發的系統使用JDK5,所以要重新安裝JDK5.   先下載JDK.http://java.sun.com   解壓到 /usr/lib/jdk1.6.0_01/   建立連接 ln -s /usr/lib/jdk1.6.0_01 /jdk 修改 vi /etc/profile     export JAVA_HOME=”/jdk/” export RESIN_HOME=”/resin/” export JAVA_BIN=”/jdk/bin/” export PATH=$PATH:$JAVA_HOME/bin export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar     完成!

Resin多域名绑定 one resin two hosts

Resin多域名绑定 需求: group.XXX.com XXX.group.XXX.com 都指向同一系统  <host id=”group.aaa.com”> <host-alias-regexp>([a-zA-Z0-9.]+)roup\.([^.]+)\.com</host-alias-regexp> <host-name>${host-alias-regexp.regexp[1]}roup.${host-alias-regexp.regexp[2]}.com</host-name> <root-directory>.</root-directory> <web-app id=”/” document-directory=”e:\group_aaa”/> </host>  启动Resin后,访问 1234567 http://a.group.aaa.com/ http://group.aaa.com/ http://group.bbb.com/ http://a.group.bbb.com/  都能访问到同一系统。 本站使用的域名是<host id=”strongd.net”>  <host-alias-regexp>([a-zA-Z0-9.]+).strongd\.net</host-alias-regexp>  <host-name>${host-alias-regexp.regexp[1]}.strongd.net</host-name>  <root-directory>.</root-directory> 绑定指定的几个域名的方法也一样.例如只允许abc.cn/abc.com,gofor.cn,gofor.com,yes001.cn.yes001.com访问的话.可以这样写:  <host id=”aaa.com”> <host-alias-regexp>([a-zA-Z0-9.]+).(abc|gofor|yes001+)\.(com|cn)</host-alias-regexp> 就在这个地方(abc|gofor|yes001+)\.(com|cn) <host-name>${host-alias-regexp.regexp[1]}.${host-alias-regexp.regexp[2]}.${host-alias-regexp.regexp[3]}</host-name> 使用了三个正则表达式, <root-directory>.</root-directory> <web-app id=”/” document-directory=”e:\group_aaa”/> </host>

Error * Expected format ‘3’ of repository; found format ‘5’

What gives this error? I’m using svnserve.exe on windows (svn-win32-1.3.2). When trying to connect with TortoiseSVN (1.4.3, Build 8645) I get the error. The repository has been copied from another machine, where it ran fine, possibly using an older version of the svn server. TIA!       Hi there, exactly what you’ve written. you […]

忘記mysql 密碼的取回方法

如果 MySQL 正在運行,首先殺之: killall -TERM mysqld(如果是windows,直接調出進程管理器,結束之) 以安全模式啓動 MySQL :/usr/bin/safe_mysqld –skip-grant-tables & (windows 下 mysql安裝所以盤/mysql/bin/safe_mysqld –skip-grant-tables )就可以不需要密碼就進入 MySQL 了。 然後就是 >use mysql >update user set password=password("new_pass") where user="root&quot$$ >flush privileges; 重新殺 MySQL ,用正常方法啓動 MySQL 。

在AS4下安裝/升級MySql5問題.

 安裝MySQL 5出錯 1. 既便安裝RHEL時没有選擇安裝MySQL,在安裝MySQL5時也會出錯,説與MySQL4衝突 2. 實際上RHEL安裝了一些MySQL相關的DBD、OBDC、PHP-MySQL等 3.1.2 卸載MySQL4 1. 使用“rpm -qa | grep mysql”查看MySQL4及其相關的安裝軟件 2. 逐個使用rpm –e ––nodeps 强制卸載MySQL4 3.1.3 安裝MySQL5 使用rpm –ivh正常安裝即可。 3.1.4 MySQL5無法啓動 是因為SELinux(安全Linux)使能了,導致MySQL5没有訪問權限。 關閉SELinux或配置相應的目録權限即可。 3.1.5 遠程訪問MySQL 不管用何種方式(用自己寫的程序和MySQL Query Browser),都無法連接mysql數據庫,提示如下: Could not connect to the specified instance. Mysql error number 1130 #HY000Host ‘hostname’ is not allowed to connect to this MySQL server 權限問題,打開mysql數據庫中的user表,把你用來連接數據庫的用户所在那條記録的host字段改成%就行了。 […]