亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Commons-logging

  • The ability to create groups of reports, and grant users access to reports by group. The ability to

    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

    上傳時(shí)間: 2014-01-14

    上傳用戶:franktu

  • 采用jsp+servlet+javabean

    采用jsp+servlet+javabean,jsp負(fù)責(zé)少量的頁(yè)面處理,以servlet為主。 結(jié)構(gòu)清晰明了,未對(duì)頁(yè)面做美工處理,因此html和javascript代碼很少, 非常適合作為java入門的例程,特別是對(duì)servlet部分。 開(kāi)發(fā)調(diào)試平臺(tái)為jbuilder9+tomcat4,在resin下測(cè)試通過(guò)。 數(shù)據(jù)庫(kù)平臺(tái)為ms sql server,在mysql下測(cè)試通過(guò),但要改部分代碼 數(shù)據(jù)庫(kù)連接池為apache組織下jakarta項(xiàng)目組開(kāi)發(fā)的commons-dbcp 1.0

    標(biāo)簽: javabean servlet jsp

    上傳時(shí)間: 2015-04-11

    上傳用戶:haohaoxuexi

  • Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wir

    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是一個(gè)針對(duì)IEEE802.11b無(wú)線局域網(wǎng)的嗅探和包分析器,支持大多數(shù)無(wú)線網(wǎng)卡,支持自動(dòng)檢測(cè)UDP、ARP和DHCP的數(shù)據(jù)包,支持通過(guò)CDP協(xié)議檢測(cè)思科網(wǎng)絡(luò)設(shè)備,支持加密數(shù)據(jù)包記錄,采用與Ethereal和Tcpdump兼容的的數(shù)據(jù)包記錄文件,支持通過(guò)用戶提供地圖來(lái)檢測(cè)和評(píng)估無(wú)線網(wǎng)絡(luò)范圍。

    標(biāo)簽: network dissector sniffing capable

    上傳時(shí)間: 2014-11-26

    上傳用戶:wweqas

  • 采用jsp+servlet+javabean

    采用jsp+servlet+javabean,jsp負(fù)責(zé)少量的頁(yè)面處理,以servlet為主。 結(jié)構(gòu)清晰明了,未對(duì)頁(yè)面做美工處理,因此html和javascript代碼很少, 詳細(xì)介紹了jdbc的常用api以及數(shù)據(jù)庫(kù)中的表的級(jí)聯(lián)。 開(kāi)發(fā)調(diào)試平臺(tái)為jbuilder9+tomcat4,在resin和weblogic下測(cè)試通過(guò)。 數(shù)據(jù)庫(kù)平臺(tái)為ms sql server2000 數(shù)據(jù)庫(kù)連接池為apache組織下jakarta項(xiàng)目組開(kāi)發(fā)的commons-dbcp 1.0 info.sql 數(shù)據(jù)庫(kù)的表結(jié)構(gòu)文件 其中表info_table1和info_table2有級(jí)聯(lián)關(guān)系 guestbook.properties 屬性文件,初始化了一些參數(shù) mssqlserver.jar,msutil.jar,msbase.jar SQL驅(qū)動(dòng) commons-collections.jar,commons-dbcp-1.1.jar,commons-pool-1.1.jar 數(shù)據(jù)庫(kù)連接池

    標(biāo)簽: javabean servlet jsp

    上傳時(shí)間: 2014-01-19

    上傳用戶:gtzj

  • 帶進(jìn)度條的文件上傳(java+ajax源碼) 在寫代碼的時(shí)候

    帶進(jìn)度條的文件上傳(java+ajax源碼) 在寫代碼的時(shí)候,還要用到關(guān)于servlet的包servlet-api.jar。   寫完后調(diào)試的過(guò)程中,老報(bào)錯(cuò):java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后來(lái)一查才知道少了commons-io-1.2.jar,加上后,就ok了。   關(guān)于獲取及顯示進(jìn)度部分,用了我原來(lái)自己寫的一個(gè)ajax的應(yīng)用架構(gòu),從中抽取了部分代碼出來(lái),注意,js文件只適用于UTF-8編碼的頁(yè)面,因?yàn)楝F(xiàn)在我只寫UTF-8編碼的頁(yè)面了,國(guó)際化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,還包含一個(gè)屬性文件,里面是一些默認(rèn)配置,可根據(jù)自己的需要修改。   由于有源碼,怎么用可以自己看源碼,此外,那個(gè)例子中也寫了,在此不再贅述。例子中只取到了FileItem,再將item保存一下就ok了,示例代碼: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上傳成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上傳失敗.") }

    標(biāo)簽: java ajax 文件上傳 代碼

    上傳時(shí)間: 2015-09-01

    上傳用戶:ccclll

  • Struts新聞管理系統(tǒng) 1.本程序?yàn)閷W(xué)習(xí)struts的朋友提供一個(gè)例子。 2.本程序部分實(shí)現(xiàn)AJAX功能

    Struts新聞管理系統(tǒng) 1.本程序?yàn)閷W(xué)習(xí)struts的朋友提供一個(gè)例子。 2.本程序部分實(shí)現(xiàn)AJAX功能,采用DWR框架。 3.程序運(yùn)行環(huán)境為MYECLIPSE 5.0 + TOMACT 5.5 + ORACLE 9i 4.配置說(shuō)明:將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ù)庫(kù)配置部分。自己可以修改為MYSQL連接。

    標(biāo)簽: Struts struts AJAX 程序

    上傳時(shí)間: 2013-11-30

    上傳用戶:330402686

  • 采用jsp+servlet+javabean

    采用jsp+servlet+javabean,jsp負(fù)責(zé)少量的頁(yè)面處理,以servlet為主。 結(jié)構(gòu)清晰明了,未對(duì)頁(yè)面做美工處理,因此html和javascript代碼很少, 非常適合作為java入門的例程,特別是對(duì)servlet部分。 開(kāi)發(fā)調(diào)試平臺(tái)為jbuilder9+tomcat4,在resin下測(cè)試通過(guò)。 數(shù)據(jù)庫(kù)平臺(tái)為ms sql server,在mysql下測(cè)試通過(guò),但要改部分代碼 數(shù)據(jù)庫(kù)連接池為apache組織下jakarta項(xiàng)目組開(kāi)發(fā)的commons-dbcp 1.0

    標(biāo)簽: javabean servlet jsp

    上傳時(shí)間: 2015-09-25

    上傳用戶:wab1981

  • ava 項(xiàng)目中

    ava 項(xiàng)目中,當(dāng)需要高性能上傳文件時(shí),往往就需要依靠組件,而不是手寫的servlet了,一般的選擇包括jakarta commons-fileupload以及smartupload,由于后者在上傳大文件時(shí)往往會(huì)出錯(cuò),另外對(duì)中文支持一般,筆者采用了前者。

    標(biāo)簽: ava 項(xiàng)目

    上傳時(shí)間: 2015-10-28

    上傳用戶:myworkpost

  • xl2tpd a Layer 2 Tunneling Protocol (L2TP) daemon. It supports IPsec SA reference tracking, which en

    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

    上傳時(shí)間: 2014-01-20

    上傳用戶:541657925

  • displaytag的使用方法 首先當(dāng)然是要下載它的jar包了

    displaytag的使用方法 首先當(dāng)然是要下載它的jar包了,這里可以下載到最新的版本。將jar包放到WEB-INF的lib文件夾下。另外還需要兩個(gè)輔助包:apache的commons-lang和standard包

    標(biāo)簽: displaytag jar

    上傳時(shí)間: 2014-01-22

    上傳用戶:cc1

主站蜘蛛池模板: 明光市| 四会市| 新宁县| 孟州市| 化德县| 双鸭山市| 高尔夫| 金昌市| 盐源县| 福泉市| 水城县| 秀山| 巧家县| 达拉特旗| 于都县| 札达县| 鄂伦春自治旗| 大冶市| 正安县| 绵阳市| 曲阳县| 玉环县| 潼南县| 雷山县| 孙吴县| 卢氏县| 乡宁县| 广宗县| 五原县| 黔江区| 临邑县| 江阴市| 邵东县| 巴彦淖尔市| 柏乡县| 景泰县| 沁阳市| 辛集市| 库尔勒市| 奎屯市| 阜新|