建国's profile小白的生活PhotosBlogLists Tools Help

Blog


    September 25

    SWT Designer6.4.1 Eclipse插件 注册破解(可是最新的额)

    WindowBuilder Pro v6.4.1 这是目前最新的版本,支持Eclipse2.2, Eclipse 3.0,Eclipse 3.1, Eclipse 3.2Eclipse 3.3

    注册和激活(使用注册机)

    WindowBuilder Pro,SWT Designer V6.X for eclipse2.2 注册过程

    首先自己到如下任意一个地址下载注册机:

    http://www.enfull.com/china/Programming/{4A767857-E603-428D-B30D-ED66D99F1997}.htm

    <1>重新启动Eclipse,选择Window > Preferences,如果有 Designer 一项证明安装成功了。然后选择Designer > License并点击Registration and Activation 按钮,打开注册向导.

    <2> 解压Instantiations.WindowBuilder.Pro.v6.1.1.Incl.Keymaker-ZWT.rar 。得到的文件夹下包含:

    <3>破解补丁使用方法:

    a.首先获得网卡的MAC(也就是物理地址)地址,使用ipconfig/all就可以获得。

    b.运行注册机,就是那个Keygen.jar文件,首先输入你的MAC地址。

    c.点击Keygen ,即生成license文件(serial numberactivation key)

    <4>请务必Copy至下图中对应的serial numberactivation key

    a. 前面三部做好之后,点击Finish.现在界面显示变成下图,看看可以了吧

    b. 注册完后,我们同时也看到已经把GWT Designer给注册了! 

    September 04

    Hibernate下各种Cache的缓存配置和特性

    You have the option to tell Hibernate which caching implementation to use by specifying the name of a class that implements org.hibernate.cache.CacheProvider using the property hibernate.cache.provider_class.
     我整理了下,具体看下面的表格
    Cache Provider class Type Cluster Safe Query Cache Supported
    Hashtable (not intended for production use) org.hibernate.cache.HashtableCacheProvider memory   yes
    EHCache org.hibernate.cache.EhCacheProvider memory, disk   yes
    OSCache org.hibernate.cache.OSCacheProvider memory, disk   yes
    SwarmCache org.hibernate.cache.SwarmCacheProvider clustered (ip multicast) yes (clustered invalidation)  
    JBoss TreeCache org.hibernate.cache.TreeCacheProvider clustered (ip multicast), transactional yes (replication) yes (clock sync req.)