黄云辉的BLOG

喜欢一切简单的东西.

2007年04月08日

原创 swing向导framework推荐

swing向导framework推荐阅读全文>

发表于 @ 2007年04月08日 23:11:00|评论(loading...)|举报|收藏

2006年11月14日

转载 Implementing a Custom Component

Before you implement a component that performs custom painting, first make sure that you really need to do so. You might be able to use the text and image capabilities of labels, buttons, or text components instead. And remember, you can sometimes use borders to customize the outside edges of a component and icons to paint an area that perhaps varies by component state. If you need to make changes to many standard components, you should consider doing it by customizing a look and feel such as th阅读全文>

发表于 @ 2006年11月14日 23:43:00|评论(loading...)|编辑|举报|收藏

2006年11月07日

原创 swing 代码示例网站

最近在开发一个swing程序玩,很多控件都不会使用,幸好到http://javaalmanac.com/egs/javax.swing/radio_Radio.html能找到使用示例,多时控件的用法都有.对于象我这种swing初级水平的,挺有帮助的,推荐给大家:) 阅读全文>

发表于 @ 2006年11月07日 21:05:00|评论(loading...)|编辑|举报|收藏

2006年11月02日

原创 JAVASCRIPT 文档生成工具

JAVASCRIPT 文档生成工具,跟javadoc工具是一个性质的东西。我没有用过,听朋友说是不错的东东,相信有人用得上.阅读全文>

发表于 @ 2006年11月02日 12:59:00|评论(loading...)|编辑|举报|收藏

2006年10月13日

原创 https 安全提示

当发送https请求时,如果iframe/frame的src属性为空时,会弹出该安全提示框。解决方法...阅读全文>

发表于 @ 2006年10月13日 12:50:00|评论(loading...)|编辑|举报|收藏

2006年10月10日

原创 IBM JDK1.4 + TOMCAT5 配置SSL

sun jdk + tomcat配置ssl很简单,网络上到处是文档。 要是你用的是IBM JDK就不会那么顺利,昨天折腾了半天. 阅读全文>

发表于 @ 2006年10月10日 11:36:00|评论(loading...)|编辑|举报|收藏

2006年09月27日

原创 Observer模式应用 ---文件改变监视器

实时检测文件的变化,如果文件被修改过,触发文件改变事件. 阅读全文>

发表于 @ 2006年09月27日 21:29:00|评论(loading...)|编辑|举报|收藏

原创 java调用ant的任务

,昨天看了下ant的开发手册,发现用java可以调用ant 的Task,呵呵,有意思,实验了一下,还真有用,下面是一个copy文件的类. ant包含大量可用的Task,这下省事了.阅读全文>

发表于 @ 2006年09月27日 13:06:00|评论(loading...)|编辑|举报|收藏

2006年09月24日

原创 保持编写项目总结的习惯

今天有朋友问我要项目总结文档模板, 俺在这 贴2篇以前写的项目总结文档, 如果您觉得有用可以参考一下:) 藐视问题但不轻视问题. 碰到问题不用慌张,冷静分析,一定可以找到解决办法。没有做不成的事情,只有 做不成事情的人。 阅读全文>

发表于 @ 2006年09月24日 00:30:00|评论(loading...)|编辑|举报|收藏

2006年09月22日

原创 组合设计模式,解决struts只能有一个资源文件的问题

组合设计模式,解决struts只能有一个资源文件的问题阅读全文>

发表于 @ 2006年09月22日 13:00:00|评论(loading...)|编辑|举报|收藏

Csdn Blog version 3.1a
Copyright © 黄云辉