Deutsch-Chinesische Enzyklopädie, 德汉百科

       
German — Chinese
Catalog IT-Times

Jaguar - Cray XK6 超级计算机
/assets/contentimages/Jaguar_-_Cray_XK6.jpg
This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.
日本海洋地球科学技术局/国立研究開発法人海洋研究開発機構
 
https://www.net4info.de/photos/cpg/albums/userpics/10001/Japan_Agency_for_Marine-Earth_Science_and_Technology.jpg
 
 
This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.
JAVA平台的企业版,J2EE系统架构,一套创建企业应用程序的规范
JAVA EE平台本质上是一个分布式的服务器应用程序设计环境
/assets/contentimages/JAVA_EE.gif

This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.
JAVA平台微版

 /assets/contentimages/JAVAME.gif

Java ME(Java Platform,Micro Edition)是为机顶盒、移动电话和PDA之类嵌入式消费电子设备提供的Java语言平台,包括虚拟机和一系列标准化的Java API。它和Java SE、Java EE一起构成Java技术的三大版本,并且同样是通过JCP(Java Community Process)制订的。  
Java ME(Java 2 Micro Edition)是Java 2的一个组成部分,它与J2SEJ2EE并称。
根据Sun的定义:Java ME是一种高度优化的Java运行环境,主要针对消费类电子设备的,例如蜂窝电话和可视电话、数字机顶盒汽车导航系统等等。JAVA ME技术在1999年的JavaOne Developer Conference大会上正式推出,它将Java语言的与平台无关的特性移植到小型电子设备上,允许移动无线设备之间共享应用程序

 

This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.

This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.
JAVA平台标准版
/assets/contentimages/Java_SE_.gif
This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.
/assets/contentimages/js-logo.png
This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.
https://www.net4info.de/photos/cpg/albums/userpics/10001/JavaServer_Faces.jpg
This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.
https://www.net4info.de/photos/cpg/albums/userpics/10001/JBoss_logo.png
This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.
https://www.net4info.de/photos/cpg/albums/userpics/10001/JCL.jpg
RRRunning Java using BPXBATCH
//BPXBATCH JOB (999,XXX),'JAVA BPXBATCH',CLASS=A,MSGLEVEL=(1,1)
// MSGCLASS=X,REGION=0M,NOTIFY=&SYSUID
//********************************************************************
//* Run Java under a Unix System Service shell
//********************************************************************
//STEP1 EXEC PGM=BPXBATCH,
// PARM='SH java com.foo.MyClass arg1 arg2'
//STDIN DD DUMMY
//STDOUT DD PATH='/tmp/&SYSUID..bpxbatch.out',
// PATHOPTS=(OWRONLY,OCREAT,OTRUNC),
// PATHMODE=SIRWXU
//STDERR DD PATH='/tmp/&SYSUID..bpxbatch.err',
// PATHOPTS=(OWRONLY,OCREAT,OTRUNC),
// PATHMODE=SIRWXU
//STDENV DD *
CLASSPATH=/u/myuid/classes:/u/myuid/lib/foo.jar:/u/myuid/lib/bar.jar
//
//*********************************************************************
//* Copy HFS output files to SYSOUT, since BPXBATCH can only write
//* STDOUT and STDERR to HFS files.
//*********************************************************************
//STEP2 EXEC PGM=IKJEFT01,DYNAMNBR=300,COND=EVEN
//SYSTSPRT DD SYSOUT=*
//HFSOUT DD PATH='/tmp/&SYSUID..bpxbatch.out'
//HFSERR DD PATH='/tmp/&SYSUID..bpxbatch.err'
//STDOUTL DD SYSOUT=*,DCB=(RECFM=VB,LRECL=133,BLKSIZE=137)
//STDERRL DD SYSOUT=*,DCB=(RECFM=VB,LRECL=133,BLKSIZE=137)
//SYSPRINT DD SYSOUT=*
//SYSTSIN DD *
OCOPY INDD(HFSOUT) OUTDD(STDOUTL)
OCOPY INDD(HFSERR) OUTDD(STDERRL)
//
 
This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.
https://www.net4info.de/photos/cpg/albums/userpics/10001/JDBC.jpg
This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.
傑弗瑞·烏爾曼 杰弗瑞·乌尔曼
Jeffrey David Ullman (* 22. November 1942 in New York City) ist ein US-amerikanischer Informatiker. 2000 erhielt er den Knuth-Preis. Er ist Fellow der National Academy of Engineering, der American Academy of Arts and Sciences, der National Academy of Sciences und der Association for Computing Machinery. Für 2020 wurde Ullman zusammen mit Alfred Aho der Turing Award zugesprochen.

Jeffrey David Ullman (* 22. November 1942 in New York City[1]) ist ein US-amerikanischer Informatiker.

Nach seinem Studium an der Columbia University (1963 mit dem Bachelor in Elektrotechnik abgeschlossen) und an der Princeton University, an der er 1966 bei Arthur Bernstein promoviert wurde (Synchronization Error Correcting Codes)[2] hat Jeffrey Ullman drei Jahre in den Bell Laboratories gearbeitet. Er war von 1969 bis 1979 Professor an der Princeton University. Seit 1979 ist er Professor an der Stanford University.

Er hat neben Veröffentlichungen in der Fachliteratur 16 Bücher geschrieben, darunter Standardwerke zu den Themen CompilerbauDatenstrukturenBerechenbarkeitstheorie und Theorie der Datenbanken.

2000 erhielt er den Knuth-Preis. Er ist Fellow der National Academy of Engineering, der American Academy of Arts and Sciences, der National Academy of Sciences und der Association for Computing Machinery. Für 2020 wurde Ullman zusammen mit Alfred Aho der Turing Award zugesprochen.

杰弗瑞·大卫·乌尔曼(英语:Jeffrey David Ullman,1942年11月22日—)是美国一位计算机科学家,斯坦福大学名誉教授。他编写的编译器教材(也称龙书)、计算理论(也称灰姑娘书)、数据结构数据库教材,被认为是所在领域的标准。他与长期合作伙伴阿尔佛雷德·艾侯共同获得2020年图灵奖,该奖项公认为是计算机科学领域的最高荣誉。

This image, video or audio may be copyrighted. It is used for educational purposes only. If you find it, please notify us byand we will remove it immediately.