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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

JMS-Examples

  • weblogic應用全實例

    weblogic應用全實例,包含了j2ee規范中的servlet、jsp、ejb、jms、jdbc、jaas、rmi、xml等應用實例代碼。

    標簽: weblogic

    上傳時間: 2014-08-26

    上傳用戶:lindor

  • java實現的遺傳算法

    java實現的遺傳算法, 他的設計需要最小集合的支持, 并且在這個基礎上實現更復雜的遺傳算法! 目錄結構如下: jgap_2.5_src.zip\srcjgap_2.5_src.zip\lib jgap_2.5_src.zip\examples jgap_2.5_src.zip\tests 還有相應的幫助

    標簽: java 算法

    上傳時間: 2013-12-17

    上傳用戶:royzhangsz

  • JBoss, one of the leading java Open Source groups, integrates and develops these services for a full

    JBoss, one of the leading java Open Source groups, integrates and develops these services for a full J2EE-based implementation. JBoss provides JBossServer, the basic EJB container, and Java Manage Preface 18 Great Events of the Twentieth Centuryment Extension (JMX) infrastructure. It also provides JBossMQ, for JMS messaging, JBossTX, for JTA/JTS transactions, JBossCMP for CMP persistence, JBossSX for JAAS based security, and JBossCX for JCA connectivity. Support for web components, such as servlets and JSP pages, is providedby an abstract integration layer. Implementations of the integration service are provided for third party servlet engines like Tomcat and Jetty. JBoss enables you to mix and match these components through JMX by replacing any component you want with a JMX compliant implementation for the same APIs.

    標簽: integrates develops services leading

    上傳時間: 2014-11-03

    上傳用戶:wsf950131

  • This book is about using Python to get jobs done on Windows.This intended to be a practical book foc

    This book is about using Python to get jobs done on Windows.This intended to be a practical book focused on tasks. It doesn t aim to teach Python programming, although we do provide a brief tutorial. Instead, it aims to cover:How Python works on Windows The key integration technologies supported by Python on Windows, such as the Win32 extensions, which let you call the Windows API, and the support for COM Examples in many topic areas showing what Python can do and how to put it to work.

    標簽: This book practical intended

    上傳時間: 2015-05-10

    上傳用戶:ddddddos

  • I. Introduction This code exploits a previously undisclosed vulnerability in the bit string deco

    I. Introduction This code exploits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210-2. Both vulnerabilities were fixed in the MS04-007 patch. II. Screenshots $ ./kill-bill.pl . kill-bill : Microsoft ASN.1 remote exploit for CAN-2003-0818 (MS04-007) by Solar Eclipse <solareclipse@phreedom.org> Usage: kill-bill -p <port> -s <service> host Services: iis IIS HTTP server (port 80) iis-ssl IIS HTTP server with SSL (port 443) exchange Microsoft Exchange SMTP server (port 25) smb-nbt SMB over NetBIOS (port 139) smb SMB (port 445) If a service is running on its default port you don t have to specify both the service and the port. Examples: kill-bill -s iis 192.168.0.1 kill-bill -p 80 192.168.0.1 kill-bill -p 1234 -s smb 192.168.0.1

    標簽: I. vulnerability Introduction undisclosed

    上傳時間: 2015-05-15

    上傳用戶:xhz1993

  • 10分鐘學會SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for

    10分鐘學會SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory SQL books, offering a fast-paced accessible tutorial to the major themes and techniques involved in applying the SQL language. Forta s examples are clear and his writing style is crisp and concise. As with earlier editions, this revision includes coverage of current versions of all major commercial SQL platforms. New this time around is coverage of MySQL, and PostgreSQL. All examples have been tested against each SQL platform, with incompatibilities or platform distinctives called out and explained.

    標簽: established Yourself standard Minutes

    上傳時間: 2014-07-07

    上傳用戶:Pzj

  • c語言編譯器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h

    c語言編譯器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c Makefile README stab.def stab.h stdarg.h stdbool.h stddef.h tcc-doc.html tcc-doc.texi tcc.1 tcc.c tccasm.c tcccoff.c tccelf.c tcclib.h tccpe.c tcctest.c tcctok.h texi2pod.pl tiny_impdef.c TODO varargs.h VERSION

    標簽: Changelog boundtest configure arm-gen

    上傳時間: 2014-01-16

    上傳用戶:拔絲土豆

  • Linux 虛擬網絡接口 實例 In the Linux (or Unix) world, most network interfaces, such as eth0 and ppp0, are a

    Linux 虛擬網絡接口 實例 In the Linux (or Unix) world, most network interfaces, such as eth0 and ppp0, are associated with a physical device that is in charge of transmitting and receiving data packets. However, some logical network interfaces don t feature any physical packet transmission. The most well-known examples of these "virtual" interfaces are the shaper and eql interfaces.

    標簽: Linux interfaces network world

    上傳時間: 2014-01-11

    上傳用戶:zhangzhenyu

  • Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi

    Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    標簽: Programming Reference Standard Template

    上傳時間: 2014-01-19

    上傳用戶:netwolf

  • This application note describes a method for developing block-oriented I/O device drivers for appli

    This application note describes a method for developing block-oriented I/O device drivers for applications that use the DSP/BIOS real-time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and TMS320C6711 DSP Starter Kits (DSKs). The device driver model presented here has now been superceded with an updated version that supports not only block oriented devices, but also devices such as UARTs, PCI and USB buses and Multimedia cards. Documentation on the updated driver model as well as example drivers and source code can be found in the Device Driver Developer s Kit product now available for download from the TI Developer s Village.

    標簽: block-oriented application developing describes

    上傳時間: 2015-07-07

    上傳用戶:kelimu

主站蜘蛛池模板: 临沂市| 香格里拉县| 和静县| 柳河县| 九龙县| 徐水县| 信丰县| 土默特右旗| 读书| 万年县| 阿拉善右旗| 宜城市| 和政县| 永善县| 邓州市| 平果县| 沭阳县| 诸暨市| 巴青县| 宁德市| 河北区| 来安县| 富民县| 灵丘县| 化州市| 尼勒克县| 黄骅市| 桓台县| 宁阳县| 策勒县| 涞源县| 镇赉县| 迁西县| 霍邱县| 北安市| 威信县| 商河县| 重庆市| 三亚市| 青海省| 禹城市|