MDA/MDD/TDD/DDD/DDDDDDD
posts - 536, comments - 111, trackbacks - 0, articles - 0
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

1,Thinlet
thinlet是一个GUI工具包。它分离了表达图形界面(在XML中描述)与程序商业逻辑(在java代码中)的代码。http://thinlet.sourceforge.net/home.html
有个国人所写的SWT-XUI与之类似,这里有讨论。

2,yWorks Ant Explorer
yWorksAnt Explorer是一个可以图形化Ant脚本,并且执行Ant Task的Eclipse插件。

3,  KTable
KTable is a custom SWT table widget that provides a flexible grid of cells to display data. Since it is custom-drawn, it does not have the restrictions of the native SWT Table control.
http://sourceforge.net/projects/ktable/

4,  gnugo
开源的围棋软件
http://panda-igs.joyjoy.net/java/gGo/gnugo.html
可放在MultiGo中进行对弈。

5,   JFormula
JFormula是一个计算不同数学表达式的数学库。
用户能自行添加函数或者操作符,立即求出字符串代表变量的值。

posted @ 2007-04-08 19:09 leekiang 阅读(250) | 评论 (0)编辑 收藏

1,编写清单文件test.mf,这里假设主类为test.HelloWorld.class。注意冒号后面有且只有一个空格。
      Manifest-Version: 1.0
      Main-class: test.HelloWorld
      Created-By: 1.4

2,   把test.mf放到与src平行的目录下,然后在src目录下执行jar cfm test.jar ../test.mf  *
3,   如果被WinRAR进行了文件关联,可在WinRAR的"选项-->设置-->综合"里取消关联。

  如果双击jar包还是报Could not find the main class, Program will exit的错误,可能是因为缺少依赖的jar包。
  解决办法: 把需要的jar包拷贝到src/lib下,同时在test.mf中加入一行:
                    Class-Path: lib/org.eclipse.swt.win32.win32.x86_3.2.2.v3236.jar

  如果想看控制台的输出信息,可以创建内容如下所示的bat文件

java -jar test.jar
pause;


 

posted @ 2007-04-06 21:05 leekiang 阅读(1313) | 评论 (0)编辑 收藏

JasperReports 1.3.2 Change Log  (2007-03-30 11:01)
===================================
- new Open Document Format exporter added (beta version);
- enhanced RTF exporter;
- improved error handling during report compilation to help detecting
the source of the problem;
- support for custom name/value pair properties for report fields
and report parameters;
- new $X{} syntax available and recursive expansion of $P!{} parameter
references in the <queryString> tag to help building dynamic queries;
- minor bug fixes and improvements;
下载地址:
http://sourceforge.net/project/showfiles.php?group_id=36382

 相应的IReport1.3.2也出来了,新特性:
  • Full support for   JasperReports1.3.2
  • New  OpenOffice (ODF) exporter
  • New error handler to easily find and prevent report errors
  • Improved IReportConnection interface to provide custon GUI
  • Full Italian, German, French and Japanese translations
  • New report property sheet
  • New magnetic reference lines based to the other elements
  • Improved element selection look and feel
  • New URL based XML datasource
  • Several bug fixes
  • 下载地址:
    http://sourceforge.net/project/showfiles.php?group_id=64348

    看看JasperReports快得令人咋舌的更新频率,大家觉得这次有没有必要跟进呢?

    posted @ 2007-04-04 20:36 leekiang 阅读(1480) | 评论 (6)编辑 收藏

         不知道自己无意中做了什么操作,弄得office用不了了,老是提示找不到文件,要我修复安装。以前遇到同样的问题时都是重装了事,今天决定把这个问题给解决一下。百度了一会,搞定。下面把解决步骤记录一下:
         (1)首先报的错误是找不到sku011.cab文件。到注册表-->HKEY_LOCAL_MACHINE-->SOFTWARE->Microsoft->Office->11.0->devilery,看到CDCache的值,将其修改为0。
         (2)接着报缺少文件IJ561401.cab。到http://www.ieek.cn/read.php?tid-27403.html的链接里下载,http://lanbudian.gbaopan.com/files/cafbb464a5e04de59a4af73eac6cc51c.gbp里也有,或者去别人机器拷。把该文件复制到系统隐藏目录MSOCache\All Users\90000804-6000-11D3-8CFE-0150048383C9下。

    posted @ 2007-04-02 14:40 leekiang 阅读(27413) | 评论 (26)编辑 收藏

       忘了是从网上谁的文章中看到的了,这里再记录一次,以免遗忘。详细步骤如下:
        (1) 单击要拷贝的行记录左边的黑色小三角,该行被选中,右键复制。
        (2) 粘贴至记事本里,然后复制刚才粘贴的内容。(该步骤不知何故不能缺)
        (3) 单击新记录左边的黑色小三角,右键粘贴即可。

    posted @ 2007-03-30 22:54 leekiang 阅读(1581) | 评论 (2)编辑 收藏

    仅列出标题
    共54页: First 上一页 46 47 48 49 50 51 52 53 54