摘要: 使用 JSEclipse,JavaScript 程序員現(xiàn)在有了自己的 Eclipse 插件,該插件將提供許多重要功能來(lái)輔助開發(fā) JavaScript 應(yīng)用程序。像 Eclipse 多年來(lái)為 Java? 語(yǔ)言和其他語(yǔ)言提供了易用性一樣,JSEclipse 為 JavaScript 開發(fā)人員提供了同樣的優(yōu)點(diǎn)。
閱讀全文
摘要: 在Eclipse中遇到The type XXX cannot be resolved. It is indirectly referenced from required .class files錯(cuò)誤.....,查找的解決辦法如下:
閱讀全文
摘要: Displaytag1.1支持在外部實(shí)現(xiàn)大數(shù)據(jù)量分頁(yè)。主要有兩種方式實(shí)現(xiàn):
Displaytag 1.1 offers two alternative ways for working with partial lists:
the first one uses the valuelist pattern, and requires that the object that you give to displaytag implements the org.displaytag.pagination.PaginatedList interface. You can pass this object to displaytag as an usual list, and it will extract paging and sorting information from it. This way is more recommended if you have to build your backend layer and you can easily
閱讀全文
摘要: Apache的Jakata項(xiàng)目的POI子項(xiàng)目,目標(biāo)是處理ole2對(duì)象。POI可以到 http://www.apache.org/dyn/closer.cgi/jakarta/poi/下載。編譯好的jar主要有這樣4個(gè):poi包,poi Browser包,poi hdf包,poi hssf例程包。實(shí)際運(yùn)行時(shí),需要有poi包就可以了。
閱讀全文
摘要: DCBP連接池的簡(jiǎn)單使用方法。
閱讀全文
摘要: 使用過(guò)開源緩存包(如:EHCache)都知道,緩存策略中主要分為FIFO,LRU,LFU等幾種。而Jakarta Commons中提供的 org.apache.commons.collections.map.LRUMap 可用來(lái)保存最近使用的幾條記錄,提供了LRU(Least Recently Used)緩存策略的實(shí)現(xiàn)。
閱讀全文
摘要: org.apache.commons.lang.StringUtils中提供許多有用的字符串操作方法,了解這些方法,我們可以避免許多不必要的重復(fù)工作。下面介紹其中比較有用的幾個(gè)方法:
閱讀全文