Java Applet Java Applet Applet Servlet

Size: px
Start display at page:

Download "Java Applet Java Applet Applet Servlet"

Transcription

1 Drag & Drop 3 4

2 Java Applet Java Applet Applet Servlet Stream Applet JavaScript Java Database Connectivity BLOB DBMS

3 JDBC Web DB DB Web

4 ADSL ID Web [1] 24bit BMP(bitmap) Web 24bit BMP Web Web 4

5 2 2.1 [2] bit BMP Web JPEG JPEG JPEG JPEG BMP Web 2.3 JPEG [3][4] 2.1 5

6 JPEG DCT DCT DCT JPEG bit JPEG 24bit JPEG 24bit JPEG 24bit JPEG JPEG DCT JPEG JPEG DCT t t ASCII

7 ID 8 JPEG 2 JPEG DCT

8 2.4 JPEG <SOI>,<EOI> DQT -2 DQT ASCII t 8

9 3 3.1 Web 3.1 PC Web 4 (Step2) (Step3) Web Server (Step1) Client (Step1) (Step1) (Step3) 3.1 9

10 Java Servlet Servlet Servlet Web Java CGI(Common Gateway Interface)Servlet CGI Servlet Jakarta Project Tomcat[5] Apache Tomcat Apache Servlet Tomcat Tomcat Apche Tomcat DBMS(Data Base Management System) Hitachi HiRDB Servlet DMBS JDBC(Java Data Base Connectivity)JDBC vajra OS Windows 2003 Server R2 Standard Edition

11 3.3 Web HTML form ( 3.3.1) Drag & Drop Drop Drop Drag & Drop 11

12 3.3.1 Java Applet Java Applet AppletApplet Web HTML Web Applet 2 Java [5] Applet [5][6] Java Applet Java Applet Applet class JAR JAR jdk C: Java Mnemonic >jar cvf MakeMnemonicApplet.jar * drop.jpg ( = 6858) ( = 5836)(14% ) MakeMnemonicApplet$FileDropAcceptableLabel.class ( = 2415) ( = 1192)(50% ) MakeMnemonicApplet.class ( = 3769) ( = 2072)(45% ) MakeMnemonicApplet.java ( = 6548) ( = 2322)(64% ) Thumbs.db ( = 5120) ( = 2659)(48% ) JAR 12

13 JAR keytool jkd mykey C: >keytool -genkey : testkey [Unknown]: matoba shoji [Unknown]: shimane university [Unknown]: lab tanaka [Unknown]: matsue [Unknown]: nishikawatsu 2 [Unknown]: JP CN=matoba shoji, OU=shimane university, O=lab tanaka, L=matsue, ST=nishikawatsu, C=JP? [no]: y <mykey> ( RETURN ): mykey Applet Drop Web C: Java Mnemonic >jarsigner MakeMnemonicApplet.jar mykey : testkey :

14 3.4 (DL) Web DL Keyword DBMS DBMS DL DBMS ID DL DBMS Web Drop Drop Drop Web DBMS Web URL URL keyword DL 14

15 Applet Servlet Stream Applet Drop Web Stream Applet-Servlet Applet Applet Applet Stream Applet Servlet Applet Servlet Jakarta Commons httpclient multipart post Applet JAR API 15

16 URL url = new URL(" URLConnection uc = url.openconnection(); // uc.setdooutput(true); // uc.setusecaches(false); //Content-type uc.setrequestproperty("content-type","application/octet-stream"); // DataOutputStream out = new DataOutputStream(uc.getOutputStream()); dout.write(buf,0,(int)filesize); dout.flush(); dout.close(); /************************/ /** **/ /************************/ // DataInputStream din = new DataInputStream(uc.getInputStream()); // String receive = din.readutf(); // din.close(); Applet-Servlet Stream (Applet ) 16

17 // DataInputStream din = new DataInputStream(req.getInputStream()); // File fp = new File("C: LGW Data login.jpg"); String fname = fp.getabsolutepath(); FileOutputStream fout = new FileOutputStream(fp); // int c; int i=0; while ((c = (din.read()))!= -1) { fout.write(c); i++; } // din.close(); fout.close(); Applet-Servlet Stream (Servlet ) jpegstetgano.exerejpegstegano.exe C exe DBMS ID ID DBMS ID jpegstegano.exe Servlet Java.Runtime.exec Java jpegstegano.exe Tomcat Tomcat Catalina.policy Tomcat 17

18 3.4.5 Java.Runtime.exec grant codebase "file:${catalina.home}/lgw/*" { permission java.lang.runtimepermission "java.lang.runtime.*", "write"; permission java.io.filepermission "java.io.*", "write"; }; Catalina.policy // String com = new String("C:/LGW/Prog/jpegstegano.exe " + "C:/LGW/Images/01.jpg " + "C:/LGW/Images/fout.jpg " +"maketest"); //Runtime Runtime rt = Runtime.getRuntime(); try // Process pr = rt.exec(com); rt.waitfor(); } // catch (Exception e) { System.exit(1); } Java.Runtime.exec ID DBMS DBMS ID MAX MAX +1 ID ID DBMS ID 18

19 t A B t1 t2 DBMS ID A DBMS ID t3 DBMS ID t4 t5 DL t6 DBMS t7 DBMS java synchronized Java.util.concurrent.atomic 19

20 c Synchronized concurrent 2t t select Password insert 4t 5t 20

21 3.5 Drop Drop Applet Servlet Web Web Java.Runtime.exec rejpegstegano.exe DMBS Applet DBMS

22 3.5.1 Applet JavaScript Applet Servlet Applet Applet JavaScript [7] Applet Web Java JavaScript Java Plug-in JSOject JSObject jdk jre lib plugin.jar Java import netscape.javascript.*; Applet HTML JavaScript <applet> MAYSCRIPT (JavaScript ) Applet JSObject JavaScript Call HTML JavaScript fservlet error1 error2 <script language="javascript"> <!-- function f(data){ document.open(); if( (data!= "error1") && (data!= "error2") ){ document.write("",data,""); }else{ document.write(""); } document.close(); } // --> </script> JavaScript (HTML ) 22

23 <applet code="streamapplet" archive= width="200"height="200" MAYSCRIPT> </applet> JavaScript (HTML ) import netscape.javascript.*; //JavaScript public void JavaScript(String data) { JSObject win = JSObject.getWindow(this); JSObject doc = (JSObject) win.getmember("document"); JSObject loc = (JSObject) doc.getmember("location"); Object[] args = new Object[3]; args[0] = new String(data); String s = (String) loc.getmember("href"); // document.location.href } win.call("f",args ); // Call f() in HTML page Applet JavaScript 3.6 Java Database Connectivity DBMS Java DBMS Java Database Connectivity JDBCAPI DBMS JDBC Driver DBMS HiRDB HiRDB JDBC Driver Driver Manager Data Source Servlet DBMS JDBC JDBC JDBC Driver Manager Data Source[7] Java JDBC DBMS Data Source DBMS 23

24 Driver Manager JDBC 2.0 API Data Source Data Source DBMS DBMS Driver Manager DBMS Servlet Data Source Tomcat Servlet Driver Manager Java DBMS DBMS Data Souce Tomcat 3.6.1Data Source Tomcat Tomcat tomcat 5 DBMS DBMS Servlet Data Source Tomcat Driver Manager Tomcat Data Source Driver Manager Data Source 24

25 <Context path="" docbase="c: Web users s Servlet"> <Resource name="jdbc/datasource" auth="container" type="javax.sql.datasource" driverclassname="jp.co.hitachi.soft.hirdb.jdbc.prdbdriver" url="jdbc:hitachi:prdbdrive://dbid=22200,dbhost= ,db=hirdb" username="s033081" password="s033081" maxactive="50" maxidle="200" maxwait="1000"/> </Context> BLOB DBMS CHAR BLOB DBMS ID,NAME,PASSWORD,MAIL,KEYWORD CHAR IMAGE BLOB(Binary Large Object)[9]BLOB DBMS BLOG LOB RD SQL LOB RD BLOB RLOB811 BLOB LOB RD RD RD HiRDB Version7 25

26 P169~P171,P178,P181~183,P204~P209 [10] create table IMAGE_LGA (ID char(8),name char(16),password char(8),mail char(40),keyword char(8), IMAGE BLOB(100K) in RLOB811); SQL BLOB Java //File File Ifile = new File(FilePath); // fin = new FileInputStream(Ifile); // Statement stmt = con.preparestatement("insert INTO s image_lga(id, NAME, PASSWORD, MAIL, KEYWORD, IMAGE) VALUES('"+id+"', '"+name+"', '"+pass+"', '"+mail+"', '"+key+"',?)"); stmt.setbinarystream(1,fin2,(int)ifile.length()); stmt.executeupdate(); 3.7.3? 26

27 4 Web [11]

28 [11] Web Drop Drop Drop Applet

29 Drop 3 Drop DBMS CHAR Drop Drop Drop Drop 29

30 1 Drop 3! = 6 m n m ( m n) 1 m! a~z,a~z,0~ (10 ) ( Drag & Drop 0~ (10 )

31 31

32 5 5.1 Web Web Web Applet Applet Applet Applet Web Web Servlet Applet Servlet Stream Web Post Post Java Jakarta Commons HttpClient HttpClient Post Post 32

33 HttpClient Post Drag & Drop rena Web DB vajra Web DB AD Servlet Servlet Servlet Servlet 5.1 Servlet 33

34 5.1.3 Servlet Applet Thread Servlet1Servlet3 Thread1 Servlet1 Applet Thread2 Servlet2 Thread3 Servlet3 Web JDBC

35 JDBC Driver Manager Data Source Driver Manager Data Source Data Source (Servlet2 Servlet4) 3 3 Servlet1Servlet3 Servlet4Servlet JDBC JDBC Driver Manager Data Source 2 35

36 DBMS Servlet3 Servlet JDBC JDBC Data Source Data Source Driver Manager DBMS Sun Data Source 36

37 503 Web Data Source Web Web Web DB Web 37

38 5.2.4 Web Web Web 38

39 ServletServlet2,Servlet HiRDB HiRDB DB Web B Web DB

40 5.2.7 DB DB DB 40

41 DB DB DBMS Servlet3 Servlet5 -Web Web Servlet3 DBMS DB Servlet3 Web -DB -Web DB 41

42 5.2.4 DB Web vajra Web DB DB vajra DB C DB Web DB Web 42

43 DB Web DB Web Servlet3 Servlet3 DBMS vajra 100 Servlet1Servlet KB 20 43

44 Drop KB KB 200KB KB Servlet3 Servlet4 Servlet 200KB 50 Web 50 Servlet3 38 Servlet4 Drop Drop KB 50 44

45 6 6.1 HTML Drag & Drop JPEG 200KB bit JPEG 3 45

46 46

47 [1], 2004 [2] 2003 vol.44 No.3 [3] [4],2003 [5] [6]RSA, g.html [7]JavaScript,,2000 [8]Data source, [9] [10]HiRDB Version [11] 47

48 9.1 JDBC Servlet3 9.1 JDBC Servlet3 48

49 9.2 JDBC Servlet5 9.2 JDBC Servlet5 49

50 9.3 Web 9.3 Web 50

51 9.4 Web 9.4 Web 51

52 9.5 Web 9.5 Web 52

53 9.6 Web 9.6 Web 53

54 9.7 DB 9.7 DB 54

55 9.8 DB 9.8 DB 55

56 9.9 DB 9.9 DB 56

57 9.10 DB 9.10 DB 57

58 9.11 DB Web 9.11 DB web 58

59 9.12 DB Web 9.12 DB Web 59

60 9.13 DB Web 9.13 DB Web 60

61 9.14 DB Web 9.14 DB Web 61

62 Servlet Servlet Servlet3 Servlet

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

HTML Java Tips dp8t-asm/java/tips/ Apache Tomcat Java if else f

HTML Java Tips   dp8t-asm/java/tips/ Apache Tomcat Java if else f 1 Servlet 1.1 Web Web WWW HTML CGI Common Gateway InterfaceWeb HTML Web Web CGI CGI CGI Perl C Java Applet JavaScript Web CGI HTML 1.2 Servlet Java Servlet Servlet CGI Web CGI 1 Java / Java Java CGI Servlet

More information

HTML Java Tips dp8t-asm/java/tips/ Apache Tomcat Java if else f

HTML Java Tips   dp8t-asm/java/tips/ Apache Tomcat Java if else f 1 Servlet 1.1 Web Web WWW HTML CGI Common Gateway InterfaceWeb HTML Web Web CGI CGI CGI Perl C Java Applet JavaScript Web CGI HTML 1.2 Servlet Java Servlet Servlet CGI Web CGI 1 Java / Java Java CGI Servlet

More information

Web 1 p.2 1 Servlet Servlet Web Web Web Apache Web Servlet JSP Web Apache Tomcat Jetty Apache Tomcat, Jetty Java JDK, Eclipse

Web 1 p.2 1 Servlet Servlet Web Web Web Apache Web Servlet JSP Web Apache Tomcat Jetty Apache Tomcat, Jetty Java JDK, Eclipse Web 1 p.1 1 Servlet 1.1 Web Web WWW HTML CGI Common Gateway Interface Web HTML Web Web CGI CGI CGI Perl, PHP C Java Applet JavaScript Web CGI HTML 1.2 Servlet Java Servlet Servlet CGI Web CGI 1 Java Java

More information

FileMaker ODBC and JDBC Guide

FileMaker ODBC and JDBC Guide FileMaker 13 ODBC JDBC 2004-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect Bento FileMaker,

More information

II 1 p.1 1 Servlet 1.1 Web Web WWW HTML CGI Common Gateway Interface Web HTML Web Web CGI CGI CGI Perl, PHP C JavaScript Web CGI HTML 1.2 Servlet Java

II 1 p.1 1 Servlet 1.1 Web Web WWW HTML CGI Common Gateway Interface Web HTML Web Web CGI CGI CGI Perl, PHP C JavaScript Web CGI HTML 1.2 Servlet Java II 1 p.1 1 Servlet 1.1 Web Web WWW HTML CGI Common Gateway Interface Web HTML Web Web CGI CGI CGI Perl, PHP C JavaScript Web CGI HTML 1.2 Servlet Java Servlet Servlet CGI Web CGI Java Java JVM Java CGI

More information

FileMaker 15 ODBC と JDBC ガイド

FileMaker 15 ODBC と JDBC ガイド FileMaker 15 ODBC JDBC 2004-2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc. FileMaker WebDirect FileMaker,

More information

FileMaker 16 ODBC と JDBC ガイド

FileMaker 16 ODBC と JDBC ガイド FileMaker 16 ODBC JDBC 2004-2017 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMakerFileMaker Go FileMaker, Inc. FileMaker WebDirect FileMaker

More information

FileMaker ODBC and JDBC Guide

FileMaker ODBC and JDBC Guide FileMaker 14 ODBC JDBC 2004-2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc. FileMaker WebDirect FileMaker,

More information

Web JDBC JDBC Java JDBC DataBase Web CHtmlView...

Web JDBC JDBC Java JDBC DataBase Web CHtmlView... Web-DB 13 1... 3 2 Web... 4 2.1 JDBC...4 2.1.1 JDBC...4 2.1.2 Java JDBC...5 2.1.3 DataBase...5 2.1.4...6 2.1.5...6 2.2...6 2.3 Web...10 3... 15 3.1 CHtmlView...15 3.2...16 3.2.1...16 3.2.2...16 3.2.3...17

More information

GPS携帯端末を用いた近隣バス停位置と

GPS携帯端末を用いた近隣バス停位置と GPS S003036 2004 2 13 ... 3... 4 2.1...4 2.2...5 2.3...6... 8 3.1 DBMS...8 3.1.1 DBMS...8 3.1.2...9 3.1.3...10 3.2 Web...10 3.2.1 Web...10 3.2.2 JDBC... 11 3.3...11 3.3.1 SQL... 11 3.3.2 Java...12 3.4...12

More information

新・明解Java入門

新・明解Java入門 537,... 224,... 224,... 32, 35,... 188, 216, 312 -... 38 -... 38 --... 102 --... 103 -=... 111 -classpath... 379 '... 106, 474!... 57, 97!=... 56 "... 14, 476 %... 38 %=... 111 &... 240, 247 &&... 66,

More information

intra-mart Web for SellSide ver /03/31 Oracle MS-SQL Server IBM DB2 MS-SQL Server IBM DB2 Client Side JavaScript Server Side JavaScript URL -

intra-mart Web for SellSide ver /03/31 Oracle MS-SQL Server IBM DB2 MS-SQL Server IBM DB2 Client Side JavaScript Server Side JavaScript URL - intra-mart Web for SellSide ver3.1.0 2002/03/31 Oracle MS-SQL Server IBM DB2 MS-SQL Server IBM DB2 Client Side JavaScript Server Side JavaScript URL - intra-mart intra-mart intra-mart - 1 - intra-mart

More information

2: 3: A, f, φ f(t = A sin(2πft + φ = A sin(ωt + φ ω 2πf 440Hz A ( ( 4 ( 5 f(t = sin(2πf 1t + sin(2πf 2 t = 2 sin(2πt(f 1 + f 2 /2 cos(2πt(f 1 f

2: 3: A, f, φ f(t = A sin(2πft + φ = A sin(ωt + φ ω 2πf 440Hz A ( ( 4 ( 5 f(t = sin(2πf 1t + sin(2πf 2 t = 2 sin(2πt(f 1 + f 2 /2 cos(2πt(f 1 f 12 ( TV TV, CATV, CS CD, DAT, DV, DVD ( 12.1 12.1.1 1 1: T (sec f (Hz T= 1 f P a = N/m 2 1.013 10 5 P a 1 10 5 1.00001 0.99999 2,3 1 2: 3: 12.1.2 A, f, φ f(t = A sin(2πft + φ = A sin(ωt + φ ω 2πf 440Hz

More information

Microsoft Word - 430_15_Developing_Stored_Procedure.doc

Microsoft Word - 430_15_Developing_Stored_Procedure.doc Java Oracle 1998 11 Java 3 Java Web GUI Java Java Java Oracle Java Oracle8i Oracle / Oracle Java Virtual Machine VM CORBA Enterprise JavaBeans Oracle Java Java Java Oracle Oracle Java Virtual Machine Oracle

More information

: : : TSTank 2

: : : TSTank 2 Java (8) 2008-05-20 Lesson6 Lesson5 Java 1 Lesson 6: TSTank1, TSTank2, TSTank3 java 2 car1 car2 Car car1 = new Car(); Car car2 = new Car(); car1.setcolor(red); car2.setcolor(blue); car2.changeengine(jet);

More information

<4D F736F F D20566F F6E658C6791D FE382C582CC4A D834F E F8F4390B394C52E646F63>

<4D F736F F D20566F F6E658C6791D FE382C582CC4A D834F E F8F4390B394C52E646F63> [email protected] (Tel: 087-864-2244(FAX )) Vodafone( J-Phone) (J-SA51 090-2829-9999) JavaTM ( Vappli ) SUN ( SUN ) Java2SE(J2SDK1.3.1 Java Standard Edition) Java2MEforCLDC(WTK1.04 Wireless Tool

More information

Java演習(4) -- 変数と型 --

Java演習(4)   -- 変数と型 -- 50 20 20 5 (20, 20) O 50 100 150 200 250 300 350 x (reserved 50 100 y 50 20 20 5 (20, 20) (1)(Blocks1.java) import javax.swing.japplet; import java.awt.graphics; (reserved public class Blocks1 extends

More information

BlueJ 2.0.1 BlueJ 2.0.x Michael Kölling Mærsk Institute University of Southern Denmark Toin University of Yokohama Alberto Palacios Pawlovsky 17 4 4 3 1 5 1.1 BlueJ.....................................

More information

1 1 3 1.1 Web............................ 3 1.2 Servlet/JSP.................................. 3 2 JSP 7 2.1................................... 7 2.2..

1 1 3 1.1 Web............................ 3 1.2 Servlet/JSP.................................. 3 2 JSP 7 2.1................................... 7 2.2.. Servlet/JSP 1 1 3 1.1 Web............................ 3 1.2 Servlet/JSP.................................. 3 2 JSP 7 2.1................................... 7 2.2........................................

More information

JEE 上の Adobe Experience Manager forms のインストールおよびデプロイ(WebLogic 版)

JEE 上の Adobe Experience Manager forms のインストールおよびデプロイ(WebLogic 版) JEE ADOBE EXPERIENCE MANAGER FORMS WEBLOGIC http://help.adobe.com/ja_jp/legalnotices/index.html iii 1 AEM forms 2 AEM Forms 3 4 - WebLogic Server 4.1............................................................................

More information

2 1 5 1.1..................................... 5 2 6 2.1....................................... 6 2.2.......................................... 6 3 8

2 1 5 1.1..................................... 5 2 6 2.1....................................... 6 2.2.......................................... 6 3 8 23 2 1 5 1.1..................................... 5 2 6 2.1....................................... 6 2.2.......................................... 6 3 8 3.1....................................... 8 3.2...............................

More information

CSV ToDo ToDo

CSV ToDo ToDo intra-mart ver4.0 2003/05/02 1. ( 10 imode ConceptBase imode CSV ToDo ToDo 2. intra-mart ver4.0 Java Sun JDK1.3.1 WebServerConnector Java DDL intra-mart intra-mart Java OS (1 Web Web intra-mart 2 Sun ONE

More information

新・明解Java入門

新・明解Java入門 第 1 章 画面 文字 表示 Java Java Java Java Java JRE Java JDK 21 1-1 Java Java Java Java 誕生 Fig.1-1 Oak Java Sun Microsystems 2010 Oracle Java Oracle 4 Java http://www.java.com/ http://www.alice.org/ Fig.1-1Java

More information

スライド 1

スライド 1 1 2466 565 40 / All Right Reserved,Copyrights 3 B to B B to C EC ERP EIAJ / / EDI All Right Reserved,Copyrights 4 All Right Reserved,Copyrights 5 1 All Right Reserved,Copyrights 6 EIAJ QR All Right Reserved,Copyrights

More information

Microsoft PowerPoint - Lecture_3

Microsoft PowerPoint - Lecture_3 プログラミング III 第 3 回 : サーブレットリクエスト & サーブレットレスポンス処理入門 Ivan Tanev 講義の構造 1. サーブレットの構造 2. サーブレットリクエスト サーブレットレスポンスとは 3. 演習 2 Lecture2_Form.htm 第 2 回のまとめ Web サーバ Web 1 フォーム static 2 Internet サーブレ4 HTML 5 ットテキスト

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

intra-mart ver /10/31 1. / intra-mart 3.2 AND intra-mart (JavaMail ) ( )

intra-mart ver /10/31 1. / intra-mart 3.2 AND intra-mart (JavaMail ) ( ) intra-mart ver3.2 2002/10/31 1. / intra-mart 3.2 AND intra-mart (JavaMail ) (2002 3 ) 2. intra-mart ver3.2 intra-mart ver3.2 BMv3.2 intra-mart ver3.2 Java Sun JRE1.3.1(J2EE JDK1.3.1) Web Web intra-mart

More information

Oracle、MS Access または SQL DB と CVP スタンドアロン配備を統合方法

Oracle、MS Access または SQL DB と CVP スタンドアロン配備を統合方法 Oracle MS Access または SQL DB と CVP スタンドアロン配備を統合方法 目次 はじめに前提条件要件使用するコンポーネント設定 Oracle データベースとの統合 MSAcess の統合 SQL データベースとの統合 概要 この資料は Oracle MicrosoftAcess (MS Access) および構造照会言語 (SQL) データベース (DB) と Cisco カスタマ音声門脈

More information

PowerPoint Presentation

PowerPoint Presentation 上級プログラミング 2( 第 5 回 ) 工学部情報工学科 木村昌臣 今日のテーマ データベース入門 データベースシステムの用意の仕方 データベースを作ってみる データベースを使ってみる データベースプログラミング JDBCを使った検索プログラム JDBCを使った更新プログラム データベース入門 今回の説明は Windows 環境を前提としているため Linux など他のプラットフォーム上で作業を行う場合は

More information

Java 対応携帯電話機のJava ウイルスの危険性に関する調査・検討報告書

Java 対応携帯電話機のJava ウイルスの危険性に関する調査・検討報告書 Java Java 1...1 2...2 3 Java...3 3.1 ezplus...4 3.1.1...4 3.1.2...4 3.1.3...4 3.1.4 JAD...4 3.1.5 KJX...4 3.1.6 HDML...5 3.1.7...5 3.2...8 3.2.1 Homer...8 3.2.2 Hijacker...10 3.2.3 Attacker...11 3.2.4

More information

Java updated

Java updated Java 2003.07.14 updated 3 1 Java 5 1.1 Java................................. 5 1.2 Java..................................... 5 1.3 Java................................ 6 1.3.1 Java.......................

More information

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization [email protected], Powered by A

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A Central Authentication System [email protected] [email protected], Powered by Adobe Reader & ipod Photo March 10, 2005 RIMS p. 1/55 CAS Yale Open Source software Authentication Authorization

More information

B2-Servlet-0112.PDF

B2-Servlet-0112.PDF B-2 Servlet/JSP Agenda J2EE Oracle8i J2EE Java Servlet JavaServer Pages PDA ( J2EE Java2 Enterprise Edition API API J2SE JSP Servlets RMI/IIOP EJB JNDI JTA JDBC JMS JavaMail JAF Java2 Standard Edition

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

CAC

CAC VOL.24NO.1 61 IMS Transaction 3270 DataBase Transaction OS/370 IMS Traditional Transaction Web Browser Transaction Internet WWW AP IIS APache WebLogic Websphere DataBase Oracle DB2 SQL Server Web Browser

More information

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 Web 2.0 Web Web Web Web Web Web Web I II I ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 1. 1.1 Web... 1 1.1.1... 3 1.1.2... 3 1.1.3... 4 1.2... 4 I 2 5 2. HTMLCSS 2.1 HTML...

More information

1 ex01.sql ex01.sql ; user_id from (select user_id ;) user_id * select select (3+4)*7, SIN(PI()/2) ; (1) select < > from < > ; :, * user_id user_name

1 ex01.sql ex01.sql ; user_id from (select user_id ;) user_id * select select (3+4)*7, SIN(PI()/2) ; (1) select < > from < > ; :, * user_id user_name SQL mysql mysql ( mush, potato) % mysql -u mush -p mydb Enter password:****** mysql>show tables; usertable mysql> ( ) SQL (Query) : select < > from < > where < >; : create, drop, insert, delete,... ; (

More information

TopLink È... 3 TopLink...5 TopLink åø... 6 TopLink å Workbench O/R ~... 8 Workbench À ~... 8 Foundation Library å... 8 TopL

TopLink È... 3 TopLink...5 TopLink åø... 6 TopLink å Workbench O/R ~... 8 Workbench À ~... 8 Foundation Library å... 8 TopL lê~åäé= qçéiáåâ= NMÖENMKNKPF Volume1 Creation Date: Mar 04, 2005 Last Update: Aug 23, 2005 Version 1.0 ...3... 3 TopLink 10.1.3 È... 3 TopLink...5 TopLink åø... 6 TopLink å... 7... 8 Workbench O/R ~...

More information

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV [email protected] [email protected] http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 11 20 p.1/34 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

ORCA (Online Research Control system Architecture)

ORCA (Online Research Control system Architecture) ORCA (Online Research Control system Architecture) ORCA Editor Ver.1.2 1 9 10 ORCA EDITOR 10 10 10 Java 10 11 ORCA Editor Setup 11 ORCA Editor 12 15 15 ORCA EDITOR 16 16 16 16 17 17 ORCA EDITOR 18 ORCA

More information

データ構造とアルゴリズム論

データ構造とアルゴリズム論 15 11 11 Java 21 231-0811 32 152-0033 1 Java 3-5,55,63,39,87,48,70,35,77,59,44 3-5 3-7 score2.txt 75 15 11 11 5-1 3-7 jbuttonread jbuttondisplay jlabelmessage jtextfieldname jtextfieldtokuten

More information

Microsoft Word - tutorial3-dbreverse.docx

Microsoft Word - tutorial3-dbreverse.docx 株式会社チェンジビジョン使用バージョン :astah* 6.0, 6.1 [ ] サンプル サポート対象外 目次 DB リバースを使ってみよう ( サンプル サポート対象外 ) 2 ご利用の前に 2 予備知識 2 データベースの環境設定をしてみよう 2 astah* データベースリバースコンポーネントを使用してみよう 5 作成した asta ファイルを astah* professional で開いてみよう

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 12 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. Bento FileMaker, Inc. FileMaker

More information

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV [email protected] [email protected] http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 12 11 p.1/33 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

SGML HTML XML Markup Language Web HTML HTML SGML Standard Generalized Markup Language Markup Language DTD Document Type Definition XML SGML Markup Language HTML XML HTML XML JavaScript JAVA CGI HTML Web

More information

LDAP Manager SupportList

LDAP Manager SupportList LDAP Manager 2017/8/1 現在 動作環境 OS メタ LDAP PostgreSQL ELM Interface for Java for Windows for Linux システム プロダクト LDAP Manager 本体のバージョン Windows Server 2003 Standard Edition (32bit/64bit) Windows Server 2003

More information

EPSON Offirio SynergyWare PrintDirector 取扱説明書 導入ガイド

EPSON Offirio SynergyWare PrintDirector 取扱説明書 導入ガイド Offirio SynergyWare PrintDirector K L Microsoft WindowsNT Operating System Version4.0 Microsoft Windows 2000 Operating System Microsoft Windows Server 2003, Standard Edition Microsoft Windows Server 2003,

More information

JAVA 11.4 PrintWriter 11.5

JAVA 11.4 PrintWriter 11.5 JAVA 11.4 PrintWriter 11.5 PrintWriter Writer Int, float, char Object print() println() tostring() PrintWriter PrintWriter(OutputStream outputstream) PrintWriter(OutputStream outputstream, boolean flushonnewline)

More information

K227 Java 2

K227 Java 2 1 K227 Java 2 3 4 5 6 Java 7 class Sample1 { public static void main (String args[]) { System.out.println( Java! ); } } 8 > javac Sample1.java 9 10 > java Sample1 Java 11 12 13 http://java.sun.com/j2se/1.5.0/ja/download.html

More information

データ構造とアルゴリズム論

データ構造とアルゴリズム論 Java jtextfielddata jbuttonwrite jlabelmessage void jbuttonwrite_actionperformed(actionevent e) { String Data=jTextFieldData.getText(); try { // Test1.txt fw FileWriter fw= new FileWriter("Test1.txt");

More information

1: Preference Display 1 package sample. pref ; 2 3 import android. app. Activity ; 4 import android. content. Intent ; 5 import android. content. Shar

1: Preference Display 1 package sample. pref ; 2 3 import android. app. Activity ; 4 import android. content. Intent ; 5 import android. content. Shar Android 2 1 (Activity) (layout strings.xml) XML Activity (Intent manifest) Android Eclipse XML Preference, DataBase, File 3 2 Preference Preference Preference URL:[http://www.aichi-pu.ac.jp/ist/lab/yamamoto/android/android-tutorial/tutorial02/tutorial02.pdf]

More information

Java (9) 1 Lesson Java System.out.println() 1 Java API 1 Java Java 1

Java (9) 1 Lesson Java System.out.println() 1 Java API 1 Java Java 1 Java (9) 1 Lesson 7 2008-05-20 Java System.out.println() 1 Java API 1 Java Java 1 GUI 2 Java 3 1.1 5 3 1.0 10.0, 1.0, 0.5 5.0, 3.0, 0.3 4.0, 1.0, 0.6 1 2 4 3, ( 2 3 2 1.2 Java (stream) 4 1 a 5 (End of

More information

untitled

untitled Ajax Web Ajax http://www.openspc2.org/javascript/ajax/ajax_stu dy/index.html Life is beautiful Ajax http://satoshi.blogs.com/life/2005/06/ajax.html Ajax Ajax Asynchronous JavaScript + XML JavaScript XML

More information

... 2 1 Servlet... 3 1.1... 3 1.2... 4 2 JSP... 6 2.1... 6 JSP... 6... 8 2.2... 9 - Servlet/JSP における 日 本 語 の 処 理 - 1

... 2 1 Servlet... 3 1.1... 3 1.2... 4 2 JSP... 6 2.1... 6 JSP... 6... 8 2.2... 9 - Servlet/JSP における 日 本 語 の 処 理 - 1 Servlet/JSP Creation Date: Oct 18, 2000 Last Update: Mar 29, 2001 Version: 1.1 ... 2 1 Servlet... 3 1.1... 3 1.2... 4 2 JSP... 6 2.1... 6 JSP... 6... 8 2.2... 9 - Servlet/JSP における 日 本 語 の 処 理 - 1 Servlet

More information

COBOLソース解析支援 導入・運用ガイド

COBOLソース解析支援 導入・運用ガイド COBOL 3020-3-C10-10 P-2651-1214 COBOL 01-01 OS Windows XP Windows Vista Windows 7 InstallShield Macrovision Corporation / Internet Explorer Microsoft Corporation Microsoft Microsoft Corporation Microsoft

More information

biz-Stream v4 各種機能別動作環境一覧表

biz-Stream v4 各種機能別動作環境一覧表 biz-stream v4 各 種 機 能 別 動 作 環 境 一 覧 表 2016 年 3 月 ライブラリ および COMサーバ 1 4.0.0 4.1.0 4.1.1 4.1.3 0 Java 環 境 JDK/JRE 1.2.2 以 上 (JDK/JRE 1.4.2 以 上 推 奨 ) サウンド 機 能 を 利 用 する 場 合 はJDK/JRE 1.3.1 以 上 JDK/JRE 1.4.2

More information

明解Java入門編

明解Java入門編 1 Fig.1-1 4 Fig.1-1 1-1 1 Table 1-1 Ease of Development 1-1 Table 1-1 Java Development Kit 1 Java List 1-1 List 1-1 Chap01/Hello.java // class Hello { Java System.out.println("Java"); System.out.println("");

More information

r1.dvi

r1.dvi 2006 1 2006.10.6 ( 2 ( ) 1 2 1.5 3 ( ) Ruby Java Java Java ( Web Web http://lecture.ecc.u-tokyo.ac.jp/~kuno/is06/ / ( / @@@ ( 3 ) @@@ : ( ) @@@ (Q&A) ( ) 1 http://www.sodan.ecc.u-tokyo.ac.jp/cgi-bin/qbbs/view.cgi

More information

JavaScript の使い方

JavaScript の使い方 JavaScript Release10.5 JavaScript NXJ JavaScript JavaScript JavaScript 2 JavaScript JavaScript JavaScript NXJ JavaScript 1: JavaScript 2: JavaScript 3: JavaScript 4: 1 1: JavaScript JavaScript NXJ Static

More information

CX-Checker CX-Checker (1)XPath (2)DOM (3) 3 XPath CX-Checker. MISRA-C 62%(79/127) SQMlint 76%(13/17) XPath CX-Checker 3. CX-Checker 4., MISRA-C CX- Ch

CX-Checker CX-Checker (1)XPath (2)DOM (3) 3 XPath CX-Checker. MISRA-C 62%(79/127) SQMlint 76%(13/17) XPath CX-Checker 3. CX-Checker 4., MISRA-C CX- Ch CX-Checker: C 1 1 2 3 4 5 1 CX-Checker CX-Checker XPath DOM 3 CX-Checker MISRA-C CX-Checker: A Customizable Coding Checker for C TOSHINORI OSUKA, 1 TAKASHI KOBAYASHI, 1 JUNICHI MASE, 2 NORITOSHI ATSUMI,

More information

IceWall SSO 10.0 Enterprise Edition 動作環境

IceWall SSO 10.0 Enterprise Edition 動作環境 IceWall SSO 10.0 Enterprise Edition 動作環境更新履歴 Rev. 4.3 (2016/12 更新版 ) IceWall SSO 10.0 Enterprise Edition 動作環境 更新月 Version 更新内容 2010/8 1.0 HP IceWall SSO 10.0 Standard Edition 版のサポートマトリックスの公開を開始しました 2011/1

More information

Logitec NAS シリーズ ソフトウェアマニュアル

Logitec NAS シリーズ ソフトウェアマニュアル LAS-SFB V03A LAS-RAN LAS-MRN LAS-1UMR LAS-1U LHD-NAS ... 3... 3... 5... 6 1... 8... 9 1... 10 Windows... 10 Macintosh... 13 2IP... 14 IP Windows... 14 IP Macintosh... 17... 19... 24... 25 Windows Me2000

More information

2009 Web B012-1

2009 Web B012-1 2009 Web 2010 2 1 5108B012-1 1 4 1.1....................................... 4 1.2................................... 4 2 Web 5 2.1 Web............................... 5 2.2 Web.................................

More information

Web Tomcat MapDataManager i

Web Tomcat MapDataManager i Tomcat EWEB-4K-N013 Web Tomcat MapDataManager i 1... 1 2 Tomcat4.1.29... 2 2.1 Tomcat... 2 2.2 Apache1.3.29... 3 2.3 IIS5.0... 7 3 FAQ...10 3.1 ISAPI...10 ii 1 Java JDK1.3.1 J2SDK1.4.0 JDK JSDK 1-1 JDK

More information

OfficeAPI_sample_program_joyzo_ver1

OfficeAPI_sample_program_joyzo_ver1 Office 8 API 1 ... 2 1... 3 1.1... 3 1.2... 4 1.3... 5 1.4... 5 1.5... 6 1.6... 7 1.6.1... 7 1.6.2... 8 1.6.3... 9 1.6.4... 10 2... 11 2.1... 11 2.1.1 CSV... 11 2.1.2... 12 2.2... 13 2.2.1 CSV... 13 2.2.2...

More information

ストラドプロシージャの呼び出し方

ストラドプロシージャの呼び出し方 Release10.5 Oracle DataServer Informix MS SQL NXJ SQL JDBC Java JDBC NXJ : NXJ JDBC / NXJ EXEC SQL [USING CONNECTION ] CALL [.][.] ([])

More information

Microsoft PowerPoint - Lecture_2

Microsoft PowerPoint - Lecture_2 プログラミング Java III 第 2 回 :WebForm および サーブレット入門 Ivan Tanev 講義の構造 1. ダイナミックWebコンテンツとサーブレット 2.Webフォーム 3. 演習 2 1. ダイナミック Web コンテンツとサーブレット 3 1. ダイナミック Web コンテンツとサーブレット Internet Response: HTML テキスト ユーザー 4 1. ダイナミック

More information