4.1 AMI MQSeries API AMI MQI AMI / / AMI JavaC C++ AMI / AMI AMI - / /

Size: px
Start display at page:

Download "4.1 AMI MQSeries API AMI MQI AMI / / AMI JavaC C++ AMI / AMI AMI - / /"

Transcription

1 4 AMI AMI AMI SC

2 4.1 AMI MQSeries API AMI MQI AMI / / AMI JavaC C++ AMI / AMI AMI - / /

3 41 AMI - AMI - - API MQI MQSeries MQI AMI IBM 91

4 MQSeries REPOSITORY AMI AMI AMI XML Windows AMI service point ORDERS MQSeries AMI SupportPac MA0Ffor Windows NT 92 Windows NT 4.0 Windows 2000 IBM MQSeries AMI>IBM MQSeries AMI Administration Tool Windows

5 \amt\amitool\amitool.bat 42 AMI 42 AMI AMI MQSeries MQSeries 93

6 AMI AMI AMI MQSeries API MQIMQSeries Classes for JavaActiveX MQSeries / WebSphere MQ Integrator AMI / / MQSeries API AMIAMI SupportPac MA0F IBM AMI / MQSeries Publish/Subscribe SupportPac MA0C AMI CC++ Java Windows NT Windows 2000 AIX 4.3 Sun Solaris HPUX 11.0 AS/400 4R4 AMI COBOL OS/390 2R6 CICS 4.1 IMS 5.1 AMI 94 C COBOL OS/390 AMI

7 Java C++ / C C C AMI 41 C API - 41 C - #include <stdio.h> #include <stdlib.h> #include <string.h> #include <amtc.h> #include <time.h> int mainvoid { /* */ hsession amsescreatesample_session_name, &compcode, &reason hpol amsescreatepolicyhsession, SAMPLE_POLICY_NAME, &compcode, &reason hsender amsescreatesenderhsession, SAMPLE_SENDER_NAME, &compcode, &reason success amsesopenhsession, hpol, &compcode, &reason success amsndopenhsender, hpol, &compcode, &reason success amsndsendhsender, hpol, AMH_NULL_HANDLE, AMH_NULL_HANDLE, strlensamplemsg, unsigned char *samplemsg, AMH_NULL_HANDLE, &compcode, &reason success amsesdelete&hsession, &compcode, &reason endsampleexit_success } Java API 42 Java - import java.util.* import com.ibm.mq.amt.*... public void main { mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionsample_session_name mypolicy mysession.createpolicysample_policy_name 95

8 } mysender mysession.createsendersample_sender_name mysendmsg mysession.createmessagesample_message_name mysession.openmypolicy mysender.openmypolicy String samplemessage new String"Sample message" mysendmsg.writebytessamplemessage.getbytes mysender.sendmysendmsg mysender.closemypolicy mysession.closemypolicy 4.3 AMI AMI C AMI amtc.h AMI #include <amtc.h> 41 AMI amtc.h 41 AMI C AS400 QMQAMI/H UNIX AIX, HPUX Solaris {MQSeries }/amt/inc Windows OS/390 {MQSeries }\amt\include hlq.scsqc370 amtc.h C++ AMI amtcpp.hpp C++ C amtcpp.hpp #include<amtcpp.hpp> 96

9 42 amtcpp.hpp AMI 42 AMI C++ AS/400 UNIX AIXHPUX Solaris Windows QMQAMI/H {MQSeries }/amt/inc {MQSeries }\amt\include amtcpp.hpp amtc.h amtcpp.hpp Java API AMI AMI package for Java JAR Java com.ibm.mq.amt Java JAR com.ibm.mq.amt.jar AMI package for Java import com.ibm.mq.amt.* JAR CLASSPATH Java 43 AMI JAR AMI 43 AMI Java JAR AS/400 /QIBM/ProdData/mqm/amt/Java/lib UNIX AIXHPUX Solaris{MQSeries }/java/lib Windows {MQSeries }\java\lib COBOL AMI copybooks AMTV AMTELEML AMELEM AMI 97

10 AMTELEMV AMTELEML AMTELEMV OS/390 hlq.scsqcobc MQSeries AMTELEMV AMELEM strucid version AMI 44 AMI CCOBOLC++ Java 44 AIX OS/400 HPUX OS/390 Sun Solaris C VisualAge JDK Java5769JV1 AS/400 Developer Kit AS/ CX2 ILE C AS/ GDW ILE C++ C++ for 0S/ CX4 Visual Age HP ac++ B3910B A HP ac++ B3910B A JDK OS/390 C/C OS/390 & VM 2 1 IBM COBOL MVS VM 1 2 IBM COBOL Workshop Compiler 4.2 Solaris 2.6 Workshop Compiler 5.0 Solaris 7 JDK Windows Microsoft Visual C++ Version 6 JDK AMI MQSeries AMI

11 AMI MQOD MQOD / / 43 AMI 99

12 43 AMI AMI C++Java Helper and Exception objects 100

13 4.5 AMI AMI 3 Java AMI MQSeries API AMI Java C++Java SessionFactoryObject new AmSessionFactoryString factoryname FactoryName C:\Program Files\MQSeries\amt AMT_DATA_PATH MQSeries AMI SupportPacMA0F AmSessionFactory createsession mysessionfactory.createsessionstring sessionname sessionname MQSeries MQI 23 MQI API MQCONN AMI {MQSeries }/amt amthost.xml 43 ITSOH defaultconnection 101

14 43 <?xml version 1.0encoding UTF8?> <queuemanagersnames defaultconnection ITSOH connectionname1 queuemanagername1connectionname2 queuemanagername2/> 44 AmSessionFactory ITSO AmSession 44 private AmSessionFactory mysessionfactory null private AmSession mysession null // // Since we are not specifying a name for the AmSessionFactory, // we expect the AMI files to be stored in the default AMI // location. // mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso AMI / / / / MQSeries / AMI AmSession createpolicy sessionobject.createpolicystring policyname 102

15 policyname 45 AMT.SAMPLE.POLICY AMT.SAMPLE.POLICY 45 public static void main { AmSessionFactory mysessionfactory null AmSession mysession null AmPolicy mypolicy null mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyamt.sample.policy } / createsender sessionobject.createsenderstring sendername sendername 46 AMT.SENDER.NAME 46 AmSessionFactory mysessionfactory null AmSession mysession null AmPolicy mypolicy null 103

16 mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyamt.sample.policy mysender mysession.createsenderamt.sender.name createreceiver sessionobject.createreceiverstring receivername receivername 47 AMT.RECEIVER.NAME 47 AmSessionFactory mysessionfactory null AmSession mysession null AmPolicy mypolicy null AmReceiver myreceiver null mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyamt.sample.policy myreceiver mysession.createreceiveramt.receiver.name createpublisher sessionobject.createpublisherstring publishername publishername MQRFH MQRFH / / 48 AMT.PUBLISHER.NAME 104

17 48 AmSessionFactory AmSession AmPolicy AmPublisher mysessionfactory null mysession null mypolicy null mypublisher null mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyamt.sample.policy mypublisher mysession.createpublisheramt.publisher.name createsubscriber sessionobject.createsubscriberstring subscribername subscribername 47 AMT.SAMPLE.SUBSCRIBER 49 public static void main {... AmSessionFactory mysessionfactory null AmSession mysession null AmPolicy mypolicy null mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyamt.sample.policy mysubscriber mysession.createsubscriberamt.sample.subscriber } 105

18 createdistributionlist sessionobject.createdistributionliststring distributionlistname public static void main { AmSessionFactory mysessionfactory null AmSession mysession null AmPolicy mypolicy null mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyamt.sample.policy mysender mysession.createdistributionlistamt.distribution.list } 44 AMT.DISTRIBUTION.LIST 106

19 44 AMT.DISTRIBUTION.LIST AmSession createmessage AmSession.createMessageString messagename MessageName 411 ITSO.SAMPLE.MESSAGE.NAME 411 public static void main { AmSessionFactory mysessionfactory null AmSession mysession null 107

20 AmPolicy AmPolicy AmMessage mypolicy null mypolicy null mysendmsg null mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyamt.sample.policy mysender mysession.createsenderamt.sender_name mysendmsg mysession.createmessageitso.sample.message.name } open open 102 AmSession createpolicy AmSession.openAmPolicy policyobject AmSender.openAmPolicy policyobject AmReceiver.open AmPolicy policyobject AmPublisher.openAmPolicy policyobject AmSubscriber.openAmPolicy policyobject Open the session factory Create the required objects session, publisher, message, etc. /... mypolicy mysession.createpolicyamt.sample.policy mysession.openmypolicy mypublisher.openmypolicy myrespreceiver.openmypolicy 108

21 MQSeries 102 MQSeries MQI MQI MQOO_INPUT_SHARED, MQOO_OUTPUT AMI send Java getbytes Java writebytes senderobject.sendammessage messageobject, AmReceiver receiverobject/ammessage receivedmessage, AmPolicy policyobject / public static void main { 109

22 AmSessionFactory AmSession AmPolicy AmSender AmMessage mysessionfactory null mysession null mypolicy null mysender null mysendmsg null mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyamt.sample.policy mysender mysession.createsenderamt.sender_name mysendmsg mysession.createmessageitso.sample.message.name String samplemessage new String"Sample message" mysendmsg.writebytessamplemessage.getbytes mysender.sendmysendmsg } distributionlist send MQSeries public static void main { AmSessionFactory mysessionfactory null AmSession mysession null AmPolicy mypolicy null AmDistributionList mydistributionlst null AmMessage mysendmsg null mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyamt.sample.policy mydistributionlst mysession.createdistributionlistitso.distribution.list mysendmsg mysession.createmessageitso.sample.message.name String samplemessage new String"Sample message" mysendmsg.writebytessamplemessage.getbytes mydistributionlist.sendmysendmsg } receive amreceiver.receiveammessage messageobject, AmSender senderobject, AmMessage selectionmessageobject, AmPolicy policyobject 110

23 4 messageobject senderobject PolicyObject IDcorrelation ID selectionmessageobject readbytes public static void main { AmSessionFactory mysessionfactory null AmSession mysession null AmPolicy mypolicy null AmReceiver myreceiver null AmMessage myreceivemsg null AmMessage mysendmsg null mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyitso.sample.policy myreceivemsg mysession.createmessageitso.sample.message.name myreceiver.receivemyreceivemsg String samplemessage new StringMyReceiveMSG.readbytesmyReceiveMSG.getDataLength } addtopic messageobject.addtopicstring topicname topicname 111

24 publish publisherobject.publishammessage messageobject, AmReceiver receiverobject, AmPolicy policyobject messageobject implicit registration receiverobject MessageObject policyobject 416 policyobject receiverobject 416 Create and open required objects session, policy, message and publisher string pubmessage SUNNY mysendmsg.addtopicweather mysendmsg.writebytespubmessage.getbytes mypublisher.publishmysendmsg addtopic messageobject.addtopicstring topicname topicname subscribe 112

25 subscriberobject.subscribeammessage messageobject, AmReceiver receiverobject, AmPolicy policyobject messageobject addtopic receiverobject receive PolicyObject receiverobject receive subscriberobject.receiveammessage messageobject, AmMessage selectionmessageobject, AmPolicy policyobject messageobject ID selectionmessageobject PolicyObject unsubscribe subscribeobject.unsubscribeammessage messageobject, AmReceiver receiverobject, AmPolicy policyobject messageobject receiverobject

26 int icounter 0 String topic Weather mysendmsg.addtopicweather mysubscriber.subscribemysendmsg, mypolicy // Only 5 messages are expected for icounter 0iCounter < 5iCounter++ mysubscriber.receivemyreceivemsg, mypolicy String myrequest new StringmyReceiveMSG.readBytesmyReceiveMSG.getDataLength System.out.printlnmyRequest } // The application has received all the messages that it wanted so it proceeds // to send an unsubscribe request. mysubscriber.unsubscribemysendmsg, mypolicy close subscriberobject.closeampolicy policy Object sessionobject.closeampolicy policy Object receiverobject.closeampolicy policy Object publisherobject.closeampolicy policy Object distributionlistobject.closeampolicy policy Object close policyobject MQSeries sessionobject sessionobject 114

27 4.6 AMIMQI MQSeries API AMI MQI MQI / AMI MQI MQSeries AMI MQSeries MQI CC++Java COBOL API AMI API MQI AMI MQI IBM AMI / API C++Java 4.7 AMI AMI General API MQSeries commit rollback 418 MQSeries 115

28 418 public static void main { AmSessionFactory mysessionfactory null AmSession mysession null AmPolicy mypolicy null AmReceiver myreceiver null AmMessage myreceivemsg null AmMessage mysendmsg null mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyitso.sample.policy myreceivemsg mysession.createmessageitso.sample.message.name myreceiver.receivemyreceivemsg // If no failures were found commit the action mysession.commitmypolicy String samplemessage new StringMyReceiveMSG.readbytesmyReceiveMSG.getDataLength // If some problems were found, dont retrieve the message mysession.rollbackmypolicy } MQSeries XA XA transaction coordinator AmSession begin AmSession commit AmSession rollback 419 MQSeries XA 419 MQSeries XA public static void main { AmSessionFactory mysessionfactory null AmSession mysession null AmPolicy mypolicy null AmSender mysender null AmMessage mysendmsg null // Connect to the database mysessionfactory new AmSessionFactory mysession mysessionfactory.createsessionitso.session.name mypolicy mysession.createpolicyamt.sample.policy mysender mysession.createsenderamt.sender_name 116

29 mysendmsg mysession.createmessageitso.sample.message.name mysession.beginmypolicy // Update a table. // If the update was successful then commit the action and send a message to // another application String samplemessage new String"Sample message" mysendmsg.writebytessamplemessage.getbytes mysender.sendmysendmsg mysession.commitmypolicy // If problems occurred during the update, backout the changes mysession.rollbackmypolicy } Tuxedo API AMI 4.8 AMI group context information group status information AMGRP_FIRST_MSG_IN_GROUP AMGRP_MIDDLEMSG_IN_GROUP AMGRP_LAST_MSG_IN_GRP setgroupstatus messageobject.setgroupstatusint groupstatus groupstatus AMGRP_MSG_NOT_IN_GROUP AMGRP_FIRST_MSG_IN_GRP AMGRP_MIDDLE_MSG_IN_GRP 117

30 AMGRP_LAST_MSG_IN_GROUP AMGRP_ONLY_MSG_IN_GROUP AMGRP_FIRST_MSG_IN_GROUP AMGRP_MIDDLE_MSG_IN_GRP 4.9 AMI Java JVM MQSeries AMI Java 420 CLASSPATH JAR 118

31 420 import com.ibm.mq.amt.* AMI JAR private AmSessionFactory mysessionfactory null private AmSession mysession null private AmSender mysender null private AmMessage mysendmsg null private AmPolicy mypolicy null 422 mysessionfactory mysessionfactory new AmSessionFactory createsession createpolicy createsender createmessage 4 23 SAMPLE_SESSION_NAME SAMPLE_POLICY_NAME SAMPLE_SENDER_NAME SAMPLE_MESSAGE_NAME 424 mysession mysessionfactory.createsessionsample_session_name mypolicy mysession.createpolicysample_policy_name mysender mysession.createsendersample_sender_name 119

32 mysendmsg mysession.createmessagesample_message_name 424 mysession mysender 424 mysession.openmypolicy mysender.openmypolicy send Java getbytes Java writebytes String samplemessage new String"Sample message" mysendmsg.setccsid819 mysendmsg.writebytessamplemessage.getbytes mysender.sendmysendmsg, mypolicy close mysender.closemypolicy mysession.closemypolicy / / 120

33 writebytes waittime readbytes Java JVM MQSeries AMI Java classes 427 CLASSPATH JAR 427 import com.ibm.mq.amt.* AMI JAR / private AmSessionFactory mysessionfactory null private AmSession mysession null private AmSender mysender null private AmReceiver myreceiver null private AmMessage mysendmsg null private AmMessage myreceivemsg null 121

34 private AmPolicy mypolicy null 429 mysessionfactory mysessionfactory new AmSessionFactory createsessioncreatepolicycreatesendercreatereceiver createmessage 430 SMAPLE_SESSION_NAME SAMPLE_POLICY_NAME SAMPLE_SENDER_NAME SAMPLE_RECEIVER_NAME SAMPLE_SEND_MESSAGE_NAME SAMPLE_RECEIVE_MESSAGE_NAME 430 mysession mysessionfactory.createsession SAMPLE_SESSION_NAME mypolicy mysession.createpolicy SAMPLE_POLICY_NAME mysender mysession.createsender SAMPLE_SENDER_NAME myreceiver mysession.createreceiver SAMPLE_RECEIVER_NAME mysendmsg mysession.createmessage SAMPLE_SEND_MESSAGE_NAME myreceivemsg mysession.createmessage SAMPLE_RECEIVE_MESSAGE_NAME 431 mysession mysender myreceiver 431 mysession.openmypolicy mysender.openmypolicy myreceiver.openmypolicy 122

35 send Java getbytes Java writebytes String samplemessage "Sample message" mysendmsg.setccsid819 mysendmsg.writebytessamplemessage.getbytes mysender.sendmysendmsg, myreceiver, mypolicy setwaittime receive readbytes mypolicy.setwaittime2000 mysendmsg.setccsidamcp_819 myreceiver.receivemyreceivemsg, mysendmsg, mypolicy replymessage new StringmyReceiveMSG.readBytesmyReceiveMSG.getDataLength,"ISO8859_1" close close mysender.closemypolicy myreceiver.closemypolicy mysession.closemypolicy 123

36 4.9.2 / addtopic writebytes Java JVM MQSeries AMI Java classes 435 CLASSPATH JAR 124

37 435 import com.ibm.mq.amt.* AMI JAR / private AmSessionFactory mysessionfactory null private AmSession mysession null private AmPublisher mypublisher null private AmMessage mysendmsg null private AmMessage myrespmsg null private AmPolicy mypolicy null private AmReceiver myrespreceiver null 437 mysessionfactory mysessionfactory new AmSessionFactory createsession createpolicy createsender createreceiver createmessage 438 SMAPLE_SESSION_NAME SAMPLE_POLICY_NAME SAMPLE_PUBLISHER_NAME SAMPLE_RESPONSE_NAME 125

38 SAMPLE_MESSAGE_NAME SAMPLE_RESP_MESSAGE_NAME 438 mysession mysessionfactory.createsession SAMPLE_SESSION_NAME mypolicy mysession.createpolicy SAMPLE_POLICY_NAME mypublisher mysession.createpublisher SAMPLE_PUBLISHER_NAME myrespreceiver mysession.createreceiver SAMPLE_RESPONSE_NAME mysendmsg mysession.createmessage SAMPLE_MESSAGE_NAME myrespmsg mysession.createmessage SAMPLE_RESP_MESSAGE_NAME 439 mysession mypublisher myrespreceiver 439 mysession.openmypolicy mypublisher.openmypolicy myrespreceiver.openmypolicy addtopic CCSID mysendmsg myrespreceiver 440 String sunny "SUNNY again" String showers "WIND and SCATTERED showers" String rain "HEAVY RAIN" String outlook[] {sunny, showers, rain} for int i 0, j 0i < SAMPLE_MAX_PUBLICATIONSi++, j++ { try { mysendmsg.addtopic Weather if j 3 126

39 { j 0 } String samplemessage new Stringoutlook[j] mysendmsg.setccsid819 mysendmsg.writebytessamplemessage.getbytes"iso8859_1" mypublisher.publishmysendmsg, myrespreceiver, mypolicy myrespreceiver.receivemyrespmsg, mysendmsg, mypolicy } } close close mypublisher.closemypolicy myreceiver.closemypolicy mysession.closemypolicy addtopic 127

40 readbytes Java JVM MQSeries AMI Java classes 442 CLASSPATH JAR 442 import com.ibm.mq.amt.* AMI JAR private AmSessionFactory mysessionfactory null private AmSession mysession null private AmSubscriber mysubscriber null private AmMessage mysendmsg null private AmMessage myreceivemsg null private AmPolicy mypolicy null 444 mysessionfactory

41 444 mysessionfactory new AmSessionFactory createsessioncreatepolicycreatesender createmessage 445 SMAPLE_SESSION_NAME SAMPLE_POLICY_NAME SAMPLE_SUBSCRIBER_NAME SAMPLE_RESPONSE_NAME SAMPLE_RECEIVE_MESSAGE_NAME SAMPLE_SEND_MESSAGE_NAME 445 mysessionfactory new AmSessionFactory mysession mysessionfactory.createsession SAMPLE_SESSION_NAME mypolicy mysession.createpolicy SAMPLE_POLICY_NAME mysubscriber mysession.createsubscriber SAMPLE_SUBSCRIBER_NAME myreceivemsg mysession.createmessage SAMPLE_RECEIVE_MESSAGE_NAME mysendmsg mysession.createmessage SAMPLE_SEND_MESSAGE_NAME 446 mysession mysubscriber 446 mysession.openmypolicy mysubscriber.openmypolicy 447 addtopic mysendmsg mysubscriber subscribe 447 String topic "Weather" Try 129

42 { mysendmsg.reset mysendmsg.addtopictopic mysubscriber.subscribemysendmsg, mypolicy } mysubscriber receive readbytes for i 0i < SAMPLE_MAX_PUBLICATIONSi++ { try { mysubscriber.receivemyreceivemsg, mypolicy String myrequest new StringmyReceiveMSG.readBytesmyReceiveMSG.getDataLength,"ISO8859_1" System.out.printlnmyRequest myreceivemsg.reset } } 449 mysubscriber unsubscribe 449 String topic "Weather" try { mysendmsg.reset mysendmsg.addtopictopic // // Send the request. //No response is expected so no receiver object is passed. // mysubscriber.unsubscribemysendmsg, mypolicy } 130

43 close close mysubscriber.closemypolicy mysession.closemypolicy AMI MQSeries 131

44 132

1.JasperReport ireport JasperReport ireport JDK JDK JDK JDK ant ant...6

1.JasperReport ireport JasperReport ireport JDK JDK JDK JDK ant ant...6 www.brainysoft.net 1.JasperReport ireport...4 1.1 JasperReport...4 1.2 ireport...4 2....4 2.1 JDK...4 2.1.1 JDK...4 2.1.2 JDK...5 2.1.3 JDK...5 2.2 ant...6 2.2.1 ant...6 2.2.2 ant...6 2.3 JasperReport...7

More information

untitled

untitled How to using M-Power Report API M-Power Report API 力 了 M-Power Report -- Java (Library) M-Power Report API 行 Java M-Power Report M-Power Report API ( 30 ) PDF/HTML/CSV/XLS JPEG/PNG/SVG 料 料 OutputStream

More information

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

More information

2 Java 语 言 程 序 设 计 教 程 1.2.1 简 单 性 Java 语 言 的 语 法 与 C 语 言 和 C++ 语 言 很 接 近, 使 得 大 多 数 程 序 员 很 容 易 学 习 和 使 用 Java 另 一 方 面,Java 丢 弃 了 C++ 中 很 少 使 用 的 很 难

2 Java 语 言 程 序 设 计 教 程 1.2.1 简 单 性 Java 语 言 的 语 法 与 C 语 言 和 C++ 语 言 很 接 近, 使 得 大 多 数 程 序 员 很 容 易 学 习 和 使 用 Java 另 一 方 面,Java 丢 弃 了 C++ 中 很 少 使 用 的 很 难 第 1 章 Java 概 述 Java 的 诞 生 Java 的 特 点 Java 开 发 环 境 安 装 与 配 置 创 建 并 运 行 一 个 简 单 的 Java 程 序 Java 语 言 是 当 今 计 算 机 软 件 行 业 中 最 热 门 的 网 络 编 程 语 言, 以 Java 为 核 心 的 芯 片 技 术 编 译 技 术 数 据 库 连 接 技 术, 以 及 基 于 企 业 级

More information

ebook

ebook 26 JBuilder RMI Java Remote Method Invocation R M I J a v a - - J a v a J a v J a v a J a v a J a v a R M I R M I ( m a r s h a l ) ( u n m a r c h a l ) C a ff e i n e J a v a j a v a 2 i i o p J a v

More information

Learning Java

Learning Java Java Introduction to Java Programming (Third Edition) Prentice-Hall,Inc. Y.Daniel Liang 2001 Java 2002.2 Java2 2001.10 Java2 Philip Heller & Simon Roberts 1999.4 Java2 2001.3 Java2 21 2002.4 Java UML 2002.10

More information

内 容 提 要 将 JAVA 开 发 环 境 迁 移 到 Linux 系 统 上 是 现 在 很 多 公 司 的 现 实 想 法, 而 在 Linux 上 配 置 JAVA 开 发 环 境 是 步 入 Linux 下 JAVA 程 序 开 发 的 第 一 步, 本 文 图 文 并 茂 地 全 程 指

内 容 提 要 将 JAVA 开 发 环 境 迁 移 到 Linux 系 统 上 是 现 在 很 多 公 司 的 现 实 想 法, 而 在 Linux 上 配 置 JAVA 开 发 环 境 是 步 入 Linux 下 JAVA 程 序 开 发 的 第 一 步, 本 文 图 文 并 茂 地 全 程 指 内 容 提 要 将 JAVA 开 发 环 境 迁 移 到 Linux 系 统 上 是 现 在 很 多 公 司 的 现 实 想 法, 而 在 Linux 上 配 置 JAVA 开 发 环 境 是 步 入 Linux 下 JAVA 程 序 开 发 的 第 一 步, 本 文 图 文 并 茂 地 全 程 指 导 你 搭 建 Linux 平 台 下 的 JAVA 开 发 环 境, 包 括 JDK 以 及 集

More information

Microsoft Word - 把时间当作朋友(2011第3版)3.0.b.06.doc

Microsoft Word - 把时间当作朋友(2011第3版)3.0.b.06.doc 2 5 8 11 0 13 1. 13 2. 15 3. 18 1 23 1. 23 2. 26 3. 28 2 36 1. 36 2. 39 3. 42 4. 44 5. 49 6. 51 3 57 1. 57 2. 60 3. 64 4. 66 5. 70 6. 75 7. 83 8. 85 9. 88 10. 98 11. 103 12. 108 13. 112 4 115 1. 115 2.

More information

基于ECO的UML模型驱动的数据库应用开发1.doc

基于ECO的UML模型驱动的数据库应用开发1.doc ECO UML () Object RDBMS Mapping.Net Framework Java C# RAD DataSetOleDbConnection DataGrod RAD Client/Server RAD RAD DataReader["Spell"].ToString() AObj.XXX bug sql UML OR Mapping RAD Lazy load round trip

More information

KillTest 质量更高 服务更好 学习资料 半年免费更新服务

KillTest 质量更高 服务更好 学习资料   半年免费更新服务 KillTest 质量更高 服务更好 学习资料 http://www.killtest.cn 半年免费更新服务 Exam : 310-065Big5 Title : Sun Certified Programmer for the Java 2 Platform, SE 6.0 Version : Demo 1 / 14 1. 35. String #name = "Jane Doe"; 36. int

More information

Java 1 Java String Date

Java 1 Java String Date JAVA SCJP Java 1 Java String Date 1Java 01 Java Java 1995 Java Java 21 Java Java 5 1-1 Java Java 1990 12 Patrick Naughton C++ C (Application Programming Interface API Library) Patrick Naughton NeXT Stealth

More information

新・解きながら学ぶJava

新・解きながら学ぶJava 481! 41, 74!= 40, 270 " 4 % 23, 25 %% 121 %c 425 %d 121 %o 121 %x 121 & 199 && 48 ' 81, 425 ( ) 14, 17 ( ) 128 ( ) 183 * 23 */ 3, 390 ++ 79 ++ 80 += 93 + 22 + 23 + 279 + 14 + 124 + 7, 148, 16 -- 79 --

More information

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile..

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile.. WebSphere Studio Application Developer IBM Portal Toolkit... 1/21 WebSphere Studio Application Developer IBM Portal Toolkit Portlet Doug Phillips (dougep@us.ibm.com),, IBM Developer Technical Support Center

More information

1. 访 问 最 新 发 行 公 告 信 息 jconnect for JDBC 7.0 1. 访 问 最 新 发 行 公 告 信 息 最 新 版 本 的 发 行 公 告 可 以 从 网 上 获 得 若 要 查 找 在 本 产 品 发 布 后 增 加 的 重 要 产 品 或 文 档 信 息, 请 访

1. 访 问 最 新 发 行 公 告 信 息 jconnect for JDBC 7.0 1. 访 问 最 新 发 行 公 告 信 息 最 新 版 本 的 发 行 公 告 可 以 从 网 上 获 得 若 要 查 找 在 本 产 品 发 布 后 增 加 的 重 要 产 品 或 文 档 信 息, 请 访 发 行 公 告 jconnect for JDBC 7.0 文 档 ID:DC74874-01-0700-01 最 后 修 订 日 期 :2010 年 3 月 2 日 主 题 页 码 1. 访 问 最 新 发 行 公 告 信 息 2 2. 产 品 摘 要 2 3. 特 殊 安 装 说 明 2 3.1 查 看 您 的 jconnect 版 本 3 4. 特 殊 升 级 指 导 3 4.1 迁 移 3

More information

(TestFailure) JUnit Framework AssertionFailedError JUnit Composite TestSuite Test TestSuite run() run() JUnit

(TestFailure) JUnit Framework AssertionFailedError JUnit Composite TestSuite Test TestSuite run() run() JUnit Tomcat Web JUnit Cactus JUnit Java Cactus JUnit 26.1 JUnit Java JUnit JUnit Java JSP Servlet JUnit Java Erich Gamma Kent Beck xunit JUnit boolean JUnit Java JUnit Java JUnit Java 26.1.1 JUnit JUnit How

More information

FY.DOC

FY.DOC 高 职 高 专 21 世 纪 规 划 教 材 C++ 程 序 设 计 邓 振 杰 主 编 贾 振 华 孟 庆 敏 副 主 编 人 民 邮 电 出 版 社 内 容 提 要 本 书 系 统 地 介 绍 C++ 语 言 的 基 本 概 念 基 本 语 法 和 编 程 方 法, 深 入 浅 出 地 讲 述 C++ 语 言 面 向 对 象 的 重 要 特 征 : 类 和 对 象 抽 象 封 装 继 承 等 主

More information

内 容 简 介 本 书 是 一 本 关 于 语 言 程 序 设 计 的 教 材, 涵 盖 了 语 言 的 基 本 语 法 和 编 程 技 术, 其 中 包 含 了 作 者 对 语 言 多 年 开 发 经 验 的 总 结, 目 的 是 让 初 学 的 读 者 感 受 到 语 言 的 魅 力, 并 掌

内 容 简 介 本 书 是 一 本 关 于 语 言 程 序 设 计 的 教 材, 涵 盖 了 语 言 的 基 本 语 法 和 编 程 技 术, 其 中 包 含 了 作 者 对 语 言 多 年 开 发 经 验 的 总 结, 目 的 是 让 初 学 的 读 者 感 受 到 语 言 的 魅 力, 并 掌 语 言 程 序 设 计 郑 莉 胡 家 威 编 著 清 华 大 学 逸 夫 图 书 馆 北 京 内 容 简 介 本 书 是 一 本 关 于 语 言 程 序 设 计 的 教 材, 涵 盖 了 语 言 的 基 本 语 法 和 编 程 技 术, 其 中 包 含 了 作 者 对 语 言 多 年 开 发 经 验 的 总 结, 目 的 是 让 初 学 的 读 者 感 受 到 语 言 的 魅 力, 并 掌 握 语

More information

基于CDIO一体化理念的课程教学大纲设计

基于CDIO一体化理念的课程教学大纲设计 Java 语 言 程 序 设 计 课 程 教 学 大 纲 Java 语 言 程 序 设 计 课 程 教 学 大 纲 一 课 程 基 本 信 息 1. 课 程 代 码 :52001CC022 2. 课 程 名 称 :Java 语 言 程 序 设 计 3. 课 程 英 文 名 称 :Java Programming 4. 课 程 类 别 : 理 论 课 ( 含 实 验 上 机 或 实 践 ) 5. 授

More information

EJB-Programming-3.PDF

EJB-Programming-3.PDF :, JBuilder EJB 2.x CMP EJB Relationships JBuilder EJB Test Client EJB EJB Seminar CMP Entity Beans Value Object Design Pattern J2EE Design Patterns Value Object Value Object Factory J2EE EJB Test Client

More information

附录J:Eclipse教程

附录J:Eclipse教程 附 录 J:Eclipse 教 程 By Y.Daniel Liang 该 帮 助 文 档 包 括 以 下 内 容 : Eclipse 入 门 选 择 透 视 图 创 建 项 目 创 建 Java 程 序 编 译 和 运 行 Java 程 序 从 命 令 行 运 行 Java Application 在 Eclipse 中 调 试 提 示 : 在 学 习 完 第 一 章 后 使 用 本 教 程 第

More information

产品手册: CA GEN r8

产品手册: CA GEN r8 产 品 手 册 : CA GEN r8 CA Gen r8 CA Gen 是 一 个 成 熟 的 模 拟 驱 动 开 发 环 境, 用 来 设 计 部 署 和 维 护 高 性 能 可 扩 缩 的 企 业 应 用 程 序 集 成 模 型 和 代 码 生 成 使 您 能 够 运 用 平 台 独 立 的 应 用 程 序 来 运 行 您 的 关 键 任 务 进 程 灵 活 的 开 发 方 法 用 来 设 计

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

SiteView技术白皮书

SiteView技术白皮书 SiteView ECC V6.2 技 术 白 皮 书 游 龙 网 络 科 技 ( 中 国 ) 有 限 公 司 DragonFlow Networks(China),Inc. 目 录 第 一 章 产 品 概 述... 3 第 二 章 系 统 结 构... 6 一 系 统 架 构... 7 1 用 户 管 理 模 块... 7 2 Web Server... 8 3 存 储 加 密 模 块... 8

More information

<4D6963726F736F667420576F7264202D20BBF9D3DA416E64726F6964C6BDCCA8B5C4B5E7D7D3C5C4C2F4CFB5CDB32E646F63>

<4D6963726F736F667420576F7264202D20BBF9D3DA416E64726F6964C6BDCCA8B5C4B5E7D7D3C5C4C2F4CFB5CDB32E646F63> 基 于 Android 平 台 的 电 子 拍 卖 系 统 摘 要 本 电 子 拍 卖 系 统 其 实 就 是 一 个 电 子 商 务 平 台, 只 要 将 该 系 统 部 署 到 互 联 网 上, 客 户 都 可 以 在 该 系 统 上 发 布 想 出 售 的 商 品, 也 可 以 对 拍 卖 中 的 商 品 参 与 竞 价 整 个 过 程 无 须 人 工 干 预, 由 系 统 自 动 完 成 本

More information

Microsoft PowerPoint - 第一讲 概论.ppt

Microsoft PowerPoint - 第一讲 概论.ppt Java 游 戏 编 程 技 术 乔 少 杰 ( 博 士 ) 2009 年 下 sjqiao@home.swjtu.edu.cn 2009-9-7 西 南 交 通 大 学 信 息 科 学 与 技 术 学 院 1/32 为 什 么 开 设 本 课 程? 从 实 用 角 度 : 行 业 发 展 趋 势, 游 戏 产 业 蓬 勃 发 展 ( 网 络 游 戏, 手 机 游 戏 ) 2008 年 中 国 网

More information

第3章.doc

第3章.doc 3 3 3 3.1 3 IT Trend C++ Java SAP Advantech ERPCRM C++ C++ Synopsys C++ NEC C C++PHP C++Java C++Java VIA C++ 3COM C++ SPSS C++ Sybase C++LinuxUNIX Motorola C++ IBM C++Java Oracle Java HP C++ C++ Yahoo

More information

untitled

untitled 1 行 行 行 行.NET 行 行 類 來 行 行 Thread 類 行 System.Threading 來 類 Thread 類 (1) public Thread(ThreadStart start ); Name 行 IsAlive 行 行狀 Start 行 行 Suspend 行 Resume 行 行 Thread 類 (2) Sleep 行 CurrentThread 行 ThreadStart

More information

( 含 要 ) 1-2 用 或 雇 用, 抑 或 有 無 俸 給 文 職 或 武 職, 政 官 或 事 官 均 屬 之, 其 不 以 具 備 人 資 格 為 限, 因 此 屬 於 最 廣 義 之 念 四 廣 義 念 之 依 服 24 條 之 規 定 : 本 於 受 有 俸 給 之 文 武 職, 及

( 含 要 ) 1-2 用 或 雇 用, 抑 或 有 無 俸 給 文 職 或 武 職, 政 官 或 事 官 均 屬 之, 其 不 以 具 備 人 資 格 為 限, 因 此 屬 於 最 廣 義 之 念 四 廣 義 念 之 依 服 24 條 之 規 定 : 本 於 受 有 俸 給 之 文 武 職, 及 本 學 習 重 點 研 讀 首 先 應 釐 清 不 同 規 對 與 職 人 念 的 定 義, 其 中 之 定 義 從 最 廣 義 廣 義 狹 義 到 最 狹 義 的 人, 都 會 牽 涉 到 規 適 用 上 的 不 同, 而 職 人 涵 蓋 範 圍 比 更 廣, 讀 者 應 注 意 兩 者 之 間 的 區 別 建 議 讀 者 與 考 生 於 開 始 研 讀 之 際, 利 用 本 之 內 容 確 實

More information

RUN_PC連載_12_.doc

RUN_PC連載_12_.doc PowerBuilder 8 (12) PowerBuilder 8.0 PowerBuilder PowerBuilder 8 PowerBuilder 8 / IDE PowerBuilder PowerBuilder 8.0 PowerBuilder PowerBuilder PowerBuilder PowerBuilder 8.0 PowerBuilder 6 PowerBuilder 7

More information

EJB-Programming-4-cn.doc

EJB-Programming-4-cn.doc EJB (4) : (Entity Bean Value Object ) JBuilder EJB 2.x CMP EJB Relationships JBuilder EJB Test Client EJB EJB Seminar CMP Entity Beans Session Bean J2EE Session Façade Design Pattern Session Bean Session

More information

一 套 真 正 只 用 Server Cluster 集 群 结 构 的 模 式 覆 盖 多 种 硬 件 平 台 操 作 系 统 和 数 据 库 的 数 据 传 输 平 台 和 联 机 事 务 处 理 软 件, 并 且 能 够 自 由 组 合 这 些 平 台 形 成 最 佳 应 用 环 境 具 有

一 套 真 正 只 用 Server Cluster 集 群 结 构 的 模 式 覆 盖 多 种 硬 件 平 台 操 作 系 统 和 数 据 库 的 数 据 传 输 平 台 和 联 机 事 务 处 理 软 件, 并 且 能 够 自 由 组 合 这 些 平 台 形 成 最 佳 应 用 环 境 具 有 鞍 钢 集 团 CIO 林 瑜 专 访 : 企 业 信 息 系 统 是 这 样 炼 成 的 51CTO 独 家 专 访 建 立 一 个 企 业 级 的 集 成 平 台, 必 须 具 备 三 个 条 件 : 高 可 用 性 高 可 靠 性 和 可 扩 展 性 这 三 个 原 则 是 企 业 应 用 平 台 能 在 它 生 命 周 期 里 很 好 运 行 和 发 展 的 前 提 鞍 钢 集 团 CIO

More information

ebook 185-6

ebook 185-6 6 Red Hat Linux DB2 Universal Database 6.1 D B 2 Red Hat D B 2 Control Center D B 2 D B 2 D B 2 6.1 DB2 Universal Database [DB2]6.1 D B 2 O LT P O L A P D B 2 I B M P C We e k D B 2 D B 2 L i n u x Windows

More information

提纲 1 2 OS Examples for 3

提纲 1 2 OS Examples for 3 第 4 章 Threads2( 线程 2) 中国科学技术大学计算机学院 October 28, 2009 提纲 1 2 OS Examples for 3 Outline 1 2 OS Examples for 3 Windows XP Threads I An Windows XP application runs as a seperate process, and each process may

More information

ebook 96-16

ebook 96-16 16 13 / ( ) 16-1 SQL*Net/Net8 SQL*Net/Net8 SQL*Net/Net8 16-1 / S Q L SQL*Net V2 N e t 8 S Q L * N e t N e t ( ) 16.1 S Q L O r a c l e S Q L 16 401 ) ( H R _ L I N K create database link p u b l i c (

More information

先生別耍我

先生別耍我 先 生 別 耍 我. 夏 雪 3 目 錄 : 第 一 章 005 第 二 章 019 第 三 章 044 第 四 章 058 第 五 章 077 第 六 章 101 第 七 章 121 第 八 章 136 4 目 錄 第 九 章 151 第 十 章 172 尾 聲 196 關 於 夏 雪 197 先 生 別 耍 我. 夏 雪 5 第 一 章 姜 曦 在 照 片 裡 翻 閱 照 片 的 是 一 個

More information

提问袁小兵:

提问袁小兵: C++ 面 试 试 题 汇 总 柯 贤 富 管 理 软 件 需 求 分 析 篇 1. STL 类 模 板 标 准 库 中 容 器 和 算 法 这 部 分 一 般 称 为 标 准 模 板 库 2. 为 什 么 定 义 虚 的 析 构 函 数? 避 免 内 存 问 题, 当 你 可 能 通 过 基 类 指 针 删 除 派 生 类 对 象 时 必 须 保 证 基 类 析 构 函 数 为 虚 函 数 3.

More information

Microsoft Word - cr_xi_supported_platforms_tw.doc

Microsoft Word - cr_xi_supported_platforms_tw.doc Crystal Reports XI 支援平台 ====================================== (c) 2004 Business Objects XI 發佈時的一般可用時期支援這些平台 如需 XI 平台支援最新版本的資訊, 請參閱 :http://www.businessobjects.com/support/ 語言 ========= * 英文 * 法文 * 德文

More information

untitled

untitled 1 7 7.1 7.2 7.3 7.4 7.5 2 7.1 VFT virtual 7.1 3 1 1. 2. public protected public 3. VFT 4. this const volatile 4 2 5. ( ) ( ) 7.1 6. no-static virtual 7.2 7. inline 7.3 5 3 8. this this 9. ( ) ( ) delete

More information

目 錄 壹 甄 試 重 要 時 程 表... 1 貳 甄 試 類 別 報 考 資 格 條 件 筆 試 科 目 需 才 地 區 及 錄 取 名 額... 2 參 甄 試 方 式... 20 肆 報 名 期 間 及 方 式... 20 伍 測 驗 日 期 時 間 及 應 攜 帶 繳 交 證 件 資 料.

目 錄 壹 甄 試 重 要 時 程 表... 1 貳 甄 試 類 別 報 考 資 格 條 件 筆 試 科 目 需 才 地 區 及 錄 取 名 額... 2 參 甄 試 方 式... 20 肆 報 名 期 間 及 方 式... 20 伍 測 驗 日 期 時 間 及 應 攜 帶 繳 交 證 件 資 料. 臺 灣 土 地 銀 行 105 年 度 五 職 等 至 八 職 等 新 進 甄 試 簡 章 試 務 行 政 受 託 辦 理 單 位 : 財 團 法 人 台 灣 金 融 研 訓 院 地 址 : 台 北 市 中 正 區 羅 斯 福 路 三 段 62 號 電 話 :(02)33653666#1 服 務 時 間 : 週 一 至 週 五 9:00~17:30 台 灣 金 融 研 訓 院 / 臺 灣 土 地 銀

More information

Eclipse C C++, or

Eclipse C C++,  or Eclipse C C++, Emailctchen@pl.csie.ntut.edu.tw or s1669021@ntut.edu.tw, s2598003@ntut.edu.tw http://pl.csie.ntut.edu.tw/~ctchen, http://www.ntut.edu.tw/~s2598003/ 2004/9/10 (0.02 ) Eclipse http://www.eclipse.org

More information

苗 ) 种 质 资 源 进 出 口 的 审 批 工 作 ; 组 织 农 作 物 品 种 管 理, 拟 订 农 作 物 品 种 审 定 和 农 业 植 物 新 品 种 保 护 的 办 法 标 准, 承 担 农 作 物 品 种 审 定 登 记 和 农 业 植 物 新 品 种 授 权 复 审 工 作, 组

苗 ) 种 质 资 源 进 出 口 的 审 批 工 作 ; 组 织 农 作 物 品 种 管 理, 拟 订 农 作 物 品 种 审 定 和 农 业 植 物 新 品 种 保 护 的 办 法 标 准, 承 担 农 作 物 品 种 审 定 登 记 和 农 业 植 物 新 品 种 授 权 复 审 工 作, 组 农 作 物 种 子 行 业 分 析 天 风 证 券 俞 捷 我 国 是 农 业 生 产 大 国 和 用 种 大 国, 农 作 物 种 子 ( 以 下 简 称 种 子 ) 是 农 业 生 产 中 最 基 本 最 重 要 的 生 产 资 料, 优 良 品 种 的 选 育 和 推 广 对 我 国 农 业 生 产 具 有 显 著 贡 献 农 作 物 种 业 是 国 家 战 略 性 基 础 性 核 心 产 业,

More information

Fun Time (1) What happens in memory? 1 i n t i ; 2 s h o r t j ; 3 double k ; 4 char c = a ; 5 i = 3; j = 2; 6 k = i j ; H.-T. Lin (NTU CSIE) Referenc

Fun Time (1) What happens in memory? 1 i n t i ; 2 s h o r t j ; 3 double k ; 4 char c = a ; 5 i = 3; j = 2; 6 k = i j ; H.-T. Lin (NTU CSIE) Referenc References (Section 5.2) Hsuan-Tien Lin Deptartment of CSIE, NTU OOP Class, March 15-16, 2010 H.-T. Lin (NTU CSIE) References OOP 03/15-16/2010 0 / 22 Fun Time (1) What happens in memory? 1 i n t i ; 2

More information

FAQ -PowerDesigner9.5.DOC

FAQ -PowerDesigner9.5.DOC PowerDesigner 9.5 FAQ 1. PowerDesigner PowerDesigner PowerDesigner (CASE Tool,Computer Aided Software Engineering) PowerDesigner 1989 9.5 2. PowerDesigner PowerDesigner Internet ( Java) PowerDesigner 7.0

More information

RunPC2_.doc

RunPC2_.doc PowerBuilder 8 (5) PowerBuilder Client/Server Jaguar Server Jaguar Server Connection Cache Thin Client Internet Connection Pooling EAServer Connection Cache Connection Cache Connection Cache Connection

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 Hadoop 生 态 技 术 在 阿 里 全 网 商 品 搜 索 实 战 阿 里 巴 巴 - 王 峰 自 我 介 绍 真 名 : 王 峰 淘 宝 花 名 : 莫 问 微 博 : 淘 莫 问 2006 年 硕 士 毕 业 后 加 入 阿 里 巴 巴 集 团 淘 及 搜 索 事 业 部 ( 高 级 技 术 与 家 ) 目 前 负 责 搜 索 离 线 系 统 团 队 技 术 方 向 : 分 布 式 计 算

More information

59 1 CSpace 2 CSpace CSpace URL CSpace 1 CSpace URL 2 Lucene 3 ID 4 ID Web 1. 2 CSpace LireSolr 3 LireSolr 3 Web LireSolr ID

59 1 CSpace 2 CSpace CSpace URL CSpace 1 CSpace URL 2 Lucene 3 ID 4 ID Web 1. 2 CSpace LireSolr 3 LireSolr 3 Web LireSolr ID 58 2016. 14 * LireSolr LireSolr CEDD Ajax CSpace LireSolr CEDD Abstract In order to offer better image support services it is necessary to extend the image retrieval function of our institutional repository.

More information

Chapter 9: Objects and Classes

Chapter 9: Objects and Classes Fortran Algol Pascal Modula-2 BCPL C Simula SmallTalk C++ Ada Java C# C Fortran 5.1 message A B 5.2 1 class Vehicle subclass Car object mycar public class Vehicle extends Object{ public int WheelNum

More information

BOOL EnumWindows(WNDENUMPROC lparam); lpenumfunc, LPARAM (Native Interface) PowerBuilder PowerBuilder PBNI 2

BOOL EnumWindows(WNDENUMPROC lparam); lpenumfunc, LPARAM (Native Interface) PowerBuilder PowerBuilder PBNI 2 PowerBuilder 9 PowerBuilder Native Interface(PBNI) PowerBuilder 9 PowerBuilder C++ Java PowerBuilder 9 PBNI PowerBuilder Java C++ PowerBuilder NVO / PowerBuilder C/C++ PowerBuilder 9.0 PowerBuilder Native

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

新版 明解C言語入門編

新版 明解C言語入門編 328, 4, 110, 189, 103, 11... 318. 274 6 ; 10 ; 5? 48 & & 228! 61!= 42 ^= 66 _ 82 /= 66 /* 3 / 19 ~ 164 OR 53 OR 164 = 66 ( ) 115 ( ) 31 ^ OR 164 [] 89, 241 [] 324 + + 4, 19, 241 + + 22 ++ 67 ++ 73 += 66

More information

1 4 1.1 4 1.2..4 2..4 2.1..4 3.4 3.1 Java.5 3.1.1..5 3.1.2 5 3.1.3 6 4.6 4.1 6 4.2.6 5 7 5.1..8 5.1.1 8 5.1.2..8 5.1.3..8 5.1.4..9 5.2..9 6.10 6.1.10

1 4 1.1 4 1.2..4 2..4 2.1..4 3.4 3.1 Java.5 3.1.1..5 3.1.2 5 3.1.3 6 4.6 4.1 6 4.2.6 5 7 5.1..8 5.1.1 8 5.1.2..8 5.1.3..8 5.1.4..9 5.2..9 6.10 6.1.10 Java V1.0.1 2007 4 10 1 4 1.1 4 1.2..4 2..4 2.1..4 3.4 3.1 Java.5 3.1.1..5 3.1.2 5 3.1.3 6 4.6 4.1 6 4.2.6 5 7 5.1..8 5.1.1 8 5.1.2..8 5.1.3..8 5.1.4..9 5.2..9 6.10 6.1.10 6.2.10 6.3..10 6.4 11 7.12 7.1

More information

handsome-招股书-新规则-final-version-0422.PDF

handsome-招股书-新规则-final-version-0422.PDF 1 Handsome Electronics Co., Ltd. ( 259 ) 1 2 28 2 Handsome Electronics Co., Ltd. ( ) 17,000,000 A 1700 1 15.53 2003 4 28 2003 4 10 3 1 2002 44.28 11.65 2 3 4 2001 7 17 3 2010 2010, 4 5...8...11...11...11...11...12...12...12...13...

More information

untitled

untitled JavaEE+Android - 6 1.5-2 JavaEE web MIS OA ERP BOSS Android Android Google Map office HTML CSS,java Android + SQL Sever JavaWeb JavaScript/AJAX jquery Java Oracle SSH SSH EJB+JBOSS Android + 1. 2. IDE

More information

untitled

untitled ArcGIS Server Web services Web services Application Web services Web Catalog ArcGIS Server Web services 6-2 Web services? Internet (SOAP) :, : Credit card authentication, shopping carts GIS:, locator services,

More information

软件概述

软件概述 Cobra DocGuard BEIJING E-SAFENET SCIENCE & TECHNOLOGY CO.,LTD. 2003 3 20 35 1002 010-82332490 http://www.esafenet.com Cobra DocGuard White Book 1 1....4 1.1...4 1.2 CDG...4 1.3 CDG...4 1.4 CDG...5 1.5

More information

untitled

untitled 3 C++ 3.1 3.2 3.3 3.4 new delete 3.5 this 3.6 3.7 3.1 3.1 class struct union struct union C class C++ C++ 3.1 3.1 #include struct STRING { typedef char *CHARPTR; // CHARPTR s; // int strlen(

More information

ArcGIS Sever.NET ArcGIS Server Web JAVA ArcGIS Server Web

ArcGIS Sever.NET ArcGIS Server Web JAVA ArcGIS Server Web rcgis 9 GIS ArcGIS Server ESRI ArcGIS Sever.NET ArcGIS Server Web JAVA ArcGIS Server Web ArcGIS Server ArcGIS Server? ArcGIS Server ArcGIS Server ArcGIS Server ArcGIS Server Web ArcGIS Server? ArcGIS Server

More information

, 7, Windows,,,, : ,,,, ;,, ( CIP) /,,. : ;, ( 21 ) ISBN : -. TP CIP ( 2005) 1

, 7, Windows,,,, : ,,,, ;,, ( CIP) /,,. : ;, ( 21 ) ISBN : -. TP CIP ( 2005) 1 21 , 7, Windows,,,, : 010-62782989 13501256678 13801310933,,,, ;,, ( CIP) /,,. : ;, 2005. 11 ( 21 ) ISBN 7-81082 - 634-4... - : -. TP316-44 CIP ( 2005) 123583 : : : : 100084 : 010-62776969 : 100044 : 010-51686414

More information

untitled

untitled 4.1AOP AOP Aspect-oriented programming AOP 來說 AOP 令 理 Cross-cutting concerns Aspect Weave 理 Spring AOP 來 AOP 念 4.1.1 理 AOP AOP 見 例 來 例 錄 Logging 錄 便 來 例 行 留 錄 import java.util.logging.*; public class HelloSpeaker

More information

untitled

untitled 1 Outline 數 料 數 數 列 亂數 練 數 數 數 來 數 數 來 數 料 利 料 來 數 A-Z a-z _ () 不 數 0-9 數 不 數 SCHOOL School school 數 讀 school_name schoolname 易 不 C# my name 7_eleven B&Q new C# (1) public protected private params override

More information

個 人 的 手, 拉 著 瞎 子 的 手 把 他 帶 往 村 外 的 時 候, 對 於 瞎 子 來 講, 那 個 人 的 手 和 耶 穌 的 手 有 沒 有 區 別? 沒 有! 為 什 麼 沒 有 區 別? 因 為 對 於 一 個 瞎 子 來 說, 手 和 耳 朵 就 是 他 接 觸 世 界, 瞭

個 人 的 手, 拉 著 瞎 子 的 手 把 他 帶 往 村 外 的 時 候, 對 於 瞎 子 來 講, 那 個 人 的 手 和 耶 穌 的 手 有 沒 有 區 別? 沒 有! 為 什 麼 沒 有 區 別? 因 為 對 於 一 個 瞎 子 來 說, 手 和 耳 朵 就 是 他 接 觸 世 界, 瞭 課 目 : 講 道 法 學 生 : 楊 建 偉 老 師 : 汪 院 長 時 間 :2009 年 8 月 1 日 靈 命 三 階 ( 可 8:22-26) 在 四 部 福 音 書 中, 這 是 一 段 很 特 別 的 記 載 特 別 在 什 麼 地 方 呢? 是 不 是 特 別 在 耶 穌 基 督 對 一 個 病 人 的 醫 治? 不, 在 耶 穌 三 年 半 的 服 侍 當 中, 曾 經 醫 治 數

More information

概述

概述 Compatibility Report of Red Flag DC Server 4.0 Power by: Product Dept. of Red Flag Date: Mar.31.2003 1...1 2...2 2.1...2 2.2...2 2.3...2 2.4...2 3...3 3.1...3 3.2...15 4...17 1 Red Flag DC Server 4.0 Red

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

使 用 Java 语 言 模 拟 保 险 箱 容 量 门 板 厚 度 箱 体 厚 度 属 性 锁 具 类 型 开 保 险 箱 关 保 险 箱 动 作 存 取 款

使 用 Java 语 言 模 拟 保 险 箱 容 量 门 板 厚 度 箱 体 厚 度 属 性 锁 具 类 型 开 保 险 箱 关 保 险 箱 动 作 存 取 款 JAVA 程 序 设 计 ( 肆 ) 徐 东 / 数 学 系 使 用 Java 语 言 模 拟 保 险 箱 容 量 门 板 厚 度 箱 体 厚 度 属 性 锁 具 类 型 开 保 险 箱 关 保 险 箱 动 作 存 取 款 使 用 Java class 代 表 保 险 箱 public class SaveBox 类 名 类 类 体 实 现 封 装 性 使 用 class SaveBox 代 表 保

More information

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南 Symantec Sygate Enterprise Protection 防 护 代 理 安 装 使 用 指 南 5.1 版 版 权 信 息 Copyright 2005 Symantec Corporation. 2005 年 Symantec Corporation 版 权 所 有 All rights reserved. 保 留 所 有 权 利 Symantec Symantec 徽 标 Sygate

More information

SQL Server SQL Server SQL Mail Windows NT

SQL Server SQL Server SQL Mail Windows NT ... 3 11 SQL Server... 4 11.1... 7 11.2... 9 11.3... 11 11.4... 30 11.5 SQL Server... 30 11.6... 31 11.7... 32 12 SQL Mail... 33 12.1Windows NT... 33 12.2SQL Mail... 34 12.3SQL Mail... 34 12.4 Microsoft

More information

ArcIMS ArcIMS Shape ArcIMS Monitor ArcIMS Tasker ArcIMS Windows NT UNIX ArcIMS ArcIMS MapService ArcIMS ArcIMS ArcIMS ArcIMS JAVA Windows NT UNIX ArcI

ArcIMS ArcIMS Shape ArcIMS Monitor ArcIMS Tasker ArcIMS Windows NT UNIX ArcIMS ArcIMS MapService ArcIMS ArcIMS ArcIMS ArcIMS JAVA Windows NT UNIX ArcI ArcIMS ArcIMS4.0 ( ) ArcIMS GIS ArcIMS GIS ArcIMS GIS Internet ArcIMS HTML Java ArcGIS Desktop ArcIMS ArcIMS ArcIMS ArcIMS ArcIMS ( ) Internet Intranet ArcIMS ArcIMS ArcIMS ArcIMS ArcIMS Spatial Server

More information

HP LaserJet Pro M1530 MFP Series User Guide - ZHTW

HP LaserJet Pro M1530 MFP Series User Guide - ZHTW LASERJET PRO M1530 MFP 系 列 使 用 者 指 南 HP LaserJet Pro M1530 MFP 系 列 使 用 者 指 南 著 作 權 與 授 權 2010 Copyright Hewlett-Packard Development Company, L.P. 除 著 作 權 法 允 許 的 範 圍 外, 若 未 經 事 先 書 面 許 可, 不 得 複 製 修 改

More information

Microsoft PowerPoint - ch6 [相容模式]

Microsoft PowerPoint - ch6 [相容模式] UiBinder wzyang@asia.edu.tw UiBinder Java GWT UiBinder XML UI i18n (widget) 1 2 UiBinder HelloWidget.ui.xml: UI HelloWidgetBinder HelloWidget.java XML UI Owner class ( Composite ) UI XML UiBinder: Owner

More information

G indd

G indd IBM 零 售 商 店 解 决 方 案 为 随 需 应 变 世 界 转 变 日 用 品 零 售 业 随 需 应 变 的 零 售 清 晰 的 成 功 前 景 规 划 每 个 零 售 商 都 面 临 着 竞 争 日 用 品 零 售 商 知 道 如 何 竞 争 在 这 个 行 业 中, 顾 客 想 要 的 是 更 低 的 价 格 更 快 捷 的 结 帐 以 及 专 业 的 服 务 熟 悉 Web 的 购

More information

FileMaker 15 ODBC 和 JDBC 指南

FileMaker 15 ODBC 和 JDBC 指南 FileMaker 15 ODBC JDBC 2004-2016 FileMaker, Inc. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc. / FileMaker WebDirect FileMaker, Inc. FileMaker

More information

Oracle 4

Oracle 4 Oracle 4 01 04 Oracle 07 Oracle Oracle Instance Oracle Instance Oracle Instance Oracle Database Oracle Database Instance Parameter File Pfile Instance Instance Instance Instance Oracle Instance System

More information

Mac Java import com.apple.mrj.*;... public class MyFirstApp extends JFrame implements ActionListener, MRJAboutHandler, MRJQuitHandler {... public MyFirstApp() {... MRJApplicationUtils.registerAboutHandler(this);

More information

1

1 PRIMETON TECHNOLOGIES, LTD. EOS EOS Manager No part of this document may be reproduced, stored in any electronic retrieval system, or transmitted in any form or by any means, mechanical, photocopying,

More information

序 软 件 工 程 思 想 林 锐 序 软 件 工 程 思 想 讲 述 软 件 开 发 和 做 程 序 员 的 道 理, 视 野 独 特, 构 思 新 颖, 内 容 风 趣, 不 落 窠 臼, 令 人 耳 目 一 新 堪 称 难 得, 以 至 回 味 无 穷 作 者 从 事 了 八 年 的 软 件 开 发 工 作, 在 他 的 博 士 学 位 论 文 完 成 之 际 写 下 了 这 本 心 之 所 感

More information

Microsoft Word - 把时间当作朋友(2011第3版)3.0.b.07.doc

Microsoft Word - 把时间当作朋友(2011第3版)3.0.b.07.doc 2 5 8 11 0 1. 13 2. 15 3. 18 1 1. 22 2. 25 3. 27 2 1. 35 2. 38 3. 41 4. 43 5. 48 6. 50 3 1. 56 2. 59 3. 63 4. 65 5. 69 13 22 35 56 6. 74 7. 82 8. 84 9. 87 10. 97 11. 102 12. 107 13. 111 4 114 1. 114 2.

More information

epub 61-2

epub 61-2 2 Web Dreamweaver UltraDev Dreamweaver 3 We b We b We Dreamweaver UltraDev We b Dreamweaver UltraDev We b We b 2.1 Web We b We b D r e a m w e a v e r J a v a S c r i p t We b We b 2.1.1 Web We b C C +

More information

校友会系统白皮书feb_08

校友会系统白皮书feb_08 硕 士 研 究 生 招 生 管 理 系 统 1 产 品 白 皮 书 希 尔 数 字 校 园 硕 士 研 究 生 招 生 管 理 系 统 白 皮 书 目 录 1 产 品 概 述... 1 1.1 产 品 简 介... 1 1.2 应 用 范 围... 1 2 产 品 功 能 结 构 图... 2 3 产 品 功 能... 3 3.1 系 统 设 置... 3 3.2 信 息 发 布... 3 3.3

More information

C/C++程序设计 - 字符串与格式化输入/输出

C/C++程序设计 - 字符串与格式化输入/输出 C/C++ / Table of contents 1. 2. 3. 4. 1 i # include # include // density of human body : 1. 04 e3 kg / m ^3 # define DENSITY 1. 04 e3 int main ( void ) { float weight, volume ; int

More information

0SQL SQL SQL SQL SQL 3 SQL DBMS Oracle DBMS DBMS DBMS DBMS RDBMS R DBMS 2 DBMS RDBMS R SQL SQL SQL SQL SELECT au_fname,au_ lname FROM authors ORDER BY

0SQL SQL SQL SQL SQL 3 SQL DBMS Oracle DBMS DBMS DBMS DBMS RDBMS R DBMS 2 DBMS RDBMS R SQL SQL SQL SQL SELECT au_fname,au_ lname FROM authors ORDER BY 0 SQL SQL SELECT DISTINCT city, state FROM customers; SQL SQL DBMS SQL DBMS SQL 0-1 SQL SQL 0SQL SQL SQL SQL SQL 3 SQL DBMS Oracle DBMS DBMS DBMS DBMS RDBMS R DBMS 2 DBMS RDBMS R SQL SQL SQL SQL SELECT

More information

How to Debug Tuxedo Server printf( Input data is: %s, inputstr); fprintf(stdout, Input data is %s, inputstr); fprintf(stderr, Input data is %s, inputstr); printf( Return data is: %s, outputstr); tpreturn(tpsuccess,

More information

KillTest 质量更高 服务更好 学习资料 半年免费更新服务

KillTest 质量更高 服务更好 学习资料   半年免费更新服务 KillTest 质量更高 服务更好 学习资料 http://www.killtest.cn 半年免费更新服务 Exam : 70-536Chinese(C++) Title : TS:MS.NET Framework 2.0-Application Develop Foundation Version : DEMO 1 / 10 1. Exception A. Data B. Message C.

More information

新・明解C言語入門編『索引』

新・明解C言語入門編『索引』 !... 75!=... 48 "... 234 " "... 9, 84, 240 #define... 118, 213 #include... 148 %... 23 %... 23, 24 %%... 23 %d... 4 %f... 29 %ld... 177 %lf... 31 %lu... 177 %o... 196 %p... 262 %s... 242, 244 %u... 177

More information

网上路演公告-final.PDF

网上路演公告-final.PDF Handsome Electronics Co., Ltd. ( 259 ) 1 2 28 1-1-1 Handsome Electronics Co., Ltd. ( ) 17,000,000 A 1700 1 15.53 2003 121 2003 10 22 1-1-2 1 2003 4 25 " " 2003 5 2003 10 14 2003 4067 2 1-1-3 3 4 2001 7

More information

概述

概述 OPC Version 1.6 build 0910 KOSRDK Knight OPC Server Rapid Development Toolkits Knight Workgroup, eehoo Technology 2002-9 OPC 1...4 2 API...5 2.1...5 2.2...5 2.2.1 KOS_Init...5 2.2.2 KOS_InitB...5 2.2.3

More information

基于UML建模的管理管理信息系统项目案例导航——VB篇

基于UML建模的管理管理信息系统项目案例导航——VB篇 PowerBuilder 8.0 PowerBuilder 8.0 12 PowerBuilder 8.0 PowerScript PowerBuilder CIP PowerBuilder 8.0 /. 2004 21 ISBN 7-03-014600-X.P.. -,PowerBuilder 8.0 - -.TP311.56 CIP 2004 117494 / / 16 100717 http://www.sciencep.com

More information

入學考試網上報名指南

入學考試網上報名指南 入 學 考 試 網 上 報 名 指 南 On-line Application Guide for Admission Examination 16/01/2015 University of Macau Table of Contents Table of Contents... 1 A. 新 申 請 網 上 登 記 帳 戶 /Register for New Account... 2 B. 填

More information

collateral 1.doc

collateral 1.doc CA BrightStor ARCserve Backup r11 2004 2 BrightStor ARCserve Backup r11 1 11 100020 010-65611136 010-65611135 8008100670 1... 5 2... 6 2.1... 7 2.2... 7 2.3... 7 2.4... 7 3... 7 3.1... 8 3.2... 8 3.3...

More information

untitled

untitled http://idc.hust.edu.cn/~rxli/ 1.1 1.2 1.3 1.4 1.5 1.6 2 1.1 1.1.1 1.1.2 1.1.3 3 1.1.1 Data (0005794, 601,, 1, 1948.03.26, 01) (,,,,,) 4 1.1.1 Database DB 5 1.1.1 (DBMS) DDL ( Create, Drop, Alter) DML(

More information

政府機關資訊通報第295期(5月)

政府機關資訊通報第295期(5月) 第 295 期 101 年 5 月 5 日出版 財政部文書檔管系統(公文線上簽核) 推展簡介 雲端虛擬化平台於臺中市政府資訊中心之 建置與應用 考選部 國家考試試務整合性管理系統 簡介 全國首創第四級之高雄土地利用調查 作業特點 統整式知識內容管理系統建構實務 考選部行政系統整合平台暨 線上申辦及薪資差勤系統 建置經驗分享 目 次 機 關 動 態... 1 法 務 部 調 查 局... 1 內 政

More information

IBM Rational ClearQuest Client for Eclipse 1/ IBM Rational ClearQuest Client for Ecl

IBM Rational ClearQuest Client for Eclipse   1/ IBM Rational ClearQuest Client for Ecl 1/39 Balaji Krish,, IBM Nam LeIBM 2005 4 15 IBM Rational ClearQuest ClearQuest Eclipse Rational ClearQuest / Eclipse Clien Rational ClearQuest Rational ClearQuest Windows Web Rational ClearQuest Client

More information

C H A P T E R 7 Windows Vista Windows Vista Windows Vista FAT16 FAT32 NTFS NTFS New Technology File System NTFS

C H A P T E R 7 Windows Vista Windows Vista Windows Vista FAT16 FAT32 NTFS NTFS New Technology File System NTFS C H P T E R 7 Windows Vista Windows Vista Windows VistaFT16 FT32NTFS NTFSNew Technology File System NTFS 247 6 7-1 Windows VistaTransactional NTFS TxFTxF Windows Vista MicrosoftTxF CIDatomicity - Consistency

More information

目 录 1. 概 述... 1 2. 总 体 方 案... 3 2.1. 方 案 概 述... 3 2.2. 软 件 部 署 架 构... 4 2.3. 技 术 原 理... 5 2.4. 访 问 场 景... 6 2.5. 典 型 设 备 ipad 配 置 使 用 示 例... 8 2. 详 细

目 录 1. 概 述... 1 2. 总 体 方 案... 3 2.1. 方 案 概 述... 3 2.2. 软 件 部 署 架 构... 4 2.3. 技 术 原 理... 5 2.4. 访 问 场 景... 6 2.5. 典 型 设 备 ipad 配 置 使 用 示 例... 8 2. 详 细 思 杰 移 动 办 公 解 决 方 案 2012 年 9 月 思 杰 系 统 信 息 技 术 ( 北 京 ) 有 限 公 司 Citrix Systems, Inc. 0 目 录 1. 概 述... 1 2. 总 体 方 案... 3 2.1. 方 案 概 述... 3 2.2. 软 件 部 署 架 构... 4 2.3. 技 术 原 理... 5 2.4. 访 问 场 景... 6 2.5. 典

More information

extend

extend (object oriented) Encapsulation Inheritance Polymorphism Dynamic Binding (base class) (derived class) 1 class Base { int I; void X(); void Y(); class Derived: public Base { private: int j; void z(); Derived

More information

Microsoft Word - 2-4-1_2 課本1225_OK_0222修.doc

Microsoft Word - 2-4-1_2 課本1225_OK_0222修.doc 第 七 課 玩 積 木 學 程 式 學 習 目 標 1. 學 生 能 夠 說 出 程 式 中 的 指 令 還 要 轉 換 成 電 腦 可 以 了 解 的 命 令 才 能 指 揮 電 腦 工 作 2. 學 生 能 夠 說 出 程 式 語 言 的 發 展 愈 高 階, 愈 像 人 類 的 自 然 語 言 3. 學 生 能 夠 分 辨 程 式 語 言 的 不 同 用 途 4. 學 生 能 夠 說 出 個

More information

<32303133C4EAC5E0D1B5BCC6BBAEB1ED2E786C73>

<32303133C4EAC5E0D1B5BCC6BBAEB1ED2E786C73> 2013 公 开 课 课 程 计 划 TrainingSchedule Advance Your Career Pursue New Opportunities 开 课 地 点 : 上 海 / 北 京 / 广 州 / 成 都 / 武 汉 ( 提 供 全 国 远 程 网 络 课 堂 ) 全 国 服 务 热 线 :400-888-5228 AVTECH 版 权 所 有 Course name Sql server

More information

A API Application Programming Interface 见 应 用 程 序 编 程 接 口 ARP Address Resolution Protocol 地 址 解 析 协 议 为 IP 地 址 到 对 应 的 硬 件 地 址 之 间 提 供 动 态 映 射 阿 里 云 内

A API Application Programming Interface 见 应 用 程 序 编 程 接 口 ARP Address Resolution Protocol 地 址 解 析 协 议 为 IP 地 址 到 对 应 的 硬 件 地 址 之 间 提 供 动 态 映 射 阿 里 云 内 A API Application Programming Interface 见 应 用 程 序 编 程 接 口 ARP Address Resolution Protocol 地 址 解 析 协 议 为 IP 地 址 到 对 应 的 硬 件 地 址 之 间 提 供 动 态 映 射 阿 里 云 内 容 分 发 网 络 Alibaba Cloud Content Delivery Network 一

More information

SP_ SP_03 JAVA...6 SP_10 SQL...8 SP_ SP_ SP_ SP_ SP_ SP_ SP_ SP_04.NET...33 SP_02 C...37 SP_05

SP_ SP_03 JAVA...6 SP_10 SQL...8 SP_ SP_ SP_ SP_ SP_ SP_ SP_ SP_04.NET...33 SP_02 C...37 SP_05 1 SP_01...3 SP_03 JAVA...6 SP_10 SQL...8 SP_51...12 SP_32...15 SP_53...18 SP_20...21 SP_22...24 SP_21...27 SP_23...30 SP_04.NET...33 SP_02 C...37 SP_05 FLASH...39 SP_06...42 2 SP_01 1. 8. Excel 2. 9. PowerPoint

More information

Chapter 9: Objects and Classes

Chapter 9: Objects and Classes Java application Java main applet Web applet Runnable Thread CPU Thread 1 Thread 2 Thread 3 CUP Thread 1 Thread 2 Thread 3 ,,. (new) Thread (runnable) start( ) CPU (running) run ( ) blocked CPU sleep(

More information