Mac Web AppleScript AppleScript CGI CGI Macintosh AppleScript CGI MacOS CGI CGI (Common Gateway Interface) web UNIX web CGI Web UNIX CGI CGI FORM Web
|
|
|
- そうすけ わくや
- 7 years ago
- Views:
Transcription
1 PDF The BASIC PDF Macintosh Web CGI EasyBBS CGI The BASIC DOS, DOS/V, WIN Mac PDF PDF Web Macintosh LC475 Web Mac Mac Web Web CGI Web CGI MacOS Web CGI AppleScript CGI Web CGI MacOS Web AppleScript 1
2 Mac Web AppleScript AppleScript CGI CGI Macintosh AppleScript CGI MacOS CGI CGI (Common Gateway Interface) web UNIX web CGI Web UNIX CGI CGI FORM Web Web Web Interactive Intercreative CGI CGI OS MacOS MacOS AppleEvent CGI CGI Web UNIX CGI MacOS MacOS System 7 AppleEvent MacOS Web CGI MacHTTP Web 2
3 MacHTTP CGI CGI Web MacOS CGI MacOS AppleScript CGI AppleScript CGI MacOS CGI CGI CGI CGI CGI AppleEvent CGI class=wwwω ID=sdoc AppleEvent FORM AppleEvent Appendix AppleEvent CGI reply CGI AppleEvent CGI reply MacOS CGI AppleEvent reply AppleEvent AppleScript Frontier Userland HyperCard CGI UNIX CGI MacPerl Perl CGI CGI AppleScript System 7.5 Talk7.5 AppleScript 3
4 Web CGI AppleScript CGI FORM FORM <FORM METHOD="POST" ACTION="form.acgi"> <INPUT TYPE="TEXT" Name="Title" SIZE=50><P> <INPUT TYPE="TEXT" NAME="Name" SIZE=40><P> <BR> <TEXTAREA NAME="MSG" COLS=70 ROWS=5></TEXTAREA><P> <INPUT TYPE="SUBMIT" VALUE="POST"> <INPUT TYPE="Reset" VALUE="Clear"> </FORM> FORM FORM ACTION form.acgi FORM CGI.acgi Mac CGI.cgi.acgi CGI.cgi CGI AppleEvent 4
5 CGI reply.acgi CGI AppleEvent CGI reply CGI CGI.acgi CGI CGI MacOS CGI.cgi.acgi POST Web form.acgi AppleEvent AppleEvent class=post form.acgi on «event WWWΩsdoc» given «class post»:post_args return end «event WWWΩsdoc» * «option + < *» option + shift + > * Ω option + z AppleEvent (class= WWWΩ, ID=sdoc) AppleScript AppleEvent «event XXXXyyyy» (XXXX = Event Class, yyyy = Event ID) AppleEvent AppleScript «event XXXXyyyy» AppleEvent return HTML HTTP HTTP HTTP CGI CGI CGI 5
6 HTTP/ OK Server: MacHTTP MIME-Version: 1.0 Content-type: text/html return+linefeed (CR + LF) property form.acgi Thank you property crlf : (ASCII character 13) & (ASCII character 10) property http_10_header : "HTTP/ OK" & crlf & "Server: MacHTTP" & crlf & "MIME-Version: 1.0" & crlf & "Content-type: text/html" & crlf & crlf on «event WWWΩsdoc» given «class post»:post_args return http_10_header & "<TITLE>Thank You</TITLE>" & crlf & "<h3> </h3>" end «event WWWΩsdoc» class = post post_args post_args Web(HTTP) FORM Form URL = & FORM Web CGI POST form.acgi post_args Title=Web%20%82%C9%89%EF%8Bc%8E%BA%82%F0&Name=%93c%92%86%8B%81%94V&MSG =CGI%20%82%C5%89%EF%8Bc%8E%BA%82%F0%8D%EC%82%E9 6
7 %XX (XX ASCII HEX URL & Title=Web%20%82%C9%89%EF%8Bc%8E%BA%82%F0 Name=%93c%92%86%8B%81%94V MSG=CGI%20%82%C5%89%EF%8Bc%8E%BA%82%F0%8D%EC%82%E9 = Web%20%82%C9%89%EF%8Bc%8E%BA%82%F0 %93c%92%86%8B%81%94V CGI%20%82%C5%89%EF%8Bc%8E%BA%82%F0%8D%EC%82%E9 %XX Web CGI Mac WINDOWS SHIFT-JIS (SJIS) UNIX EUC JIS Mac SJIS FORM CGI EUC JIS SJIS CGI post_args post_args 7
8 AppleScript osax osax AppleScript AppleScript Scripting Additions osax AppleScript CGI osax Tanaka's osax CGI AppleScript AppleScript osax osax HyperTalk CompileIt! HyperTalk osax Tanaka's osax URL 1.0b10 Tanaka's Tool < Tanaka's osax post_args set mylist to DecodeJArgs post_args mylist = {"Web ", " ","CGI "} SJIS form.acgi messages MSG_< > TimeStamp Tanaka's osax Mac return osax xreturner return 8
9 property crlf : (ASCII character 13) & (ASCII character 10) property http_10_header : "HTTP/ OK" & crlf & "Server: MacHTTP" & crlf & "MIME-Version: 1.0" & crlf & "Content-type: text/html" & crlf & crlf property msgfldr : "Macintosh HD:myServer:messages:" on «event WWWΩsdoc» given «class post»:post_args set mylist to DecodeJArgs post_args set mydata to " :" & (item 1 of mylist) & return & " " & (item 2 of mylist) & return & " " & return & (xreturner (item 3 of mylist)) set myfile to msgfldr & "MSG_" & (TimeStamp) writetofile mydata to file myfile return http_10_header & "<TITLE>Thank You</TITLE>" & crlf & "<h3> </h3>" end «event WWWΩsdoc» * msgfldr CGI Stay Open) (Never Show Startup Screen) CGI 9
10 form.acgi Mac CGI CGI FORM CGI form.acgi HTML HTML 10
11 CGI CGI NetNews NetNews 11
12 FORM FORM CGI FORM CGI bbs.acgi CGI CGI CGI CGI CGI search_args CGI URL? URL? hello search_args bbs.acgi CGI Mac class=kfor CGI CGI search_args post_args search_args post_args search_args post_args search_args MSG_XXXXX post_args search_args ADD_ + post_args 12
13 bbs.acgi property crlf : (ASCII character 13) & (ASCII character 10) property http_10_header : "HTTP/ OK" & crlf & "Server: MacHTTP" & crlf & "MIME-Version: 1.0" & crlf & "Content-type: text/html" & crlf & crlf property redirect_header : "HTTP/ Found" & crlf & "Server: WebSTAR/1.0 ID/ACGI" & crlf & "MIME-Version: 1.0" & crlf & "Location: " property msgfldr : "Macintosh HD:myServer:messages:" on «event WWWΩsdoc» given «class kfor»:search_args, «class post»:post_args try if search_args = "" then if post_args = "" then return toppage() else return makenew(post_args) end if else if "ADD_" is in search_args then return addcomment(search_args, post_args) else if "MSG_" is in search_args then return showpage(search_args) else error "CGI " end if on error errmsg return http_10_header & "<TITLE>Error</TITLE>" & crlf & "<h3>cgi </H3>" & crlf end try end «event WWWΩsdoc» & "<B>" & errmsg & "</B>" * redirect_header property 13
14 form.acgi post.html FORM HTML form.acgi return form.acgi form.acgi redirect redirect HTTP/ Found Server: MacHTTP MIME-Version: 1.0 Location: <URL> CR+LF <URL> CGI URL redirect redirect property CGI URL redirect URL reload 14
15 makenew on makenew(post_args) post_args set mylist to DecodeJArgs post_args set mytitle to item 1 of mylist set myname to item 2 of mylist set mymsg to item 3 of mylist return set mymsg to xreturner mymsg < > set mymsg to xreplace mymsg search "<" replace "<" set mymsg to xreplace mymsg search ">" replace ">" HTML <PRE> set mypage to "<TITLE>" & mytitle & "</TITLE>" & return & "<H2>" & mytitle & "</H2>" & return & "<H3> " & myname & "</H3>" & return & "<TT>(Date: " & ((current date) as string) & ")</TT><P><HR><P>" & return & "<PRE>" & mymsg & "</PRE><P><HR size=4><p>" & return set myfile to "MSG_" & (TimeStamp) writetofile mypage to file (msgfldr & myfile) redirect URL crlf return redirect_header & "bbs.acgi?" & myfile & crlf & crlf end makenew * xreplace Tanaka's osax 15
16 search_args FORM return FORM HTML " ACTION on showpage(search_args) set mypage to readfromfile file (msgfldr & search_args) return http_10_header & mypage & return & "<FORM METHOD= "POST " ACTION= "bbs.acgi?add_" & search_args & " ">" & return & "<H4> </H4><P>" & return & " :<INPUT TYPE=text NAME=name SIZE=40><p>" & return & "<TEXTAREA NAME=comt ROWS=5 COLS=70></TEXTAREA><P>" & return & "<INPUT TYPE=submit VALUE= "Post Comment "><INPUT TYPE=reset VALUE= "Reset ">" & return & "</FORM><P><HR><P><h4><UL>" & return & "<LI><A HREF= "bbs.acgi ">Top Page</A></UL></H4><HR><P>" end showpage * readfromfile Tanaka's osax 16
17 search_args ADD_ + ADD_ post_args redirect search_args ADD_ URL on addcomment(search_args, post_args) set AppleScript's text item delimiters to {""} set tgpage to (characters 5 through -1 of search_args) as string post_args set mylist to DecodeJArgs post_args set myname to item 1 of mylist set mymsg to item 2 of mylist return set mymsg to xreturner mymsg < > set mymsg to xreplace mymsg search "<" replace "<" set mymsg to xreplace mymsg search ">" replace ">" set mydata to "<B>" & myname & "</B> <BR>" & return & "<TT>( Date: " & ((current date) as string) & ")</TT><p>" & return & "<PRE>" & mymsg & "</PRE><HR><P>" & return appendtofile mydata to file (msgfldr & tgpage) return redirect_header & "bbs.acgi?" & tgpage & crlf & crlf end addcomment * apendtofile Tanaka's osax 17
18 Web CGI CGI CGI BBS_Header BBS_Footer Tanaka's osax dirlister <TITLE> Tanaka's osax getpagetitle mylist AppleScript text item delimiter return mylist set mylist to "" repeat with x from 1 to 1000 set mylist to mylist & (x as string) & " " & return end repeat Quadra 840AV set mylist to {} repeat with x from 1 to 1000 set end of mylist to (x as string) & " " end repeat set AppleScript's text item delimiters to {return} set mylist to mylist as string 18
19 set AppleScript's text item delimiters to {""} text item delimiter return AppleScript text item delimiter AppleScript toppage on toppage() try set mylist to dirlister alias msgfldr ofname "MSG_" on error set mylist to {} end try set mymsgnm to count items of mylist set mydata to {} set end of mydata to ((current date) as string) set end of mydata to "<P><H4> " & (mymsgnm as string) & " </H4>" if mymsgnm 0 then set end of mydata to " <UL>" repeat with myf in mylist set tgf to alias (msgfldr & myf) set mytitle to getpagetitle tgf set end of mydata to "<LI><B><A HREF= "bbs.acgi?" & myf & " ">" & mytitle & "</B></A><BR>" set end of mydata to "<TT>( " & ((modification date of (info for tgf)) as string) & " )</TT><P>" end repeat set end of mydata to "</UL><P>" 19
20 end if mydata set AppleScript's text item delimiters to {return} set mydata to mydata as string set AppleScript's text item delimiters to {""} set myheader to readfromfile file "Macintosh HD:myServer:BBS_header" set myfooter to readfromfile file "Macintosh HD:myServer:BBS_footer" return return http_10_header & myheader & mydata & myfooter end toppage * post.html BBS_footer bbs.acgi bbs.acgi bbs.acgi BBS_header BBS_footer post.html Web bbs.acgi 20
21 your.host Web IP AppleScript CGI Web Scripter's Meeting < 21
22 MacOS Web CGI EasyBBS EasyBBS < Web Scripter's Meeting Tanaka's osax EasyBBS Macintosh Cyber Barbarians "Planning and Managing WEB SITES on the Macintosh" Jon Wiederspan & Chuck Shotton Addison Wesley Developer Press 22
23 Appendix : CGI AppleEvent class path_args ('----') URL $ search_args ('kfor') URL? post_args ('post') METHOD=POST FORM method ('meth') GET POST client_address ('addr') IP Web username ('user') REALM password ('pass') --- REALM from_user ('frmu') server_name ('svnm') Web IP Web server_port ('svpt') Web script_name ('scnm') CGI URL content_type ('ctyp') CGI 23
24 MIME referer ('refr') CGI URL CGI user_agent ('Agnt') WebSTAR action ('Kact') CGI Action action_path ('Kapt') CGI client_ip ('Kcip') IP full_request ('Kfrq') WebSTAR 24
オンラインテスト
1. 2. JavaScript 3. Perl 4. CGI 1. WWW HTML WWW World Wide Web HTML Hyper Text Markup Language XML, XHTML Java (.java) JavaApplet (.class,.jar) JavaServlet (.jsp) JavaScript (.html) CGI (.cgi) SSI (.shtml)
wide94.dvi
14 WWW 397 1 NIR-TF UUCP ftp telnet ( ) WIDE Networked Information Retrieval( NIR ) vat(visual Audio Tool) nv(netvedeo) CERN WWW(World Wide Web) WIDE ISODE WIDE project WWW WWW 399 400 1994 WIDE 1 WIDE
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
第 7 回の内容 動的な Web サイト フォーム Web システムの構成
第 7 回の内容 動的な Web サイト フォーム Web システムの構成 動的な Web サイト 静的なリソース ファイルシステムのパス / URI のパス a 公開ディレクトリ / b b GET /b HTTP/1.1 c c e d /a/b を送り返す d e 静的なリソース ファイルシステムのパス / / URI のパス f b c e GET /g/e HTTP/1.1 d /f/e
¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ
2 : TCP/IP : HTTP HTTP/2 1 / 22 httpget.txt: http.rb: ruby http get Java http ( ) HttpURLConnection 2 / 22 wireshark httpget.txt httpget cookie.txt ( ) telnet telnet localhost 80 GET /index.html HTTP/1.1
インターネットマガジン1996年3月号―INTERNET magazine No.14
Common Gateway Interface +SSI j 164 INTERNET magazine 1996/3 INTERNET magazine 1996/3 165 Common Gateway Interface 5 2 3 1 2 3 4 1 4 j Common Gateway Interface j j j j 166 INTERNET magazine 1996/3 INTERNET
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...
LiveCode初心者開発入門サンプル
/ About LiveCode 01:... 11 02: Create... 15 set 03:... 21 name title LiveCode 04:... 29 global local width height 05:... 37 Controls Tools Palette Script Editor message handler 06:... 52 RGB 07:... 63
54 5 PHP Web hellow.php 1:<?php 2: echo "Hellow, PHP!Y=n"; 3:?> echo PHP C 2: printf("hellow, PHP!Y=n"); PHP (php) $ php hellow.php Hellow, PHP! 5.1.2
53 5 PHP Web Web 1 Web OS (Web) HTML Web Web Web 5.1 PHP Web PHP ( ) 5.1.1 hellow.php ( ) Hellow, PHP! PHP hellow.php PHP HTML PHP 54 5 PHP Web hellow.php 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.................................
CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization [email protected], 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
johokiso-char.pdf.pdf
1 2 (2) l ASCIIJISUnicode ISO-2022-JP, Shift_JIS, EUC-JP Web l Copyright 2006-2018 Kota Abe 2018/06/12 3 4 l ()!? 5 6 l : This is a pen. 84 104 105 83 This is a pen. (, encode) () (, decode) l 41 42 43
3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200,
WEB DB PRESS Vol.1 79 3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200, http://www.postgresql.org/http://www.jp.postgresql.org/ 80 WEB DB PRESS
Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows
Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service
1 1 1...................... 1 2 6 1.................. 6 2...................... 8 3 9 1........................ 9 2........................ 12 4 15 1...... 15 2........................... 18 3..........................
(2 Linux Mozilla [ ] [ ] [ ] [ ] URL 2 qkc, nkc ~/.cshrc (emacs 2 set path=($path /usr/meiji/pub/linux/bin tcsh b
II 5 (1 2005 5 26 http://www.math.meiji.ac.jp/~mk/syori2-2005/ UNIX (Linux Linux 1 : 2005 http://www.math.meiji.ac.jp/~mk/syori2-2005/jouhousyori2-2005-00/node2. html ( (Linux 1 2 ( ( http://www.meiji.ac.jp/mind/tool/internet-license/
メディプロ1 Javaサーブレット補足資料.ppt
メディアプロジェクト演習 1 Java サーブレット補足資料 CGI の基本 CGI と Java サーブレットの違い Java サーブレットの基本 インタラクティブな Web サイトとは Interactive q 対話 または 双方向 q クライアントとシステムが画面を通して対話を行う形式で操作を行っていく仕組み 利用用途 Web サイト, シミュレーションシステム, ゲームなど WWW = インタラクティブなメディア
山梨県ホームページ作成ガイドライン
17 7 ...1...4...4...4...4...5...5 W3C...5...6...6...6...7...8...8...10...10...10... 11...12...12...13...13...13...14...14...14...15...15...16...16...16...16...16...17...18 15 (2003 ) 69.7 81.1 43.6 19.6
CodeIgniter Con 2011, Tokyo Japan, February
CodeIgniter Con 2011, Tokyo Japan, February 19 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 http://www.iviking.org/fx.php/ 25 26 10 27 28 29 30 31
ohp.mgp
2019/06/11 A/B -- HTML/WWW(World Wide Web -- (TA:, [ 1 ] !!? Web Page http://edu-gw2.math.cst.nihon-u.ac.jp/~kurino VNC Server Address : 10.9.209.159 Password : vnc-2019 (2019/06/04 : : * * / / : (cf.
SR-X526R1 サーバ収容スイッチ ご利用にあたって
SR-X526R1 P3NK-3432-05Z0 526R1 V01 SR-X526R1 V01 2009 10 2010 4 2 2011 5 3 2012 3 4 2012 11 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-X526R1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13
PowerPoint AppleScript
(URL Web ) Microsoft Excel Entourage PowerPoint Microsoft Corporation Apple Apple Mac Mac OS Apple Inc. 2008 Microsoft Corporation. All rights reserved. PowerPoint AppleScript...4...5...7...16...24 PowerPoint
... 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
1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3...................
0448051 1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3.................... 4 4........................ 6 5...........................
実験 5 CGI プログラミング 1 目的 動的にWebページを作成する手法の一つであるCGIについてプログラミングを通じて基本的な仕組みを学ぶ 2 実験 実験 1 Webサーバの設定確認と起動 (1)/etc/httpd/conf にある httpd.conf ファイルの cgi-bin に関する
実験 5 CGI プログラミング 1 目的 動的にWebページを作成する手法の一つであるCGIについてプログラミングを通じて基本的な仕組みを学ぶ 2 実験 実験 1 Webサーバの設定確認と起動 (1)/etc/httpd/conf にある httpd.conf ファイルの cgi-bin に関する次の項目を調べよ このとき CGIプログラムを置く場所 ( CGI 実行ディレクトリ) と そこに置いたCGIプログラムが呼び出されるURLを確認せよ
( )!?
(2) Copyright 2006 Kota Abe ( )!? : This is a pen. 84 104 105 83 (, encode) ( ) 84 104 105 83 This is a pen. (, decode) Do you know Tom Riddle? Yes!! ASCII American Standard Code for Information Interchange
Android Windows 8 AP 9 AP ios & Android 10 ST 11 ST ios 12 ST Android 13 ST Win & Mac 14 ST ios 15 ST Android
WiCounter Version 2.0 27 .. 2. 3. 2 4. 5. 6. 7 Android Windows 8 AP 9 AP ios & Android 10 ST 11 ST ios 12 ST Android 13 ST Win & Mac 14 ST ios 15 ST Android 16 17 18 19. 20 21 22 23 24 info ST 25 26 AP
1 1 1.......................... 1 2.......................... 2 2 5 1........................... 5 2................... 7 3..................... 8 4..
CD 1 1 1.......................... 1 2.......................... 2 2 5 1........................... 5 2................... 7 3..................... 8 4......................... 13 5 CD.................
help gem gem gem my help
hikiutils 1234 2017 3 1 1 6 1.0.1 help gem................... 7 gem.................................... 7 gem................................... 7 my help.................................. 7 my help......................
Jlspec
1OFF 通常 OFF 通常 2 ON 設定内容の初期化を行う ( 工場出荷状態 ) OFF 通常 3 ON 自己診断 / 設定内容の印字を行う 4OFF 通常 %!PS-Adobe-2.0 /Courier findfont 10 scalefont setfont /LEFT 36 def /TOP 792 def /PITCH 12 def /LF {show /x LEFT def /y
shio_20041004.PDF
JPNIC JPCERT/CC 2004 Web 2004 10 4 Web Web Web WASC Web Application Security Consortium 7 Web Security Threat Classification Web URL 2 ...?? It depends!? It depends!??? 3 ? It depends!...
untitled
Visual Basic.NET 1 ... P.3 Visual Studio.NET... P.4 2-1 Visual Studio.NET... P.4 2-2... P.5 2-3... P.6 2-4 VS.NET(VB.NET)... P.9 2-5.NET... P.9 2-6 MSDN... P.11 Visual Basic.NET... P.12 3-1 Visual Basic.NET...
hands_on_4.PDF
PHPMySQL 4 PC LAN 2 () () SQLDBMS DBMS DataBase Management System mysql DBMS SQL Structured Query Language SQL DBMS 3 DBMS DataBase Management System B Table 3 Table 2 Table 1 a 1 a 2 a 3 A SQLStructured
II 2 p.2 2 GET POST form action URL Aisatsu 2.1 Servlet GET GET : Query String QueryStringTest.java 1 import java.io.ioexception; 2 import java.io.pri
II 2 p.1 2 GET POST Servlet Servlet Servlet CGI/Servlet GET POST 2 GET URL? FORM GET : http://maps.google.co.jp/maps?hl=ja&ll=34.292821,134.063587&z=15 POST HTML HTML : Aisatsu.html HTML 1
SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって
SR-X324T1/316T1 P3NK-4092-04Z0 324T1/316T1 V01 SR-X324T1/316T1 V01 2010 4 2011 5 2 2012 3 3 2012 11 4 Microsoft Corporation Copyright FUJITSU LIMITED 2010-2012 2 SR-X324T1/316T1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...12...13...13
1
0 1 2 OK NG 3 ID 4 CMS 5 CMS 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [PDF 7KB] [ ] 22 23 (HP ( pt) ) () ( 24 25 ( ) 26 27 28 29 #() URL # # 30 [PDF 7KB] [ ] 31 32 33 34 35 HTML HTML 36 37 38 39 40
Plan of Talk CAS CAS 2 CAS Single Sign On CAS CAS 2 CAS Aug. 19, 2005 NII p. 2/32
CAS Single Sign On [email protected] [email protected], Aug. 19, 2005 NII p. 1/32 Plan of Talk CAS CAS 2 CAS Single Sign On CAS CAS 2 CAS [email protected], Aug. 19, 2005 NII p.
スマートアヴェニュー ご利用マニュアル
FTP HTML GIF/JPEG RealAudio Shockwave FLASH index.htm index.html HTML http:// / http:// / / smartave.ne.jp http://smartave.ne.jp/ abc http://smartave.ne.jp/abc/ ~ HTML URL /home /home/[userdir] [userdir]
FileMaker Server Getting Started Guide
FileMaker Server 13 2007-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect Bento FileMaker,
Microsoft Word - Live Meeting Help.docx
131011 101919 161719 19191110191914 11191417 101919 1915101919 Microsoft Office Live Meeting 2007 191714191412 1913191919 12 151019121914 19151819171912 17191012151911 17181219 1610121914 19121117 12191517
guide.PDF
ExpressMail Ver2.0 Copyright ( ) 1998/12/25 REV.1 1 ExpressMail Ver2.0 ExpressMail Ver2.0 ExpressMail Ver2.0 WindowsNT SMTP/POP3/IMAP4 (1) SMTP sendmail 8.8.5 DLL (2) POP3 RFC1939 APOP (3) IMAP4 RFC2060
10 (1) s 10.2 rails c Rails 7 > item = PlanItem.new => #<PlanItem id nil, name nil,...> > item.name = "" => "" > item.valid? => true valid? true false
10 (1) 16 7 PicoPlanner validations 10.1 PicoPlanner Web Web invalid values validations Rails validates validate 107 10 (1) s 10.2 rails c Rails 7 > item = PlanItem.new => #
Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3. Form Cookie...6 2.4....7 2.5. HTTP...7 3. STEPS Web...8 3.1....8
2001/1/11 Web Simplified Techniques for Econometric Plannings & Simulations for WWW Fujiwara Takamichi 97-5075 N-23 Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3.
Web JavaScript Java Applet Flash ActionScript CGI (C, perl, ruby ) PHP Servlet, JSP (JavaServer Pages) ASP 7-2
Servlet 7-1 Web JavaScript Java Applet Flash ActionScript CGI (C, perl, ruby ) PHP Servlet, JSP (JavaServer Pages) ASP 7-2 Servlet Java CGI Tomcat Apache+Tomcat JSP Web HTML Java Java Servlet ( ) 7-3 Servlet
Moldplus_Server_4.12
Moldplus Server 4.12 04.12.2008... 3 MOLDPLUS SERVER V4.12... 4 VERSION 4.12 WHAT S NEW...5... 7... 9... 15 A.WINDOWS VISTA WINDOWS XP SERVER... 15 B. WINDOWS VISTA... 18... 23 XML... 24... 27 1.1 MOLDPLUS
ヤマハルーターのCLI:Command Line Interface
(Command Line Interface) cf. http://www.rtpro.yamaha.co.jp/rt/docs/console/ Command Line Interface Graphical User Interface 2 (CLI) WWW(GUI) (CLI) WWW(GUI) character display graphic display keyboard pointer
インストール取扱説明書
Kabayaki for Linux version 1.3.0 2 Kabayaki for Linux : 2004-03-09 3 4 5 6 2004-03-10: Kabayaki for Linux Version 1.3.0 released. Red Hat Enterprise Linux 2.1 Adobe AcrobatMicrosoft Word/Excel/PowerPoint
( ) Shift JIS ( ) ASCII ASCII ( ) 8bit = 1 Byte JIS(Japan Industrial Standard) X 0201 (X ) 2 Byte JIS ISO-2022-JP, Shift JIS, EUC 1 Byte 2 By
23 3 ( ( (binary file) UNIX CUI 3.1 = + 2 bit ) ( 3.1) bit bit 1 Byte=8 bit 1 Byte ASCII, JIS X 0201 ASCII(American Standard Code for Information Interchange) 7bit (;) (:) ( ) (") ) 7bit ( ) 24 3 3.1 (
Microsoft Word - D JP.docx
Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder
Microsoft Word PAX4_Manual_JP.doc
Intego Personal Antispam X4 1 Intego Personal Antispam X4 2 Intego Personal Antispam X4 for Macintosh 2004-2006 Intego. All Rights Reserved Intego www.intego.com Intego Personal Antispam X4 for Macintosh
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
TeraTerm Pro V.2.32の利用法
Tera Term Pro ver.2.23 Windows Ver.2.1 2 Tterm23Zip Ttermp23 cedar ttermpro Ttermpro 3 Setup Terminal 3 Setup Window 4 Setup Font 5 Setup keyboard 6 Setup Serial port 7 Setup General 8 9 Tera Term Pro
事例に見るSCORMの・・・
SCORM 1.2 2005 8 2004, 2005 i 2004 6 1.0 2004 6 1.02 3.1.1 2005 1 1.1 2.1.4, 2.4.9, 2.5.2, 2.5.3, 3.1.3, 3.4.6, 3.5.2, 3.5.3. 2005 8 1.2 2.1.1 BOM 2.2.2, 2.4.10, 3.1.1 BOM 3.2.2, 3.4.7. ii 1. 1 2. 2 2.1
Oracle Lite Tutorial
GrapeCity -.NET with GrapeCity - InputMan Creation Date: Nov. 30, 2005 Last Update: Nov. 30, 2005 Version: 1.0 GrapeCity Microsoft Visual Studio.NET VB.NET Oracle Tips InputMan InputMan Oracle.NET Oracle
付録B
Kabayaki for Windows version 1.3.0 2 : Kabayaki for Windows 1.0.3 version HTTP Server Kabayaki for Windows 1.0.3 version Kabayaki for Windows HTTP Server Kabayaki for Windows 3 4 Internet Information Service
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
SR-X324T2/316T2 サーバ収容スイッチ ご利用にあたって
SR-X324T2/316T2 P3NK-4612-01Z0 324T2/316T2 V01 2012 11 Microsoft Corporation Copyright FUJITSU LIMITED 2012 2 ...2...5...5...5...5...6...7...8...8...11...11...11...11...11...12...12...12...12...12...13...13...13
Sinatra と MongoDB 今回は Sinatra で MongoDB の操作を体験してみます 進捗に合わせて ドライバから Ruby で使える便利な ORM の紹介をします
Sinatra MongoDB Powered by Rabbit 2.1.2 and COZMIXNG Sinatra と MongoDB 今回は Sinatra で MongoDB の操作を体験してみます 進捗に合わせて ドライバから Ruby で使える便利な ORM の紹介をします Sinatra と MongoDB まずは初回なので Sinatra の基本からおさらいします Hello world
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
388-356697252-2.pdf
専修大学 ネットワーク情報学部 2012年度 特殊演習 (Webプログラミング) 新居雅行 / Masayuki Nii 2 HTML/CSS 2012 4 23 1 2-1 Web 2 2-1 80 SSL Apache WindowsIIS Internet Information Server HTTP HyperText Transfer Protocol HTML HTML 1 1 [ URI]
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
Windows Cygwin Mac *1 Emacs Ruby ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2
September 2016 1 Windows Cygwin Mac *1 Emacs Ruby 1 1.1 ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2 ~/16:00:20> ls 2 2 ls ls -a ~/16:00:20> ls -a
IP.dvi
... 3... 3... 3... 4... 6 VLAN... 6... 6 DHCP... 7... 7... 9... 9... 10... 12 R... 15... 15... 15 ARP... 18... 18 ARP... 18 DNS... 20... 20 DHCP/BOOTP... 21... 21 DHCP... 22 UDP... 23... 23... 23... 26...
