4.1 AMI MQSeries API AMI MQI AMI / / AMI JavaC C++ AMI / AMI AMI - / /
|
|
|
- 琼吊 齐
- 7 years ago
- Views:
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
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
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
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
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
内 容 提 要 将 JAVA 开 发 环 境 迁 移 到 Linux 系 统 上 是 现 在 很 多 公 司 的 现 实 想 法, 而 在 Linux 上 配 置 JAVA 开 发 环 境 是 步 入 Linux 下 JAVA 程 序 开 发 的 第 一 步, 本 文 图 文 并 茂 地 全 程 指
内 容 提 要 将 JAVA 开 发 环 境 迁 移 到 Linux 系 统 上 是 现 在 很 多 公 司 的 现 实 想 法, 而 在 Linux 上 配 置 JAVA 开 发 环 境 是 步 入 Linux 下 JAVA 程 序 开 发 的 第 一 步, 本 文 图 文 并 茂 地 全 程 指 导 你 搭 建 Linux 平 台 下 的 JAVA 开 发 环 境, 包 括 JDK 以 及 集
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
新・解きながら学ぶ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 --
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 ([email protected]),, IBM Developer Technical Support Center
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
(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
FY.DOC
高 职 高 专 21 世 纪 规 划 教 材 C++ 程 序 设 计 邓 振 杰 主 编 贾 振 华 孟 庆 敏 副 主 编 人 民 邮 电 出 版 社 内 容 提 要 本 书 系 统 地 介 绍 C++ 语 言 的 基 本 概 念 基 本 语 法 和 编 程 方 法, 深 入 浅 出 地 讲 述 C++ 语 言 面 向 对 象 的 重 要 特 征 : 类 和 对 象 抽 象 封 装 继 承 等 主
内 容 简 介 本 书 是 一 本 关 于 语 言 程 序 设 计 的 教 材, 涵 盖 了 语 言 的 基 本 语 法 和 编 程 技 术, 其 中 包 含 了 作 者 对 语 言 多 年 开 发 经 验 的 总 结, 目 的 是 让 初 学 的 读 者 感 受 到 语 言 的 魅 力, 并 掌
语 言 程 序 设 计 郑 莉 胡 家 威 编 著 清 华 大 学 逸 夫 图 书 馆 北 京 内 容 简 介 本 书 是 一 本 关 于 语 言 程 序 设 计 的 教 材, 涵 盖 了 语 言 的 基 本 语 法 和 编 程 技 术, 其 中 包 含 了 作 者 对 语 言 多 年 开 发 经 验 的 总 结, 目 的 是 让 初 学 的 读 者 感 受 到 语 言 的 魅 力, 并 掌 握 语
基于CDIO一体化理念的课程教学大纲设计
Java 语 言 程 序 设 计 课 程 教 学 大 纲 Java 语 言 程 序 设 计 课 程 教 学 大 纲 一 课 程 基 本 信 息 1. 课 程 代 码 :52001CC022 2. 课 程 名 称 :Java 语 言 程 序 设 计 3. 课 程 英 文 名 称 :Java Programming 4. 课 程 类 别 : 理 论 课 ( 含 实 验 上 机 或 实 践 ) 5. 授
附录J:Eclipse教程
附 录 J:Eclipse 教 程 By Y.Daniel Liang 该 帮 助 文 档 包 括 以 下 内 容 : Eclipse 入 门 选 择 透 视 图 创 建 项 目 创 建 Java 程 序 编 译 和 运 行 Java 程 序 从 命 令 行 运 行 Java Application 在 Eclipse 中 调 试 提 示 : 在 学 习 完 第 一 章 后 使 用 本 教 程 第
产品手册: CA GEN r8
产 品 手 册 : CA GEN r8 CA Gen r8 CA Gen 是 一 个 成 熟 的 模 拟 驱 动 开 发 环 境, 用 来 设 计 部 署 和 维 护 高 性 能 可 扩 缩 的 企 业 应 用 程 序 集 成 模 型 和 代 码 生 成 使 您 能 够 运 用 平 台 独 立 的 应 用 程 序 来 运 行 您 的 关 键 任 务 进 程 灵 活 的 开 发 方 法 用 来 设 计
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
SiteView技术白皮书
SiteView ECC V6.2 技 术 白 皮 书 游 龙 网 络 科 技 ( 中 国 ) 有 限 公 司 DragonFlow Networks(China),Inc. 目 录 第 一 章 产 品 概 述... 3 第 二 章 系 统 结 构... 6 一 系 统 架 构... 7 1 用 户 管 理 模 块... 7 2 Web Server... 8 3 存 储 加 密 模 块... 8
Microsoft PowerPoint - 第一讲 概论.ppt
Java 游 戏 编 程 技 术 乔 少 杰 ( 博 士 ) 2009 年 下 [email protected] 2009-9-7 西 南 交 通 大 学 信 息 科 学 与 技 术 学 院 1/32 为 什 么 开 设 本 课 程? 从 实 用 角 度 : 行 业 发 展 趋 势, 游 戏 产 业 蓬 勃 发 展 ( 网 络 游 戏, 手 机 游 戏 ) 2008 年 中 国 网
第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
( 含 要 ) 1-2 用 或 雇 用, 抑 或 有 無 俸 給 文 職 或 武 職, 政 官 或 事 官 均 屬 之, 其 不 以 具 備 人 資 格 為 限, 因 此 屬 於 最 廣 義 之 念 四 廣 義 念 之 依 服 24 條 之 規 定 : 本 於 受 有 俸 給 之 文 武 職, 及
本 學 習 重 點 研 讀 首 先 應 釐 清 不 同 規 對 與 職 人 念 的 定 義, 其 中 之 定 義 從 最 廣 義 廣 義 狹 義 到 最 狹 義 的 人, 都 會 牽 涉 到 規 適 用 上 的 不 同, 而 職 人 涵 蓋 範 圍 比 更 廣, 讀 者 應 注 意 兩 者 之 間 的 區 別 建 議 讀 者 與 考 生 於 開 始 研 讀 之 際, 利 用 本 之 內 容 確 實
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
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
一 套 真 正 只 用 Server Cluster 集 群 结 构 的 模 式 覆 盖 多 种 硬 件 平 台 操 作 系 统 和 数 据 库 的 数 据 传 输 平 台 和 联 机 事 务 处 理 软 件, 并 且 能 够 自 由 组 合 这 些 平 台 形 成 最 佳 应 用 环 境 具 有
鞍 钢 集 团 CIO 林 瑜 专 访 : 企 业 信 息 系 统 是 这 样 炼 成 的 51CTO 独 家 专 访 建 立 一 个 企 业 级 的 集 成 平 台, 必 须 具 备 三 个 条 件 : 高 可 用 性 高 可 靠 性 和 可 扩 展 性 这 三 个 原 则 是 企 业 应 用 平 台 能 在 它 生 命 周 期 里 很 好 运 行 和 发 展 的 前 提 鞍 钢 集 团 CIO
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 (
先生別耍我
先 生 別 耍 我. 夏 雪 3 目 錄 : 第 一 章 005 第 二 章 019 第 三 章 044 第 四 章 058 第 五 章 077 第 六 章 101 第 七 章 121 第 八 章 136 4 目 錄 第 九 章 151 第 十 章 172 尾 聲 196 關 於 夏 雪 197 先 生 別 耍 我. 夏 雪 5 第 一 章 姜 曦 在 照 片 裡 翻 閱 照 片 的 是 一 個
提问袁小兵:
C++ 面 试 试 题 汇 总 柯 贤 富 管 理 软 件 需 求 分 析 篇 1. STL 类 模 板 标 准 库 中 容 器 和 算 法 这 部 分 一 般 称 为 标 准 模 板 库 2. 为 什 么 定 义 虚 的 析 构 函 数? 避 免 内 存 问 题, 当 你 可 能 通 过 基 类 指 针 删 除 派 生 类 对 象 时 必 须 保 证 基 类 析 构 函 数 为 虚 函 数 3.
Microsoft Word - cr_xi_supported_platforms_tw.doc
Crystal Reports XI 支援平台 ====================================== (c) 2004 Business Objects XI 發佈時的一般可用時期支援這些平台 如需 XI 平台支援最新版本的資訊, 請參閱 :http://www.businessobjects.com/support/ 語言 ========= * 英文 * 法文 * 德文
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
目 錄 壹 甄 試 重 要 時 程 表... 1 貳 甄 試 類 別 報 考 資 格 條 件 筆 試 科 目 需 才 地 區 及 錄 取 名 額... 2 參 甄 試 方 式... 20 肆 報 名 期 間 及 方 式... 20 伍 測 驗 日 期 時 間 及 應 攜 帶 繳 交 證 件 資 料.
臺 灣 土 地 銀 行 105 年 度 五 職 等 至 八 職 等 新 進 甄 試 簡 章 試 務 行 政 受 託 辦 理 單 位 : 財 團 法 人 台 灣 金 融 研 訓 院 地 址 : 台 北 市 中 正 區 羅 斯 福 路 三 段 62 號 電 話 :(02)33653666#1 服 務 時 間 : 週 一 至 週 五 9:00~17:30 台 灣 金 融 研 訓 院 / 臺 灣 土 地 銀
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
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
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
PowerPoint 演示文稿
Hadoop 生 态 技 术 在 阿 里 全 网 商 品 搜 索 实 战 阿 里 巴 巴 - 王 峰 自 我 介 绍 真 名 : 王 峰 淘 宝 花 名 : 莫 问 微 博 : 淘 莫 问 2006 年 硕 士 毕 业 后 加 入 阿 里 巴 巴 集 团 淘 及 搜 索 事 业 部 ( 高 级 技 术 与 家 ) 目 前 负 责 搜 索 离 线 系 统 团 队 技 术 方 向 : 分 布 式 计 算
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
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
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
新版 明解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
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
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...
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
软件概述
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
, 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
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
個 人 的 手, 拉 著 瞎 子 的 手 把 他 帶 往 村 外 的 時 候, 對 於 瞎 子 來 講, 那 個 人 的 手 和 耶 穌 的 手 有 沒 有 區 別? 沒 有! 為 什 麼 沒 有 區 別? 因 為 對 於 一 個 瞎 子 來 說, 手 和 耳 朵 就 是 他 接 觸 世 界, 瞭
課 目 : 講 道 法 學 生 : 楊 建 偉 老 師 : 汪 院 長 時 間 :2009 年 8 月 1 日 靈 命 三 階 ( 可 8:22-26) 在 四 部 福 音 書 中, 這 是 一 段 很 特 別 的 記 載 特 別 在 什 麼 地 方 呢? 是 不 是 特 別 在 耶 穌 基 督 對 一 個 病 人 的 醫 治? 不, 在 耶 穌 三 年 半 的 服 侍 當 中, 曾 經 醫 治 數
概述
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
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
Symantec™ Sygate Enterprise Protection 防护代理安装使用指南
Symantec Sygate Enterprise Protection 防 护 代 理 安 装 使 用 指 南 5.1 版 版 权 信 息 Copyright 2005 Symantec Corporation. 2005 年 Symantec Corporation 版 权 所 有 All rights reserved. 保 留 所 有 权 利 Symantec Symantec 徽 标 Sygate
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
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. 除 著 作 權 法 允 許 的 範 圍 外, 若 未 經 事 先 書 面 許 可, 不 得 複 製 修 改
Microsoft PowerPoint - ch6 [相容模式]
UiBinder [email protected] 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
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
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
Mac Java import com.apple.mrj.*;... public class MyFirstApp extends JFrame implements ActionListener, MRJAboutHandler, MRJQuitHandler {... public MyFirstApp() {... MRJApplicationUtils.registerAboutHandler(this);
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,
序
软 件 工 程 思 想 林 锐 序 软 件 工 程 思 想 讲 述 软 件 开 发 和 做 程 序 员 的 道 理, 视 野 独 特, 构 思 新 颖, 内 容 风 趣, 不 落 窠 臼, 令 人 耳 目 一 新 堪 称 难 得, 以 至 回 味 无 穷 作 者 从 事 了 八 年 的 软 件 开 发 工 作, 在 他 的 博 士 学 位 论 文 完 成 之 际 写 下 了 这 本 心 之 所 感
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.
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 +
校友会系统白皮书feb_08
硕 士 研 究 生 招 生 管 理 系 统 1 产 品 白 皮 书 希 尔 数 字 校 园 硕 士 研 究 生 招 生 管 理 系 统 白 皮 书 目 录 1 产 品 概 述... 1 1.1 产 品 简 介... 1 1.2 应 用 范 围... 1 2 产 品 功 能 结 构 图... 2 3 产 品 功 能... 3 3.1 系 统 设 置... 3 3.2 信 息 发 布... 3 3.3
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
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
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,
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.
新・明解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
概述
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
基于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
入學考試網上報名指南
入 學 考 試 網 上 報 名 指 南 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. 填
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(
政府機關資訊通報第295期(5月)
第 295 期 101 年 5 月 5 日出版 財政部文書檔管系統(公文線上簽核) 推展簡介 雲端虛擬化平台於臺中市政府資訊中心之 建置與應用 考選部 國家考試試務整合性管理系統 簡介 全國首創第四級之高雄土地利用調查 作業特點 統整式知識內容管理系統建構實務 考選部行政系統整合平台暨 線上申辦及薪資差勤系統 建置經驗分享 目 次 機 關 動 態... 1 法 務 部 調 查 局... 1 內 政
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
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
目 录 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. 典
Microsoft Word - 2-4-1_2 課本1225_OK_0222修.doc
第 七 課 玩 積 木 學 程 式 學 習 目 標 1. 學 生 能 夠 說 出 程 式 中 的 指 令 還 要 轉 換 成 電 腦 可 以 了 解 的 命 令 才 能 指 揮 電 腦 工 作 2. 學 生 能 夠 說 出 程 式 語 言 的 發 展 愈 高 階, 愈 像 人 類 的 自 然 語 言 3. 學 生 能 夠 分 辨 程 式 語 言 的 不 同 用 途 4. 學 生 能 夠 說 出 個
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 一
