The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to generate bar, pie and xy charts for inclusion in reports. The ability to schedule and email PDF, XLS, and CSV reports. The ability to define reusable report parameters. Available parameter types include Date, Text, and Query Parameters. The ability to create multiple DataSources for use in generating reports. Support for JNDI DataSources and internal connection pooling via Commons-DBCP is included. The ability to upload and hot deploy new reports. Web based administration of users, groups, reports, parameters, and datasources. Cross platform database support via Hibernate based persistence layer. Available in a preconfigured bundle with Apache Tomcat.
標(biāo)簽: ability reports The to
上傳時間: 2014-01-14
上傳用戶:franktu
采用jsp+servlet+javabean,jsp負(fù)責(zé)少量的頁面處理,以servlet為主。 結(jié)構(gòu)清晰明了,未對頁面做美工處理,因此html和javascript代碼很少, 非常適合作為java入門的例程,特別是對servlet部分。 開發(fā)調(diào)試平臺為jbuilder9+tomcat4,在resin下測試通過。 數(shù)據(jù)庫平臺為ms sql server,在mysql下測試通過,但要改部分代碼 數(shù)據(jù)庫連接池為apache組織下jakarta項目組開發(fā)的commons-dbcp 1.0
標(biāo)簽: javabean servlet jsp
上傳時間: 2015-04-11
上傳用戶:haohaoxuexi
Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compatible packet dump files. It also includes the ability to plot detected networks and estimated network ranges on downloaded maps or user supplied image files. Kismet是一個針對IEEE802.11b無線局域網(wǎng)的嗅探和包分析器,支持大多數(shù)無線網(wǎng)卡,支持自動檢測UDP、ARP和DHCP的數(shù)據(jù)包,支持通過CDP協(xié)議檢測思科網(wǎng)絡(luò)設(shè)備,支持加密數(shù)據(jù)包記錄,采用與Ethereal和Tcpdump兼容的的數(shù)據(jù)包記錄文件,支持通過用戶提供地圖來檢測和評估無線網(wǎng)絡(luò)范圍。
標(biāo)簽: network dissector sniffing capable
上傳時間: 2014-11-26
上傳用戶:wweqas
采用jsp+servlet+javabean,jsp負(fù)責(zé)少量的頁面處理,以servlet為主。 結(jié)構(gòu)清晰明了,未對頁面做美工處理,因此html和javascript代碼很少, 詳細(xì)介紹了jdbc的常用api以及數(shù)據(jù)庫中的表的級聯(lián)。 開發(fā)調(diào)試平臺為jbuilder9+tomcat4,在resin和weblogic下測試通過。 數(shù)據(jù)庫平臺為ms sql server2000 數(shù)據(jù)庫連接池為apache組織下jakarta項目組開發(fā)的commons-dbcp 1.0 info.sql 數(shù)據(jù)庫的表結(jié)構(gòu)文件 其中表info_table1和info_table2有級聯(lián)關(guān)系 guestbook.properties 屬性文件,初始化了一些參數(shù) mssqlserver.jar,msutil.jar,msbase.jar SQL驅(qū)動 commons-collections.jar,commons-dbcp-1.1.jar,commons-pool-1.1.jar 數(shù)據(jù)庫連接池
標(biāo)簽: javabean servlet jsp
上傳時間: 2014-01-19
上傳用戶:gtzj
帶進(jìn)度條的文件上傳(java+ajax源碼) 在寫代碼的時候,還要用到關(guān)于servlet的包servlet-api.jar。 寫完后調(diào)試的過程中,老報錯:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后來一查才知道少了commons-io-1.2.jar,加上后,就ok了。 關(guān)于獲取及顯示進(jìn)度部分,用了我原來自己寫的一個ajax的應(yīng)用架構(gòu),從中抽取了部分代碼出來,注意,js文件只適用于UTF-8編碼的頁面,因為現(xiàn)在我只寫UTF-8編碼的頁面了,國際化方便。 progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,還包含一個屬性文件,里面是一些默認(rèn)配置,可根據(jù)自己的需要修改。 由于有源碼,怎么用可以自己看源碼,此外,那個例子中也寫了,在此不再贅述。例子中只取到了FileItem,再將item保存一下就ok了,示例代碼: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上傳成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上傳失敗.") }
上傳時間: 2015-09-01
上傳用戶:ccclll
Struts新聞管理系統(tǒng) 1.本程序為學(xué)習(xí)struts的朋友提供一個例子。 2.本程序部分實現(xiàn)AJAX功能,采用DWR框架。 3.程序運(yùn)行環(huán)境為MYECLIPSE 5.0 + TOMACT 5.5 + ORACLE 9i 4.配置說明:將lib目錄下的commons-pool-1.2.jar,commons-dbcp-1.2.jar,ojdbc14.jar復(fù)制到TOMACT目錄下的COMMON下的LIB目錄中。 5.需要修改cn.lingqi.tool包下面的DBConnection.java中的配置部分。以及WebRoot\WEB-INF下的struts-config.xml的數(shù)據(jù)庫配置部分。自己可以修改為MYSQL連接。
標(biāo)簽: Struts struts AJAX 程序
上傳時間: 2013-11-30
上傳用戶:330402686
采用jsp+servlet+javabean,jsp負(fù)責(zé)少量的頁面處理,以servlet為主。 結(jié)構(gòu)清晰明了,未對頁面做美工處理,因此html和javascript代碼很少, 非常適合作為java入門的例程,特別是對servlet部分。 開發(fā)調(diào)試平臺為jbuilder9+tomcat4,在resin下測試通過。 數(shù)據(jù)庫平臺為ms sql server,在mysql下測試通過,但要改部分代碼 數(shù)據(jù)庫連接池為apache組織下jakarta項目組開發(fā)的commons-dbcp 1.0
標(biāo)簽: javabean servlet jsp
上傳時間: 2015-09-25
上傳用戶:wab1981
ava 項目中,當(dāng)需要高性能上傳文件時,往往就需要依靠組件,而不是手寫的servlet了,一般的選擇包括jakarta commons-fileupload以及smartupload,由于后者在上傳大文件時往往會出錯,另外對中文支持一般,筆者采用了前者。
上傳時間: 2015-10-28
上傳用戶:myworkpost
xl2tpd a Layer 2 Tunneling Protocol (L2TP) daemon. It supports IPsec SA reference tracking, which enables the IPsec stacks to support multiple l2tp clients behind the same NAT router and multiple l2tp clients on the same internal IP address. It is a fork of "l2tpd". Release focus: Minor feature enhancements Changes: Support for passwordfd, a workaround for some Cisco routers, and extended logging.
標(biāo)簽: Tunneling reference Protocol supports
上傳時間: 2014-01-20
上傳用戶:541657925
displaytag的使用方法 首先當(dāng)然是要下載它的jar包了,這里可以下載到最新的版本。將jar包放到WEB-INF的lib文件夾下。另外還需要兩個輔助包:apache的commons-lang和standard包
標(biāo)簽: displaytag jar
上傳時間: 2014-01-22
上傳用戶:cc1
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1