网上收藏了一些好的书籍,将整理好陆续发上来。不过有的文件很大,先不管了能放几本是几本吧!
As popular as the Struts Framework for building web applications with Servlets and JSPs is becoming, the online documentation is inadequate, focusing on the most basic functionality and leaving out information crucial to developers writing today’s complex web applications. O’Reilly’s Programming Jakarta Struts was written by Chuck Cavaness after his internet company decided to adopt the framework, then spent months really figuring out how to use it to its fullest potential. He calls the books, "the culmination of lessons learned (the hard way) while building our application." Readers will benefit from the real-world, "this is how to do it" approach Cavaness takes to developing complex enterprise applications using Struts, and his focus on the 1.1 version of the Framework makes this the most up-to-date book available.
JBuilder 2006下载
JBuilder 2006全球领先的JAVA整合开发环境!基于Eclipse平台的Borland JBuilder 2006创造性引入P2P协同开发功能,使开发团队能够跨越地域的限制进行即时交互(chatting, editing, designing, and debugging),实现虚拟化结队编程(Virtual Peer Programming)。 从Borland公布的Flash视频演示来看JBuilder 2006(Swing版本)。这一版本将完全基于Eclipse,并带有增强的依赖分析功能!看来Eclipse是真的做大了。。。Eclipse只是一个平台,现在很多产品都是基于Eclipse的,连IBM的WebSphere都是。同时新版2006速度也提升了,同时支持Weblogic 9.0。
测试Z-BLOG的XML-RPC接口发布Flickr图片!
Sorry,刚写完<对Z-blog的一点想法!!>就发现错了,原来z.x早在之前就已经发布了XML-RPC接口API了,因为我1.4SP3我没有升级成功所以没看到有XML-API这个模块,唉,原来我想到的z.x早就想到了,落伍了吧!~~~~~~
Continue reading
对Z-blog的一点想法!!
Zoundry和Qumana10月都相续发布了新版的Blogging客户端工具 ,这给bloger人带来了很多方便,可以很方便地从桌面发布编辑,这是我一直“梦想”以久的事情(夸张一点),就不用每次因为写了半天的文章突然IE假死,浪费我的感情了…呵呵
Qumana发布其最新版的线下博客写作软件Qumana V2.0,其最大的功能特点就是你在写blog的时候,可以加入广告了,为你的博客带来收益。其广告是由“AdGenta”收集的,只要你下载了Qumana的软件(免费的哦),然而注册一个帐号,就可以在自己的BLOG上面加入广告了;你可以自由选择你所想要的广告类型,可以自由安排广告所要放置的位置。
Continue reading
Java-Class Loading
[img]upload/sun.gif[/img]
理解CLassLoader
如果你自己定义了一个 org.test.Object 。
你在程序中这样写:
import ort.test.Object
Object o = new String(); 也许你欣然以为这样写没问题,但实际上你错了。
这样会报 ClassCastException,
Continue reading
