untitled

Size: px
Start display at page:

Download "untitled"

Transcription

1 web Customer Commodity Order web Customer Commodity Order Customer CUSTOMER LIST ID ADD CUSTOMER ID ID ID addcus DELETE CUSTOMER ID delcus addcus addcus() delcus deletecus()

2 Commodity COMMODITY LIST ID 0 ADD COMMODITY ID ID ID addcom DELETE COMMODITY ID delcom ADD STOCK ID addstock SUB STOCK ID substock addcom addcom() delcom delcom() addstock addstock() substock substock() read_order SELECT USER ID Order Order ORDER LIST read_order No

3 cleanorder() ADD ORDER No No No ID ID ID read-order ID Read_Order ALL ID ID delorder DEELETE ORDER No delorder SEND ORDER No sendorder addorder addorder() delorder deleteorder() sendorder sendorder() WebLink WebLink WebLink ODQL Jasmine WebLink Jasmine WebLink HTML Jasmine ODQL HTML_Template WebLink WWW WebLink odbget.exe WebLink

4 Index.html login Homepage2.html Customer Read_Order Order addcus delcus Commodity addorder delorder sendorder addcom delcom addstock substock Domain error Object not found Already send Error.html logout logout Logout.html Logout_message.html

5 Web jasmine logout ID ID ID Web WebLink index.html <TITLE>login</TITLE> <CENTER> <h1>kaneko SHOPPING CENTER LOGIN PAGE</h1> <FORM ACTION="/cgi-bin/odb-login.exe" METHOD="POST"> Please push OK!<BR> <INPUT TYPE="submit" VALUE="OK"> <INPUT TYPE="hidden" NAME=WIT_env VALUE=/jasmine/jasmine31/jasmine/WebLink/lib/default2.env> </FORM> <FORM ACTION="/cgi-bin/odb-login.exe" METHOD="POST"> Administorator Login<BR><INPUT TYPE="hidden" NAME=WIT_env VALUE=/jasmine/jasmine31/jasmine/WebLink/lib/default.env> Admin Name:<INPUT NAME=WIT_userid SIZE=20><BR>

6 Password:<INPUT NAME=WIT_passwd TYPE="password" SIZE=20><BR> <INPUT TYPE="submit" VALUE="OK"> </FORM> </CENTER> Homepage2.html <TITLE>Home</TITLE> <H1>WELCOME TO KANEKO SHOPPING CENTER FOR ADMIN!</H1> <A HREF="/cgi-bin/odb-get.exe?WIT_template=Customer"><H2>CUSTOMER</H2 </A><BR> <A HREF="/cgi-bin/odbget.exe?WIT_template=Commodity"><H2>COMMODITY</H2 </A><BR> <A HREF="/cgi-bin/odb-get.exe?WIT_template=Read_Order"><H2>ORDER</H2 </A><BR> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> Customer <TITLE>CUSTOMER TOP</TITLE>

7 <H1>CUSTOMER LIST</H1> <!VAR "Bag<moriiCF::Customer>" "cusbag"> <!VAR "moriicf::customer" "cus"> <!VAR "moriicf::customer" "c"> <!VAR Integer i> <!DO "cusbag = cus.printcus()"> <!DO "cusbag = cusbag.sort(\"uid\")"> <table border = 2> <th align = left>userid</th> <th align = left>mail</th> <th align = left>passwd</th> <!DO "i=0"> <!FOREACH cusbag c> <td align = left><!replace c.uid></td> <td align = left><!replace c.mail></td> <td align = left><!replace c.pass></td> <!IF "i<c.uid"> <!DO "i=c.uid"> </table> </P> <!DO "i = i + 1"> <H1>ADD CUSTOMER</H1> Fill the forms and push 'go!'

8 <FORM ACTION="/cgi-bin/odb-get.exe" METHOD="POST"> <INPUT TYPE="hidden" NAME=WIT_template VALUE=addCus> <INPUT TYPE="hidden" NAME="uid" VALUE=<!REPLACE i>> mail:<input TYPE="text" NAME="mail" size="40"><br> password:<input TYPE="password" NAME="pw" size="40"><br> <INPUT TYPE="submit" VALUE="go!"> </FORM> </P> <H1>DELETE CUSTOMER</H1> Fill the forms and push 'go!' <FORM ACTION="/cgi-bin/odb-get.exe" METHOD="POST"> <INPUT TYPE="hidden" NAME=WIT_template VALUE=delCus> ID:<INPUT TYPE="text" NAME="uid" size="10"><br> <INPUT TYPE="submit" VALUE="go!"> </FORM> </P> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> addcus <TITLE>Result of add customer</title> <!VAR "moriicf::customer" "cus"> <!VAR "Bag<moriiCF::Customer>" "cusbag"> <!VAR "Integer" "i"> <!DO "i = cus.addcus(wit_uid.converttointeger(),wit_mail,wit_pw)"> <!IF "i==1"> <H2> MISSION COMPLETE </H2><BR>

9 <!IF "i==2"> <H2> OBJECT NOT FOUND!</H2><BR> <!IF "i==3"> <H2> DOMAIN ERROR!</H2><BR> <!IF "i==0"> <H2>ALREADY SENT!</H2><BR> <H2>ERROR! TRY AGAIN!</H2><BR> <!--print the table--> <!VAR "moriicf::customer" "c"> <!DO "cusbag = cus.printcus()"> <!DO "cusbag = cusbag.sort(\"uid\")"> <table border = 2> <th align = left>userid</th> <th align = left>mail</th> <th align = left>passwd</th> <!FOREACH cusbag c> <td align = left><!replace c.uid></td> <td align = left><!replace c.mail></td> <td align = left><!replace c.pass></td> </table>

10 <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> delcus <META CONTENT="text/html;CHARSET=euc-up"> <TITLE>Result of delete customer</title> <!VAR "Bag<moriiCF::Customer>" "cusbag"> <!VAR "moriicf::customer" "cus"> <!VAR "Integer" "i"> <!DO "i = cus.deletecus(wit_uid.converttointeger())"> <!IF "i==1"> <H2> MISSION COMPLETE!</H2><BR> <!IF "i==2"> <H2> OBJECT NOT FOUND!</H2><BR> <!IF "i==3"> <H2> DOMAIN ERROR!</H2><BR> <!IF "i==0"> <H2>ALREADY SENT!</H2><BR> <H2>ERROR! TRY AGAIN!</H2><BR>

11 <!VAR "moriicf::customer" "c"> <!--print the table--> <!DO "cusbag = cus.printcus()"> <!DO "cusbag = cusbag.sort(\"uid\")"> <table border = 2> <th align = left>userid</th> <th align = left>mail</th> <th align = left>passwd</th> <!FOREACH cusbag c> <td align = left><!replace c.uid></td> <td align = left><!replace c.mail></td> <td align = left><!replace c.pass></td> </table> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> Commodity <TITLE>COMMODITY TOP</TITLE>

12 <H1>COMMODITY LIST</H1> <!VAR "Bag<moriiCF::Commodity>" "combag"> <!VAR "moriicf::commodity" "com"> <!VAR "moriicf::commodity" "c"> <!VAR Integer i> <!DO "combag = com.printcom()"> <!DO "combag = combag.sort(\"cid\")"> <table border = 2> <th align = left>comid</th> <th align = left>name</th> <th align = left>price</th> <th align = left>quantity</th> <!DO "i=0"> <!FOREACH combag c> <td align = left><!replace c.cid></td> <td align = left><!replace c.cname></td> <td align = left><!replace c.price></td> <td align = left><!if "c.quantity==0"> <FONT color="#cc0000"> <!REPLACE c.quantity></td> <!REPLACE c.quantity></td> <!IF "i<c.cid"> <!DO "i=c.cid">

13 </table> </P> <!DO "i = i + 1"> <H1>ADD COMMODITY</H1> Fill the forms and push 'go!' <FORM ACTION="/cgi-bin/odb-get.exe" METHOD="POST"> <INPUT TYPE="hidden" NAME=WIT_template VALUE=addCom> <INPUT TYPE="hidden" NAME="cid" VALUE=<!REPLACE i>> commodity name:<input TYPE="text" NAME="cname" size="40"><br> commodity price:<input TYPE="text" NAME="price" size="40"><br> commodity quantity:<input TYPE="text" NAME="quantity" size="40"><br> <INPUT TYPE="submit" VALUE="go!"> </FORM> </P> <H1>DELETE COMMODITY</H1> Fill the forms and push 'go!' <FORM ACTION="/cgi-bin/odb-get.exe" METHOD="POST"> <INPUT TYPE="hidden" NAME=WIT_template VALUE=delCom> commodity ID:<INPUT TYPE="text" NAME="cid" size="10"><br> <INPUT TYPE="submit" VALUE="go!"> </FORM> </P> <H1>ADD STOCK</H1> Fill the forms and push 'go!' <FORM ACTION="/cgi-bin/odb-get.exe" METHOD="POST"> <INPUT TYPE="hidden" NAME=WIT_template VALUE=addStock> commodity ID:<INPUT TYPE="text" NAME="cid" size="10"><br> commodity quantity:<input TYPE="text" NAME="quantity" size="10"><br> <INPUT TYPE="submit" VALUE="go!"> </FORM> </P> <H1>SUB STOCK</H1> Fill the forms and push 'go!' <FORM ACTION="/cgi-bin/odb-get.exe" METHOD="POST"> <INPUT TYPE="hidden" NAME=WIT_template VALUE=subStock> commodity ID:<INPUT TYPE="text" NAME="cid" size="10"><br> commodity quantity:<input TYPE="text" NAME="quantity" size="10"><br>

14 <INPUT TYPE="submit" VALUE="go!"> </FORM> </P> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> addcom <META CONTENT="text/html;CHARSET=euc-up"> <TITLE>Result of add commodity</title> <!VAR "Bag<moriiCF::Commodity>" "combag"> <!VAR "moriicf::commodity" "com"> <!VAR "Integer" "i"> <!DO "i = com.addcom(wit_cid.converttointeger(),wit_cname,wit_price.converttointeger(),wit_q uantity.converttointeger())"> <!IF "i==1"> <H2> MISSION COMPLETE!</H2><BR> <!IF "i==2"> <H2> OBJECT NOT FOUND!</H2><BR> <!IF "i==3"> <H2> DOMAIN ERROR!</H2><BR> <!IF "i==0"> <H2>ALREADY SENT!</H2><BR> <H2>ERROR! TRY AGAIN!</H2><BR>

15 <!VAR "moriicf::commodity" "c"> <!DO "combag = com.printcom()"> <!DO "combag = combag.sort(\"cid\")"> <table border = 2> <th align = left>comid</th> <th align = left>name</th> <th align = left>price</th> <th align = left>quantity</th> <!FOREACH combag c> <td align = left><!replace c.cid></td> <td align = left><!replace c.cname></td> <td align = left><!replace c.price></td> <td align = left><!if "c.quantity==0"> <FONT color="#cc0000"> <!REPLACE c.quantity></td> <!REPLACE c.quantity></td> </table> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR>

16 delcom <TITLE>Resuit of delete commodity</title> <!VAR "Bag<moriiCF::Commodity>" "combag"> <!VAR "moriicf::commodity" "com"> <!VAR "Integer" "i"> <!DO "i = com.deletecom(wit_cid.converttointeger())"> <!IF "i==1"> <H2> MISSION COMPLETE!</H2><BR> <!IF "i==2"> <H2> OBJECT NOT FOUND!</H2><BR> <!IF "i==3"> <H2> DOMAIN ERROR!</H2><BR> <!IF "i==0"> <H2>ALREADY SENT!</H2><BR> <H2>ERROR! TRY AGAIN!</H2><BR> <!VAR "moriicf::commodity" "c"> <!DO "combag = com.printcom()"> <!DO "combag = combag.sort(\"cid\")">

17 <table border = 2> <th align = left>comid</th> <th align = left>name</th> <th align = left>price</th> <th align = left>quantity</th> <!FOREACH combag c> <td align = left><!replace c.cid></td> <td align = left><!replace c.cname></td> <td align = left><!replace c.price></td> <td align = left><!if "c.quantity==0"> <FONT color="#cc0000"> <!REPLACE c.quantity></td> <!REPLACE c.quantity></td> </table> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> addstock <TITLE>result of add stock</title> <!VAR "Bag<moriiCF::Commodity>" "combag"> <!VAR "moriicf::commodity" "com">

18 <!VAR "Integer" "i"> <!DO "i = com.addstock(wit_cid.converttointeger(),wit_quantity.converttointeger())"> <!IF "i==1"> <H2> MISSION COMPLETE </H2><BR> <!IF "i==2"> <H2> OBJECT NOT FOUND!</H2><BR> <!IF "i==3"> <H2> DOMAIN ERROR!</H2><BR> <!IF "i==0"> <H2>ALREADY SENT!</H2><BR> <H2>ERROR! TRY AGAIN!</H2><BR> <!VAR "moriicf::commodity" "c"> <!DO "combag = com.printcom()"> <!DO "combag = combag.sort(\"cid\")"> <table border = 2> <th align = left>comid</th> <th align = left>name</th> <th align = left>price</th>

19 <th align = left>quantity</th> <!FOREACH combag c> <td align = left><!replace c.cid></td> <td align = left><!replace c.cname></td> <td align = left><!replace c.price></td> <td align = left><!if "c.quantity==0"> <FONT color="#cc0000"> <!REPLACE c.quantity></td> <!REPLACE c.quantity></td> </table> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> substock <TITLE>result of delete stock</title> <!VAR "Bag<moriiCF::Commodity>" "combag"> <!VAR "moriicf::commodity" "com"> <!VAR "Integer" "i"> <!DO "i = com.substock(wit_cid.converttointeger(),wit_quantity.converttointeger())"> <!IF "i==1">

20 <H2> MISSION COMPLETE </H2><BR> <!IF "i==2"> <H2> OBJECT NOT FOUND!</H2><BR> <!IF "i==3"> <H2> DOMAIN ERROR!</H2><BR> <!IF "i==0"> <H2>ALREADY SENT!</H2><BR> <H2>ERROR! TRY AGAIN!</H2><BR> <!VAR "moriicf::commodity" "c"> <!DO "combag = com.printcom()"> <!DO "combag = combag.sort(\"cid\")"> <table border = 2> <th align = left>comid</th> <th align = left>name</th> <th align = left>price</th> <th align = left>quantity</th> <!FOREACH combag c> <td align = left><!replace c.cid></td> <td align = left><!replace c.cname></td> <td align = left><!replace c.price></td> <td align = left><!if "c.quantity==0"> <FONT color="#cc0000">

21 <!REPLACE c.quantity></td> <!REPLACE c.quantity></td> </table> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> Read_Order <TITLE>read order</title> <!VAR "Bag<moriiCF::Customer>" "cusbag"> <!Var "moriicf::customer" "cus"> <!DO "cusbag=moriicf::customer from moriicf::customer"> <!DO "cusbag=cusbag.sort(\"uid\")"> <FORM ACTION="/cgi-bin/odb-get.exe" METHOD="POST"> <INPUT TYPE="hidden" NAME=WIT_template VALUE=Order> <H2>PLEASE SELECT THE USER!</H2><BR> <SELECT NAME="uid"> <OPTION VALUE="0">ALL</OPTION> <!FOREACH cusbag cus> <OPTION VALUE=<!REPLACE cus.uid>><!replace cus.mail></option> </SELECT></P> <INPUT TYPE="submit" VALUE="go!"> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR>

22 Order <TITLE>ORDER TOP</TITLE> <!VAR "Bag<moriiCF::Customer>" "cusbag"> <!VAR "Bag<moriiCF::Commodity>" "combag"> <!VAR "Bag<moriiCF::Order>" "ordbag"> <!VAR "moriicf::customer" "cus"> <!VAR "moriicf::commodity" "com"> <!VAR "moriicf::order" "ord"> <!VAR "moriicf::order" "o"> <!VAR Integer i> <!DO "cusbag = moriicf::customer from moriicf::customer"> <!DO "cusbag = cusbag.sort(\"uid\")"> <!DO "combag = moriicf::commodity from moriicf::commodity"> <!DO "combag = combag.sort(\"cid\")"> <H1>ORDER LIST</H1> <!DO "ordbag = ord.printorder(wit_uid.converttointeger())"> <!FOREACH ordbag ord> <!DO "ord.cleanorder()"> <!DO "ordbag = ordbag.sort(\"onum\")"> <table border = 2>

23 <th align = left>orderno</th> <th align = left>userid</th> <th align = left>commodityid</th> <th align = left>number</th> <th align = left>order date</th> <th align = left>del date</th> <th align = left>send?</th> <!DO "i=0"> <!FOREACH ordbag o> <td align = left><!replace o.onum></td> <td align = left><!replace o.uid></td> <td align = left><!replace o.cid></td> <td align = left><!replace o.num></td> <td align = left><!replace o.odate></td> <td align = left><!replace o.deldate></td> <td align = left><!replace o.send></td> <!IF "i<o.onum"> <!DO "i=o.onum"> </table> </P> <!DO "i = i + 1"> <H1>ADD ORDER</H1> Fill the forms and push 'go!' <BR> <FORM ACTION="/cgi-bin/odb-get.exe" METHOD="POST"> <INPUT TYPE="hidden" NAME=WIT_template VALUE=addOrder> <INPUT TYPE="hidden" NAME="onum" VALUE=<!REPLACE i>> <!IF "wit_uid.converttointeger()==0"> user <BR> <SELECT NAME="uid"> <!FOREACH cusbag cus> <OPTION VALUE=<!REPLACE cus.uid>><!replace cus.mail></option> </SELECT> <INPUT TYPE="hidden" NAME="uid" VALUE=<!REPLACE wit_uid>> <BR>

24 commodity<br> <SELECT NAME="cid"> <!FOREACH combag com> <!IF "com.quantity>0"> <OPTION VALUE=<!REPLACE com.cid>><!replace com.cname></option> </SELECT><BR> number:<input TYPE="text" NAME="num" size="10"><br> <INPUT TYPE="hidden" NAME="printID" VALUE=<!REPLACE wit_uid>> <INPUT TYPE="submit" VALUE="go!"> </FORM> </P> <H1>DELETE ORDER</H1> Fill the forms and push 'go!' <FORM ACTION="/cgi-bin/odb-get.exe" METHOD="POST"> <INPUT TYPE="hidden" NAME=WIT_template VALUE=delOrder> order number:<input TYPE="text" NAME="onum" size="10"><br> <INPUT TYPE="hidden" NAME="printID" VALUE=<!REPLACE wit_uid>> <INPUT TYPE="submit" VALUE="go!"> </FORM> </P> <H1>SEND ORDER</H1> Fill the forms and push 'go!' <FORM ACTION="/cgi-bin/odb-get.exe" METHOD="POST"> <INPUT TYPE="hidden" NAME=WIT_template VALUE=sendOrder> order number:<input TYPE="text" NAME="onum" size="10"><br> <INPUT TYPE="hidden" NAME="printID" VALUE=<!REPLACE wit_uid>> <INPUT TYPE="submit" VALUE="go!"> </FORM> </P> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> addorder

25 <TITLE>Result of add order</title> <!VAR "moriicf::order" "ord"> <!VAR "Integer" "i"> <!DO "i = ord.addorder(wit_onum.converttointeger(),wit_uid.converttointeger(),wit_cid.convert ToInteger(),wit_num.convertToInteger())"> <!IF "i==1"> <H2> MISSION COMPLETE </H2><BR> <!IF "i==2"> <H2> OBJECT NOT FOUND!</H2><BR> <!IF "i==3"> <H2> DOMAIN ERROR!</H2><BR> <!IF "i==0"> <H2>ALREADY SENT!</H2><BR> <H2>ERROR! TRY AGAIN!</H2><BR> <!--print the table--> <!DO "ordbag = ord.printorder(wit_printid.converttointeger())"> <!DO "ordbag = ordbag.sort(\"onum\")">

26 <table border = 2> <th align = left>orderno</th> <th align = left>userid</th> <th align = left>commodityid</th> <th align = left>number</th> <th align = left>date</th> <th align = left>del date</th> <th align = left>send?</th> <!DO "i=1"> <!FOREACH ordbag o> <td align = left><!replace o.onum></td> <td align = left><!replace o.uid></td> <td align = left><!replace o.cid></td> <td align = left><!replace o.num></td> <td align = left><!replace o.odate></td> <td align = left><!replace o.deldate></td> <td align = left><!replace o.send></td> </table> </P> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> delorder <TITLE>Result of delete order</title> <!VAR "Bag<moriiCF::Order>" "ordbag"> <!VAR "moriicf::order" "ord"> <!VAR "Integer" "i"> <!DO "i = ord.deleteorder(wit_onum.converttointeger())">

27 <!IF "i==1"> <H2> MISSION COMPLETE </H2><BR> <!IF "i==2"> <H2> OBJECT NOT FOUND!</H2><BR> <!IF "i==3"> <H2> DOMAIN ERROR!</H2><BR> <!IF "i==0"> <H2>ALREADY SENT!</H2><BR> <H2>ERROR! TRY AGAIN!</H2><BR> <!--print the table--> <!DO "ordbag = ord.printorder(wit_printid.converttointeger())"> <!DO "ordbag = ordbag.sort(\"onum\")"> <table border = 2> <th align = left>orderno</th> <th align = left>userid</th> <th align = left>commodityid</th> <th align = left>number</th> <th align = left>date</th> <th align = left>del date</th> <th align = left>send?</th>

28 <!DO "i=1"> <!FOREACH ordbag o> <td align = left><!replace o.onum></td> <td align = left><!replace o.uid></td> <td align = left><!replace o.cid></td> <td align = left><!replace o.num></td> <td align = left><!replace o.odate></td> <td align = left><!replace o.deldate></td> <td align = left><!replace o.send></td> </table> </P> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> sendorder <TITLE>Resuit of send order</title> <!VAR "Bag<moriiCF::Order>" "ordbag"> <!VAR "moriicf::order" "ord"> <!VAR "Integer" "i"> <!DO "i = ord.sendorder(wit_onum.converttointeger())"> <!IF "i==1"> <H2> MISSION COMPLETE </H2><BR>

29 <!IF "i==2"> <H2> OBJECT NOT FOUND!</H2><BR> <!IF "i==3"> <H2> DOMAIN ERROR!</H2><BR> <!IF "i==0"> <H2>ALREADY SENT!</H2><BR> <H2>ERROR! TRY AGAIN!</H2><BR> <!--print the table--> <!DO "ordbag = ord.printorder(wit_printid.converttointeger())"> <!DO "ordbag = ordbag.sort(\"onum\")"> <table border = 2> <th align = left>orderno</th> <th align = left>userid</th> <th align = left>commodityid</th> <th align = left>number</th> <th align = left>date</th> <th align = left>del date</th> <th align = left>send?</th> <!DO "i=1"> <!FOREACH ordbag o> <td align = left><!replace o.onum></td> <td align = left><!replace o.uid></td> <td align = left><!replace o.cid></td> <td align = left><!replace o.num></td>

30 <td align = left><!replace o.odate></td> <td align = left><!replace o.deldate></td> <td align = left><!replace o.send></td> </table> </P> <A HREF=" TO TOP PAGE <BR> <A HREF=" LOGOUT<BR> error.html <TITLE>database error</title> <H2>DATABASE ERROR! </H2><BR> <A HREF=" AGAIN!<BR> logout.html <TITLE>logout</TITLE> <CENTER> <h1>do YOU WANT TO LOGOUT?</h1> <A HREF="/cgi-bin/odb-logout.exe?WIT_urlpath= <A HREF=" BACK TO TOP PAGE<BR> </CENTER>

31 logout_message.html <TITLE>logout</TITLE> <CENTER> <h1>thank YOU!!</h1> </CENTER>

2

2 storetool 2 3 4 1 storetool 1-1 6 1-2 1 7 8 1-3 1 9 1-4 10 1 11 1-5 12 1-6 1 13 14 2 storetool 2-1 16 2 17 2-2 1. 2. 3. 4. 5. 18 6. 7. 2 19 20 3 storetool 3-1-1 22 1. 3 2. 1. 2. 23 1. 2. 24 3 25 1. 2.

More information

3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200,

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

More information

教材ドットコムオリジナル教材

教材ドットコムオリジナル教材 問題 次の画面写真を参考にソースを組みなさい 画像素材は次のサイトにある http://www.kyouzai.com/kenshu/index.htm トップ 大学 専門学校授業 10 月 31 日画像素材 ファイル名 :index.htm( フレーム定義ファイル ) menu.htm( 左フレーム表示 メニューページ ) top.htm( 右フレーム表示 似顔絵イラスト表示ページ ) touroku.htm(

More information

hands_on_4.PDF

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

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

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

Microsoft Word - PHP_SQLServer2012

Microsoft Word - PHP_SQLServer2012 PHP5.4+SQL Server 2012 1 表からデータを問い合わせる style.css table border-color:skyblue; border-style:solid; boder-widht:1px; width:300px;.hdrbackground-color:gainsboro 実行結果 1.1 ソース (Sample01.php)

More information

橡Pascal-Tの挙動を調べる

橡Pascal-Tの挙動を調べる PROGRAM SAMPLE01(INPUT, OUTPUT); BEGIN END. PROGRAM SAMPLE02(INPUT, OUTPUT); VAR X, Y, Z : INTEGER; BEGIN X := 1; Y := 2; Z := X + Y; WRITELN(Z); END. #!/usr/local/bin/perl #PASCAL-T OBJECT MAC FILE

More information

Web

Web Web 1 1 1........................... 1 2 Web...................... 1 3...................... 3 4........................ 4 5........................... 5 i............................ 5 ii iii..........................

More information

ビジネスサーバ設定マニュアル_Standard応用編

ビジネスサーバ設定マニュアル_Standard応用編 ビジネスサーバ シリーズ設定マニュアル ~Standard 応用編 ~ 本マニュアルの内容は サービスの各機能に関する解説資料としてご利用いただくことを目的としております 設定変更にあたっては 予め変更対象のファイル等のバックアップを取られることをお奨め致します ( 弊社側でのファイル復旧は出来ませんのでご注意ください ) 第 1.3 版 株式会社 NTT ぷらら 本ご案内に掲載している料金等は消費税相当額を含んでおりません

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

2. 投稿マニュアル.xlsm

2. 投稿マニュアル.xlsm User ID とパスワードを入力し Log In をクリックして下さい User ID:SPring- 8 ユーザーカード番号 (7 桁 ) パスワード : このシステム利用のため登録されたパスワード Enter your user ID and password. AAer that, click Log In. User ID:SPring- 8 User Card No. (7 - digit)

More information

_IMv2.key

_IMv2.key 飯島基 文 customb2b@me.com $ ssh ladmin@im.example.com $ cd /Library/Server/Web/Data/Sites/Default/ $ git clone https://github.com/msyk/inter-mediator.git

More information

~/WWW-local/compIID (WWW IID ) $ mkdir WWW-local $ cd WWW-local $ mkdir compiid 3. Emacs index.html n (a) $ cd ~/WWW/compIID

~/WWW-local/compIID (WWW IID ) $ mkdir WWW-local $ cd WWW-local $ mkdir compiid 3. Emacs index.html n (a) $ cd ~/WWW/compIID 10 10 10.1 1. 2. 3. HTML(HyperText Markup Language) Web [ ][ ] HTML Web HTML HTML Web HTML ~b08a001/www/ ( ) ~b08a001/www-local/ ( ) html ( ) 10.2 WWW WWW-local b08a001 ~b08a001/www/ ~b08a001/www-local/

More information

PHP と Postgresql を用いた 図書館管理システムの構築 裘彬濱 Qiu Binbin 南山大学 情報理工学部

PHP と Postgresql を用いた 図書館管理システムの構築 裘彬濱 Qiu Binbin 南山大学 情報理工学部 PHP と Postgresql を用いた 図書館管理システムの構築 裘彬濱 Qiu Binbin 南山大学 情報理工学部 1: 要求分析 要求として 以下の 3 つを挙げる PHP と postgresql を用いた図書管理システムを構築したい 本の追加 削除 貸出 返却 未返却会員情報検索といった5つの機能を欲しいこの 3 つの点から データベースとウエブ 2 つの面に分けて考える [1] データベースに対する要求分析

More information

■新聞記事

■新聞記事 情報処理 C (P.1) 情報処理 C ホームページ作成入門 テキストエディタ ( メモ帳 TeraPad など ) でHTMLファイルを作成する HTML(Hyper Text Markup Language ) ホームページを記述するための言語のこと テキストエディタの起動 (TeraPad の場合 ) [ スタート ]-[ プログラム ]-[ テキストエディタ ]-[TeraPad] をクリック

More information

ProVisionaire Control V3.0セットアップガイド

ProVisionaire Control V3.0セットアップガイド ProVisionaire Control V3 1 Manual Development Group 2018 Yamaha Corporation JA 2 3 4 5 NOTE 6 7 8 9 q w e r t r t y u y q w u e 10 3. NOTE 1. 2. 11 4. NOTE 5. Tips 12 2. 1. 13 3. 4. Tips 14 5. 1. 2. 3.

More information

World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML

World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML Web 工学博士大堀隆文 博士 ( 工学 ) 木下正博 共著 World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML ii HTML CSS CSS HTML HTML HTML HTML Eclipse Eclipse Eclipse

More information

WEB DB PRESS Vol.1 65

WEB DB PRESS Vol.1 65 http://www.fastcgi.com/ http://perl.apache.org/ 64 WEB DB PRESS Vol.1 WEB DB PRESS Vol.1 65 Powered by mod_perl, Apache & MySQL my $input; my %form; read STDIN, $input, $ENV{'CONTENT_LENGTH'}; foreach

More information

Webデザイン論

Webデザイン論 2008 年度松山大学経営学部開講科目 情報コース特殊講義 Web デザイン論 檀裕也 (dan@cc.matsuyama-u.ac.jp) http://www.cc.matsuyama-u.ac.jp/~dan/ 出席確認 受講管理システム AMUSE を使って 本日の出席登録をせよ 学籍番号とパスワードを入力するだけでよい : http://davinci.cc.matsuyama-u.ac.jp/~dan/amuse/

More information

soturon2013

soturon2013 4.4. CGI, CGI Web. UNIX, UNIX Windows. UNIX CGI. i ( ). mi- http://www.mimikaki.net/ 67 (mi- ),mi-, http://ugawalab.miyakyo-u.ac.jp/j3/chika/wari.cgi.txt http://ugawalab.miyakyo-u.ac.jp/j3/chika/wari.cgi.txt,.

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 1 2 3 4 HTML 5 HTML 6 7 8 9 ( ) 10 11 ( ) Switch(state) case STATE_xxxx : int op_state = opponent.getstate(); switch (op_state) { case STATE_yyyy : < > player.setstate(state_zzzz); 12 13 14 15 16 17 request

More information

システム分析とデータベース設計

システム分析とデータベース設計 システム設計 1. 構造化システム設計 DFD からモジュール設計 2. プログラミング HTML,VBScript,ASP, データベース 3. プログラミング作法 レイアウト, プログラム 3 構造 4. プログラミング補題 ( 会員登録 ) システム設計技法 - 受注処理の DFD を例に 受注処理の DFD さらなるプロセスの詳細化 商品ファイル 在庫ファイル 会員 会員番号 商品番号 商品番号

More information

<4D F736F F D A957A A A8FEE95F18F88979D DEC90AC E646F63>

<4D F736F F D A957A A A8FEE95F18F88979D DEC90AC E646F63> 情報処理 C (P.1) 情報処理 C (2011 年度 ) ホームページの作成 http://open.shonan.bunkyo.ac.jp/~ohtan/ テキストエディタ ( メモ帳 TeraPad など ) でHTMLファイルを作成する HTML(Hyper Text Markup Language ) ホームページを記述するための言語のこと テキストエディタの起動 (TeraPad の場合

More information

22 (266) / Web PF-Web Web Web Web / Web Web PF-Web Web Web Web CGI Web Web 1 Web PF-Web Web Perl C CGI A Pipe/Filter Architecture Based Software Gener

22 (266) / Web PF-Web Web Web Web / Web Web PF-Web Web Web Web CGI Web Web 1 Web PF-Web Web Perl C CGI A Pipe/Filter Architecture Based Software Gener 22 (266) / Web PF-Web Web Web Web / Web Web PF-Web Web Web Web CGI Web Web 1 Web PF-Web Web Perl C CGI A Pipe/Filter Architecture Based Software Generator PF-Web for Constructing Web Applications. Tomohiro

More information

C:\Apache Software Foundation\Apache2.2\htdocs\sample\login.html サンプルプログラム passworddisc.php <head><title> ログイン </title></head> $user=$_post['user']; $

C:\Apache Software Foundation\Apache2.2\htdocs\sample\login.html サンプルプログラム passworddisc.php <head><title> ログイン </title></head> $user=$_post['user']; $ PHP を利用すると 動的に Web ページを生成することが出来る 予め HTML ファイルを準備しておき その内で必要に応じてスクリプトを記載することで Web アプリケーションを容易に開発することが出来る Java に比べて 比較的にサーバーの設定などが 簡単である ホームページから PHP 応用演習ソースプログラム をダウンロードして C:\Apache Software Foundation\Apache2.2\htdocs\sample\

More information

HTML のタグを使ったホームページ作成 第 1 章 HTML 文書の基本 1. タグの基本 HTML 文書は普通の文章とタグで構成される タグは半角英数字で書く 文字 のように開始タグ (< >) と終了タグ () で囲む オプションをつけることもできる 2. 基本構成 ( 下線のタグは必ず書きます ) タイトル

More information

SNS 14,917,000,000 10,780,000 SNS 8,850,000,000 14,900,000 MobileSpace 8,000,000,000 3,000,000 SNS 6,000,000,000 6,000,000 3,863,000,000 22,100,000 3,790,000,000 8,970,000 i i 3,500,000,000 6,000,000 2,001,000,000-1,900,000,000

More information

ブログ制作教材

ブログ制作教材 ブログ作成 2 3 id integer unique primary key not null auto_increment koshinbi integer title varchar(100) honbun text category_id interger ( 以下前と同じ ) id kiji_id koshinbi name com_honbun

More information

allows attackers to steal the username-password pair saved in the password manager if the login page or other pages in the same domain are vulnerable

allows attackers to steal the username-password pair saved in the password manager if the login page or other pages in the same domain are vulnerable Computer Security Symposium 2015 21-23 October 2015 Google Chrome のパスワードマネージャの脆弱性 市原隆行 寺本健悟 齊藤泰一 東京電機大学 120-8551 東京都足立区千住旭町 5 cludzerothree@gmail.com 東京電機大学大学院 120-8551 東京都足立区千住旭町 5 15kmc11@ms.dendai.ac.jp

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 演習 9 入力した条件に従いデータベースからデータを抽出する 1 演習 9 製品情報を取得するサンプル パソコン製品情報が格納された表から 任意のメーカー IDを取得するプログラムの構造を検討する sample1.htm sample1.asp SDEV_MST_PRODUCT 2 データベース クライアント サーバー PC_KATABAN KOBAN MAKER_ID HD-0001 1 NED

More information

LWW EJ on Ovid LWW Ovid Online (Ovid Web Gateway) Ovid Online LWW tutorial Ovid Online Refresh Ovid Online LWW Ovid Medline, Cinahl, EBMR, Ovid

LWW EJ on Ovid LWW Ovid Online (Ovid Web Gateway) Ovid Online LWW tutorial Ovid Online Refresh Ovid Online LWW Ovid Medline, Cinahl, EBMR, Ovid LWW EJ on Ovid Tutorial For gateway refresh version June 2005 Ovid Technologies Japan Office japan@ovid.com Visit our homepage at http://www.ovid.jp/site/index.html for more Japanese documents and latest

More information

LWW EJ on Ovid LWW Ovid Online (Ovid Web Gateway) Ovid Online LWW tutorial Ovid Online Refresh Ovid Online LWW Ovid Medline, Cinahl, EBMR, Ovid

LWW EJ on Ovid LWW Ovid Online (Ovid Web Gateway) Ovid Online LWW tutorial Ovid Online Refresh Ovid Online LWW Ovid Medline, Cinahl, EBMR, Ovid LWW EJ on Ovid Tutorial For Kagawa University Sep 2005 Ovid Technologies Japan Office japan@ovid.com Visit our homepage at http://www.ovid.jp/site/index.html for more Japanese documents and latest news.

More information

CodeIgniter Con 2011, Tokyo Japan, February

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

More information

Microsoft PowerPoint - 04WWWとHTML.pptx

Microsoft PowerPoint - 04WWWとHTML.pptx 船舶海洋情報学 九州大学工学府海洋システム工学専攻講義資料担当 : 木村 04. WWW と HTML WWW(World Wide Web) インターネットの情報をハイパーテキスト形式で参照できる情報提供システム HTML などのコンテンツを HTTP プロトコルで転送 インターネット クライアント PC WWW の情報を画面に表示するクライアントソフトウエア :WEB ブラウザ Internet

More information

388-356697252-2.pdf

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]

More information

演習室の PC のハードディスクには演習で作成したデータは保管できません 各 PC の ネットワーク接続 ショートカットからメディア情報センターのサーバーにアクセスしてください (Z ドライブとして使用できます ) 講義で使うフォルダ 2/23

演習室の PC のハードディスクには演習で作成したデータは保管できません 各 PC の ネットワーク接続 ショートカットからメディア情報センターのサーバーにアクセスしてください (Z ドライブとして使用できます ) 講義で使うフォルダ 2/23 Web データ管理 CGI (3 章 ) 2011/11/30( 水 ) 1/23 演習室の PC のハードディスクには演習で作成したデータは保管できません 各 PC の ネットワーク接続 ショートカットからメディア情報センターのサーバーにアクセスしてください (Z ドライブとして使用できます ) 講義で使うフォルダ 2/23 CGI とは Common Gateway Interface の略 通常のページでは

More information

(CC Attribution) Lisp 2.1 (Gauche )

(CC Attribution) Lisp 2.1 (Gauche ) http://www.flickr.com/photos/dust/3603580129/ (CC Attribution) Lisp 2.1 (Gauche ) 2 2000EY-Office 3 4 Lisp 5 New York The lisps Sammy Tunis flickr lisp http://www.flickr.com/photos/dust/3603580129/ (CC

More information

1

1 1 2 3 4 確認しよう 今回のサンプルプログラムにアクセスしてみましょう 1. デスクトップ上のフォルダをクリックし /var/www/html に example1.html と example2.php ファイルがあることを確認します 2. ブラウザを起動し 次の URL にアクセスします http://localhost/example1.html 3. 自分の手を選択して じゃんけんぽん

More information

演習室の PC のハードディスクには演習で作成したデータは保管できません 各 PC の ネットワーク接続 ショートカットからメディア情報センターのサーバーにアクセスしてください (Z ドライブとして使用できます ) Web プログラミング 1 CGI (3 章 ) 2012/6/12( 水 ) 講義

演習室の PC のハードディスクには演習で作成したデータは保管できません 各 PC の ネットワーク接続 ショートカットからメディア情報センターのサーバーにアクセスしてください (Z ドライブとして使用できます ) Web プログラミング 1 CGI (3 章 ) 2012/6/12( 水 ) 講義 演習室の PC のハードディスクには演習で作成したデータは保管できません 各 PC の ネットワーク接続 ショートカットからメディア情報センターのサーバーにアクセスしてください (Z ドライブとして使用できます ) Web プログラミング 1 CGI (3 章 ) 2012/6/12( 水 ) 講義で使うフォルダ 1/23 2/23 CGI とは Common Gateway Interface の略

More information

インターネットマガジン1998年12月号―INTERNET magazine No.47

インターネットマガジン1998年12月号―INTERNET magazine No.47 3.0 3.0 A MagnaviIp98Htmltips +CD-ROM A N S W E R A N S W E R 300 INTERNET magazine 998/

More information

untitled

untitled Perl2 Web2 PerlCGI Web IT2006 2 Perl Perl Perl Perl Perl Perl OS CGIWeb IT2006 4 1. FTP CD-ROM 2. IT2006 5 3. +Lhaca C: Program Files asperl C: Programs 4. IT2006 6 +Lhaca /Archives +Lhaca / local Lhaca075.EXE

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

第 7 回の内容 動的な Web サイト フォーム Web システムの構成

第 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

More information

JC オンライン投稿の操作方法について(mac) 2011_9 FINAL

JC オンライン投稿の操作方法について(mac) 2011_9 FINAL Journal of Cardiology Journal of Cardiology Cases < > Elsevier Editorial System > > Journal of Cardiology.. http://ees.elsevier.com/jjcc Journal of Cardiology Cases http://ees.elsevier.com/jccase Guide

More information

3 CSS について Cascading Style Sheets(CSS カスケーディング スタイル シート カスケード スタイル シート) とは HTML や XML の要素をどのように修飾 ( 表示 ) するかを指示する W3C による仕様の一つ 文書の構造と体裁を分離させるという理念を実現す

3 CSS について Cascading Style Sheets(CSS カスケーディング スタイル シート カスケード スタイル シート) とは HTML や XML の要素をどのように修飾 ( 表示 ) するかを指示する W3C による仕様の一つ 文書の構造と体裁を分離させるという理念を実現す HTML/CSS 1 HTML について Hyper Text Markup Language( ハイパーテキストマークアップランゲージ ) 略記 略称:HTML( エイチティーエムエル ) とは ウェブ上のドキュメントを記述するためのマークアップ言語である Web 作成基本プログラミング用語であり C 言語のようなプログラミングとは違い 文章の中に記述することでさまざまな機能を記述設定することができる

More information

2015-s6-4g-pocket-guidebook_H1-4.indd

2015-s6-4g-pocket-guidebook_H1-4.indd 56C504-01 2 47 47 32 3435 35 2124 26 26 26 424343 434446 4646 12 14 16 18 20 4 28 30 31 36 37 38 42 47 48 49 4 4 4 3 4 5 16 16 6 6 18 18 32 32 30 30 7 20 20 8 9 28 31 10 Do you have a? 36 Do you have

More information

/var/lib/sharelatex/data/compiles/5b35c6e168aeba3d a72a7acd11f6ba07fbbff68/output.dvi

/var/lib/sharelatex/data/compiles/5b35c6e168aeba3d a72a7acd11f6ba07fbbff68/output.dvi SuperSQL 2018 7 5 1 2 2 2 2.1.................................... 2 2.2 SSedit....................................... 2 3 2 3.1 SSedit..................................... 2 3.2 ssql.................................

More information

PowerPoint Presentation

PowerPoint Presentation プログラミング Java III 第 4 回 : サーブレットの HTTP Request の処理 Ivan Tanev 講義の構造 1. サーブレットの HTTP Request の処理 2. 演習 2 第 3 回のまとめ Internet Explorer のアドレス バー : http://isd-si.doshisha.ac.jp/teaching/programming_3/xxxxxxxx/lecture3_form1.html

More information

KeyWeb Creator 概要 What s KeyWeb Creator? 動的なホームページを作成するためのツール!! 従来の Web ページ DB を利用した Web ページ <HTML> <HEAD> <TITLE>show_book</TITLE> </HEAD> <BODY> <DI

KeyWeb Creator 概要 What s KeyWeb Creator? 動的なホームページを作成するためのツール!! 従来の Web ページ DB を利用した Web ページ <HTML> <HEAD> <TITLE>show_book</TITLE> </HEAD> <BODY> <DI KeyWeb Creator R3.0 Beta 日本オラクル株式会社システム製品マーケティング部 1 KeyWeb Creator 概要 What s KeyWeb Creator? 動的なホームページを作成するためのツール!! 従来の Web ページ DB を利用した Web ページ show_book

More information

untitled

untitled Web Web Web Web 1. Web Web Web http://www.9610.com/ Web http://www.font.com.cn/default.html/ Web (http://www.shxw.com/) Web Web Web Web Web Web Web ASP PHP JSP ASP.NET Web Web Web Web Web Web 2 Web 3 4

More information

TeraTerm Pro V.2.32の利用法

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

More information

インターネットマガジン1996年3月号―INTERNET magazine No.14

インターネットマガジン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

More information

Contents Logging in 3-14 Downloading files from e-ijlp 15 Submitting files on e-ijlp Sending messages to instructors Setting up automatic

Contents Logging in 3-14 Downloading files from e-ijlp 15 Submitting files on e-ijlp Sending messages to instructors Setting up automatic e-ijlp(lms) の使い方 How to Use e-ijlp(lms) 学生用 / Guidance for Students (ver. 2.1) 2018.3.26 金沢大学総合日本語プログラム Integrated Japanese Language Program Kanazawa University Contents Logging in 3-14 Downloading files

More information

<48746D6C8AEE91628D758DC02E786C73>

<48746D6C8AEE91628D758DC02E786C73> HTML 基礎講座 目次 1.HTML 紹介 1-1 HTMLとは 1-2 HTMLの基本的な構成 1-3 HTMLのソースの表示方法 2.HTMLタグ紹介 2-1 リンクする 2-2 改行 水平罫線 2-3 段落 2-4 見出し ~, ~ 2-5 画像 2-6 テーブル 2-7 フォーム 2009.10.16

More information

̤Äê

̤Äê SNS 1, IT.,.,.,., SNS,,,..,,.,,,.,.,,. 2 1 6 1.1................................................ 6 1.2................................................ 6 1.3...............................................

More information

JavaScript 1.! DOM Ajax Shelley Powers,, JavaScript David Flanagan, JavaScript 2

JavaScript 1.! DOM Ajax Shelley Powers,, JavaScript David Flanagan, JavaScript 2 JavaScript (2) 1 JavaScript 1.! 1. 2. 3. DOM 4. 2. 3. Ajax Shelley Powers,, JavaScript David Flanagan, JavaScript 2 (1) var a; a = 8; a = 3 + 4; a = 8 3; a = 8 * 2; a = 8 / 2; a = 8 % 3; 1 a++; ++a; (++

More information

Microsoft Word - PHP演習資料.doc

Microsoft Word - PHP演習資料.doc PHP 概要ホームページは 毎回同じ画面しか表示する事が出来ない 従って ログインごとにパスワード認証をしたり 現在の時刻を表示したりするためには プログラムで HTML の構文を動的に作成する必要がある 一般的には Java や C# が使われるが それらは多少大がかりな仕掛けが必要になる 従ってプロバイダのレンタルサーバ等で 利用できるプログラムは 基本的には Pearl や PHP しか無い

More information

Web±ÜÍ÷¤Î³Ú¤·¤µ¤ò¹â¤á¤ëWeb¥Ú¡¼¥¸²ÄÄ°²½¥·¥¹¥Æ¥à

Web±ÜÍ÷¤Î³Ú¤·¤µ¤ò¹â¤á¤ëWeb¥Ú¡¼¥¸²ÄÄ°²½¥·¥¹¥Æ¥à Web Web 2 3 1 PC, Web, Web. Web,., Web., Web HTML, HTML., Web, Web.,,., Web, Web., Web, Web., Web, Web. 2 1 6 1.1.................................................. 6 1.2.................................................

More information

第3学年    学習指導案

第3学年    学習指導案 Web Page 2 -1- myhome.htm html head title my home page /title /head body Welcome to Sasaki's Home page /body /html myhom e.htm html /htmlhead /headtitle /title body /body myhome.htm -2- myhome.htm body

More information

ACS電子ジャーナル利用マニュアル

ACS電子ジャーナル利用マニュアル American Chemical Society ACS Web Edition & Journal Archives American Chemical Society ACS 4 Web Edition 2002 7 1879 Journal Archives ACS 1...2 2 2-1...3 2-2...4 2-3...5 3 3-1 Abstract...6 3-2 Full Text

More information

フォームとインナー HTML を使って動的にページ内の文章を変更しよう 問題 1. つぎの指示と画面を参考に HTML を組みなさい 仕様 テキストボックスに任意の文字を入力し [ コメント ] ボタンをクリックすると 下部の文章がテキストボックスの内容に置き換わる フォーム名 : f1 テキストボ

フォームとインナー HTML を使って動的にページ内の文章を変更しよう 問題 1. つぎの指示と画面を参考に HTML を組みなさい 仕様 テキストボックスに任意の文字を入力し [ コメント ] ボタンをクリックすると 下部の文章がテキストボックスの内容に置き換わる フォーム名 : f1 テキストボ フォームとインナー HTML を使って動的にページ内の文章を変更しよう 問題 1. つぎの指示と画面を参考に HTML を組みなさい 仕様 テキストボックスに任意の文字を入力し [ コメント ] ボタンをクリックすると 下部の文章がテキストボックスの内容に置き換わる フォーム名 : f1 テキストボックス名 : t1 関数名 : MM() test-a.htm function MM(){ a=document.f1.t1.value;

More information

JavaScript 演習 2 1

JavaScript 演習 2 1 JavaScript 演習 2 1 本日の内容 演習問題 1の解答例 前回の続き document.getelementbyid 関数 演習問題 4 イベント処理 基本的なフォーム テキストボックスの入力値の取得 演習問題 5 演習問題 1 prompt メソッドと document.write メソッドを用いて, ユーザから入力されたテキストと文字の色に応じて, 表示内容を変化させる JavaScript

More information

1 SQL Server SQL Oracle SQL SQL* Plus PL/SQL 2 SQL Server SQL Server SQL Oracle SQL SQL*Plus SQL Server GUI 1-1 osql 1-1 Transact- SQL SELECTFROM 058

1 SQL Server SQL Oracle SQL SQL* Plus PL/SQL 2 SQL Server SQL Server SQL Oracle SQL SQL*Plus SQL Server GUI 1-1 osql 1-1 Transact- SQL SELECTFROM 058 1 SQL Server SQL Oracle SQL SQL* Plus PL/SQL 2 SQL Server SQL Server SQL Oracle SQL SQL*Plus SQL Server GUI 1-1 osql 1-1 Transact- SQL SELECTFROM 058 2 Excel 1 SQL 1 SQL Server sp_executesql Oracle SQL

More information

WebDBtoolsユーザーズガイド

WebDBtoolsユーザーズガイド Symfoware Server V10.0.0 WebDBtools ユーザーズガイド Windows/Solaris/Linux J2X1-7485-01Z0(00) 2010 年 1 月 まえがき 本書の目的 本書は Symfoware Server のデータベースを Web 上で構築できる WebDBtools のユーザーズガイドです 本書は WebDBtools の概要 使用方法およびリファレンスについて説明しています

More information

Page 1

Page 1 Page 1 Page 2 Page 3 Page 4 620 628 579-41 -6.7-49 -7.9 71 41 47-24 -33.3 6 15.9 11.5 6.5 8.1 36 15 22-14 -38.9 7 43.4 Page 5 277 302 23 24 12/3Q 12/4Q 13/1Q 13/2Q 13/3Q 13/4Q 14/1Q 14/2Q 14/3Q 14/4Q 15/1Q

More information

ビットリアカップ2007けいはんなサイクルレースリザルト

ビットリアカップ2007けいはんなサイクルレースリザルト Page 4/30 Page 5/30 Page 6/30 Page 7/30 Page 8/30 Page 9/30 Page 10/30 Page 11/30 Page 12/30 Page 13/30 Page 14/30 Page 15/30 Page 16/30 Page 17/30 Page 18/30 Page 19/30 Page 20/30 Page 21/30 Page 22/30

More information

Taro php.jtdc

Taro php.jtdc 4-5 PHP 演習問題 演習 1 フォルダ \data\dbserver\php のPHPスクリプト randamu.php を使い, データベース testdb のテーブル table1 を取り込み, ランダムにデータを表示させるWebサーバを構築し, クライアント( Windows 側 ) のブラウザURL epc**.cen.hic.ac.jp/randamu.php を入力し, 確認する

More information

スライド 1

スライド 1 b-pac 活用資料 Web アプリケーション編 ブラザー工業株式会社 2018 Brother Industries, Ltd. All Rights Reserved. 1 目的と対象者 目的 : Web からラベルを印刷するためのシステム構成とコーディング例を紹介します 対象者 : Web プログラミングに関する知識を有する開発者 2018 Brother Industries, Ltd. All

More information

2003年度 情報処理概論

2003年度 情報処理概論 提出課題 課題 1( 提出課題 ): 利用者の情報を入力し 登録 ボタンを押すと, 入力されたデータで利用者 (user) テーブルにレコードを新規登録する Web ページを作りましょう. 手順 1:HTML のファイル ( 利用者情報の入力 Web ページ ) を input_regist_user.html という名前で作業フォルダに作成する. 手順 2:DB に登録処理を行う PHP プログラムのファイルを

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション ST&E API 導入手順書 ver1.0.1 Save Time & Effort! -1- - 目次 - P3 前提 P4 Step1 P5 Step2 P6 Step3 P7. P8 導入の前提条件導入対象のHTMLにリンクを設定導入対象のHTMLにhidden 項目を設定 Step1で命名したjsファイルとその中身を作成アップロードお問い合わせ -2- 前提条件 1. ST&E APIのお申込みがしていること

More information

ほんぶん-第14章.indd

ほんぶん-第14章.indd - - - http://j.people.com.cn/ ///.html - http://www.sasac.gov.cn/n /n /n / index.html .... ...................................................................... -,,,,.. ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

More information

untitled

untitled 70.0 60.0 50.0 40.0 30.0 20.0 10.0 0.0 18.5 18 60.4 6.3 45.5 18.9 41.8 5.0 29.3 17.1 1.2 3.7 0.0 0.0 1.5 19 20 21 22 2.50 2.00 1.50 1.00 0.50 0.00 19 2.38 1.48 1.02 2.05 0.11 0.00 0.00 20 21 1.22 0.44

More information

6 2 s µ µµµ µµµµ µ µ h µs µ µµµµ µ µ µ s mµµµµµ µµµ µµ µ u m µmµµµµµ µµ µ µ µ µ µ µ µ µ s 1

6 2 s µ µµµ µµµµ µ µ h µs µ µµµµ µ µ µ s mµµµµµ µµµ µµ µ u m µmµµµµµ µµ µ µ µ µ µ µ µ µ s 1 6 1 6 (1) (2) HTML (3) PDF Copy&Paste 1 Web 1 Web Web 1 Web HTML 6 2 s µ µµµ µµµµ µ µ h µs µ µµµµ µ µ µ s mµµµµµ µµµ µµ µ u m µmµµµµµ µµ µ µ µ µ µ µ µ µ s 1 6 3 1.1 HTML Web HTML(Hyper Text Markup Language)

More information

javascript key

javascript key Associate Professor Department of International Social Studies KYOAI GAKUEN UNIVERSITY Email: ogashiwa@c.kyoai.ac.jp, ogashiwa@wide.ad.jp sample

More information

WebOS aplat WebOS WebOS 3 XML Yahoo!Pipes Popfry UNIX grep awk XML GUI WebOS GUI GUI 4 CUI

WebOS aplat WebOS WebOS 3 XML Yahoo!Pipes Popfry UNIX grep awk XML GUI WebOS GUI GUI 4 CUI 7 XML Week Web WebOS WebShell WebOS WebOS GUI WebOS WebOS 2 WebOS aplat WebOS WebOS 3 XML Yahoo!Pipes Popfry UNIX grep awk XML GUI WebOS GUI GUI 4 CUI CUI JavaScript I/O CommandClass WebShell webshell

More information

CONTENTS 0 /JSP 13 0.1 Web 14 1 HTML Web 21 1.1 Web HTML 22 1.2 HTML 27 1.3 Web 33 1.4 HTML 43 1.5 46 1.6 47 1.7 48 2 Web 51 2.1 Web 52 2.2 Web 54 2.3 Web 59 2.4 65 2.5 68 2.6 75 2.7 76 2.8 77 3 81 3.1

More information

2

2 1 2 3 4 5 6 7 8 tbody tr div [_im_enclosure] div [_im_repeater] span [_im_enclosure] span [_im_repeater] ol li ul li select option 9 10

More information

untitled

untitled 2005 HP -1-2005 8 29 30 HP 1 ( ) 1. Web 2. HTML HTML 1 PDF HTML 1 Web HTML http://www.media.ritsumei.ac.jp/kodais2005 2 2.1 WWW HTML Hyper Text Markup Language) HTML Web HTML Internet Explorer http://www.ritsumei.ac.jp

More information

立ち読みページ

立ち読みページ 6 6 46. 47. 48. 49. 50. 51. 52. 53. 146 148 150 152 154 158 160 162 6 46 Web ( ) table tr td th >> HTML

More information

時間

時間 LAMP 2007/9/27 1 LAMP LinuxApacheMySQLPHP Linux Linux 1964 Multics OS MITGEAT&T http://ja.wikipedia.org/wiki/multics 1969 UNIX http://ja.wikipedia.org/wiki/unix UNIX MSDOS Windows Windows MS-DOS UNIX http://ja.wikipedia.org/wiki/msdos

More information

教材ドットコムオリジナル教材

教材ドットコムオリジナル教材 5. 関数を駆使していろいろなFORMを攻略しちゃおう メソッド button checkbox radio select text textarea ボタン チェックボックス ラジオボタン セレクト テキスト テキストエリア blur blur blur blur blur blur click click click focus focus focus focus focus focus select

More information

データを TreeView コントロールで表示 VisualStudio2017 の Web サイトプロジェクトで bootstrap, 及び script フォルダの js ファイルが使用できるマスターページを親とする TestTreeView.aspx ページを作成します 下記の html コー

データを TreeView コントロールで表示 VisualStudio2017 の Web サイトプロジェクトで bootstrap, 及び script フォルダの js ファイルが使用できるマスターページを親とする TestTreeView.aspx ページを作成します 下記の html コー データを TreeView コントロールで表示 VisualStudio2017 の Web サイトプロジェクトで bootstrap, 及び script フォルダの js ファイルが使用できるマスターページを親とする TestTreeView.aspx ページを作成します 下記の html コードのスタイルを作成します html コード 1

More information

1 JIS X 8341-3:2016 WCAG2.0 http://waic.jp/docs/wcag2/understanding.html WCAG2.0 http://waic.jp/docs/wcag2/techs.html 2 ... 1... 3... 6 1.1... 6 1.2... 7... 8 1.1.1... 8 1.2.1... 13 1.2.2... 14 1.2.3...

More information

intra-mart Accel Platform — Office 365 連携プログラミングガイド   初版  

intra-mart Accel Platform — Office 365 連携プログラミングガイド   初版   クイック検索検索 目次 Copyright 2015 NTT DATA INTRAMART CORPORATION 1 Top 目次 intra-mart Accel Platform Office 365 連携プログラミングガイド初版 2015-08-01 1. 改訂情報 2. はじめに 2.1. 本書の目的 2.2. 対象読者 2.3. サンプルコードについて 2.4. 本書の構成 3. Office

More information

MOMW_I_,II 利用ガイド.PDF

MOMW_I_,II 利用ガイド.PDF MOMW (I), II 1 The Making of the Modern World I. The Making of the Modern World... 2 II.... 3 II-1... 3 II-2 Basic Search... 4 II-3... 5 II-4 Advanced Search... 9 II-5... 13 III.... 14 III-1... 14 III-2...

More information

AN 100: ISPを使用するためのガイドライン

AN 100: ISPを使用するためのガイドライン ISP AN 100: In-System Programmability Guidelines 1998 8 ver.1.01 Application Note 100 ISP Altera Corporation Page 1 A-AN-100-01.01/J VCCINT VCCINT VCCINT Page 2 Altera Corporation IEEE Std. 1149.1 TCK

More information