<?xml version="1.0" encoding="UTF-8"?>
<memos type="array">
  <memo>
    <body>EJB&#12398;&#20181;&#32068;&#12415;&#12434;&#30693;&#12429;&#12358;
&lt;a href="http://www.itmedia.co.jp/enterprise/0401/30/epn11.html"&gt;http://www.itmedia.co.jp/enterprise/0401/30/epn11.html&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-04T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">99</id>
    <language> JavaEE</language>
    <title>JavaEE&#38306;&#36899;&#12522;&#12531;&#12463;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-11-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>Java&#12398;&#25991;&#23383;&#21270;&#12369;&#23550;&#31574;&#12395;&#12388;&#12356;&#12390;&#35443;&#32048;&#12395;&#35352;&#36617;&#12354;&#12426;
&lt;a href="http://www.atmarkit.co.jp/fjava/rensai3/mojibake01/mojibake01.html"&gt;http://www.atmarkit.co.jp/fjava/rensai3/mojibake01/mojibake01.html&lt;/a&gt;

---&#20197;&#19979;&#12399;&#19978;&#35352;URL&#12424;&#12426;&#25244;&#31883;---

&#9632;&#12501;&#12457;&#12540;&#12512;&#20837;&#21147;&#12373;&#12428;&#12383;&#12487;&#12540;&#12479;&#12364;&#25991;&#23383;&#21270;&#12369;&#12377;&#12427;

&#35299;&#27770;&#31574;

getParameter&#12513;&#12477;&#12483;&#12489;&#12434;&#21628;&#12403;&#20986;&#12377;&#21069;&#12395;&#20197;&#19979;&#12398;&#12424;&#12358;&#12394;&#12467;&#12540;&#12489;&#12434;&#23455;&#34892;&#12377;&#12428;&#12400;&#12424;&#12356;&#12290;

request.setCharacterEncoding("Windows-31J");  

&#9632;GET&#12513;&#12477;&#12483;&#12489;&#21033;&#29992;&#26178;&#12398;&#27880;&#24847;&#28857;

setCharacterEncoding&#12513;&#12477;&#12483;&#12489;&#12398;&#21033;&#29992;&#12395;&#12362;&#12356;&#12390;1&#28857;&#27880;&#24847;&#12377;&#12409;&#12365;&#28857;&#12399;&#12289;
&#12501;&#12457;&#12540;&#12512;&#12398;&#12487;&#12540;&#12479;&#36865;&#20449;&#12395;GET&#12513;&#12477;&#12483;&#12489;&#12434;&#29992;&#12356;&#12383;&#12392;&#12365;&#12398;&#25391;&#12427;&#33310;&#12356;&#12364;
&lt;b&gt;Web&#12467;&#12531;&#12486;&#12490;&#12398;&#23455;&#35013;&#20381;&#23384;&lt;/b&gt;&#12391;&#12354;&#12427;&#12371;&#12392;&#12384;&#12290;

GET&#36865;&#20449;&#12391;&#26085;&#26412;&#35486;&#12497;&#12521;&#12513;&#12540;&#12479;&#12434;&#36865;&#20449;&#12375;&#12289;&#12381;&#12428;&#12434;getParameter&#12391;&#21463;&#12369;&#21462;&#12387;&#12383;
&#24460;&#20986;&#21147;&#12377;&#12427;JSP&#12395;&#12362;&#12356;&#12390;Tomcat 5.0.28&#20197;&#38477;&#12391;&#12399;&#12497;&#12521;&#12513;&#12540;&#12479;&#12398;&#25991;&#23383;&#21270;&#12369;&#12364;
&#30330;&#29983;&#12375;&#12390;&#12375;&#12414;&#12358;&#12290;&#23455;&#12399;Tomcat 5.x&#12391;&#12399;GET&#12395;&#12424;&#12426;&#21463;&#20449;&#12375;&#12383;&#12497;&#12521;&#12513;&#12540;&#12479;&#12395;&#23550;&#12375;&#12390;&#12289;
setCharacterEncoding&#12513;&#12477;&#12483;&#12489;&#12398;&#25991;&#23383;&#12467;&#12540;&#12489;&#12434;&#12300;&#36969;&#29992;&#12375;&#12394;&#12356;&#12301;&#12392;&#12356;&#12358;
&#20181;&#27096;&#22793;&#26356;&#12364;&#12394;&#12373;&#12428;&#12390;&#12356;&#12427;&#12398;&#12391;&#12354;&#12427;&#12290;

Tomcat 5.x&#12395;&#12362;&#12356;&#12390;&#12371;&#12398;&#21839;&#38988;&#12434;&#35299;&#28040;&#12377;&#12427;&#12395;&#12399;&#12289;
&#21516;&#12467;&#12531;&#12486;&#12490;&#12398;&#35373;&#23450;&#12501;&#12449;&#12452;&#12523;server.xml&#12398;Connector&#35201;&#32032;&#12395;&#12390;&#12289;
useBodyEncodingForURI&#23646;&#24615;&#12434;&#20197;&#19979;&#12398;&#12424;&#12358;&#12395;&#25351;&#23450;&#12377;&#12428;&#12400;&#12424;&#12356;&#12290;

&lt;Connector 
port="8080" maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
debug="0" connectionTimeout="20000" 
disableUploadTimeout="true" useBodyEncodingForURI="true"/&gt;  

&#8251;Post&#36865;&#20449;&#12391;&#12399;&#25991;&#23383;&#21270;&#12369;&#12375;&#12394;&#12356;

&#9632;&#12381;&#12428;&#12391;&#12418;&#25991;&#23383;&#21270;&#12369;&#12377;&#12427;&#12398;&#12391;&#12289;&#12392;&#12395;&#12363;&#12367;&#20309;&#12392;&#12363;&#12375;&#12383;&#12356;

new String(request.getParameter("target").getBytes("8859_1"),"windows-31j");

&#8251;&#12371;&#12398;&#22580;&#21512;GET&#12399;&#12456;&#12531;&#12467;&#12540;&#12489;&#12373;&#12428;&#12390;&#12358;&#12414;&#12367;&#34920;&#31034;&#12373;&#12428;&#12427;&#12364;&#12289;POST&#36865;&#20449;&#12399;&#12362;&#12363;&#12375;&#12367;&#12394;&#12427;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-27T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">66</id>
    <language> JavaEE</language>
    <title>Java&#12398;&#25991;&#23383;&#21270;&#12369;&#23550;&#31574;</title>
    <tp>memo</tp>
    <updated-at type="datetime">2007-11-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=windows-31j"
    pageEncoding="windows-31j"%&gt;

&lt;%@ page import="java.util.*,java.text.*" %&gt;
&lt;html&gt;
&lt;body&gt;

&lt;%
/***********************************************************
Date,DateFormat,Calendar&#12463;&#12521;&#12473;&#12395;&#12388;&#12356;&#12390;

&#9632;JSP&#12477;&#12540;&#12473;&#12288;tomcat6&#12288;jdk6

&#9632;&#26085;&#20184;&#12398;&#12501;&#12457;&#12540;&#12510;&#12483;&#12488;&#12289;&#12459;&#12524;&#12531;&#12480;&#12540;&#12463;&#12521;&#12473;&#12434;&#12388;&#12363;&#12387;&#12390;&#12398;&#26085;&#20184;&#25805;&#20316;
************************************************************/

	Date d = new Date();
	int a[]=new int[4];
	a[0]=DateFormat.SHORT;
	a[1]=DateFormat.MEDIUM;
	a[2]=DateFormat.LONG;
	a[3]=DateFormat.FULL;

	DateFormat df=null;
	
	//&#26085;&#26412;&#35486;&#12391;&#12398;&#12381;&#12428;&#12382;&#12428;&#12398;&#12479;&#12452;&#12503;&#12398;&#32080;&#26524;&#12434;&#20986;&#21147;
	for(int b:a){
		df=DateFormat.getDateInstance(b,Locale.JAPAN);
		String day=df.format(d);
		out.println(day +" _ ");

		df=DateFormat.getDateTimeInstance
			(b,b,Locale.JAPAN);
				
		String daytime=df.format(d);
		out.println(daytime +"&lt;br&gt;");
	}
		
	//&#12459;&#12524;&#12531;&#12480;&#12540;&#12463;&#12521;&#12473;&#12391;&#26085;&#20184;1&#26085;&#21069;&#12434;&#27714;&#12417;&#12427;		
	Calendar c = Calendar.getInstance();
	c.setTime(d);
	c.add(Calendar.DATE,-1);
	d = c.getTime();
	df=DateFormat.getDateInstance(DateFormat.LONG,Locale.JAPAN);
	String yesterday=df.format(d);
	out.println("&lt;br&gt;" + yesterday);

/*&#23455;&#34892;&#32080;&#26524;**************************************************
07/09/13 _ 07/09/13 14:46
2007/09/13 _ 2007/09/13 14:46:49
2007/09/13 _ 2007/09/13 14:46:49 JST
2007&#24180;9&#26376;13&#26085; _ 2007&#24180;9&#26376;13&#26085; 14&#26178;46&#20998;49&#31186; JST

2007/09/12 		
************************************************************/
%&gt;
&lt;/body&gt;&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-13T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">49</id>
    <language> JavaEE</language>
    <title>&#26085;&#20184;&#25805;&#20316;&#65288;Date,DateFormat,Calendar&#12463;&#12521;&#12473;)</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-09-13T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=windows-31j"
    pageEncoding="windows-31j"%&gt;

&lt;%@ page import="java.util.*,java.sql.*" %&gt;
&lt;html&gt;
&lt;body&gt;
&lt;% request.setCharacterEncoding("Windows-31J"); %&gt;

&lt;%
/***********************************************************
JDBC&#12391;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12395;&#25509;&#32154;&#8594;SQL&#23455;&#34892;

&#9632;JSP + MySQL MySQL5 tomcat6 jdk6
&#9632;Java&#12391;MySQL&#12395;&#25509;&#32154;&#12377;&#12427;&#28858;&#12395;JDBC&#12434;&#12480;&#12454;&#12531;&#12525;&#12540;&#12489; 
&#12288;&#12480;&#12454;&#12531;&#12525;&#12540;&#12489;&#20808;&#65306;http://dev.mysql.com/downloads/connector/j/5.0.html 

&#12288;&#35299;&#20941;&#24460;mysql-connector-java-5.0.7-bin.jar&#12501;&#12449;&#12452;&#12523;&#12434;
&#12288;$CATALINA_HOME\common\lib&#12395;&#12467;&#12500;&#12540;&#12375;&#12390;&#23436;&#20102;&#12290;
&#9632;&#20837;&#21147;&#31623;&#25152;&#12399;&#9679;&#12391;&#35352;&#36617;
************************************************************/

	Connection con=null;
	String sql="",shori="";
	//out.println(data1);
	try{
		//MySQL&#12398;&#22580;&#21512;
		Class.forName("com.mysql.jdbc.Driver");
		//&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12398;&#22580;&#25152;&#12434;&#25351;&#23450;&#12289;//&#12398;&#24460;&#12395;IP&#12450;&#12489;&#12524;&#12473;/DB&#21517;
		String jdbcur1="jdbc:mysql://&#9679;localhost/&#9679;DBName";
			
		Properties props =new Properties();
		props.put("user", "&#9679;user");          //&#12518;&#12540;&#12470;&#12540;&#21517;&#20837;&#21147;
		props.put("password", "&#9679;password");  //&#12497;&#12473;&#12527;&#12540;&#12489;&#20837;&#21147;
		props.put("useUnicode", "true");
		props.put("characterEncoding", "SHIFT_JIS");
			
		con=DriverManager.getConnection(jdbcur1, props);
			
		out.println("&#25509;&#32154;&#25104;&#21151;&lt;br&gt;&lt;br&gt;");
			
		//SQL&#23455;&#34892;
		Statement stmt=con.createStatement();
		//&#20363;&#65289;&#12486;&#12540;&#12502;&#12523;&#12398;&#20316;&#25104;&#12398;&#22580;&#21512;
		sql="create table testtable(teble1 text,teble2 VARCHAR(10))"; 
		
		int kekka=stmt.executeUpdate(sql);
		out.println("&#25147;&#12426;&#20516; &#65306; " + kekka + "&#12288;&#12288;&lt;br&gt;&#20966;&#29702;&#23436;&#20102;&#12375;&#12414;&#12375;&#12383;&#12290;");
		//************************************** 
	}
	catch(ClassNotFoundException ex){
		out.println("JDBC&#12489;&#12521;&#12452;&#12496;&#12525;&#12540;&#12489;&#12456;&#12521;&#12540;");
		out.println(ex.getMessage());
	}
	catch(SQLException ex){
		out.println("&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12450;&#12463;&#12475;&#12473;&#12456;&#12521;&#12540;");
		out.println(ex.getMessage());
	}
	catch(Exception ex){
		out.println("&#12456;&#12521;&#12540;");
		out.println(ex.getMessage());
	}

/*&#23455;&#34892;&#32080;&#26524;**************************************************
&#25509;&#32154;&#25104;&#21151;

&#25147;&#12426;&#20516; &#65306; 0&#12288;&#12288;
&#20966;&#29702;&#23436;&#20102;&#12375;&#12414;&#12375;&#12383;&#12290; 
***********************************************************/
%&gt;

&lt;/body&gt;&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-13T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">51</id>
    <language> JavaEE</language>
    <title>JDBC&#12391;DB&#12395;&#25509;&#32154;&#8594;SQL&#23455;&#34892;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-09-13T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=windows-31j"
    pageEncoding="windows-31j"%&gt;

&lt;%@ page import="java.util.*,java.sql.*" %&gt;
&lt;html&gt;
&lt;body&gt;
&lt;% request.setCharacterEncoding("Windows-31J"); %&gt;

&lt;%
/***********************************************************
JDBC&#25509;&#32154; Select&#25991;&#12398;&#20986;&#21147;&#65288;ResultSet&#65289;

&#9632;JSP + MySQL MySQL5 tomcat6 jdk6
&#9632;Java&#12391;MySQL&#12395;&#25509;&#32154;&#12377;&#12427;&#28858;&#12395;JDBC&#12434;&#12480;&#12454;&#12531;&#12525;&#12540;&#12489; 
&#12288;&#12480;&#12454;&#12531;&#12525;&#12540;&#12489;&#20808;&#65306;http://dev.mysql.com/downloads/connector/j/5.0.html 

&#12288;&#35299;&#20941;&#24460;mysql-connector-java-5.0.7-bin.jar&#12501;&#12449;&#12452;&#12523;&#12434;
&#12288;$CATALINA_HOME\common\lib&#12395;&#12467;&#12500;&#12540;&#12375;&#12390;&#23436;&#20102;&#12290;
&#9632;&#20837;&#21147;&#31623;&#25152;&#12399;&#9679;&#12391;&#35352;&#36617;
************************************************************/

	Connection con=null;
	String sql="",shori="";
	//out.println(data1);
	try{
		//MySQL&#12398;&#22580;&#21512;
		Class.forName("com.mysql.jdbc.Driver");
		//&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12398;&#22580;&#25152;&#12434;&#25351;&#23450;&#12289;//&#12398;&#24460;&#12395;IP&#12450;&#12489;&#12524;&#12473;/DB&#21517;
		String jdbcur1="jdbc:mysql://&#9679;localhost/&#9679;DBName";
			
		Properties props =new Properties();
		props.put("user", "&#9679;user");          //&#12518;&#12540;&#12470;&#12540;&#21517;&#20837;&#21147;
		props.put("password", "&#9679;password");  //&#12497;&#12473;&#12527;&#12540;&#12489;&#20837;&#21147;
		props.put("useUnicode", "true");
		props.put("characterEncoding", "SHIFT_JIS");
			
		con=DriverManager.getConnection(jdbcur1, props);
			
		out.println("&#25509;&#32154;&#25104;&#21151;&lt;br&gt;&lt;br&gt;");
			
		//SQL&#23455;&#34892;
		Statement stmt=con.createStatement();
		sql="Select * from testtable"; 
		
		ResultSet rs=stmt.executeQuery(sql);

		while(rs.next()){
			String table1=rs.getString("table1");
			String table2=rs.getString("table2");
			out.println( table1 + " | " +table2 );
		}
		//************************************** 
	}
	catch(ClassNotFoundException ex){
		out.println("JDBC&#12489;&#12521;&#12452;&#12496;&#12525;&#12540;&#12489;&#12456;&#12521;&#12540;");
		out.println(ex.getMessage());
	}
	catch(SQLException ex){
		out.println("&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12450;&#12463;&#12475;&#12473;&#12456;&#12521;&#12540;");
		out.println(ex.getMessage());
	}
	catch(Exception ex){
		out.println("&#12456;&#12521;&#12540;");
		out.println(ex.getMessage());
	}

%&gt;

&lt;/body&gt;&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-13T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">52</id>
    <language> JavaEE</language>
    <title>JDBC&#12391;DB&#12395;&#25509;&#32154;&#8594;Select&#25991;&#12289;ResultSet&#20986;&#21147;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-09-13T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9632;Jakarta Commons&#12391;&#19979;&#35352;&#12398;&#12300;Binary&#12301;&#26368;&#26032;&#12496;&#12540;&#12472;&#12519;&#12531;&#12398;Zip&#12501;&#12449;&#12452;&#12523;&#12434;&#12480;&#12454;&#12531;&#12525;&#12540;&#12489;
FileUpload&#12521;&#12452;&#12502;&#12521;&#12522;&#65288;commons-fileupload-X.X.X.jar&#65289;
IO&#12521;&#12452;&#12502;&#12521;&#12522;&#65288;commons-io-X.X.jar&#65289;

&#9632;&#12381;&#12428;&#12382;&#12428;&#12398;jar&#12501;&#12449;&#12452;&#12523;&#12434;$CATALINA_HOME\common\lib&#12395;&#20837;&#12428;&#12390;&#19979;&#35352;&#12398;
html&#12434;&#36969;&#24403;&#12394;&#22580;&#25152;&#12395;&#37197;&#32622;&#12289;&#12381;&#12398;&#24460;html&#12395;&#25351;&#23450;&#12375;&#12383;&#22580;&#25152;&#12408;&#19979;&#35352;JSP&#12501;&#12449;&#12452;&#12523;&#12434;
&#37197;&#32622;&#12377;&#12427;



*************HTML****************

&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=windows-31j"&gt;
&lt;title&gt;Insert title here&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;b&gt;upload page&lt;/b&gt;&lt;br&gt;
&lt;form method="POST" 
      enctype="multipart/form-data" 
      &lt;!-- &#19979;&#35352;&#12398;JSP&#12506;&#12540;&#12472;&#12395;&#39131;&#12406;&#12450;&#12489;&#12524;&#12473;&#12434;&#25351;&#23450; --&gt;
      action="XXX.jsp"&gt;
  &lt;input type="file" name="filefd" /&gt;
  &lt;input type="submit" value="&#36865;&#20449;" /&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;
 
*************JSP****************

&lt;%@ page language="java" contentType="text/html; charset=windows-31j"
    pageEncoding="windows-31j"%&gt;

&lt;%@ page import="java.util.*,java.io.*,javax.servlet.*,javax.servlet.http.*,
	org.apache.commons.fileupload.*,org.apache.commons.fileupload.disk.*,
	org.apache.commons.fileupload.servlet.*" %&gt;

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;FileUpload&lt;/title&gt;
&lt;meta http-equiv="Content-Type" 
      content="text/html; charset=Windows-31J"&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;%
    //&#12450;&#12483;&#12503;&#12525;&#12540;&#12489;&#12501;&#12449;&#12452;&#12523;&#12434;&#26684;&#32013;&#12377;&#12427;PATH&#12434;&#35373;&#23450;
    String path = getServletContext().getRealPath("upload");

    //ServletFileUpload&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12434;&#29983;&#25104;
    DiskFileItemFactory factory = new DiskFileItemFactory();
    ServletFileUpload upload = new ServletFileUpload(factory);
    
    //&#12450;&#12483;&#12503;&#12525;&#12540;&#12489;&#12377;&#12427;&#38555;&#12398;&#22522;&#28310;&#20516;&#12434;&#35373;&#23450;
    factory.setSizeThreshold(1024);
    upload.setSizeMax(-1);
    upload.setHeaderEncoding("Windows-31J");

    try {
      //&#12501;&#12449;&#12452;&#12523;&#12487;&#12540;&#12479;(FileItem&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;)&#12434;&#21462;&#24471;&#12375;&#12289;
      //   List&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12392;&#12375;&#12390;&#36820;&#12377;
      List list = upload.parseRequest(request);

      //&#12501;&#12449;&#12452;&#12523;&#12487;&#12540;&#12479;(FileItem&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;)&#12434;&#38918;&#12395;&#20966;&#29702;
      Iterator iterator = list.iterator();
      while(iterator.hasNext()){
        FileItem fItem = (FileItem)iterator.next();
      
        //&#12501;&#12449;&#12452;&#12523;&#12487;&#12540;&#12479;&#12398;&#22580;&#21512;&#12289;if&#20869;&#12434;&#23455;&#34892;
        if(!(fItem.isFormField())){
          //&#12501;&#12449;&#12452;&#12523;&#12487;&#12540;&#12479;&#12398;&#12501;&#12449;&#12452;&#12523;&#21517;(PATH&#21517;&#21547;&#12416;)&#12434;&#21462;&#24471;
          String fileName = fItem.getName();
          if((fileName != null) &amp;&amp; (!fileName.equals(""))){
            //PATH&#21517;&#12434;&#38500;&#12367;&#12501;&#12449;&#12452;&#12523;&#21517;&#12398;&#12415;&#12434;&#21462;&#24471;
            fileName=(new File(fileName)).getName();
            //&#12501;&#12449;&#12452;&#12523;&#12487;&#12540;&#12479;&#12434;&#25351;&#23450;&#12373;&#12428;&#12383;&#12501;&#12449;&#12452;&#12523;&#12395;&#26360;&#12365;&#20986;&#12375;
            fItem.write(new File(path + "/" + fileName));
          }
        }
      }
    }catch (FileUploadException e) {

    }catch (Exception e) {

    }

%&gt;

&lt;/body&gt;
&lt;/html&gt;
 
 
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-18T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">62</id>
    <language> JavaEE</language>
    <title>&#12501;&#12449;&#12452;&#12523;&#12398;&#12450;&#12483;&#12503;&#12525;&#12540;&#12489;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-09-18T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page import="java.io.*" %&gt;&lt;% try {
   //&#12501;&#12449;&#12452;&#12523;&#20808; &#20363;&#65289;C:\download\load.txt
   String filename = "C:\\download\\load.txt";

   response.setContentType("APPLICATION/OCTET-STREAM");

   //&#12480;&#12454;&#12531;&#12525;&#12540;&#12489;&#12501;&#12449;&#12452;&#12523;&#21517;&#12434;&#25351;&#23450;
   String disHeader = "Attachment;Filename=\"load.txt\"";

   response.setHeader("Content-Disposition", disHeader);


   File fileToDownload = new File(filename);
   FileInputStream fileInputStream = new
      FileInputStream(fileToDownload);
   int i;
   while ((i=fileInputStream.read())!=-1)
   {
      out.write(i);
   }
   fileInputStream.close();
   out.close();
   
   }catch(Exception e) 
   {

}
%&gt;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-18T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">63</id>
    <language> JavaEE</language>
    <title>&#12501;&#12449;&#12452;&#12523;&#12398;&#12480;&#12454;&#12531;&#12525;&#12540;&#12489;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-09-18T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=Shift_JIS"
    pageEncoding="Shift_JIS" %&gt;
&lt;%@ page import="java.io.*,java.awt.image.*,javax.imageio.*,java.awt.Graphics2D,java.awt.geom.*" %&gt;
&lt;html&gt;&lt;body&gt;
&lt;%

int width=0;
int height=0;

String filemei="test.jpg";//&#12371;&#12371;&#12395;&#30011;&#20687;&#12398;&#20837;&#12387;&#12383;&#12501;&#12449;&#12452;&#12523;&#21517;&#25351;&#23450;
String muki="R";//R&#12434;&#25351;&#23450;&#12377;&#12427;&#12392;90&#176;L&#12434;&#25351;&#23450;&#12377;&#12427;&#12392;270&#176;&#22238;&#36578;&#12373;&#12428;&#12427;,&#12393;&#12385;&#12425;&#12363;&#12434;2&#22238;&#23455;&#34892;&#12377;&#12427;&#12392;180&#176;&#22238;&#36578;

String foldername="C:\\photo";//&#12371;&#12371;&#12395;&#30011;&#20687;&#12398;&#20837;&#12387;&#12383;&#12501;&#12457;&#12523;&#12480;PATH&#25351;&#23450;
File fold= new File(foldername);

AffineTransform trans=null;

	try{

		FileInputStream fis = new FileInputStream(foldername + "\\" + filemei);
		BufferedImage image = ImageIO.read(fis);
		fis.close();
		width=image.getHeight();
		height=image.getWidth();

		BufferedImage shrinkImage = new BufferedImage(width,height, image.getType());
		Graphics2D g2d = shrinkImage.createGraphics();
		
        	AffineTransform at=new AffineTransform();

		if(muki.equals("L")){
        		at.rotate(-90*Math.PI/180.0,image.getWidth()/2,image.getHeight()/2);
       			g2d.setTransform(at);
			g2d.drawImage(image,-((image.getWidth()-image.getHeight())/2),-((image.getWidth()-image.getHeight())/2),null);
			ImageIO.write(shrinkImage, "jpg", new File(foldername + "\\" + filemei));
		}else if(muki.equals("R")){
        		at.rotate(90*Math.PI/180.0,image.getWidth()/2,image.getHeight()/2);
       			g2d.setTransform(at);
			g2d.drawImage(image,(image.getWidth()-image.getHeight())/2,(image.getWidth()-image.getHeight())/2,null);
			ImageIO.write(shrinkImage, "jpg", new File(foldername + "\\" + filemei));
		}

%&gt;
&lt;font color=Blue&gt;&lt;b&gt;ok&lt;/b&gt;&lt;/font&gt;
&lt;%
	}catch(Exception e){
%&gt;
&lt;font color=Red&gt;&lt;b&gt;ng&lt;/b&gt;&lt;/font&gt;
&lt;%
	}
	
%&gt;
&lt;/body&gt;&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-02T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">69</id>
    <language> JavaEE</language>
    <title>&#30011;&#20687;&#12434;90&#176;180&#176;270&#176;&#22238;&#36578;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-02T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=Shift_JIS"
    pageEncoding="Shift_JIS" %&gt;
&lt;%@ page import="java.io.*,java.awt.image.*,javax.imageio.*,java.awt.Graphics2D,java.awt.RenderingHints" %&gt;

&lt;html&gt;&lt;body&gt;
&lt;%

int width=0;
int height=0;
int maxsize=1600;//&#20889;&#30495;&#12398;&#32294;&#27178;&#38263;&#12356;&#12411;&#12358;&#12398;&#12500;&#12463;&#12475;&#12523;&#35373;&#23450;&#12290;&#12371;&#12398;&#22580;&#21512;&#12399;1600&#215;&#32004;1200&#65288;&#20889;&#30495;&#22823;&#12365;&#12373;&#12391;&#30064;&#12394;&#12427;&#65289;

String filemei=request.getParameter("test.jpg");//&#12501;&#12449;&#12452;&#12523;&#21517;&#25351;&#23450;
String foldername="C:\\photo";//&#12501;&#12457;&#12523;&#12480;PATH&#25351;&#23450;
File fold= new File(foldername);



	try{

		FileInputStream fis = new FileInputStream(foldername + "\\" + filemei);
		BufferedImage image = ImageIO.read(fis);
		fis.close();
		if(image.getWidth() &gt;= image.getHeight()){
			if(image.getWidth()&gt;maxsize){
				width=maxsize;
				height=image.getHeight()*maxsize/image.getWidth();
			}else{
				width=image.getWidth();
				height=image.getHeight();
			}
		}else{
			if(image.getHeight()&gt;maxsize){
				height=maxsize;
				width=image.getWidth()*maxsize/image.getHeight();
			}else{
				width=image.getWidth();
				height=image.getHeight();
			}
		}



		BufferedImage shrinkImage = new BufferedImage(width,height, image.getType());
		Graphics2D g2d = shrinkImage.createGraphics();
		g2d.setRenderingHint(RenderingHints.KEY_ALPHA_INTERPOLATION,
		RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY);
		g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
		RenderingHints.VALUE_ANTIALIAS_ON);
		g2d.setRenderingHint(RenderingHints.KEY_COLOR_RENDERING,
		RenderingHints.VALUE_COLOR_RENDER_QUALITY);
		g2d.setRenderingHint(RenderingHints.KEY_DITHERING,
		RenderingHints.VALUE_DITHER_ENABLE);
		g2d.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING,
		RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
		g2d.setRenderingHint(RenderingHints.KEY_RENDERING,
		RenderingHints.VALUE_RENDER_QUALITY);
		g2d.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
		RenderingHints.VALUE_INTERPOLATION_BILINEAR);
		g2d.setRenderingHint(RenderingHints.KEY_FRACTIONALMETRICS,
		RenderingHints.VALUE_FRACTIONALMETRICS_ON);
		g2d.setRenderingHint(RenderingHints.KEY_STROKE_CONTROL,
		RenderingHints.VALUE_STROKE_NORMALIZE);
		g2d.drawImage(image, 0, 0, width, height, null);
		ImageIO.write(shrinkImage, "jpg", new File(foldername + "\\" + filemei));
%&gt;
&lt;font color=Blue&gt;&lt;b&gt;&#65327;&#65323;&lt;/b&gt;&lt;/font&gt;
&lt;%
	}catch(Exception e){
%&gt;
&lt;font color=Red&gt;&lt;b&gt;&#65326;&#65319;&lt;/b&gt;&lt;/font&gt;
&lt;%
	}
%&gt;
&lt;/body&gt;&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-02T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">70</id>
    <language> JavaEE</language>
    <title>&#12469;&#12512;&#12493;&#12452;&#12523;&#12398;&#20316;&#25104;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-04T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>/*************************************

SJC-WC(&#65395;&#65386;&#65420;&#65438;&#65402;&#65437;&#65422;&#65439;&#65392;&#65416;&#65437;&#65412;&#65411;&#65438;&#65384;&#65421;&#65438;&#65435;&#65391;&#65418;&#65439;)&#23550;&#31574;
&#27161;&#28310;&#12450;&#12463;&#12471;&#12519;&#12531;

**************************************/

JavaBeans&#12434;&#20351;&#12358;

&#9632;&#12414;&#12378;&#12399;Bean&#12434;&#29992;&#24847;&#12377;&#12427;

/*------------------------------
package Beans;

public class aBean {

  private String str;

  public void setStr(String str) { this.str = str; }

  public String getStr() { return this.str; }

}
/*------------------------------

&#9632;Bean&#12434;&#37197;&#32622;
&#12467;&#12531;&#12497;&#12452;&#12523;&#12375;&#12383;&#12463;&#12521;&#12473;&#12501;&#12449;&#12452;&#12523;&#12434;\WEB-INF\classes&#12487;&#12451;&#12524;&#12463;&#12488;&#12522;&#37197;&#19979;&#12395;&#35373;&#32622;&#12290;


&#9632;Bean&#12434;&#20351;&#29992;&#12377;&#12427;(&#21442;&#29031;&#22793;&#25968;&#12434;&#20316;&#25104;&#12377;&#12427;&#65289;
&lt;jsp:useBean id="&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#22793;&#25968;" scope="&#12473;&#12467;&#12540;&#12503;" class="&#12463;&#12521;&#12473;"
             type="&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#22793;&#25968;&#12398;&#22411;" beanName="&#12463;&#12521;&#12473;" /&gt;

&#8251;id&#12399;&#24517;&#38920; class &#21448;&#12399; scope &#12393;&#12385;&#12425;&#12363;&#24517;&#38920; &#20001;&#26041;&#12399;&#21487;

&#12288;scope&#12288;&#12288; &#12487;&#12501;&#12457;&#12523;&#12488;&#12399;page&#12288;
&#12288;class&#12288;&#12288; &#12497;&#12483;&#12465;&#12540;&#12472;&#21517;.class&#21517;&#12392;&#12356;&#12358;&#24418;&#12391;&#25351;&#23450;&#12377;&#12427;
&#12288;type &#12288;&#12288; &#22411;&#12398;&#35373;&#23450;&#12434;&#34892;&#12358;&#12288;&#12509;&#12522;&#12514;&#12540;&#12501;&#12451;&#12474;&#12512;&#12395;&#12424;&#12427;&#26580;&#36575;&#12394;&#12467;&#12540;&#12489;&#35352;&#36848;&#12398;&#28858;

&#12288;id+class  &#25351;&#23450;&#12473;&#12467;&#12540;&#12503;&#12395;id&#25351;&#23450;&#12398;&#21517;&#21069;&#12364;&#23646;&#24615;&#12392;&#12375;&#12390;&#12475;&#12483;&#12488;&#12375;&#12390;&#12354;&#12427;&#12363;
&#12288;&#12288;	 &#12288; &#35211;&#12395;&#34892;&#12365;&#12289;&#12354;&#12428;&#12400;&#12381;&#12428;&#12434;&#21442;&#29031;&#12289;&#12394;&#12369;&#12428;&#12400;&#26032;&#12375;&#12367;&#20316;&#25104;&#12377;&#12427;
&#12288;id+type   &#25351;&#23450;&#12473;&#12467;&#12540;&#12503;&#12395;id&#25351;&#23450;&#12398;&#21517;&#21069;&#12364;&#23646;&#24615;&#12392;&#12375;&#12390;&#12475;&#12483;&#12488;&#12375;&#12390;&#12354;&#12428;&#12400;
	 &#12288; type&#12395;&#25351;&#23450;&#12375;&#12383;&#22411;&#12391;id&#12434;&#21442;&#29031;&#12289;&#12394;&#12369;&#12428;&#12400;&#23455;&#34892;&#26178;&#12456;&#12521;&#12540;&#12392;&#12394;&#12427;
	 &#12288; &#12456;&#12521;&#12540;&#12434;&#36991;&#12369;&#12383;&#12356;&#22580;&#21512;&#12399;class&#12418;&#25351;&#23450;&#35201;

&#20363;&#65289;
&lt;jsp:useBean id="obj" class="Beans.aBean" /&gt;
&#12371;&#12428;&#12391;aBean&#12434;&#22793;&#25968;obj&#12391;&#20351;&#29992;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12394;&#12427;

&#9632;Bean&#12398;&#20516;&#12434;&#12475;&#12483;&#12488;&#12377;&#12427;

&#9678;&#20516;&#12434;&#12475;&#12483;&#12488;&#12377;&#12427;&#22580;&#21512;
&lt;jsp:setProperty name="&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#22793;&#25968;" property="&#12501;&#12451;&#12540;&#12523;&#12489;&#21517;" value="&#20516;" /&gt;
&#9678;&#12522;&#12463;&#12456;&#12473;&#12488;&#12497;&#12521;&#12513;&#12540;&#12479;&#12434;&#20195;&#20837;&#12377;&#12427;&#22580;&#21512;
&lt;jsp:setProperty name="&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#22793;&#25968;" property="&#12501;&#12451;&#12540;&#12523;&#12489;&#21517;" param="&#12497;&#12521;&#12513;&#12540;&#12479;&#21517;" /&gt;
&#9678;&#12522;&#12463;&#12456;&#12473;&#12488;&#12497;&#12521;&#12513;&#12540;&#12479;&#12392;&#12501;&#12451;&#12540;&#12523;&#12489;&#21517;&#12364;&#19968;&#33268;&#12377;&#12427;&#20516;&#12434;&#12377;&#12409;&#12390;&#12475;&#12483;&#12488;&#12377;&#12427;&#22580;&#21512;
&lt;jsp:setProperty name="&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#22793;&#25968;" property="*" /&gt;

&#8251;name,property&#12399;&#24517;&#38920;&#12290;value,param&#23646;&#24615;&#12393;&#12385;&#12425;&#12363;&#25351;&#23450;&#12290;&#20001;&#26041;&#12399;&#19981;&#21487;

&#9632;Bean&#12398;&#20516;&#12434;&#21462;&#24471;&#65288;&#20986;&#21147;&#65289;&#12377;&#12427;

&lt;jsp:getProperty name="&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#22793;&#25968;" property="&#12501;&#12451;&#12540;&#12523;&#12489;&#21517;" /&gt;

&#8251;&#20001;&#23646;&#24615;&#12392;&#12418;&#12395;&#24517;&#38920;&#12288;&#21462;&#24471;&#12373;&#12428;&#12383;&#20516;&#12399;out.println()&lt;%= &#31561;&#12394;&#12375;&#12395;&#20986;&#21147;&#12373;&#12428;&#12427;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-04T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">72</id>
    <language> JavaEE</language>
    <title>SJC-WC&#12288;&#27161;&#28310;&#12450;&#12463;&#12471;&#12519;&#12531;&#12288;JavaBean&#12398;&#21033;&#29992;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-04T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>Standard Taglib&#12434;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#8594;&#35299;&#20941;&#8594;jstl.jar&#12501;&#12449;&#12452;&#12523;&#12392;standard.jar&#12501;&#12449;&#12452;&#12523;&#12434;
&#20351;&#29992;&#12377;&#12427;Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;\WEB-INF\lib&#12487;&#12451;&#12524;&#12463;&#12488;&#12395;&#37197;&#32622;

&#20197;&#19979;&#12486;&#12531;&#12503;&#12524;&#12540;&#12488;
************************************************************************

&lt;%@ page language="java" contentType="text/html; charset=windows-31j"
    pageEncoding="windows-31j"%&gt;

&lt;%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %&gt;
&lt;html&gt;
&lt;body&gt;
&lt;%
//********Scriptlet&#12391;&#22793;&#25968;&#12398;&#25351;&#23450;************
	int scr1=0;
	int hairetsu[]=new int[5];
	for(int a=0; a&lt;hairetsu.length;a++){
		hairetsu[a]=a*5;
	}
//*****************************************
%&gt;

&lt;pre&gt;
&#9632;&#65297;&#9632;&#12522;&#12463;&#12456;&#12473;&#12488;&#12497;&#12521;&#12513;&#12540;&#12479;&#12434;&#20986;&#21147;[name][&lt;c:out value="${param.name}" /&gt;]

&#9632;&#65298;&#9632;&#22793;&#25968;star&#12395;&#20516;&#12434;&#25351;&#23450;&#12375;&#12390;&#20986;&#21147;
	&lt;c:set var="star" value="page" /&gt;
	&#22793;&#25968;star&#12395;&#20516;&#12434;&#25351;&#23450;&#12377;&#12427;&#65288;&#12522;&#12463;&#12456;&#12473;&#12488;&#12473;&#12467;&#12540;&#12503;&#12395;)
	&lt;c:set var="star" value="request" scope="request"/&gt;

	${star}
	${requestScope.star}

&#9632;&#65299;&#9632;&#22793;&#25968;suu&#12395;&#25968;&#23383;&#12434;&#25351;&#23450;&#65288;&#21839;&#38988;&#12394;&#12367;&#20986;&#21147;&#12373;&#12428;&#12427;&#65289;
	&lt;c:set var="suu" value="5.4" /&gt;&lt;c:set var="suu2" value="8" /&gt;
	${(suu*3) +3*5}=(star*3) +3*5
	&#8251;&#25968;&#23383;&#12392;&#25991;&#23383;&#12434;&#12383;&#12377;EL&#24335;&#12398;&#23455;&#34892;&#12399;&#12456;&#12521;&#12540;&#12392;&#12394;&#12427;(suu+star)

&#9632;&#65300;&#9632;Bean&#12395;&#20516;&#12434;&#20837;&#21147;&#12377;&#12427;
	&lt;!-- *********Bean&#12398;&#21442;&#29031;&#22793;&#25968;&#25351;&#23450;********* --&gt;
	&lt;jsp:useBean id="obj" class="beans.otoBean" /&gt;
	&lt;c:set target="${obj}" property="str3" value="aaaaa" /&gt; 
	${obj.str3}


&#9632;&#65301;&#9632;IF&#25991;
	&lt;c:if test="&lt;%= scr1&lt;5 %&gt;"&gt;
		ok
	&lt;/c:if&gt;
	&lt;c:if test="${suu2&gt;suu}"&gt;
		ok
	&lt;/c:if&gt;

&#9632;&#65302;&#9632;choose&#25991;&#65288;if?else&#25991;&#65289;

	&lt;c:choose&gt;
		&lt;c:when test="${suu2&lt;suu}"&gt;
			suu2&#12364;&#22823;&#12365;&#12356;
		&lt;/c:when&gt;
		&lt;c:when test="${suu2&gt;suu}"&gt;
			suu&#12364;&#22823;&#12365;&#12356;
		&lt;/c:when&gt;
		&lt;c:otherwise&gt;
			suu2&#12392;suu1&#12399;&#21516;&#12376;
		&lt;/c:otherwise&gt;
	&lt;/c:choose&gt;	

&#9632;&#65303;&#9632;ForEach&#25991;&#65288;For&#25991;&#65289;
	&#23550;&#35937;[Collection,Map,Iterator,Enumeration,&#37197;&#21015;,&#12459;&#12531;&#12510;&#21306;&#20999;&#12426;&#25991;&#23383;&#21015;
	javax.servlet.jsp.jstl.sql.Result&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;]
&#12288;&#12288;&#9678;(items&#12395;&#38598;&#21512;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12434;&#25351;&#23450;&#65289;
	&lt;c:forEach items="&lt;%= hairetsu %&gt;" var="pageatt" &gt;
		${pageatt}
	&lt;/c:forEach&gt;

    &#9678;(begin&#12392;end&#12434;&#20351;&#12358;&#26041;&#27861;)
	&lt;c:forEach begin="1" end="9" step="2" var="x" &gt;
		${x}&#12288;
	&lt;/c:forEach&gt;

    &#9678;(varStatus&#20351;&#29992;&#26041;&#27861;)
	varStatus&#12398;&#12501;&#12451;&#12540;&#12523;&#12489;[begin,count,current,end,index,step,first,last]
		first,last:&#32368;&#12426;&#36820;&#12375;&#12398;&#26368;&#21021;(&#26368;&#24460;&#65289;&#12363;&#12393;&#12358;&#12363;&#65288;true or false )
	&lt;c:forEach begin="1" end="9" step="2" var="x" varStatus="status" &gt;
		${status.count}:${x}&#12288;
	&lt;/c:forEach&gt;

&#9632;&#65304;&#9632;forTokens&#12479;&#12464;&#65288;&#25991;&#23383;&#21015;&#12434;&#12488;&#12540;&#12463;&#12531;&#12395;&#20998;&#21106;&#12377;&#12427;&#12479;&#12464;&#65289;

	&lt;c:forTokens items="one:two:three" var="token" delims=":" &gt;
		${token}
	&lt;/c:forTokens&gt;

&#9632;&#65305;&#9632;catch&#12479;&#12464;&#65288;&#20363;&#22806;&#20966;&#29702;&#12288;&#8251;page&#12487;&#12451;&#12524;&#12463;&#12486;&#12451;&#12502;&#12398;errorPage&#23646;&#24615;&#12424;&#12426;&#20778;&#20808;&#12373;&#12428;&#12427;&#65289;

	&lt;c:catch var="ex"&gt;
		&lt;% int i=1/0; %&gt;
	&lt;/c:catch&gt;
	
	&lt;c:if test="${ex != null}"&gt;
		${ex.message}
	&lt;/c:if&gt;

&#9632;&#65297;&#65296;&#9632;import&#12479;&#12464;,url&#12479;&#12464;,redirect&#12479;&#12464;&#65288;&#12469;&#12502;&#12479;&#12464;&#65306;param&#12479;&#12464;&#65289;

	&lt;c:import url="&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;&#20808;&#12398;URL" [context="&#12467;&#12531;&#12486;&#12461;&#12473;&#12488;&#12398;URL"]/&gt;
	&lt;c:redirect url="&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;&#20808;&#12398;URL" [context="&#12467;&#12531;&#12486;&#12461;&#12473;&#12488;&#12398;URL"]/&gt;
    	&lt;c:url value="test3.jsp" var="url"&gt;
        	&lt;c:param name="name" value="aiueo"/&gt;
    	&lt;/c:url&gt;
	${url}

&lt;/pre&gt;
&lt;/body&gt;
&lt;/html&gt;

************************************************************************
                                  &#32080;&#26524;
************************************************************************

&#9632;&#65297;&#9632;&#12522;&#12463;&#12456;&#12473;&#12488;&#12497;&#12521;&#12513;&#12540;&#12479;&#12434;&#20986;&#21147;[name][&#9733;&#12354;&#12428;&#12400;&#12371;&#12371;&#12395;&#34920;&#31034;&#12373;&#12428;&#12427;&#9733;]

&#9632;&#65298;&#9632;&#22793;&#25968;star&#12395;&#20516;&#12434;&#25351;&#23450;&#12375;&#12390;&#20986;&#21147;
	
	&#22793;&#25968;star&#12395;&#20516;&#12434;&#25351;&#23450;&#12377;&#12427;&#65288;&#12522;&#12463;&#12456;&#12473;&#12488;&#12473;&#12467;&#12540;&#12503;&#12395;)
	

	page
	request

&#9632;&#65299;&#9632;&#22793;&#25968;suu&#12395;&#25968;&#23383;&#12434;&#25351;&#23450;&#65288;&#21839;&#38988;&#12394;&#12367;&#20986;&#21147;&#12373;&#12428;&#12427;&#65289;
	
	31.200000000000003=(star*3) +3*5
	&#8251;&#25968;&#23383;&#12392;&#25991;&#23383;&#12434;&#12383;&#12377;EL&#24335;&#12398;&#23455;&#34892;&#12399;&#12456;&#12521;&#12540;&#12392;&#12394;&#12427;(suu+star)

&#9632;&#65300;&#9632;Bean&#12395;&#20516;&#12434;&#20837;&#21147;&#12377;&#12427;
	
	
	 
	aaaaa


&#9632;&#65301;&#9632;IF&#25991;
	
		ok
	
	
		ok
	

&#9632;&#65302;&#9632;choose&#25991;&#65288;if?else&#25991;&#65289;

	
		
		
			suu&#12364;&#22823;&#12365;&#12356;
		
		
		

&#9632;&#65303;&#9632;ForEach&#25991;&#65288;For&#25991;&#65289;
	&#23550;&#35937;[Collection,Map,Iterator,Enumeration,&#37197;&#21015;,&#12459;&#12531;&#12510;&#21306;&#20999;&#12426;&#25991;&#23383;&#21015;
	javax.servlet.jsp.jstl.sql.Result&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;]
&#12288;&#12288;&#9678;(items&#12395;&#38598;&#21512;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12434;&#25351;&#23450;&#65289;
	
		0
	
		5
	
		10
	
		15
	
		20
	

    &#9678;(begin&#12392;end&#12434;&#20351;&#12358;&#26041;&#27861;)
	
		1&#12288;
	
		3&#12288;
	
		5&#12288;
	
		7&#12288;
	
		9&#12288;
	

    &#9678;(varStatus&#20351;&#29992;&#26041;&#27861;)
	varStatus&#12398;&#12501;&#12451;&#12540;&#12523;&#12489;[begin,count,current,end,index,step,first,last]
		first,last:&#32368;&#12426;&#36820;&#12375;&#12398;&#26368;&#21021;(&#26368;&#24460;&#65289;&#12363;&#12393;&#12358;&#12363;&#65288;true or false )
	
		1:1&#12288;
	
		2:3&#12288;
	
		3:5&#12288;
	
		4:7&#12288;
	
		5:9&#12288;
	

&#9632;&#65304;&#9632;forTokens&#12479;&#12464;&#65288;&#25991;&#23383;&#21015;&#12434;&#12488;&#12540;&#12463;&#12531;&#12395;&#20998;&#21106;&#12377;&#12427;&#12479;&#12464;&#65289;

	
		one
	
		two
	
		three
	

&#9632;&#65305;&#9632;catch&#12479;&#12464;&#65288;&#20363;&#22806;&#20966;&#29702;&#12288;&#8251;page&#12487;&#12451;&#12524;&#12463;&#12486;&#12451;&#12502;&#12398;errorPage&#23646;&#24615;&#12424;&#12426;&#20778;&#20808;&#12373;&#12428;&#12427;&#65289;

	
		
	
	
		/ by zero
	

&#9632;&#65297;&#65296;&#9632;import&#12479;&#12464;,url&#12479;&#12464;,redirect&#12479;&#12464;&#65288;&#12469;&#12502;&#12479;&#12464;&#65306;param&#12479;&#12464;&#65289;

	&lt;c:import url="&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;&#20808;&#12398;URL" [context="&#12467;&#12531;&#12486;&#12461;&#12473;&#12488;&#12398;URL"]/&gt;
	&lt;c:redirect url="&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;&#20808;&#12398;URL" [context="&#12467;&#12531;&#12486;&#12461;&#12473;&#12488;&#12398;URL"]/&gt;
    	
	test3.jsp?name=aiueo


</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-04T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">73</id>
    <language> JavaEE</language>
    <title>SJC-WC&#12288;&#27161;&#28310;&#12479;&#12464;&#12521;&#12452;&#12502;&#12521;&#12522;[JSTL]</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-04T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>******************************************
SJC-WC&#23550;&#31574;&#12288;&#12475;&#12461;&#12517;&#12522;&#12486;&#12451;&#35373;&#23450;
******************************************

&#9632;web.xml&#12395;&#20197;&#19979;&#12398;&#12479;&#12464;&#12434;&#20837;&#12428;&#12427;&lt;web-app&gt;&#12479;&#12464;&#12398;&#20013;&#12408;&#35352;&#36848;

  &lt;!-- Web&#12450;&#12503;&#12522;&#12395;&#12450;&#12463;&#12475;&#12473;&#21046;&#38480;&#12434;&#21033;&#29992;&#12377;&#12427;&#12506;&#12540;&#12472;&#12364;&#12354;&#12427;&#22580;&#21512;&#20351;&#29992;&#12377;&#12427;&#20840;&#12525;&#12540;&#12523;&#12398;&#23459;&#35328; --&gt;
  	&lt;!-- &#12371;&#12398;&#38917;&#30446;&#12399;tomcat&#12391;&#12399;&#25351;&#23450;&#12375;&#12394;&#12367;&#12390;&#12418;&#21205;&#12367;&#12290;web.xml&#12434;&#20316;&#12427;UI&#12391; --&gt;
	&lt;!-- &#12371;&#12371;&#12434;&#12418;&#12392;&#12395;&#12503;&#12523;&#12480;&#12454;&#12531;&#36984;&#25246;&#12377;&#12427;&#12418;&#12398;&#12364;&#12354;&#12426;&#12289;&#23384;&#22312;&#12377;&#12427; --&gt;

  &lt;security-role&gt;
  	&lt;role-name&gt;manager&lt;/role-name&gt;
  &lt;/security-role&gt;

  &lt;!-- &#12475;&#12461;&#12517;&#12522;&#12486;&#12451;&#12398;&#35443;&#32048;&#35373;&#23450; --&gt;
  &lt;security-constraint&gt;
	&lt;!-- &#12475;&#12461;&#12517;&#12522;&#12486;&#12451;&#12434;&#12363;&#12369;&#12427;URL&#12398;&#25351;&#23450; --&gt;
  	&lt;web-resource-collection&gt;
                  &lt;web-resource-name&gt;secu&lt;/web-resource-name&gt;
  		&lt;url-pattern&gt;/security/*&lt;/url-pattern&gt;
  	&lt;/web-resource-collection&gt;
	&lt;!-- &#12450;&#12463;&#12475;&#12473;&#12373;&#12379;&#12427;&#12525;&#12540;&#12523;&#12434;&#25351;&#23450; &#25351;&#23450;&#12375;&#12394;&#12356;&#12392;&#35504;&#12418;&#12450;&#12463;&#12475;&#12473;&#12391;&#12365;&#12394;&#12367;&#12394;&#12427; --&gt;
  	&lt;auth-constraint&gt;
  		&lt;role-name&gt;manager&lt;/role-name&gt;
	&lt;/auth-constraint&gt;
  &lt;/security-constraint&gt;

  &lt;!-- "BASIC" / "DIGEST" / "FORM" / "CLIENT-CERT"&#35469;&#35388;&#26041;&#27861;&#25351;&#23450;&#22580;&#25152; --&gt;
  &lt;login-config&gt;
  	&lt;auth-method&gt;BASIC&lt;/auth-method&gt;
  &lt;/login-config&gt;

******************************************

&#9632;Form&#35469;&#35388;&#12395;&#12388;&#12356;&#12390;

Form&#12398;action&#23646;&#24615;&#12395;&#12399;j_security_check
user:j_username
pass:j_password&#12434;&#25351;&#23450;

  &lt;login-config&gt;
         &lt;auth-method&gt;form&lt;/auth-method&gt;
         &lt;form-login-config&gt;
              &lt;form-login-page&gt;aaa.jsp&lt;/form-login-page&gt;
              &lt;form-error-page&gt;bbb.jsp&lt;/form-error-page&gt;
         &lt;/form-login-config&gt;
  &lt;/login-config&gt;

******************************************

&#9632;&#12456;&#12521;&#12540;&#12506;&#12540;&#12472;&#12434;&#25351;&#23450;&#12377;&#12427;&#22580;&#21512;&#65288;FORM&#35469;&#35388;)

  &lt;login-config&gt;
  	&lt;auth-method&gt;FORM&lt;/auth-method&gt;
	&lt;form-login-config&gt;
		&lt;form-error-page&gt;error.html&lt;/form-error-page&gt;
	&lt;/form-login-config&gt;
  &lt;/login-config&gt;

&#9632;url&#25351;&#23450;&#12398;&#27880;&#24847;&#26360;&#12365;
	/aiueo.html	&#12467;&#12531;&#12486;&#12461;&#12473;&#12488;&#12523;&#12540;&#12488;&#12363;&#12425;&#12398;&#32118;&#23550;&#12497;&#12473;
	aiueo.html	&#12459;&#12524;&#12531;&#12488;&#12487;&#12451;&#12524;&#12463;&#12488;&#12522;&#12363;&#12425;&#12398;&#30456;&#23550;&#12497;&#12473;

&#9632;tomcat-users.xml&#12408;&#12398;&#35352;&#36848;

&lt;?xml version='1.0' encoding='utf-8'?&gt;

&lt;tomcat-users&gt;
  &lt;role rolename="tomcat"/&gt;
  &lt;role rolename="role1"/&gt;
  &lt;role rolename="manager"/&gt;
  &lt;role rolename="admin"/&gt;

  &lt;user username="tomcat" password="tomcat" roles="tomcat"/&gt;
  &lt;user username="both" password="tomcat" roles="tomcat,role1"/&gt;
  &lt;user username="role1" password="tomcat" roles="role1"/&gt;
  &lt;user username="admin" password="admin" roles="admin,manager"/&gt;

&lt;/tomcat-users&gt;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-05T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">75</id>
    <language> JavaEE</language>
    <title>SJC-WC&#12288;&#12475;&#12461;&#12517;&#12522;&#12486;&#12451;&#35373;&#23450;&#12288;web.xml</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-11-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;!--***************************************************

	 &#12288;&#65288;SJC-WC&#23550;&#31574;&#65289;&#12479;&#12464;&#12501;&#12449;&#12452;&#12523;&#12395;&#12388;&#12356;&#12390;

     &#9650;&#12479;&#12464;&#12398;&#20013;&#12395;&#12467;&#12513;&#12531;&#12488;&#12434;&#20837;&#12428;&#12427;&#12392;&#12456;&#12521;&#12540;&#12395;&#12394;&#12427;&#12290;&#27880;&#24847;&#65281;
     &#9650;&#12479;&#12464;&#12501;&#12449;&#12452;&#12523;&#12391;&#12399;pageContext&#12391;&#12399;&#12394;&#12367;jspContext&#12364;
       &#26263;&#40665;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12392;&#12375;&#12390;&#21033;&#29992;&#21487;&#33021;
*****************************************************--&gt;

&lt;!--******************************
	test.jsp&#12398;&#12467;&#12540;&#12489;
********************************--&gt;

&lt;!-- &#9679;JSP&#12398;Page&#35373;&#23450;&#9679; --&gt;
	&lt;%@ page language="java" contentType="text/html; charset=windows-31j"
    	pageEncoding="windows-31j"%&gt;
&lt;!-- &#9679;&#12479;&#12464;&#12501;&#12449;&#12452;&#12523;&#12398;&#20351;&#29992;&#23459;&#35328;&#9679; --&gt;
	&lt;%@ taglib tagdir="/WEB-INF/tags" prefix="tags" %&gt;
&lt;!-- &#9679;JSTL&#12398;&#20351;&#29992;&#23459;&#35328;&#9679; --&gt;
	&lt;%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %&gt;

&lt;html&gt;
&lt;body&gt;
	test&#38283;&#22987;&lt;br&gt;
&lt;!-- &#9679;&#12479;&#12464;&#12501;&#12449;&#12452;&#12523;&#12398;&#20351;&#29992;&#9679; --&gt;

&lt;!-- &#9679;JSP&#12501;&#12521;&#12464;&#12513;&#12531;&#12488;&#12398;&#20351;&#29992;&#9679; --&gt;
	&lt;!-- &#12479;&#12464;&#12398;&#20013;&#12395;&#12467;&#12513;&#12531;&#12488;&#12399;&#20837;&#12428;&#12425;&#12428;&#12394;&#12356; --&gt;
	&lt;!-- attribute&#12434;&#19979;&#12398;&#12424;&#12358;&#12395;&#25351;&#23450;&#12375;&#12383;&#22580;&#21512;&#12371;&#12398;&#12424;&#12358;&#12395;BODY&#12434;&#25351;&#23450;&#12377;&#12427; --&gt;
	&lt;tags:bbb suu="3"&gt;
		&lt;jsp:attribute name="flg"&gt;
    	  		&lt;FONT size=6&gt;${firstname}&#12539;pot&lt;/FONT&gt;
		&lt;/jsp:attribute&gt;
		&lt;jsp:body&gt;
			BODY&#12391;&#12377;
		&lt;/jsp:body&gt;
	&lt;/tags:bbb&gt;&lt;br&gt;
	test&#32066;&#20102;&lt;br&gt;

&lt;!-- &#9679;&#12479;&#12464;&#12501;&#12449;&#12452;&#12523;&#12391;&#23450;&#32681;&#12373;&#12428;&#12383;&#22793;&#25968;&#20351;&#29992;&#9679; --&gt;
	${firstname}
&lt;/body&gt;
&lt;/html&gt;


&lt;!--******************************
	&#12371;&#12371;&#12363;&#12425;bbb.tag
********************************--&gt;
&lt;!-- &#9632;&#12479;&#12464;&#12501;&#12449;&#12452;&#12523;&#12398;&#12456;&#12531;&#12467;&#12540;&#12489;&#9632; --&gt;
    &lt;!--
	pageEncoding [&#12458;&#12503;&#12471;&#12519;&#12531;] page&#12487;&#12451;&#12524;&#12463;&#12486;&#12451;&#12502;&#12398;pageEncoding&#23646;&#24615;&#12392;&#21516;&#27096;&#12395;&#12289;&#12479;&#12464;&#12501;&#12449;&#12452;&#12523;&#12398;&#12477;&#12540;&#12473;&#12467;&#12540;&#12489;&#12398;
				  &#25991;&#23383;&#12456;&#12531;&#12467;&#12540;&#12487;&#12451;&#12531;&#12464;&#12434;&#25351;&#23450;&#12375;&#12414;&#12377;&#12290;
	import [&#12458;&#12503;&#12471;&#12519;&#12531;]       page&#12487;&#12451;&#12524;&#12463;&#12486;&#12451;&#12502;&#12398;import&#23646;&#24615;&#12392;&#21516;&#27096;&#12395;&#12289;&#12479;&#12464;&#12501;&#12449;&#12452;&#12523;&#20013;&#12391;&#20351;&#29992;&#12377;&#12427;
				  &#12463;&#12521;&#12473;&#12398;&#12452;&#12531;&#12509;&#12540;&#12488;&#12434;&#34892;&#12356;&#12414;&#12377;&#12290; 
	body-content [&#12458;&#12503;&#12471;&#12519;&#12531;] &#30465;&#30053;&#12375;&#12383;&#22580;&#21512;&#12399;scriptless&#12364;&#25351;&#23450;&#12373;&#12428;&#12414;&#12377;&#12290;
				  scriptless&#12288;&#12288;&#12288;&#12486;&#12531;&#12503;&#12524;&#12540;&#12488;&#12487;&#12540;&#12479;&#12420;JSP&#12289;EL&#12394;&#12393;&#12398;&#12473;&#12463;&#12522;&#12503;&#12488;&#20197;&#22806;&#12398;&#35201;&#32032;&#12434;&#25351;&#23450;&#12391;&#12365;&#12414;&#12377;&#12290;
				  empty&#12288;&#12288;&#12288;&#12288;&#12288; &#12479;&#12464;&#12398;&#20869;&#23481;&#12434;&#25351;&#23450;&#12391;&#12365;&#12414;&#12379;&#12435;&#12290;
				  tagdependent  &#12288;&#12479;&#12464;&#12398;&#23455;&#35013;&#12395;&#20381;&#23384;&#12375;&#12414;&#12377;&#12290;
     --&gt; 
	&lt;%@ tag pageEncoding="Windows-31J" %&gt;
	&lt;%@ tag import="java.util.*,java.text.*" %&gt;

	&lt;% 
		DateFormat df=DateFormat.getDateInstance(DateFormat.MEDIUM,Locale.JAPAN);
		out.println(df.format(new Date())); %&gt;&lt;br&gt;

&lt;!-- JSTL&#12398;&#20351;&#29992;&#12418;&#12391;&#12365;&#12414;&#12377; --&gt;

	&lt;%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %&gt;

&lt;!-- &#9632;&#23646;&#24615;&#12398;&#35373;&#23450;&#9632; --&gt;
    &lt;!--
	name &#12459;&#12473;&#12479;&#12512;&#12479;&#12464;&#12398;&#25345;&#12388;&#23646;&#24615;&#12398;&#21517;&#21069;&#12434;&#25351;&#23450;&#12375;&#12414;&#12377;&#12290;
 	required [&#12458;&#12503;&#12471;&#12519;&#12531;]     &#23646;&#24615;&#12398;&#25351;&#23450;&#12364;&#24517;&#38920;&#12363;&#12393;&#12358;&#12363;&#25351;&#23450;&#12375;&#12414;&#12377;&#12290;true&#12398;&#22580;&#21512;&#12399;&#24517;&#38920;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290; 
	fragment [&#12458;&#12503;&#12471;&#12519;&#12531;]     &#23646;&#24615;&#12434;&#12501;&#12521;&#12464;&#12513;&#12531;&#12488;&#65288;&#24460;&#36848;&#65289;&#12392;&#12375;&#12390;&#20351;&#29992;&#12377;&#12427;&#12363;&#12393;&#12358;&#12363;&#12434;&#25351;&#23450;&#12375;&#12414;&#12377;&#12290;
				  &#20309;&#12418;&#25351;&#23450;&#12375;&#12394;&#12369;&#12428;&#12400;false&#12391;&#12377;&#12290; 
	rtexprvalue [&#12458;&#12503;&#12471;&#12519;&#12531;]  &#23646;&#24615;&#12398;&#20516;&#12395;&#12473;&#12463;&#12522;&#12503;&#12488;&#24335;&#12434;&#20351;&#29992;&#12391;&#12365;&#12427;&#12363;&#12393;&#12358;&#12363;&#12434;&#25351;&#23450;&#12375;&#12414;&#12377;&#12290;
   				  true&#12398;&#22580;&#21512;&#12399;&#20351;&#29992;&#12391;&#12365;&#12414;&#12377;&#12290;
				  fragment&#23646;&#24615;&#12364;true&#12398;&#22580;&#21512;&#12399;&#33258;&#21205;&#30340;&#12395;true&#12395;&#12394;&#12426;&#12414;&#12377;&#12290; 
	type [&#12458;&#12503;&#12471;&#12519;&#12531;]         &#23646;&#24615;&#12398;&#20516;&#12398;&#22411;&#12434;&#25351;&#23450;&#12375;&#12414;&#12377;&#12290;&#20309;&#12418;&#25351;&#23450;&#12375;&#12394;&#12369;&#12428;&#12400;java.lang.String&#22411;&#12391;&#12377;&#12290; 
	description [&#12458;&#12503;&#12471;&#12519;&#12531;]  &#23646;&#24615;&#12398;&#35500;&#26126;&#25991;&#12434;&#35352;&#36848;&#12375;&#12414;&#12377;&#12290;
     --&gt; 

	&lt;!--&#12288;&#23646;&#24615;&#12395;&#12501;&#12521;&#12464;&#12513;&#12531;&#12488;&#25351;&#23450;&#12377;&#12427; --&gt;
	&lt;%@ attribute name="suu" required="true" %&gt;
	&lt;!--&#12288;&#23646;&#24615;&#12395;&#12501;&#12521;&#12464;&#12513;&#12531;&#12488;&#25351;&#23450;&#12377;&#12427; --&gt;
	&lt;%@ attribute name="flg" required="true" fragment="true" %&gt;


	&lt;c:forEach begin="1" end="${suu}"&gt;
&lt;!-- &#9632;&#12508;&#12487;&#12451;&#12398;&#20516;&#12398;&#20986;&#21147;&#9632; --&gt;
	&lt;jsp:doBody /&gt;&lt;BR&gt;

	&lt;/c:forEach&gt;
&lt;!-- &#12508;&#12487;&#12451;&#12398;&#20516;&#12398;&#20195;&#20837;&#65288;&#20986;&#21147;&#12399;&#12373;&#12428;&#12394;&#12356;&#65289; --&gt;
	&lt;jsp:doBody var="body" scope="request" /&gt;
	&lt;br&gt;&lt;b&gt;${requestScope.body}&lt;/b&gt;&lt;br&gt;

&lt;!-- &#9632;&#22793;&#25968;&#12398;&#35373;&#23450;&#9632; --&gt;
    &lt;!--
         variable-class[&#12458;&#12503;&#12471;&#12519;&#12531;] &#12473;&#12463;&#12522;&#12503;&#12488;&#22793;&#25968;&#12398;&#12487;&#12540;&#12479;&#22411;&#12434;&#25351;&#23450;&#12375;&#12414;&#12377;&#12290;
         &#12487;&#12501;&#12457;&#12523;&#12488;&#12399;java.lang.String&#12463;&#12521;&#12473;&#12391;&#12377;&#12290;

	scope [&#12458;&#12503;&#12471;&#12519;&#12531;]
	&lt;&#38283;&#22987;&#12479;&#12464;&gt;	AT_BEGIN	AT_END		NESTED
	--------------------------------------------------------------
	&#65381;&#65381;&#65381;		&#12288;&#12288;&#8593;				&#12288;&#65372;
	&lt;/&#32066;&#20102;&#12479;&#12464;&gt;	&#12288;&#12288;&#65372;
	&#65381;&#65381;&#65381;		&#12288;&#12288;&#8595;		&#12288;&#65372;
	--------------------------------------------------------------
     --&gt; 
	&lt;%@ variable name-given="firstname" scope="AT_BEGIN" %&gt;

&lt;!-- &#22793;&#25968;&#12408;&#12398;&#20516;&#12398;&#35373;&#23450; --&gt;

	&lt;c:set var="firstname" value="tom" /&gt;

&lt;!-- &#9632;&#12501;&#12521;&#12464;&#12513;&#12531;&#12488;&#12398;&#23455;&#34892;&#9632; --&gt;
	&lt;!--variable&#12391;&#22793;&#25968;&#25351;&#23450;&#12434;&#12375;&#12394;&#12363;&#12387;&#12383;&#22580;&#21512;&#12399;&#20309;&#12418;&#34920;&#31034;&#12373;&#12428;&#12394;&#12356;--&gt;

	&lt;jsp:invoke fragment="flg"/&gt;

&lt;!--******************************
	&#12288;&#12288;&#12288;&#23455;&#34892;&#32080;&#26524;
********************************--&gt;
&lt;!--
test&#38283;&#22987;
2007/10/09 
BODY&#12391;&#12377; 
BODY&#12391;&#12377; 
BODY&#12391;&#12377; 

BODY&#12391;&#12377; 	&#12371;&#12398;&#25991;&#23383;&#12399;&#22826;&#25991;&#23383;
tom&#12539;pot &#12288;&#12288;&#12288; &#12371;&#12398;&#25991;&#23383;&#12399;&#12469;&#12452;&#12474;&#12364;&#22823;&#12365;&#12356;
test&#32066;&#20102;
tom 
--&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-09T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">77</id>
    <language> JavaEE</language>
    <title>SJC-WC&#12288;&#12479;&#12464;&#12501;&#12449;&#12452;&#12523;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-11T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;!-- *************************5.0&#20197;&#38477;************************** --&gt;
&lt;%@ page language="java" contentType="text/html; charset=windows-31j"
    pageEncoding="windows-31j"%&gt;

&lt;%@ page import="java.util.*,java.io.*" %&gt;

&lt;html&gt;&lt;head&gt;&lt;title&gt;javac&lt;/title&gt;&lt;/head&gt;&lt;body&gt;
&lt;%
    String path = "C:\\src\\test.java";
    try {
            //&#12371;&#12371;&#12391;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#36215;&#21205;&#12289;&#12467;&#12510;&#12531;&#12489;&#12503;&#12525;&#12531;&#12503;&#12488;&#12391;javac -d C:\classes C:\src\test.java&#12434;&#23455;&#34892;&#12395;&#21516;&#12376;
            ProcessBuilder builder = new ProcessBuilder("javac",
		"-d","C:\\classes",path);

            Process process = builder.start();
	    out.println("&#12467;&#12531;&#12497;&#12452;&#12523;&#38283;&#22987;&lt;br&gt;");
	    
            //&#12456;&#12521;&#12540;&#25991;&#35328;&#12364;&#12354;&#12428;&#12400;&#20986;&#21147;
            InputStream stream = process.getErrorStream();
	    String st="";
            while (true) {
                int c = stream.read();
                if (c == -1) {
                    stream.close();
                    break;
                }
                st=st+(char)c;
            }
	    //&#12383;&#12406;&#12435;&#12411;&#12363;&#12395;&#12418;&#12420;&#12426;&#26041;&#12399;&#12354;&#12427;&#12364;&#25991;&#23383;&#21270;&#12369;&#23550;&#31574;
	    out.println(new String(st.getBytes("8859_1"),"windows-31j"));

 	    out.println("&lt;br&gt;&#32066;&#20102;");

    }catch (Exception e) {
            out.println(e.getMessage());
    }
%&gt;
&lt;/body&gt;&lt;/html&gt;

&lt;!--******************************4.2&#20197;&#21069;***************************** --&gt;

&lt;%@ page language="java" contentType="text/html; charset=windows-31j"
    pageEncoding="windows-31j"%&gt;

&lt;%@ page import="java.util.*,java.io.*" %&gt;

&lt;html&gt;&lt;head&gt;&lt;title&gt;start&lt;/title&gt;&lt;/head&gt;&lt;body&gt;
&lt;%

try { 
	Runtime runtime = Runtime.getRuntime(); 
	// &#12467;&#12510;&#12531;&#12489;&#12398;&#23455;&#34892; 
	Process process = runtime.exec("javac -d C:\\classes C:\\src\\test.java"); 
	// &#32080;&#26524;&#12434;&#27161;&#28310;&#20986;&#21147;&#12395;&#26360;&#12365;&#20986;&#12377; 
	Reader in = new InputStreamReader(process.getInputStream()); 
	int c = -1; 
    String st="";
	while ((c = in.read()) != -1) { 
		st=st+(char)c;
	} 
	in.close(); 
	out.println(new String(st.getBytes("8859_1"),"windows-31j"));
	} catch (Exception ex) { 
		out.println(ex.getMessage());
	}

%&gt;
&lt;br&gt;&lt;hr&gt;
&lt;jsp:include page="/index.jsp" /&gt;
&lt;/body&gt;&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-13T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">79</id>
    <language> JavaEE</language>
    <title>JSP&#12391;java&#12501;&#12449;&#12452;&#12523;&#12398;&#12467;&#12531;&#12497;&#12452;&#12523;&#23455;&#34892;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=windows-31j"
    pageEncoding="windows-31j"%&gt;
&lt;%@ page import="java.util.*,java.io.*" %&gt;
&lt;%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %&gt;

&lt;html&gt;&lt;body&gt;
&lt;pre&gt;
********************************
EL&#24335;(&#22522;&#26412;&#32232;&#65289;
********************************

&#12503;&#12525;&#12497;&#12486;&#12451;&#12398;&#21442;&#29031;&#12395;&#12399;&#24517;&#12378;getter&#12513;&#12477;&#12483;&#12489;&#12364;&#35373;&#23450;&#12373;&#12428;&#12390;&#12356;&#12427;&#24517;&#35201;&#26377;
	${&#12473;&#12467;&#12540;&#12503;&#21517;(&#30465;&#30053;&#21487;).&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#21517;.&#12503;&#12525;&#12497;&#12486;&#12451;&#21517;}
&#37197;&#21015;&#12420;List&#12398;&#22580;&#21512;&#12399;
	${&#12473;&#12467;&#12540;&#12503;&#21517;(&#30465;&#30053;&#21487;).&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#21517;[&#12452;&#12531;&#12487;&#12483;&#12463;&#12473;]}
Map&#12434;&#25201;&#12358;&#22580;&#21512;&#12399;
	${&#12473;&#12467;&#12540;&#12503;&#21517;(&#30465;&#30053;&#21487;).&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#21517;["&#12461;&#12540;&#21517;"]} or
	${&#12473;&#12467;&#12540;&#12503;&#21517;(&#30465;&#30053;&#21487;).&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#21517;['&#12461;&#12540;&#21517;']}

********************************
EL&#24335;(&#12424;&#12367;&#20351;&#12358;&#26263;&#40665;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;)
********************************

param	           &#12497;&#12521;&#12513;&#12540;&#12479;&#21442;&#29031;
pageScope          &#12506;&#12540;&#12472;&#12473;&#12467;&#12540;&#12503;&#21442;&#29031;
requestScope       &#12522;&#12463;&#12456;&#12473;&#12488;&#12473;&#12467;&#12540;&#12503;&#21442;&#29031;
sessionScope       &#12475;&#12483;&#12471;&#12519;&#12531;&#12473;&#12467;&#12540;&#12503;&#21442;&#29031;
applicationScope   &#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12473;&#12467;&#12540;&#12503;&#21442;&#29031;

********************************
EL&#24335;(&#27604;&#36611;&#32232;&#65289;
********************************
pageScope&#12398;&#23646;&#24615;aaa&#12364;
	&#65381;&#65381;&#65381;&#31354;&#12398;&#22580;&#21512;
	&lt;c:if test="${ empty aaa }"&gt;
		aaa==null or aaa=""
	&lt;/c:if&gt;
	&lt;c:set var="aaa" value="aaa" /&gt;
	&#65381;&#65381;&#65381;&#31354;&#12391;&#12399;&#12394;&#12356;&#22580;&#21512;
	&lt;c:if test="${ !empty aaa }"&gt;
		aaa!=null or aaa!=""
	&lt;/c:if&gt;
	&#65381;&#65381;&#65381;&#20516;&#12364;aaa&#12398;&#22580;&#21512;
	&lt;c:if test="${ aaa=='aaa' }"&gt;
		aaa.equals("aaa")
	&lt;/c:if&gt;
	&#65381;&#65381;&#65381;&#20516;&#12364;5&#12398;&#22580;&#21512;
	&lt;c:set var="aaa" value="5" /&gt;
	&lt;c:if test="${ aaa==5 }"&gt;
		aaa==5
	&lt;/c:if&gt;

*********&#23455;&#34892;&#32080;&#26524;**********
pageScope&#12398;&#23646;&#24615;aaa&#12364;
	&#65381;&#65381;&#65381;&#31354;&#12398;&#22580;&#21512;
	
		aaa==null or aaa=""
	
	
	&#65381;&#65381;&#65381;&#31354;&#12391;&#12399;&#12394;&#12356;&#22580;&#21512;
	
		aaa!=null or aaa!=""
	
	&#65381;&#65381;&#65381;&#20516;&#12364;aaa&#12398;&#22580;&#21512;
	
		aaa.equals("aaa")
	
	&#65381;&#65381;&#65381;&#20516;&#12364;5&#12398;&#22580;&#21512;
	
	
		aaa==5

************END************
&lt;/pre&gt;

&lt;/body&gt;&lt;/html&gt;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-16T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">82</id>
    <language> JavaEE</language>
    <title>EL&#24335;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-16T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>/*************************************

SJC-WC(&#65395;&#65386;&#65420;&#65438;&#65402;&#65437;&#65422;&#65439;&#65392;&#65416;&#65437;&#65412;&#65411;&#65438;&#65384;&#65421;&#65438;&#65435;&#65391;&#65418;&#65439;)&#23550;&#31574;
&#12459;&#12473;&#12479;&#12512;&#12479;&#12464;&#12288;TagSupport

**************************************/

// ***********************************************************
// &#12479;&#12464;&#12469;&#12509;&#12540;&#12488;&#65288;BODY&#12434;&#25201;&#12431;&#12394;&#12356;&#22580;&#21512;&#65289;file&#21517;&#65306;HelloWorldTag.java
// WEB-INF/classes/test/HelloWorldTag.class&#12434;&#29983;&#25104;&#12377;&#12427;
// ***********************************************************
package test;

import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;

public class HelloWorldTag extends TagSupport {

	//msg&#12392;&#12356;&#12358;&#23646;&#24615;&#12434;&#25351;&#23450;&#12375;&#12383;&#22580;&#21512;&#12289;Setter&#12513;&#12477;&#12483;&#12489;&#12364;&#24517;&#38920;
  private String msg;

  public void setMsg(String msg) {
      this.msg = msg;
  }
  public int doStartTag() throws JspException {
    try {
      // Hello World&#12392;&#20986;&#21147;
      pageContext.getOut().print("Hello World" + msg );
    } catch (Exception e) {
      throw new JspException(e.getMessage());
    }
    return EVAL_BODY_INCLUDE;
  }

  public int doAfterBody() throws JspException{
	return SKIP_BODY;
  }	
  public int doEndTag() {
    return EVAL_PAGE;
  }
}
/*
Tag&#12452;&#12531;&#12479;&#12540;&#12501;&#12455;&#12452;&#12473;&#65306;
	&#12418;&#12375;&#12289;EVAL_BODY_INCLUDE&#12364;&#36820;&#12373;&#12428;&#12383;&#22580;&#21512;&#12289;&#12508;&#12487;&#12451;&#37096;&#12399;&#35413;&#20385;&#12373;&#12428;&#12289;
	&#29694;&#22312;&#12398;&#20986;&#21147;&#12395;&#32032;&#36890;&#12375;&#12373;&#12428;&#12414;&#12377;&#12290;
IterationTag&#12452;&#12531;&#12479;&#12540;&#12501;&#12455;&#12452;&#12473;&#65306;
	&#12508;&#12487;&#12451;&#37096;&#12434;&#32368;&#12426;&#36820;&#12375;&#23455;&#34892;&#12377;&#12427;&#27231;&#33021;&#12434;&#25345;&#12388;&#12479;&#12464;&#12434;&#20316;&#25104;&#12377;&#12427;&#12383;&#12417;&#12395;&#12399;&#12289;
	&#12300;IterationTag&#12301;&#12434;&#20351;&#29992;&#12375;&#12390;&#12479;&#12464;&#12495;&#12531;&#12489;&#12521;&#12463;&#12521;&#12473;&#12434;&#20316;&#25104;&#12377;&#12427;
	&#25147;&#12426;&#20516;&#12395;EVAL_BODY_AGAIN&#12434;&#25351;&#23450;&#12377;&#12427;&#12392;&#32368;&#12426;&#36820;&#12375;&#12290;
*/

// ***********************************************************
// JSP&#12501;&#12449;&#12452;&#12523;&#12288;file:test.jsp&#12288;&#12467;&#12531;&#12486;&#12463;&#12473;&#12488;&#12523;&#12540;&#12488;&#20197;&#19979;
// ***********************************************************

&lt;%@ page language="java" contentType="text/html;charset=SHIFT_JIS"
    pageEncoding="SHIFT_JIS"%&gt;
&lt;%@ taglib uri="Hello.tld" prefix="h" %&gt;
&lt;%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %&gt;

&lt;h:Hello msg="${ 5*4 }" &gt;aiueo&lt;/h:Hello&gt;

// ***********************************************************
// tld&#12501;&#12449;&#12452;&#12523;&#12288;file:Hello.tld&#12288;&#19978;&#35352;JSP&#12392;&#21516;&#12376;&#22580;&#25152;&#12408;
// ***********************************************************

&lt;?xml version="1.0" encoding="Shift_JIS" ?&gt;
&lt;!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" 
	"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"&gt; 
&lt;taglib&gt;
  &lt;tlibversion&gt;1.0&lt;/tlibversion&gt;
  &lt;jspversion&gt;1.1&lt;/jspversion&gt;

&lt;tag&gt;
    &lt;name&gt;Hello&lt;/name&gt;
    &lt;tag-class&gt;test.HelloWorldTag&lt;/tag-class&gt;
    &lt;body-content&gt;JSP&lt;/body-content&gt;
    &lt;attribute&gt;
      &lt;name&gt;msg&lt;/name&gt;
      &lt;required&gt;false&lt;/required&gt;
      &lt;rtexprvalue&gt;true&lt;/rtexprvalue&gt;
    &lt;/attribute&gt;
&lt;/tag&gt;
&lt;/taglib&gt;

// ***********************************************************
// &#32080;&#26524;
// ***********************************************************

Hello World20aiueo
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-23T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">85</id>
    <language> JavaEE</language>
    <title>SJC-WC&#12288;&#12459;&#12473;&#12479;&#12512;&#12479;&#12464;&#12288;TagSupport</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-23T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>/*************************************

SJC-WC(&#65395;&#65386;&#65420;&#65438;&#65402;&#65437;&#65422;&#65439;&#65392;&#65416;&#65437;&#65412;&#65411;&#65438;&#65384;&#65421;&#65438;&#65435;&#65391;&#65418;&#65439;)&#23550;&#31574;
&#12459;&#12473;&#12479;&#12512;&#12479;&#12464;&#12288;BodyTagSupport

**************************************/

// ***********************************************************
//&#12479;&#12464;&#12469;&#12509;&#12540;&#12488;&#65288;BODY&#12434;&#25201;&#12358;&#22580;&#21512;&#65289;file&#21517;&#65306;HelloWorldTagB.java
// WEB-INF/classes/test/HelloWorldTagB.class&#12434;&#29983;&#25104;&#12377;&#12427;
// ***********************************************************

package test;

import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;

public class HelloWorldTagB extends BodyTagSupport {

	//msg&#12392;&#12356;&#12358;&#23646;&#24615;&#12434;&#25351;&#23450;&#12375;&#12383;&#22580;&#21512;&#12289;Setter&#12513;&#12477;&#12483;&#12489;&#12364;&#24517;&#38920;
  private String msg;
  public void setMsg(String msg) {
      this.msg = msg;
  }
  public int doStartTag() throws JspException {
    return EVAL_BODY_BUFFERED;
  }
  public int doAfterBody() throws JspException{
    try{
    	String sss=bodyContent.getString();
	getPreviousOut().println("body=&gt;" + sss + "&lt;=body");

    } catch (Exception e) {
      throw new JspException(e.getMessage());
    }

    return SKIP_BODY;
  }
}
/*
BodyTag&#12452;&#12531;&#12479;&#12540;&#12501;&#12455;&#12452;&#12473;&#65306;
	&#12418;&#12375;&#12289;doStartTag()&#12391;EVAL_BODY_BUFFERED&#12364;&#36820;&#12373;&#12428;&#12383;&#22580;&#21512;&#12469;&#12540;&#12502;&#12524;&#12483;&#12488;&#12467;&#12531;&#12486;&#12490;&#12399;
	&#12300;setBodyContent&#12301;&#12300;doInitBody&#12301;&#12513;&#12477;&#12483;&#12489;&#12434;&#38918;&#12395;&#21628;&#12403;&#20986;&#12375;&#12414;&#12377;&#12290;
	body&#12398;&#20869;&#23481;&#12399;bodyContent.getString();&#12391;&#21462;&#24471;&#12391;&#12365;&#12427;&#12290;
*/
// ***********************************************************
// JSP&#12501;&#12449;&#12452;&#12523;&#12288;file:test.jsp&#12288;&#12467;&#12531;&#12486;&#12463;&#12473;&#12488;&#12523;&#12540;&#12488;&#20197;&#19979;
// ***********************************************************

&lt;%@ page language="java" contentType="text/html;charset=SHIFT_JIS"
    pageEncoding="SHIFT_JIS"%&gt;
&lt;%@ taglib uri="Hello.tld" prefix="h" %&gt;
&lt;%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %&gt;

&lt;h:HelloB msg="${ 5*4 }" &gt;aiueo&lt;/h:HelloB&gt;

// ***********************************************************
// tld&#12501;&#12449;&#12452;&#12523;&#12288;file:Hello.tld&#12288;&#19978;&#35352;JSP&#12392;&#21516;&#12376;&#22580;&#25152;&#12408;
// ***********************************************************

&lt;?xml version="1.0" encoding="Shift_JIS" ?&gt;
&lt;!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" 
	"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"&gt; 
&lt;taglib&gt;
  &lt;tlibversion&gt;1.0&lt;/tlibversion&gt;
  &lt;jspversion&gt;1.1&lt;/jspversion&gt;

&lt;tag&gt;
    &lt;name&gt;HelloB&lt;/name&gt;
    &lt;tag-class&gt;test.HelloWorldTagB&lt;/tag-class&gt;
    &lt;body-content&gt;JSP&lt;/body-content&gt;
    &lt;attribute&gt;
      &lt;name&gt;msg&lt;/name&gt;
      &lt;required&gt;false&lt;/required&gt;
      &lt;rtexprvalue&gt;true&lt;/rtexprvalue&gt;
    &lt;/attribute&gt;
&lt;/tag&gt;
&lt;/taglib&gt;

// ***********************************************************
// &#32080;&#26524;
// ***********************************************************

body=&gt;aiueo&lt;=body

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-23T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">86</id>
    <language> JavaEE</language>
    <title>SJC-WC&#12288;&#12459;&#12473;&#12479;&#12512;&#12479;&#12464;&#12288;BodyTagSupport</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-23T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>jsp-config&#12399;jsp2.0&#12363;&#12425;web.xml&#12398;&#35201;&#32032;&#12395;&#20837;&#12387;&#12383;
&#12459;&#12473;&#12479;&#12512;&#12479;&#12464;&#12398;tld&#12501;&#12449;&#12452;&#12523;&#12398;&#22580;&#25152;&#25351;&#23450;&#12420;&#12289;
jsp&#12506;&#12540;&#12472;&#12398;&#12464;&#12523;&#12540;&#12503;&#21336;&#20301;&#12391;&#35373;&#23450;&#12364;&#12391;&#12365;&#12427;

&lt;jsp-config&gt;

	&lt;taglib&gt;
		&lt;taglib-uri&gt;&#12479;&#12464;&#12521;&#12452;&#12502;&#12521;&#12522;&#21033;&#29992;&#12398;&#23459;&#35328;&#12391;&#20837;&#12428;&#12427;URI&#12434;&#25351;&#23450;&lt;/taglib-uri&gt;
		&lt;taglib-location&gt;TLD&#12501;&#12449;&#12452;&#12523;&#12398;&#22580;&#25152;&lt;/taglib-location&gt;
	&lt;/taglib&gt;

	&lt;jsp-property-group&gt;
		&lt;url-pattern&gt;&#35373;&#23450;&#12434;&#36969;&#24540;&#12377;&#12427;URL&#12497;&#12479;&#12540;&#12531;&lt;url-pattern&gt;
		&lt;el-ignore&gt;
                   EL&#24335;&#12434;&#28961;&#35222;&#12377;&#12427;&#12363;&#12393;&#12358;&#12363;&#12290;&#12487;&#12501;&#12457;&#12523;&#12488;&#12399;false(&#28961;&#35222;&#12375;&#12394;&#12356;)
                  &lt;/el-ignore&gt;
		&lt;scripting-invalid&gt;
                  &#12473;&#12463;&#12522;&#12503;&#12488;&#12524;&#12483;&#12488;&#12434;&#28961;&#21177;&#12395;&#12377;&#12427;&#12363;&#12393;&#12358;&#12363;&#12290;&#12487;&#12501;&#12457;&#12523;&#12488;&#12399;false(&#28961;&#21177;&#12395;&#12375;&#12394;&#12356;)
                  &lt;/scripting-invalid&gt;
		&lt;include-prelude&gt;&#26368;&#21021;&#12395;&#12356;&#12428;&#12427;JSP&#12501;&#12449;&#12452;&#12523;&lt;include-prelude&gt;
		&lt;include-coda&gt;&#26368;&#24460;&#12395;&#20837;&#12428;&#12427;JSP&#12501;&#12449;&#12452;&#12523;&lt;include-coda&gt;
		&lt;page-encoding&gt;&#12456;&#12531;&#12467;&#12540;&#12489;&#12398;&#12479;&#12452;&#12503;&lt;page-encoding&gt;
		&lt;is-xml&gt;XML&#12391;&#35352;&#36848;&#12377;&#12427;&#12363;&#12393;&#12358;&#12363;&#12290;&#12487;&#12501;&#12457;&#12523;&#12488;&#12399;false&lt;is-xml&gt;
        &lt;/jsp-property-group&gt;

&lt;/jsp-confing&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-29T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">93</id>
    <language> JavaEE</language>
    <title>SJC-WC&#12288;&amp;ltweb.xml&gt;&#12398;&amp;ltjsp-config&gt;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-29T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>tld-file

&lt;?xml version="1.0" encoding="Shift_JIS" ?&gt;
&lt;!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" 
	"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"&gt;

&lt;taglib&gt;
	&lt;tlibversion&gt;1.0&lt;/tlibversion&gt;
	&lt;jspversion&gt;2.0&lt;/jspversion&gt;
	&lt;uri&gt;hogehoge&lt;/uri&gt;

	&lt;tag&gt;
		&lt;name&gt;&#12479;&#12464;&#12398;&#21517;&#21069;&lt;/name&gt;
		&lt;tag-class&gt;&#12463;&#12521;&#12473;&#12398;&#22580;&#25152;&lt;/tag-class&gt;
		&lt;body-content&gt;

			JSP		JSP&#12467;&#12540;&#12489;&#65288;&#12487;&#12501;&#12457;&#12523;&#12488;&#65289;
			scriptless	&#12486;&#12531;&#12503;&#12524;&#12540;&#12488;&#12486;&#12461;&#12473;&#12488;&#12289;EL&#24335;&#12289;JSP&#12450;&#12463;&#12471;&#12519;&#12531;
			tagdependent	&#12486;&#12531;&#12503;&#12524;&#12540;&#12488;&#12486;&#12461;&#12473;&#12488;&#65288;&#12479;&#12464;&#12508;&#12487;&#12451;&#12398;&#20869;&#23481;&#12399;
					&#12479;&#12464;&#12495;&#12531;&#12489;&#12521;&#12395;&#12424;&#12387;&#12390;&#20966;&#29702;&#12373;&#12428;&#12427;&#65289;
			empty		&#12508;&#12487;&#12451;&#12434;&#25345;&#12383;&#12394;&#12356;

		&lt;/body-content&gt;

		&lt;attribute&gt;

			&lt;name&gt;&#23646;&#24615;&#21517;&#12398;&#25351;&#23450;&lt;/name&gt;
			&lt;required&gt;&#20837;&#21147;&#24517;&#38920;&#12395;&#12375;&#12383;&#12356;&#22580;&#21512;true&#12434;&#20837;&#12428;&#12427;&lt;/required&gt;
			&lt;rtexprvalue&gt;&#23646;&#24615;&#20516;&#12398;&#25351;&#23450;&#12395;&#24335;&#12434;&#20351;&#29992;&#12377;&#12427;&#12363;&#12290;&#12487;&#12501;&#12457;&#12523;&#12488;&#12399;
			false&#12391;&#21033;&#29992;&#19981;&#21487;&lt;/rtexprvalue&gt;
			&lt;type&gt;&#22411;&#12398;&#25351;&#23450;&#12290;&#12487;&#12501;&#12457;&#12523;&#12488;&#12399;java.lang.String&lt;/type&gt;

		&lt;/attribute&gt;
	&lt;/tag&gt;
&lt;/taglib&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-29T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">94</id>
    <language> JavaEE</language>
    <title>SJC-WC&#12288;&#12459;&#12473;&#12479;&#12512;&#12479;&#12464;&#12288;tld&#12501;&#12449;&#12452;&#12523;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-29T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>********************************************************

&#12463;&#12521;&#12473;&#12501;&#12449;&#12452;&#12523;&#12398;&#12513;&#12477;&#12483;&#12489;&#12392;&#12381;&#12398;&#25147;&#12426;&#20516;&#12434;&#21462;&#24471;&#12377;&#12427;

********************************************************

&lt;%@ page language="java" contentType="text/html;charset=SHIFT_JIS"
    pageEncoding="SHIFT_JIS"%&gt;
&lt;%@ page import="java.util.*,java.lang.reflect.*" %&gt;
&lt;%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %&gt;

&lt;%
	//&#12452;&#12531;&#12473;&#12479;&#12531;&#12473;&#12398;&#21442;&#29031;&#22793;&#25968;&#12398;&#12513;&#12477;&#12483;&#12489;&#12434;&#35519;&#12409;&#12427;&#22580;&#21512;
	//String day=new String();
	//Class cl=day.getClass();

	//&#12463;&#12521;&#12473;&#21517;&#12434;&#25351;&#23450;&#12375;&#12390;&#35519;&#12409;&#12427;&#22580;&#21512;
	Class cl=Class.forName("java.lang.Math");
	out.println(cl.getName()+"&lt;br&gt;");

	Method meth[]=cl.getMethods();

	out.println("&lt;hr&gt;");
	for(int b=0;b&lt;meth.length;b++){
		String methname=meth[b].toGenericString();
		int m=methname.lastIndexOf(cl.getName()+".");
		String hikiname="";
		if(m==-1){
			String kaeri=meth[b].getReturnType().getName();
			int n=methname.indexOf(kaeri);
			hikiname=methname.substring(n+kaeri.length(),methname.length());
		}else{
			hikiname=methname.substring(m+cl.getName().length()+1,methname.length());
		}
		while(hikiname.indexOf("java.lang.")!=-1){
			hikiname=hikiname.substring(0,hikiname.indexOf("java.lang."))
				+hikiname.substring(hikiname.indexOf("java.lang.")+10,hikiname.length());
		}		
		String modo=meth[b].getReturnType().getCanonicalName();
		if(modo.indexOf("java.lang.")!=-1){
			modo=modo.substring(10,modo.length());
		}
		out.println("&lt;b&gt;"+hikiname+"&lt;/b&gt; &lt;font color='blue'&gt;" +modo +"&lt;/font&gt;&lt;br&gt;");
	}
	out.println("&lt;hr&gt;");
%&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-30T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">95</id>
    <language> JavaEE</language>
    <title>&#12463;&#12521;&#12473;&#12398;&#12513;&#12477;&#12483;&#12489;&#12392;&#12381;&#12398;&#25147;&#12426;&#20516;&#12434;&#21462;&#24471;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-30T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12501;&#12457;&#12527;&#12540;&#12489;

getRequestDispatcher(PATH).foword(request,response);

	ServletContext&#12363;&#12425;&#21462;&#24471;&#12377;&#12427;&#22580;&#21512;&#12399;&#32118;&#23550;&#12497;&#12473;&#12391;&#12398;&#25351;&#23450;&#12398;&#12415;&#35377;&#21487;&#12373;&#12428;&#12289;
	HttpServletRequest&#32076;&#30001;&#12398;&#22580;&#21512;&#12399;&#30456;&#23550;&#12497;&#12473;&#12395;&#12424;&#12427;&#25351;&#23450;&#12418;&#12391;&#12365;&#12427;&#12290;

&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;

	response.sendRedirect("hello");

	&lt;%@ include file="header.jsp"  %&gt;
	&lt;jsp:include page="header.jsp" /&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-05T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">101</id>
    <language> JavaEE</language>
    <title>SJC-WC&#12288;&#12501;&#12457;&#12527;&#12540;&#12489;&#12289;&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-11-13T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=SHIFT_JIS"
    pageEncoding="SHIFT_JIS"%&gt;
&lt;%@ page import="java.util.*,java.io.*" %&gt;

&lt;%
//&#12503;&#12525;&#12497;&#12486;&#12451;&#12391;&#21462;&#12428;&#12427;&#20516;
Properties p = System.getProperties();
for(Iterator i = p.keySet().iterator();i.hasNext();){
  String value = (String)i.next();
  out.println(value+"="+System.getProperty(value)+"&lt;br&gt;");
}
%&gt;
&lt;br&gt;&lt;br&gt;
&lt;%
//OS&#12395;&#12424;&#12387;&#12390;&#20351;&#12356;&#20998;&#12369;&#12427;
String osname = System.getProperty("os.name");
if(osname.indexOf("Windows")&gt;=0){
  out.println("&#12469;&#12540;&#12496;&#12540;&#12398;&#65327;&#65331;&#12399;Windows&#12391;&#12377;");
} else if(osname.indexOf("Linux")&gt;=0){
  out.println("&#12469;&#12540;&#12496;&#12540;&#12398;&#65327;&#65331;&#12399;Linux&#12391;&#12377;");
} else if(osname.indexOf("Mac")&gt;=0){
  out.println("&#12469;&#12540;&#12496;&#12540;&#12398;&#65327;&#65331;&#12399;Mac&#12391;&#12377;");
} else {
  out.println("&#12469;&#12540;&#12496;&#12540;&#12398;&#65327;&#65331;&#12399;&#19981;&#26126;&#12391;&#12377;");
}
%&gt;
&lt;br&gt;&lt;br&gt;
&lt;%
//&#12518;&#12540;&#12470;&#12540;&#12507;&#12540;&#12512;&#12420;&#12475;&#12497;&#12524;&#12540;&#12479;&#12540;&#12398;&#27963;&#29992;
	out.println("&#12507;&#12540;&#12512;&#12487;&#12451;&#12524;&#12463;&#12488;&#12522;&#12398;&#12501;&#12449;&#12452;&#12523;&#25351;&#23450;&lt;br&gt;" + System.getProperty("user.home")+File.separator+"test.txt");
%&gt;


&#23455;&#34892;&#32080;&#26524;******************************

java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
sun.boot.library.path=C:\Program Files\Java\jdk1.5.0_11\jre\bin
java.vm.version=1.5.0_11-b03
shared.loader=
java.vm.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
path.separator=;
tomcat.util.buf.StringCache.byte.enabled=true
java.util.logging.config.file=C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\logging.properties
java.vm.name=Java HotSpot(TM) Server VM
file.encoding.pkg=sun.io
user.country=JP
sun.os.patch.level=Service Pack 2
java.vm.specification.name=Java Virtual Machine Specification
user.dir=C:\Program Files\Apache Software Foundation\Tomcat 6.0
java.runtime.version=1.5.0_11-b03
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 6.0\common\endorsed
os.arch=x86
java.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 6.0\temp
line.separator= 
java.vm.specification.vendor=Sun Microsystems Inc.
java.naming.factory.url.pkgs=org.apache.naming
java.util.logging.manager=org.apache.juli.ClassLoaderLogManager
user.variant=
os.name=Windows XP
sun.jnu.encoding=MS932
java.library.path=C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin;.;C:\WINDOWS\system32;C:\WINDOWS;E:\oracle\ora92\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\J2SDK1.4.2_03\BIN;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin
java.specification.name=Java Platform API Specification
java.class.version=49.0
sun.management.compiler=HotSpot Server Compiler
os.version=5.1
user.home=C:\Documents and Settings\Maskana
catalina.useNaming=true
user.timezone=Asia/Tokyo
java.awt.printerjob=sun.awt.windows.WPrinterJob
file.encoding=MS932
java.specification.version=1.5
catalina.home=C:\Program Files\Apache Software Foundation\Tomcat 6.0
java.class.path=C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin\bootstrap.jar
user.name=SYSTEM
java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory
package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
java.vm.specification.version=1.0
java.home=C:\Program Files\Java\jdk1.5.0_11\jre
sun.arch.data.model=32
user.language=ja
java.specification.vendor=Sun Microsystems Inc.
awt.toolkit=sun.awt.windows.WToolkit
java.vm.info=mixed mode
java.version=1.5.0_11
java.ext.dirs=C:\Program Files\Java\jdk1.5.0_11\jre\lib\ext
sun.boot.class.path=C:\Program Files\Java\jdk1.5.0_11\jre\lib\rt.jar;C:\Program Files\Java\jdk1.5.0_11\jre\lib\i18n.jar;C:\Program Files\Java\jdk1.5.0_11\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.5.0_11\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.5.0_11\jre\lib\jce.jar;C:\Program Files\Java\jdk1.5.0_11\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.5.0_11\jre\classes
server.loader=
java.vendor=Sun Microsystems Inc.
catalina.base=C:\Program Files\Apache Software Foundation\Tomcat 6.0
file.separator=\
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
common.loader=${catalina.home}/lib,${catalina.home}/lib/*.jar
sun.io.unicode.encoding=UnicodeLittle
sun.cpu.endian=little
package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
sun.desktop=windows
sun.cpu.isalist=


&#12469;&#12540;&#12496;&#12540;&#12398;&#65327;&#65331;&#12399;Windows&#12391;&#12377; 

&#12507;&#12540;&#12512;&#12487;&#12451;&#12524;&#12463;&#12488;&#12522;&#12398;&#12501;&#12449;&#12452;&#12523;&#25351;&#23450;
C:\Documents and Settings\Maskana\test.txt 

*************************************
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-01-28T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">172</id>
    <language> JavaEE</language>
    <title>OS&#38750;&#20381;&#23384;&#12398;&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;&#12434;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-01-28T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>catalina_home/conf/server.xml&#12398;
&lt;Service name="Catalina"&gt;

&lt;Connector port="8080" .... URIEncoding="UTF-8" /&gt;

	.
	.
	.

&lt;Connector port="8009" .... URIEncoding="UTF-8" /&gt;

	.
	.
	.

&lt;/Service&gt;

&#19978;&#35352;&#12398;URIEncoding&#35201;&#32032;&#12434;&#36861;&#21152;&#12289;&#20516;&#12395;&#12456;&#12531;&#12467;&#12540;&#12487;&#12451;&#12531;&#12464;&#12375;&#12383;&#12356;
&#25991;&#23383;&#12467;&#12540;&#12489;&#12434;&#20837;&#12428;&#12427;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-03T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">178</id>
    <language> JavaEE</language>
    <title>TOMCAT6&#12391;&#26085;&#26412;&#35486;&#12497;&#12521;&#12513;&#12540;&#12479;&#12434;GET&#36865;&#20449;&#26178;&#12398;&#25991;&#23383;&#21270;&#12369;&#35299;&#28040;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-02-03T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%&gt;
&lt;%@ page import="java.net.URLEncoder" %&gt;
&lt;% request.setCharacterEncoding("UTF-8"); %&gt;
${param.a}&lt;br&gt;
&lt;html&gt;&lt;body&gt;
&lt;a href="textutf.jsp?a=&lt;% out.println(URLEncoder.encode("&#12354;&#12356;&#12358;&#12360;&#12362;", "UTF-8"));%&gt;"&gt;&#36865;&#20449;&lt;/a&gt;
&lt;/body&gt;&lt;/html&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-04T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">180</id>
    <language> JavaEE</language>
    <title>URIEncoder&#12434;&#20351;&#12387;&#12390;&#26085;&#26412;&#35486;&#12434;&#27491;&#12375;&#12367;&#36865;&#20449;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-02-04T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9312;&#20197;&#19979;&#12398;&#12477;&#12540;&#12473;&#12434;Fil.java&#12391;&#20445;&#23384;&#12375;&#12289;&#12467;&#12531;&#12497;&#12452;&#12523;&#12377;&#12427;

package pack;
import java.io.IOException;
import javax.servlet.*;
import javax.servlet.http.*;

public class Fil implements Filter {

	public void init(FilterConfig config) throws ServletException {}

	public void doFilter(ServletRequest request,ServletResponse response,FilterChain chain)
		 throws IOException, ServletException {
		HttpServletRequest httpRequest = (HttpServletRequest)request;
		HttpServletResponse httpResponse = (HttpServletResponse)response;
		HttpSession session = httpRequest.getSession(false);
		if (session != null) {
			String data = (String)session.getAttribute("data");
			if (data!=null &amp;&amp; data.equals("true")) {
				chain.doFilter(httpRequest, httpResponse);
				return;
			}
		}
		request.getRequestDispatcher("/false.jsp").forward(request, response);
	}
	public void destroy() {}
}

//-***********************************


&#9313;web.xml&#12398;&#32232;&#38598;
&#20197;&#19979;&#12434;&#26411;&#23614;&#12395;&#36861;&#21152;&lt;web-app&gt;&#12398;&#20013;&#12395;&#36861;&#21152;

	&lt;filter&gt;
		&lt;filter-name&gt;Fil&lt;/filter-name&gt;
		&lt;filter-class&gt;pack.Fil&lt;/filter-class&gt;
	&lt;/filter&gt;

	&lt;filter-mapping&gt;
		&lt;filter-name&gt;Fil&lt;/filter-name&gt;
		&lt;url-pattern&gt;/aiueo/*&lt;/url-pattern&gt;
	&lt;/filter-mapping&gt;

&#19978;&#35352;&#12398;&#22580;&#21512;&#12289;/aiueo/&#20869;&#12398;&#12377;&#12409;&#12390;&#12398;&#12501;&#12449;&#12452;&#12523;&#12395;&#12501;&#12451;&#12523;&#12479;&#12540;&#12364;&#36969;&#24540;&#12373;&#12428;&#12427;
&#9314;tomcat&#12434;&#20877;&#36215;&#21205;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-04-07T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">202</id>
    <language> JavaEE</language>
    <title>&#25351;&#23450;URL&#12395;&#12501;&#12451;&#12523;&#12479;&#12540;&#12434;&#35373;&#23450;&#12375;session&#25805;&#20316;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-04-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;a href="http://www.atmarkit.co.jp/fjava/javatips/172java057.html"&gt;http://www.atmarkit.co.jp/fjava/javatips/172java057.html&lt;/a&gt;

&#20197;&#19979;&#25244;&#31883;

&#12503;&#12525;&#12464;&#12521;&#12512;&#12363;&#12425;&#26082;&#23384;&#12398;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#36215;&#21205;&#12375;&#12383;&#12356;&#12392;&#12365;&#12289;
java.lang&#12497;&#12483;&#12465;&#12540;&#12472;&#12398;Runtime&#12463;&#12521;&#12473;&#12395;&#12354;&#12427;exec&#12513;&#12477;&#12483;&#12489;&#12364;&#20351;&#12360;&#12414;&#12377;&#12290;

import java.io.IOException;

&#12513;&#12477;&#12483;&#12489;&#12398;&#20013;&#12395;&#12539;&#12539;&#12539;

    Runtime r=Runtime.getRuntime();
    try{
        r.exec("calc");//&#38651;&#21331;&#12434;&#36215;&#21205;
        r.exec("notepad c:\\a.txt");
    }catch(IOException e){
        System.out.println(e);
    }

&#8251;&#12383;&#12384;&#12375;&#12289;&#29305;&#23450;&#12398;&#12493;&#12452;&#12486;&#12451;&#12502;&#12394;&#12503;&#12521;&#12483;&#12488;&#12501;&#12457;&#12540;&#12512;&#19978;&#12398;&#29305;&#27530;&#12394;&#12503;&#12525;&#12475;&#12473;&#12391;&#12399;
&#12358;&#12414;&#12367;&#21205;&#20316;&#12375;&#12394;&#12356;&#22580;&#21512;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-05T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">76</id>
    <language> JavaSE</language>
    <title>&#12503;&#12525;&#12464;&#12521;&#12512;&#12363;&#12425;&#21029;&#12398;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#36215;&#21205;&#12377;&#12427;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-10-05T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9632;ITpro&#12424;&#12426;&lt;br&gt;&lt;a href="http://itpro.nikkeibp.co.jp/article/COLUMN/20070119/259098/"&gt;http://itpro.nikkeibp.co.jp/article/COLUMN/20070119/259098/&lt;/a&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-12T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">78</id>
    <language> JavaSE</language>
    <title>&#20182;&#12398;&#12493;&#12452;&#12486;&#12451;&#12502;&#12539;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#36215;&#21205;&#12377;&#12427;&#12395;&#12399;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-10-12T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>Java&#12362;&#24441;&#31435;&#12385;&#12469;&#12452;&#12488;

Java&#12398;&#36947;
&lt;a href="http://www.javaroad.jp/"&gt;http://www.javaroad.jp/&lt;/a&gt;

Java&#12391;Hello World!
&lt;a href="http://www.hellohiro.com/"&gt;http://www.hellohiro.com&lt;a/&gt;

All About Java&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;
&lt;a href="http://allabout.co.jp/internet/java/"&gt;http://allabout.co.jp/internet/java/&lt;/a&gt;

TECHSCORE
&lt;a href="http://www.techscore.com/tech/Java/"&gt;http://allabout.co.jp/internet/java/index.html&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-26T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">88</id>
    <language> JavaSE</language>
    <title>Java&#38306;&#36899;&#12522;&#12531;&#12463;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-10-26T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40"&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content="text/html; charset=shift_jis"&gt;
&lt;meta name=ProgId content=Excel.Sheet&gt;
&lt;meta name=Generator content="Microsoft Excel 11"&gt;
&lt;link rel=File-List href="SJC-P2.files/filelist.xml"&gt;
&lt;link rel=Edit-Time-Data href="SJC-P2.files/editdata.mso"&gt;
&lt;link rel=OLE-Object-Data href="SJC-P2.files/oledata.mso"&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:DocumentProperties&gt;
  &lt;o:Author&gt;Maskana&lt;/o:Author&gt;
  &lt;o:LastAuthor&gt;Maskana&lt;/o:LastAuthor&gt;
  &lt;o:Created&gt;2007-04-27T19:04:15Z&lt;/o:Created&gt;
  &lt;o:LastSaved&gt;2007-05-13T11:45:22Z&lt;/o:LastSaved&gt;
  &lt;o:Version&gt;11.5606&lt;/o:Version&gt;
 &lt;/o:DocumentProperties&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;style&gt;
&lt;!--table
	{mso-displayed-decimal-separator:".";
	mso-displayed-thousand-separator:",";}
@page
	{margin:.98in .79in .98in .79in;
	mso-header-margin:.51in;
	mso-footer-margin:.51in;}
tr
	{mso-height-source:auto;
	mso-ruby-visibility:none;}
col
	{mso-width-source:auto;
	mso-ruby-visibility:none;}
br
	{mso-data-placement:same-cell;}
.style0
	{mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	white-space:nowrap;
	mso-rotate:0;
	mso-background-source:auto;
	mso-pattern:auto;
	color:windowtext;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;
	border:none;
	mso-protection:locked visible;
	mso-style-name:&#27161;&#28310;;
	mso-style-id:0;}
td
	{mso-style-parent:style0;
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:none;
	mso-background-source:auto;
	mso-pattern:auto;
	mso-protection:locked visible;
	white-space:nowrap;
	mso-rotate:0;}
.xl24
	{mso-style-parent:style0;
	font-family:HG&#20024;&#65402;&#65438;&#65404;&#65391;&#65400;M-PRO, monospace;
	mso-font-charset:128;}
.xl25
	{mso-style-parent:style0;
	font-family:HG&#20024;&#65402;&#65438;&#65404;&#65391;&#65400;M-PRO, monospace;
	mso-font-charset:128;
	border:.5pt solid windowtext;}
.xl26
	{mso-style-parent:style0;
	font-size:14.0pt;
	font-family:HG&#20024;&#65402;&#65438;&#65404;&#65391;&#65400;M-PRO, monospace;
	mso-font-charset:128;}
ruby
	{ruby-align:left;}
rt
	{color:windowtext;
	font-size:6.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;
	mso-char-type:katakana;
	display:none;}
--&gt;
&lt;/style&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;x:ExcelWorkbook&gt;
  &lt;x:ExcelWorksheets&gt;
   &lt;x:ExcelWorksheet&gt;
    &lt;x:Name&gt;Sheet1&lt;/x:Name&gt;
    &lt;x:WorksheetOptions&gt;
     &lt;x:DefaultRowHeight&gt;270&lt;/x:DefaultRowHeight&gt;
     &lt;x:Print&gt;
      &lt;x:ValidPrinterInfo/&gt;
      &lt;x:PaperSizeIndex&gt;9&lt;/x:PaperSizeIndex&gt;
      &lt;x:HorizontalResolution&gt;-3&lt;/x:HorizontalResolution&gt;
      &lt;x:VerticalResolution&gt;0&lt;/x:VerticalResolution&gt;
     &lt;/x:Print&gt;
     &lt;x:Selected/&gt;
     &lt;x:Panes&gt;
      &lt;x:Pane&gt;
       &lt;x:Number&gt;3&lt;/x:Number&gt;
       &lt;x:ActiveRow&gt;9&lt;/x:ActiveRow&gt;
       &lt;x:ActiveCol&gt;4&lt;/x:ActiveCol&gt;
      &lt;/x:Pane&gt;
     &lt;/x:Panes&gt;
     &lt;x:ProtectContents&gt;False&lt;/x:ProtectContents&gt;
     &lt;x:ProtectObjects&gt;False&lt;/x:ProtectObjects&gt;
     &lt;x:ProtectScenarios&gt;False&lt;/x:ProtectScenarios&gt;
    &lt;/x:WorksheetOptions&gt;
   &lt;/x:ExcelWorksheet&gt;
   &lt;x:ExcelWorksheet&gt;
    &lt;x:Name&gt;Sheet2&lt;/x:Name&gt;
    &lt;x:WorksheetOptions&gt;
     &lt;x:DefaultRowHeight&gt;270&lt;/x:DefaultRowHeight&gt;
     &lt;x:ProtectContents&gt;False&lt;/x:ProtectContents&gt;
     &lt;x:ProtectObjects&gt;False&lt;/x:ProtectObjects&gt;
     &lt;x:ProtectScenarios&gt;False&lt;/x:ProtectScenarios&gt;
    &lt;/x:WorksheetOptions&gt;
   &lt;/x:ExcelWorksheet&gt;
   &lt;x:ExcelWorksheet&gt;
    &lt;x:Name&gt;Sheet3&lt;/x:Name&gt;
    &lt;x:WorksheetOptions&gt;
     &lt;x:DefaultRowHeight&gt;270&lt;/x:DefaultRowHeight&gt;
     &lt;x:ProtectContents&gt;False&lt;/x:ProtectContents&gt;
     &lt;x:ProtectObjects&gt;False&lt;/x:ProtectObjects&gt;
     &lt;x:ProtectScenarios&gt;False&lt;/x:ProtectScenarios&gt;
    &lt;/x:WorksheetOptions&gt;
   &lt;/x:ExcelWorksheet&gt;
  &lt;/x:ExcelWorksheets&gt;
  &lt;x:WindowHeight&gt;8445&lt;/x:WindowHeight&gt;
  &lt;x:WindowWidth&gt;11715&lt;/x:WindowWidth&gt;
  &lt;x:WindowTopX&gt;240&lt;/x:WindowTopX&gt;
  &lt;x:WindowTopY&gt;45&lt;/x:WindowTopY&gt;
  &lt;x:ProtectStructure&gt;False&lt;/x:ProtectStructure&gt;
  &lt;x:ProtectWindows&gt;False&lt;/x:ProtectWindows&gt;
 &lt;/x:ExcelWorkbook&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body link=blue vlink=purple&gt;

&lt;table x:str border=0 cellpadding=0 cellspacing=0 width=695 style='border-collapse:
 collapse;table-layout:fixed;width:520pt'&gt;
 &lt;col width=139 span=5 style='mso-width-source:userset;mso-width-alt:4448;
 width:104pt'&gt;
 &lt;tr height=36 style='mso-height-source:userset;height:27.0pt'&gt;
  &lt;td height=36 class=xl26 colspan=2 width=278 style='height:27.0pt;mso-ignore:
  colspan;width:208pt'&gt;&lt;ruby&gt;&#22522;&#26412;&#30340;&lt;span style='display:none'&gt;&lt;rt&gt;&#12461;&#12507;&#12531;&#12486;&#12461;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12394;&lt;ruby&gt;&#20462;&#39166;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12517;&#12454;&#12471;&#12519;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#23376;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&lt;ruby&gt;&#21033;&#29992;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12522;&#12520;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#21487;&#33021;&lt;span style='display:none'&gt;&lt;rt&gt;&#12459;&#12494;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#34920;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12498;&#12519;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td width=139 style='width:104pt'&gt;&lt;/td&gt;
  &lt;td width=139 style='width:104pt'&gt;&lt;/td&gt;
  &lt;td width=139 style='width:104pt'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=5 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl24 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&#12304;&#65288;&#12452;&#12531;&#12490;&#12540;&#65289;&#65288;&#12525;&#12540;&#12459;&#12523;&#65289;&#12463;&#12521;&#12473;&#12305;&lt;/td&gt;
  &lt;td colspan=3 class=xl24 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt'&gt;&lt;ruby&gt;&#33258;&#20307;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12472;&#12479;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;abstract&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;final&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;-&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;public *3&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt;border-top:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;static&#12288;*1&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;protected&#12288;*1&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;private&#12288;*1&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=5 class=xl24 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt'&gt;&#12513;&#12477;&#12483;&#12489;&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;public&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;protected&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;-&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;private&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt;border-top:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;final&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;static&#12288;*2&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;abstract&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=5 class=xl24 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt'&gt;&#12452;&#12531;&#12473;&#12479;&#12531;&#12473;&lt;ruby&gt;&#22793;&#25968;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12504;&#12531;&#12473;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;public&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;protected&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;-&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;private&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt;border-top:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;final&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;static&#12288;*2&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=5 class=xl24 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt'&gt;&#12467;&#12531;&#12473;&#12488;&#12521;&#12463;&#12479;&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;public&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;protected&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;-&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;private&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=5 class=xl24 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl24 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;*1&#65306;&#12452;&#12531;&#12490;&#12540;&#12463;&#12521;&#12473;&#12398;&lt;ruby&gt;&#22580;&#21512;&#21487;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12496;&#12450;&#12452;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td colspan=3 class=xl24 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl24 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;*2&#65306;&#12452;&#12531;&#12490;&#12540;&#12463;&#12521;&#12473;&#12398;&lt;ruby&gt;&#22580;&#21512;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12496;&#12450;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#19981;&#21487;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12501;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12289;static&#12452;&#12531;&#12490;&#12540;&#12463;&#12521;&#12473;&#12398;&lt;ruby&gt;&#22580;&#21512;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12496;&#12450;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#21487;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl24&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl24 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;*3&#65306;&#12525;&#12540;&#12459;&#12523;&#12463;&#12521;&#12473;&#12398;&lt;ruby&gt;&#22580;&#21512;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12496;&#12450;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#19981;&#21487;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12501;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td colspan=3 class=xl24 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=5 class=xl24 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl24 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&#12304;&#12452;&#12531;&#12479;&#12540;&#12501;&#12455;&#12452;&#12473;&#12305;&lt;/td&gt;
  &lt;td colspan=3 class=xl24 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt'&gt;&lt;ruby&gt;&#33258;&#20307;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12472;&#12479;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;abstract&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;public&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;-&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=5 class=xl24 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt'&gt;&#12513;&#12477;&#12483;&#12489;&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;public&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;-&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt;border-top:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;abstract&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=5 class=xl24 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt'&gt;&lt;ruby&gt;&#22793;&#25968;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12504;&#12531;&#12473;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;public&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;-&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt;border-top:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;final&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 style='border-top:none;border-left:none'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=5 class=xl24 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl24 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;*&#12513;&#12477;&#12483;&#12489;&#12399;&lt;ruby&gt;&#24517;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12459;&#12490;&#12521;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12378; public abstract &#12289;&lt;ruby&gt;&#22793;&#25968;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12504;&#12531;&#12473;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12399;&lt;ruby&gt;&#24517;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12459;&#12490;&#12521;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12378;public static final&#12392;&#12394;&#12427;&lt;/td&gt;
  &lt;td class=xl24&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=5 class=xl24 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl24 style='height:13.5pt'&gt;&#12304;&lt;ruby&gt;&#35036;&#36275;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12507;&#12477;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12305;&lt;/td&gt;
  &lt;td colspan=4 class=xl24 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl24 style='height:13.5pt'&gt;final&lt;/td&gt;
  &lt;td class=xl24 colspan=2 style='mso-ignore:colspan'&gt;&lt;ruby&gt;&#22793;&#25968;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12504;&#12531;&#12473;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&#12388;&#12369;&#12427;&#12392;&#12289;&lt;ruby&gt;&#22793;&#26356;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12504;&#12531;&#12467;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#19981;&#21487;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12501;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12392;&#12394;&#12427;&lt;/td&gt;
  &lt;td colspan=2 class=xl24 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl24 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td class=xl24 colspan=3 style='mso-ignore:colspan'&gt;&#12513;&#12477;&#12483;&#12489;&#12395;&#12388;&#12369;&#12427;&#12392;&#12289;&#12458;&#12540;&#12496;&#12540;&#12521;&#12452;&#12489;&lt;ruby&gt;&#19981;&#21487;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12501;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12392;&#12394;&#12427;&lt;/td&gt;
  &lt;td class=xl24&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl24 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td class=xl24 colspan=2 style='mso-ignore:colspan'&gt;&#12463;&#12521;&#12473;&#12395;&#12388;&#12369;&#12427;&#12392;&#12289;&lt;ruby&gt;&#32153;&#25215;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12465;&#12452;&#12471;&#12519;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#19981;&#21487;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12501;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12392;&#12394;&#12427;&lt;/td&gt;
  &lt;td colspan=2 class=xl24 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;![if supportMisalignedColumns]&gt;
 &lt;tr height=0 style='display:none'&gt;
  &lt;td width=139 style='width:104pt'&gt;&lt;/td&gt;
  &lt;td width=139 style='width:104pt'&gt;&lt;/td&gt;
  &lt;td width=139 style='width:104pt'&gt;&lt;/td&gt;
  &lt;td width=139 style='width:104pt'&gt;&lt;/td&gt;
  &lt;td width=139 style='width:104pt'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;![endif]&gt;
&lt;/table&gt;

&lt;/body&gt;

&lt;/html&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-12T00:00:00Z</created-at>
    <html>H</html>
    <id type="integer">20</id>
    <language> JavaSE</language>
    <title>&#22522;&#26412;&#30340;&#12394;&#20462;&#39166;&#23376;&#12398;&#21033;&#29992;&#21487;&#33021;&#34920;</title>
    <tp>memo</tp>
    <updated-at type="datetime">2007-09-13T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40"&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content="text/html; charset=shift_jis"&gt;
&lt;meta name=ProgId content=Excel.Sheet&gt;
&lt;meta name=Generator content="Microsoft Excel 11"&gt;
&lt;link rel=File-List href="SJC-P7.files/filelist.xml"&gt;
&lt;link rel=Edit-Time-Data href="SJC-P7.files/editdata.mso"&gt;
&lt;link rel=OLE-Object-Data href="SJC-P7.files/oledata.mso"&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:DocumentProperties&gt;
  &lt;o:Author&gt;Maskana&lt;/o:Author&gt;
  &lt;o:LastAuthor&gt;Maskana&lt;/o:LastAuthor&gt;
  &lt;o:Created&gt;2007-05-16T03:26:22Z&lt;/o:Created&gt;
  &lt;o:LastSaved&gt;2007-05-16T03:51:26Z&lt;/o:LastSaved&gt;
  &lt;o:Version&gt;11.5606&lt;/o:Version&gt;
 &lt;/o:DocumentProperties&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;style&gt;
&lt;!--table
	{mso-displayed-decimal-separator:"\.";
	mso-displayed-thousand-separator:"\,";}
@page
	{margin:.98in .79in .98in .79in;
	mso-header-margin:.51in;
	mso-footer-margin:.51in;}
.font0
	{color:windowtext;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;}
.font7
	{color:red;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;}
tr
	{mso-height-source:auto;
	mso-ruby-visibility:none;}
col
	{mso-width-source:auto;
	mso-ruby-visibility:none;}
br
	{mso-data-placement:same-cell;}
.style0
	{mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	white-space:nowrap;
	mso-rotate:0;
	mso-background-source:auto;
	mso-pattern:auto;
	color:windowtext;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;
	border:none;
	mso-protection:locked visible;
	mso-style-name:&#27161;&#28310;;
	mso-style-id:0;}
td
	{mso-style-parent:style0;
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:none;
	mso-background-source:auto;
	mso-pattern:auto;
	mso-protection:locked visible;
	white-space:nowrap;
	mso-rotate:0;}
.xl24
	{mso-style-parent:style0;
	border:.5pt solid windowtext;}
.xl25
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;}
.xl26
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;}
.xl27
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:none;}
.xl28
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:none;
	border-left:.5pt solid windowtext;}
.xl29
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:none;
	border-left:none;}
.xl30
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:none;}
.xl31
	{mso-style-parent:style0;
	border-top:none;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;}
.xl32
	{mso-style-parent:style0;
	border-top:none;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;}
.xl33
	{mso-style-parent:style0;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:none;}
.xl34
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:.5pt solid windowtext;}
.xl35
	{mso-style-parent:style0;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;}
.xl36
	{mso-style-parent:style0;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:.5pt solid windowtext;}
.xl37
	{mso-style-parent:style0;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:none;}
.xl38
	{mso-style-parent:style0;
	color:red;
	font-weight:700;}
.xl39
	{mso-style-parent:style0;
	color:red;}
.xl40
	{mso-style-parent:style0;
	color:red;
	font-weight:700;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:.5pt solid windowtext;}
.xl41
	{mso-style-parent:style0;
	font-size:14.0pt;
	font-weight:700;}
ruby
	{ruby-align:left;}
rt
	{color:windowtext;
	font-size:6.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;
	mso-char-type:katakana;
	display:none;}
--&gt;
&lt;/style&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;x:ExcelWorkbook&gt;
  &lt;x:ExcelWorksheets&gt;
   &lt;x:ExcelWorksheet&gt;
    &lt;x:Name&gt;Sheet1&lt;/x:Name&gt;
    &lt;x:WorksheetOptions&gt;
     &lt;x:DefaultRowHeight&gt;270&lt;/x:DefaultRowHeight&gt;
     &lt;x:Print&gt;
      &lt;x:ValidPrinterInfo/&gt;
      &lt;x:PaperSizeIndex&gt;9&lt;/x:PaperSizeIndex&gt;
      &lt;x:HorizontalResolution&gt;-3&lt;/x:HorizontalResolution&gt;
      &lt;x:VerticalResolution&gt;0&lt;/x:VerticalResolution&gt;
     &lt;/x:Print&gt;
     &lt;x:Selected/&gt;
     &lt;x:Panes&gt;
      &lt;x:Pane&gt;
       &lt;x:Number&gt;3&lt;/x:Number&gt;
       &lt;x:ActiveRow&gt;9&lt;/x:ActiveRow&gt;
       &lt;x:ActiveCol&gt;3&lt;/x:ActiveCol&gt;
      &lt;/x:Pane&gt;
     &lt;/x:Panes&gt;
     &lt;x:ProtectContents&gt;False&lt;/x:ProtectContents&gt;
     &lt;x:ProtectObjects&gt;False&lt;/x:ProtectObjects&gt;
     &lt;x:ProtectScenarios&gt;False&lt;/x:ProtectScenarios&gt;
    &lt;/x:WorksheetOptions&gt;
   &lt;/x:ExcelWorksheet&gt;
   &lt;x:ExcelWorksheet&gt;
    &lt;x:Name&gt;Sheet2&lt;/x:Name&gt;
    &lt;x:WorksheetOptions&gt;
     &lt;x:DefaultRowHeight&gt;270&lt;/x:DefaultRowHeight&gt;
     &lt;x:ProtectContents&gt;False&lt;/x:ProtectContents&gt;
     &lt;x:ProtectObjects&gt;False&lt;/x:ProtectObjects&gt;
     &lt;x:ProtectScenarios&gt;False&lt;/x:ProtectScenarios&gt;
    &lt;/x:WorksheetOptions&gt;
   &lt;/x:ExcelWorksheet&gt;
   &lt;x:ExcelWorksheet&gt;
    &lt;x:Name&gt;Sheet3&lt;/x:Name&gt;
    &lt;x:WorksheetOptions&gt;
     &lt;x:DefaultRowHeight&gt;270&lt;/x:DefaultRowHeight&gt;
     &lt;x:ProtectContents&gt;False&lt;/x:ProtectContents&gt;
     &lt;x:ProtectObjects&gt;False&lt;/x:ProtectObjects&gt;
     &lt;x:ProtectScenarios&gt;False&lt;/x:ProtectScenarios&gt;
    &lt;/x:WorksheetOptions&gt;
   &lt;/x:ExcelWorksheet&gt;
  &lt;/x:ExcelWorksheets&gt;
  &lt;x:WindowHeight&gt;8445&lt;/x:WindowHeight&gt;
  &lt;x:WindowWidth&gt;11715&lt;/x:WindowWidth&gt;
  &lt;x:WindowTopX&gt;240&lt;/x:WindowTopX&gt;
  &lt;x:WindowTopY&gt;45&lt;/x:WindowTopY&gt;
  &lt;x:ProtectStructure&gt;False&lt;/x:ProtectStructure&gt;
  &lt;x:ProtectWindows&gt;False&lt;/x:ProtectWindows&gt;
 &lt;/x:ExcelWorkbook&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body link=blue vlink=purple&gt;

&lt;table x:str border=0 cellpadding=0 cellspacing=0 width=637 style='border-collapse:
 collapse;table-layout:fixed;width:479pt'&gt;
 &lt;col width=58 span=3 style='mso-width-source:userset;mso-width-alt:1856;
 width:44pt'&gt;
 &lt;col width=171 style='mso-width-source:userset;mso-width-alt:5472;width:128pt'&gt;
 &lt;col width=148 style='mso-width-source:userset;mso-width-alt:4736;width:111pt'&gt;
 &lt;col width=72 span=2 style='width:54pt'&gt;
 &lt;tr height=61 style='mso-height-source:userset;height:45.75pt'&gt;
  &lt;td height=61 class=xl41 colspan=6 width=565 style='height:45.75pt;
  mso-ignore:colspan;width:425pt'&gt;&lt;ruby&gt;&#20006;&lt;span style='display:none'&gt;&lt;rt&gt;&#12490;&#12521;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12403;&lt;ruby&gt;&#26367;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12360;&#12288;Arrays,Collections,Comparator,Conparable&lt;/td&gt;
  &lt;td width=72 style='width:54pt'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;&lt;ruby&gt;&#20351;&#29992;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12520;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#20363;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12524;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&gt;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;import
  java.util.ArrayList;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl38 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;import
  java.util.Arrays;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl38 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;import
  java.util.Collections;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl38 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;import
  java.util.Comparator;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;public class
  SOrt {&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td&gt;&lt;span style='mso-spacerun:yes'&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;public static void main(String[]
  args) {&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&#12288;&#12288;Student[] ume = new Student[5];&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;ume[0] = new Student(2,
  "Peko", 141.5);&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;ume[1] = new Student(5,
  "Akuma", 145.0);&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;ume[2] = new Student(1,
  "Sumairu", 152.5);&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;ume[3] = new Student(4,
  "Batahurai", 136.0);&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;ume[4] = new Student(3,
  "Doragon", 145.0);&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td x:str="    "&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;ArrayList&lt;Student&gt;
  al=new ArrayList&lt;Student&gt;();&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;for(int
  a=0;a&lt;ume.length;a++)&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;al.add(ume[a]);&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td x:str="    "&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td class=xl39 colspan=3 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;font class="font7"&gt;Collections.sort(al);&lt;/font&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  &lt;/span&gt;System.out.println(Arrays.asList(al));&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td x:str="    "&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;font class="font7"&gt;Collections.sort(al,new
  sort1());&lt;/font&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  &lt;/span&gt;System.out.println(Arrays.asList(al));&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td x:str="    "&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td class=xl38 colspan=2 style='mso-ignore:colspan'&gt;Arrays.sort(ume);&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;for(Student s:ume){&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;System.out.print(s);&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;}&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;System.out.println();&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td class=xl38 colspan=2 style='mso-ignore:colspan'&gt;Arrays.sort(ume,new
  sort1());&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;for(Student s:ume){&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;System.out.print(s);&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;}&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td&gt;}&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;}&lt;/td&gt;
  &lt;td colspan=6 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;class
  Student implements &lt;font class="font7"&gt;Comparable&lt;/font&gt;&lt;font class="font0"&gt;&lt;Student&gt;{&lt;/font&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td&gt;int no;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;String name;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;double se;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;Student(int a,String s,double d){&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;no=a;name=s;se=d;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td&gt;}&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td class=xl38 colspan=3 style='mso-ignore:colspan'&gt;public int
  compareTo(Student o) {&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;if(o.no==this.no)&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;return 0;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;else if(o.no&lt;this.no)&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;return 1;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;else if(o.no&gt;this.no)&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;return -1;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;return 0;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td&gt;}&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;public String toString(){&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;return no+name+se;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td&gt;}&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;}&lt;/td&gt;
  &lt;td colspan=6 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;class sort1
  implements &lt;font class="font7"&gt;Comparator&lt;/font&gt;&lt;font class="font0"&gt;&lt;Student&gt;{&lt;/font&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td class=xl38 colspan=4 style='mso-ignore:colspan'&gt;public int
  compare(Student o1, Student o2) {&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;if(o1.se&gt;o2.se)&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;return 1;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;if(o1.se&lt;o2.se)&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;return -1;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;return 0;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td&gt;}&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;}&lt;/td&gt;
  &lt;td colspan=6 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;ruby&gt;&#23455;&#34892;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12472;&#12483;&#12467;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#32080;&#26524;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12465;&#12483;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl28 colspan=6 style='height:13.5pt;mso-ignore:colspan;
  border-right:.5pt solid black'&gt;[[&lt;font class="font7"&gt;1&lt;/font&gt;&lt;font
  class="font0"&gt;Sumairu152.5, &lt;/font&gt;&lt;font class="font7"&gt;2&lt;/font&gt;&lt;font
  class="font0"&gt;Peko141.5, &lt;/font&gt;&lt;font class="font7"&gt;3&lt;/font&gt;&lt;font
  class="font0"&gt;Doragon145.0, &lt;/font&gt;&lt;font class="font7"&gt;4&lt;/font&gt;&lt;font
  class="font0"&gt;Batahurai136.0, &lt;/font&gt;&lt;font class="font7"&gt;5&lt;/font&gt;&lt;font
  class="font0"&gt;Akuma145.0]]&lt;/font&gt;&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl36 colspan=6 style='height:13.5pt;mso-ignore:colspan;
  border-right:.5pt solid black'&gt;[[4Batahurai&lt;font class="font7"&gt;136.0&lt;/font&gt;&lt;font
  class="font0"&gt;, 2Peko&lt;/font&gt;&lt;font class="font7"&gt;141.5&lt;/font&gt;&lt;font
  class="font0"&gt;, 3Doragon&lt;/font&gt;&lt;font class="font7"&gt;145.0&lt;/font&gt;&lt;font
  class="font0"&gt;, 5Akuma&lt;/font&gt;&lt;font class="font7"&gt;145.0&lt;/font&gt;&lt;font
  class="font0"&gt;, 1Sumairu&lt;/font&gt;&lt;font class="font7"&gt;152.5&lt;/font&gt;&lt;font
  class="font0"&gt;]]&lt;/font&gt;&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl40 colspan=6 style='height:13.5pt;mso-ignore:colspan;
  border-right:.5pt solid black'&gt;1&lt;font class="font0"&gt;Sumairu152.5&lt;/font&gt;&lt;font
  class="font7"&gt;2&lt;/font&gt;&lt;font class="font0"&gt;Peko141.5&lt;/font&gt;&lt;font class="font7"&gt;3&lt;/font&gt;&lt;font
  class="font0"&gt;Doragon145.0&lt;/font&gt;&lt;font class="font7"&gt;4&lt;/font&gt;&lt;font
  class="font0"&gt;Batahurai136.0&lt;/font&gt;&lt;font class="font7"&gt;5&lt;/font&gt;&lt;font
  class="font0"&gt;Akuma145.0&lt;/font&gt;&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl31 colspan=5 style='height:13.5pt;mso-ignore:colspan'&gt;4Batahurai&lt;font
  class="font7"&gt;136.0&lt;/font&gt;&lt;font class="font0"&gt;2Peko&lt;/font&gt;&lt;font class="font7"&gt;141.5&lt;/font&gt;&lt;font
  class="font0"&gt;3Doragon&lt;/font&gt;&lt;font class="font7"&gt;145.0&lt;/font&gt;&lt;font
  class="font0"&gt;5Akuma&lt;/font&gt;&lt;font class="font7"&gt;145.0&lt;/font&gt;&lt;font class="font0"&gt;1Sumairu&lt;/font&gt;&lt;font
  class="font7"&gt;152.5&lt;/font&gt;&lt;/td&gt;
  &lt;td class=xl33&gt;&#12288;&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl25 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl26&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl27&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl24 style='border-left:none'&gt;&lt;span
  style='mso-spacerun:yes'&gt;&amp;nbsp;&lt;/span&gt;Comparable&lt;/td&gt;
  &lt;td class=xl25 style='border-left:none'&gt;Comparator&lt;/td&gt;
  &lt;td class=xl26&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl27&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl28 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;ruby&gt;&#37197;&#21015;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12495;&#12452;&#12524;&#12484;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&lt;ruby&gt;&#20006;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12490;&#12521;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12403;&lt;ruby&gt;&#26367;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12360;&lt;/td&gt;
  &lt;td class=xl30 style='border-top:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl34 style='border-top:none;border-left:none'&gt;Arrays.sort(&lt;ruby&gt;&#37197;&#21015;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12495;&#12452;&#12524;&#12484;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#21517;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12513;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#65289;;&lt;/td&gt;
  &lt;td class=xl28 style='border-top:none;border-left:none'&gt;Arrays.sort&lt;/td&gt;
  &lt;td class=xl29 style='border-top:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl30 style='border-top:none'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl31 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl32&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl33&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl35 style='border-left:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl31 colspan=3 style='mso-ignore:colspan;border-right:.5pt solid black'&gt;(&#37197;&#21015;&#21517;,new
  Comparator&#23455;&#35013;&#12463;&#12521;&#12473;()&#65289;;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl28 colspan=3 style='height:13.5pt;mso-ignore:colspan;
  border-right:.5pt solid black'&gt;&#12467;&#12524;&#12463;&#12471;&#12519;&#12531;&#12398;&lt;ruby&gt;&#20006;&lt;span style='display:none'&gt;&lt;rt&gt;&#12490;&#12521;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12403;&lt;ruby&gt;&#26367;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12360;&lt;/td&gt;
  &lt;td class=xl34 style='border-top:none;border-left:none'&gt;Collections.sort(&lt;ruby&gt;&#37197;&#21015;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12495;&#12452;&#12524;&#12484;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#21517;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12513;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#65289;;&lt;/td&gt;
  &lt;td class=xl28 style='border-top:none;border-left:none'&gt;Collections.sort&lt;/td&gt;
  &lt;td class=xl29 style='border-top:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl30 style='border-top:none'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl31 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl32&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl33&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl35 style='border-left:none'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl31 colspan=3 style='mso-ignore:colspan;border-right:.5pt solid black'&gt;(&#37197;&#21015;&#21517;,new
  Comparator&#23455;&#35013;&#12463;&#12521;&#12473;()&#65289;;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;&#65288;&#12452;&#12531;&#12479;&#12540;&#12501;&#12455;&#12452;&#12473;&#65289;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl28 colspan=2 style='height:13.5pt;mso-ignore:colspan;
  border-right:.5pt solid black'&gt;Comparable&lt;/td&gt;
  &lt;td class=xl29 colspan=4 style='mso-ignore:colspan'&gt;&#12477;&#12540;&#12488;&#12375;&#12383;&#12356;&#23550;&#35937;&#12398;&#12463;&#12521;&#12473;&#12395;&#23455;&#35013;&#12375;&#12289;public
  int compareTo&#65288;&lt;T&gt; o)&lt;/td&gt;
  &lt;td class=xl30&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl31 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl33&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl32 colspan=2 style='mso-ignore:colspan'&gt;&#12513;&#12477;&#12483;&#12489;&#12434;&lt;ruby&gt;&#23455;&#35013;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12472;&#12483;&#12477;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12289;&#12477;&#12540;&#12488;&#26465;&#20214;&#12434;&#26360;&#12367;&#12290;&lt;/td&gt;
  &lt;td class=xl32&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl32&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl33&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl28 colspan=2 style='height:13.5pt;mso-ignore:colspan;
  border-right:.5pt solid black'&gt;Comparator&lt;/td&gt;
  &lt;td class=xl29 colspan=5 style='mso-ignore:colspan;border-right:.5pt solid black'&gt;&#12477;&#12540;&#12488;&lt;ruby&gt;&#26465;&#20214;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12472;&#12519;&#12454;&#12465;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12434;&lt;ruby&gt;&#20999;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12461;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12426;&lt;ruby&gt;&#38626;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12495;&#12490;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12375;&#12383;&#12496;&#12540;&#12472;&#12519;&#12531;&#12290;&#12477;&#12540;&#12488;&lt;ruby&gt;&#26465;&#20214;&lt;span style='display:none'&gt;&lt;rt&gt;&#12472;&#12519;&#12454;&#12465;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12463;&#12521;&#12473;&#12434;&lt;ruby&gt;&#20316;&#25104;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12463;&#12475;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&#12427;&#12452;&#12513;&#12540;&#12472;&#12290;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl36 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl37&gt;&#12288;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&#12463;&#12521;&#12473;&#12395;&lt;ruby&gt;&#23455;&#35013;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12472;&#12483;&#12477;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12375;&#12390;&#12289;public int compare(&lt;T&gt; o1,
  &lt;T&gt; o2)&#12513;&#12477;&#12483;&#12489;&#12434;&lt;ruby&gt;&#23455;&#35013;&lt;span style='display:none'&gt;&lt;rt&gt;&#12472;&#12483;&#12477;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12289;&lt;/td&gt;
  &lt;td class=xl37&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl31 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl33&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl32 colspan=2 style='mso-ignore:colspan'&gt;&#12477;&#12540;&#12488;&lt;ruby&gt;&#26465;&#20214;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12472;&#12519;&#12454;&#12465;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12434;&lt;ruby&gt;&#26360;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12367;&#12290;&lt;/td&gt;
  &lt;td class=xl32&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl32&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl33&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;![if supportMisalignedColumns]&gt;
 &lt;tr height=0 style='display:none'&gt;
  &lt;td width=58 style='width:44pt'&gt;&lt;/td&gt;
  &lt;td width=58 style='width:44pt'&gt;&lt;/td&gt;
  &lt;td width=58 style='width:44pt'&gt;&lt;/td&gt;
  &lt;td width=171 style='width:128pt'&gt;&lt;/td&gt;
  &lt;td width=148 style='width:111pt'&gt;&lt;/td&gt;
  &lt;td width=72 style='width:54pt'&gt;&lt;/td&gt;
  &lt;td width=72 style='width:54pt'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;![endif]&gt;
&lt;/table&gt;

&lt;/body&gt;

&lt;/html&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-13T00:00:00Z</created-at>
    <html>H</html>
    <id type="integer">56</id>
    <language> JavaSE</language>
    <title>&#20006;&#12403;&#26367;&#12360;(Arrays,Collections,Comparator,Conparable&#12463;&#12521;&#12473;)</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-09-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%&gt;
&lt;%@ page import="java.io.*" %&gt;

&lt;%

    try {
      FileOutputStream fos = new FileOutputStream("/&#12487;&#12451;&#12524;&#12463;&#12488;&#12522;&#21517;&#65381;&#65381;&#65381;&#65381;/hello.txt");
      OutputStreamWriter osw = new OutputStreamWriter(fos , "UTF-8");
      BufferedWriter bw = new BufferedWriter(osw);
      String msg = "&#12371;&#12435;&#12395;&#12385;&#12399;";
      bw.write(msg);
      bw.close();
      osw.close();
      fos.close();
    } catch (Exception e) {
      out.println("error");
    }

    try {
      FileInputStream fis = new FileInputStream("/&#12487;&#12451;&#12524;&#12463;&#12488;&#12522;&#21517;&#65381;&#65381;&#65381;&#65381;/hello.txt");
      InputStreamReader ir = new InputStreamReader(fis , "UTF-8");
      BufferedReader br = new BufferedReader(ir);
      String msg = br.readLine();
      String msg="";
      while(true){
      	String g=br.readLine();
      	if(g==null){
      		break;
      	}else{
      		msg =msg+ g;
      	}
      }
      fis.close();
      ir.close();
      fis.close();
    } catch (Exception e) {	
      out.println("error");
    }
%&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-14T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">185</id>
    <language> JavaSE</language>
    <title>&#12501;&#12449;&#12452;&#12523;&#12408;&#12398;&#20986;&#21147;&#12289;&#12501;&#12449;&#12452;&#12523;&#12363;&#12425;&#20837;&#21147; java.io.*</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-03-18T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%&gt;
&lt;%@ page import="java.io.*,javax.xml.parsers.*,org.w3c.dom.*,javax.xml.transform.*,
	javax.xml.transform.dom.DOMSource,javax.xml.transform.stream.StreamResult" %&gt;

&lt;%
try {
      	// &#12489;&#12461;&#12517;&#12513;&#12531;&#12488;&#12499;&#12523;&#12480;&#12540;&#12501;&#12449;&#12463;&#12488;&#12522;&#12434;&#29983;&#25104;
      	DocumentBuilderFactory dbfactory = DocumentBuilderFactory.newInstance();
      	// &#12489;&#12461;&#12517;&#12513;&#12531;&#12488;&#12499;&#12523;&#12480;&#12540;&#12434;&#29983;&#25104;
      	DocumentBuilder builder = dbfactory.newDocumentBuilder();

      	// &#12497;&#12540;&#12473;&#12434;&#23455;&#34892;&#12375;&#12390;Document&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12434;&#21462;&#24471;
      	//Document doc = builder.parse(new File("/*/helloworld.xml"));

      	// &#30333;&#32025;&#12398;XML&#25991;&#26360;&#12434;&#20316;&#25104;&#12377;&#12427;
	Document doc = builder.newDocument();

      	// &#12523;&#12540;&#12488;&#35201;&#32032;&#12434;&#21462;&#24471;
      	//Element root = doc.getDocumentElement();

      	// &#12523;&#12540;&#12488;&#35201;&#32032;&#12434;&#20316;&#25104;&#12377;&#12427;
	Element root = doc.createElement("message");
	doc.appendChild(root);

	// &#35201;&#32032;&#21517;&#12398;&#21442;&#29031;
	out.println(root.getTagName());

	// &#23376;&#12494;&#12540;&#12489;&#36861;&#21152;
	Element ele = doc.createElement("item");
	root.appendChild(ele);

        //&#23376;&#12494;&#12540;&#12489;&#12398;&#21066;&#38500;
        //root.removeChild(ele);

	// &#12373;&#12425;&#12395;&#23376;&#12494;&#12540;&#12489;&#36861;&#21152;
	Element ele2 = doc.createElement("item2");
	root.appendChild(ele2);

	// &#23646;&#24615;&#36861;&#21152;
	ele.setAttribute("id", "IDAttr");

	// &#23646;&#24615;&#12398;&#21442;&#29031;
	out.println(ele.getAttribute("id"));

	// &#23646;&#24615;&#12398;&#21066;&#38500;
	ele.removeAttribute("id"); 

	// &#23376;&#12494;&#12540;&#12489;&#12398;&#12486;&#12461;&#12473;&#12488;&#12434;&#36861;&#21152;&#12377;&#12427;
	Text textContents = doc.createTextNode("hello!");
	ele.appendChild(textContents);

      	// &#26368;&#21021;&#12398;&#23376;&#12494;&#12540;&#12489;&#65288;&#12486;&#12461;&#12473;&#12488;&#12494;&#12540;&#12489;&#65289;&#12398;&#20516;&#12434;&#34920;&#31034;
      	out.print(root.getFirstChild().getFirstChild().getNodeValue());

	// &#12381;&#12398;&#27425;&#12398;&#23376;&#12494;&#12540;&#12489;&#12398;&#35201;&#32032;&#21517;&#12434;&#34920;&#31034;
	out.print(root.getFirstChild().getNextSibling().getNodeName());

	//&#12494;&#12540;&#12489;&#12398;&#21069;&#12395;&#12494;&#12540;&#12489;&#12434;&#36861;&#21152;&#12377;&#12427;
	Element before = doc.createElement("contents");
        root.insertBefore(before, ele2);

	// &#12501;&#12449;&#12452;&#12523;&#12408;&#12398;&#26360;&#12365;&#20986;&#12375;
        TransformerFactory tfactory = TransformerFactory.newInstance(); 
        Transformer transformer = tfactory.newTransformer(); 
        File outfile = new File("/*/helloworld.xml");
        transformer.transform(new DOMSource(doc), new StreamResult(outfile)); 



} catch (Exception e) {
      	out.println(e);
}

%&gt;

*****&#23455;&#34892;&#32080;&#26524;*****
&#9633;&#30011;&#38754;&#12395;&#34920;&#31034;&#12373;&#12428;&#12427;&#12418;&#12398;
message IDAttr hello!item2 

&#9633;&#20316;&#25104;&#12373;&#12428;&#12383;XML
  &lt;?xml version="1.0" encoding="UTF-8" standalone="no" ?&gt; 
- &lt;message&gt;
  &lt;item&gt;hello!&lt;/item&gt; 
  &lt;contents /&gt; 
  &lt;item2 /&gt; 
  &lt;/message&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-14T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">186</id>
    <language> JavaSE</language>
    <title>XML&#12398;&#20316;&#25104;&#65374;&#12501;&#12449;&#12452;&#12523;&#20986;&#21147;&#12289;DOM&#12494;&#12540;&#12489;&#25805;&#20316;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-29T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%&gt;
&lt;%@ page import="java.io.*,javax.xml.parsers.*,org.w3c.dom.*,javax.xml.transform.*,
	javax.xml.transform.dom.DOMSource,javax.xml.transform.stream.StreamResult" %&gt;
&lt;%
try {
      	// &#12489;&#12461;&#12517;&#12513;&#12531;&#12488;&#12499;&#12523;&#12480;&#12540;&#12501;&#12449;&#12463;&#12488;&#12522;&#12434;&#29983;&#25104;
      	DocumentBuilderFactory dbfactory = DocumentBuilderFactory.newInstance();
      	// &#12489;&#12461;&#12517;&#12513;&#12531;&#12488;&#12499;&#12523;&#12480;&#12540;&#12434;&#29983;&#25104;
      	DocumentBuilder builder = dbfactory.newDocumentBuilder();

      	// &#12497;&#12540;&#12473;&#12434;&#23455;&#34892;&#12375;&#12390;Document&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12434;&#21462;&#24471;
      	Document doc = builder.parse(new File("/usr/local/tomcat/webapps/family/test/helloworld.xml"));

      	// &#12523;&#12540;&#12488;&#35201;&#32032;&#12434;&#21462;&#24471;
      	Element root = doc.getDocumentElement();

	// &#12479;&#12464;&#21517;&#12364;&#12300;p&#12301;&#12398;&#12494;&#12540;&#12489;&#12522;&#12473;&#12488;&#12434;&#21462;&#12426;&#20986;&#12377;
	NodeList nodeList = root.getElementsByTagName("p");

	// &#12479;&#12464;&#21517;&#12364;&#12300;p&#12301;&#12398;&#12494;&#12540;&#12489;&#25968;&#20998;&#32368;&#12426;&#36820;&#12375;
	for (int a=0;a&lt;nodeList.getLength();a++){

		// &#29305;&#23450;&#12398;&#23646;&#24615;&#12398;&#20516;&#12398;&#21442;&#29031;
		Element e = (Element)nodeList.item(a);
		out.println(e.getAttribute("id")+"&lt;br&gt;");

		// &#20840;&#23646;&#24615;&#12398;&#20516;&#12398;&#21442;&#29031;
		NamedNodeMap nodeMap = ((Element)nodeList.item(a)).getAttributes();
		int len = nodeMap.getLength();
		for (int b=0;b&lt;len;b++){
			Node node = nodeMap.item(b);
			String nodeName = node.getNodeName();
			String nodeValue = node.getNodeValue();
			out.println("AttrName : "+nodeName+"&#12288;AttrValue : "+nodeValue+"&lt;br&gt;");
		}
		
		// &#12479;&#12464;&#12398;&#20516;&#12398;&#21442;&#29031;
		out.println(((Element)nodeList.item(a)).getFirstChild().getNodeValue()+"&lt;br&gt;");
	}

} catch (Exception e) {
      	out.println(e);
}

%&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-15T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">188</id>
    <language> JavaSE</language>
    <title>DOM&#12398;&#25351;&#23450;&#12375;&#12383;&#12479;&#12464;&#21517;&#12398;&#20840;&#23646;&#24615;&#12289;&#20516;&#12398;&#21442;&#29031;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-02-15T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page import="java.util.regex.*;" %&gt;

&lt;%
    String text = "abcdefabcdefabcdef";
    Pattern pattern = Pattern.compile("abc");
    Matcher matcher = pattern.matcher(text);
    out.println(matcher.replaceAll("###"));


/*------------&#32080;&#26524;---------------

###def###def###def

--------------------------------*/
%&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-03-28T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">199</id>
    <language> JavaSE</language>
    <title>&#12354;&#12427;&#25991;&#23383;&#21015;&#12434;&#25351;&#23450;&#12375;&#12383;&#25991;&#23383;&#21015;&#12395;&#12377;&#12409;&#12390;&#32622;&#25563;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-03-28T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%&gt;
&lt;%@ page import="java.io.*,java.nio.channels.*" %&gt;
&lt;% request.setCharacterEncoding("UTF-8"); %&gt;
&lt;%
		File moto=new File("&#12497;&#12473;");
		File saki=new File("&#12497;&#12473;");
		FileChannel sc = null, dc = null;
		try {
			sc = new FileInputStream(moto).getChannel();
			dc = new FileOutputStream(saki).getChannel();
			dc.transferFrom(sc, 0, sc.size());
			//sc.transferTo(0, sc.size(), dc);
		} catch (IOException e) {
			
		} finally {
			if (dc != null) try { dc.close(); } catch (IOException e) {}
			if (sc != null) try { sc.close(); } catch (IOException e) {}
		}
%&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-04-04T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">201</id>
    <language> JavaSE</language>
    <title>&#12501;&#12449;&#12452;&#12523;&#12398;&#12467;&#12500;&#12540;&#12434;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-04-04T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%&gt;&lt;%@ page import="java.io.*" %&gt;&lt;% 
    request.setCharacterEncoding("UTF-8"); %&gt;&lt;%

    ProcessBuilder pb = new ProcessBuilder("java","-version");
    try {
        Process p = pb.start();
		
		InputStream stdIn = p.getInputStream();
		InputStream errIn = p.getErrorStream();

		String st="";
        while (true) {
            int c = stdIn.read();
            if (c == -1) {
                stdIn.close();
                break;
            }
            st=st+(char)c;
        }
        while (true) {
            int c = errIn.read();
            if (c == -1) {
                errIn.close();
                break;
            }
            st=st+(char)c;
        }
		out.print(new String(st.getBytes("8859_1"),"UTF-8"));
		
		int ret = p.waitFor();
		
    } catch (IOException e) {
    	out.println(e);
        // start()&#12391;&#20363;&#22806;&#12364;&#30330;&#29983; &#12414;&#12383;&#12399;&#12289;Stream&#12391;&#20363;&#22806;&#30330;&#29983;
	e.printStackTrace();
    } catch (InterruptedException e) {
    	out.println(e);
        // waitFor()&#12391;&#20363;&#22806;&#12364;&#30330;&#29983;
	e.printStackTrace();
    } finally {

    }
%&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-21T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">214</id>
    <language> JavaSE</language>
    <title>&#12471;&#12455;&#12523;&#12467;&#12510;&#12531;&#12489;&#12434;&#23455;&#34892;&#12375;&#12289;&#32080;&#26524;&#25991;&#35328;&#12289;&#12456;&#12521;&#12540;&#25991;&#35328;&#12434;&#34920;&#31034;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-21T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9632;Ajax
&lt;a href="http://www.tagindex.com/"&gt;http://www.tagindex.com/&lt;/a&gt;

&#9632;JavaScript
&lt;a href="http://www.openspc2.org/"&gt;http://www.openspc2.org/&lt;/a&gt;
&lt;a href="http://plusone.jpn.org/javascript/"&gt;http://plusone.jpn.org/javascript/&lt;/a&gt;
&lt;a href="http://javascriptist.net/"&gt;http://javascriptist.net/&lt;/a&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-21T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">64</id>
    <language>Ajax</language>
    <title>Ajax&#65288;JavaScript,CSS,HTML)&#12522;&#12531;&#12463;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-09-27T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;h3&gt;Ajax&#12487;&#12514;&lt;/h3&gt;

&lt;a href="http://www.zimbra.com/products/hosted_demo.php" &gt;http://www.zimbra.com/products/hosted_demo.php&lt;/a&gt;

&lt;a href="http://www.zapatec.com/website/main/products/suite/demo.jsp"&gt;http://www.zapatec.com/website/main/products/suite/demo.jsp&lt;/a&gt;

OS YOUOS
&lt;a href="https://www.youos.com/"&gt;https://www.youos.com/&lt;/a&gt;

CSS&#12487;&#12470;&#12452;&#12490;&#12540;
&lt;a href="http://www.qrone.org/cssdesigner.html"&gt;http://www.qrone.org/cssdesigner.html&lt;/a&gt;

&#20889;&#30495;&#32232;&#38598;&#12477;&#12501;&#12488;
&lt;a href="http://snipshot.com/"&gt;http://snipshot.com/&lt;/a&gt;

google&#12398;Excel&#12289;Word
&lt;a href="http://docs.google.com/"&gt;http://docs.google.com/&lt;/a&gt;

GUCCI&#12398;HOMEPAGE
&lt;a href="http://www.gucci.com/"&gt;http://www.gucci.com/&lt;/a&gt;</body>
    <cnt type="integer">1</cnt>
    <created-at type="datetime">2007-10-23T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">87</id>
    <language>Ajax</language>
    <title>Ajax&#12487;&#12514;&#12522;&#12531;&#12463;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-12-11T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12452;&#12531;&#12501;&#12457;&#12471;&#12540;&#12463; &#12507;&#12540;&#12512;&#12506;&#12540;&#12472;&#20316;&#25104;
&lt;a href="http://iswebmag.hp.infoseek.co.jp/"&gt;http://iswebmag.hp.infoseek.co.jp/&lt;/a&gt;

&#12507;&#12540;&#12512;&#12506;&#12540;&#12472;&#20316;&#25104;&#35611;&#24231; &#28961;&#26009;&#12486;&#12531;&#12503;&#12524;&#12540;&#12488;
&lt;a href="http://hac-design.com/css/css.html"&gt;http://hac-design.com/css/css.html&lt;/a&gt;

&#12392;&#12411;&#12411;&#12398;&#12473;&#12479;&#12452;&#12523;&#12471;&#12540;&#12488;&#20837;&#38272;
&lt;a href="http://www.tohoho-web.com/css/index.htm"&gt;http://www.tohoho-web.com/css/index.htm&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-02T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">98</id>
    <language>Ajax</language>
    <title>&#65288;CSS&#65289;CSS&#38306;&#36899;&#12522;&#12531;&#12463;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>W3C&#22522;&#28310;&#12481;&#12455;&#12483;&#12463;

&#9633;HTML
&lt;a href="http://validator.w3.org/#validate_by_uri"&gt;http://validator.w3.org/#validate_by_uri&lt;/a&gt;

&#9633;CSS
&lt;a href="http://jigsaw.w3.org/css-validator/"&gt;http://jigsaw.w3.org/css-validator/&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-15T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">187</id>
    <language>Ajax</language>
    <title>W3C&#22522;&#28310;&#12398;HTML&#12289;CSS&#12363;&#12393;&#12358;&#12363;&#12481;&#12455;&#12483;&#12463;&#12377;&#12427;</title>
    <tp>link</tp>
    <updated-at type="datetime">2008-02-15T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#20197;&#19979;&#12398;&#12424;&#12358;&#12395;&#12381;&#12428;&#12382;&#12428;&#12398;&#35201;&#32032;&#12395;width&#12434;&#35373;&#23450;&#12377;&#12427;&#12392;&#12289;&lt;br&gt;
width&#12398;&#26368;&#20302;&#20516;&#12434;&#35373;&#23450;&#12391;&#12365;&#12289;&#12381;&#12428;&#20197;&#19978;window&#12398;width&#12364;&#22823;&#12365;&#12367;&#12394;&#12387;&#12383;&#22580;&#21512;&#12399;&#12289;&lt;br&gt;
width&#20516;&#12395;&#12354;&#12431;&#12379;&#12390;&#12289;&#22793;&#21205;&#12373;&#12379;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12427;&#12290;

&amp;lthtml&amp;gt&amp;ltbody&amp;gt
&amp;lttable &lt;font color=red&gt;style="width:99%;"&lt;/font&gt;&amp;gt&amp;lttr&amp;gt

&amp;lttd valign=top&amp;gt
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
&lt;font color=red&gt;&amp;ltdiv style="width:300px;"&amp;gt&amp;ltdiv&amp;gt&lt;/font&gt;
&amp;lt/td&amp;gt
&amp;lttd valign=top&amp;gt
&lt;font color=red&gt;&amp;ltdiv style="width:400px;"&amp;gt&lt;/font&gt;
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
&amp;lt/div&amp;gt
&amp;lt/td&amp;gt

&amp;lt/tr&amp;gt&amp;lt/table&amp;gt
&amp;lt/table&amp;gt
&amp;lt/body&amp;gt&amp;lt/html&amp;gt

**&#12288;&#32080;&#26524;&#12288;**
&#20197;&#19979;&#12399;&#19978;&#35352;&#35373;&#23450;&#12395;&#12424;&#12387;&#12390;&#12289;1&#21015;&#30446;&#12399;&#26368;&#20302;&#20516;300px2&#21015;&#30446;&#12399;400px&#22266;&#23450;&#12392;&#12375;&#12390;&#12356;&#12427;&#12290;
&lt;html&gt;&lt;body&gt;
&lt;table style="width:99%;"&gt;&lt;tr&gt;

&lt;td valign=top&gt;
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
&lt;div style="width:300px;"&gt;&lt;div&gt;
&lt;/td&gt;
&lt;td valign=top&gt;
&lt;div style="width:400px;"&gt;
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
a i u e o k s t n h m 
&lt;/div&gt;
&lt;/td&gt;

&lt;/tr&gt;&lt;/table&gt;
&lt;/table&gt;
&lt;/body&gt;&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-08-26T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">258</id>
    <language>Ajax</language>
    <title>(HTML)table&#12395;&#26368;&#20302;width&#20516;&#12434;&#35373;&#23450;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-08-26T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&amp;lt!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&amp;gt
&amp;ltHTML&amp;gt
&amp;ltHEAD&amp;gt 
&amp;ltscript language="javascript" type="text/javascript"&amp;gt
&amp;lt!--
function bbb(aiueo){
	setTimeout(&lt;font color=red&gt;"aaa('" + aiueo + "')"&lt;/font&gt;,1000);
}
function aaa(a){
	alert(a);
}
//--&amp;gt
&amp;lt/script&amp;gt
&amp;ltMETA http-equiv="Content-Type" content="text/html; charset=Shift_JIS"&amp;gt
&amp;ltTITLE&amp;gt&amp;lt/TITLE&amp;gt
&amp;lt/HEAD&amp;gt
&amp;ltBODY onload="bbb('hogehoge')"&amp;gt
&amp;lt/BODY&amp;gt
&amp;lt/HTML&amp;gt

** &#32080;&#26524; **

1&#31186;&#24460;&#12395;&#12300;hogehoge&#12301;&#12392;&#12450;&#12521;&#12540;&#12488;&#34920;&#31034;&#12373;&#12428;&#12427;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-11-11T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">262</id>
    <language>Ajax</language>
    <title>&#38306;&#25968;&#21628;&#12403;&#20986;&#12375;&#26178;&#12289;&#24341;&#25968;&#12434;&#12388;&#12363;&#12358;&#26041;&#27861;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-11-11T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>/* &#21442;&#32771;&lt;a href="http://phpspot.org/blog/archives/2006/08/javascript_23.html"&gt;http://phpspot.org/blog/archives/2006/08/javascript_23.html&lt;/a&gt; */

function handle(delta) {
     if (delta &amp;lt 0)
          // &#19979;&#26041;&#21521;&#12395;&#12414;&#12431;&#12375;&#12383;&#22580;&#21512;&#12398;&#20966;&#29702;
          alert('down');
     else
          // &#19978;&#26041;&#21521;&#12395;&#12414;&#12431;&#12375;&#12383;&#22580;&#21512;&#12398;&#20966;&#29702;
          alert('up');
}

/** Event handler for mouse wheel event.
*/
function wheel(event){
     var delta = 0;
     if (!event) /* For IE. */
       event = window.event;
     if (event.wheelDelta) { /* IE/Opera. */
        delta = event.wheelDelta/120;
        if (window.opera)
            delta = -delta;
     } else if (event.detail) { /** Mozilla case. */
        delta = -event.detail/3;
     }
/** If delta is nonzero, handle it.
* Basically, delta is now positive if wheel was scrolled up,
* and negative, if wheel was scrolled down.
*/
     if (delta)
        handle(delta);
     &lt;font color=red&gt;if (event.preventDefault) {
         event.preventDefault();
     }
     event.returnValue = false;&lt;/font&gt;
}

/** Initialization code. 
* If you use your own event management code, change it as required.*/
if (window.addEventListener) window.addEventListener('DOMMouseScroll', wheel, false);
window.onmousewheel = document.onmousewheel = wheel;

/* &#36196;&#23383;&#12398;&#37096;&#20998;&#12434;&#12356;&#12428;&#12427;&#12392;&#26412;&#26469;&#12398;&#12510;&#12454;&#12473;&#12507;&#12452;&#12540;&#12523;&#26152;&#26085;&#12434;OFF&#12395;&#12391;&#12365;&#12427; */</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-11-14T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">264</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12510;&#12454;&#12473;&#12507;&#12452;&#12540;&#12523;&#12452;&#12505;&#12531;&#12488;&#36861;&#21152;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-11-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>function aaa(){
  prm = "a=1&amp;b=2&amp;c=3"
  new Ajax.Request('aaa.php?' + prm,{
    method: 'get',
    asynchronous: false,
    onComplete: function(request){
        //&#20966;&#29702;
    }
  });
}</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-07-15T05:29:19Z</created-at>
    <html>W</html>
    <id type="integer">283</id>
    <language>Ajax</language>
    <title>Prototype.js&#12391;&#38750;&#21516;&#26399;&#12391;&#12469;&#12540;&#12496;&#21839;&#12356;&#21512;&#12431;&#12379;&#26041;&#27861;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-07-15T05:29:19Z</updated-at>
  </memo>
  <memo>
    <body>&lt;html&gt;
&lt;head&gt;
&lt;script src="http://maps.google.com/maps?file=api&amp;amp;v=2&amp;amp;sensor=true_or_false&amp;amp;key=ABQIAAAAi42TGQIOJumQ57ORcNVeGhRKBT0LniiZ0ByzFOKMCoRNeyLr1xQUa3lDfW4-Z-4PA2gRDN4KJYbhug" type="text/javascript"&gt;&lt;/script&gt;
&lt;script&gt;
//google map memo
function g_map(){
	// google map &#21033;&#29992;&#21487;&#33021;&#12502;&#12521;&#12454;&#12470;&#12363;&#12398;&#21028;&#23450;
	if (GBrowserIsCompatible()) {
		alert("Google Maps&#12399;&#21033;&#29992;&#12391;&#12365;&#12414;&#12377;");
	}else{
		alert("Google Maps&#12399;&#21033;&#29992;&#12391;&#12365;&#12414;&#12379;&#12435;");
	}

	// google map &#12434;id=map&#12408;&#25351;&#23450;
	map = new GMap(document.getElementById("gmap"));
	
	// &#22320;&#22259;&#12289;&#33322;&#31354;&#20889;&#30495; &#20999;&#12426;&#26367;&#12360;&#12508;&#12479;&#12531;&#36861;&#21152;
	map.addControl(new GMapTypeControl());
	// &#25313;&#22823;&#32302;&#23567;&#12496;&#12540;&#36861;&#21152;
    	map.addControl(new GLargeMapControl());

	// &#12510;&#12483;&#12503;&#12395;&#37197;&#32622;&#12377;&#12427;&#12452;&#12513;&#12540;&#12472;&#12434;&#30331;&#37682;&#12377;&#12427;
	picon = new GIcon();
	picon.image = "aaa.JPG";
	picon.iconSize = new GSize(42, 38);
	picon.iconAnchor = new GPoint(12, 12);
	picon.infoWindowAnchor = new GPoint(18, 11);

	
	// &#24231;&#27161;&#12391;&#12510;&#12483;&#12503;&#12434;&#34920;&#31034;&#12377;&#12427;&#12288;&#25313;&#22823;&#29575;&#12434;&#25351;&#23450;&#12377;&#12427;
	map.setCenter(new GLatLng(35.16931803601131, 136.89119338989258), 13);

	// &#31034;&#12375;&#12383;&#12356;&#20301;&#32622;&#12434;&#35373;&#23450;
	var pointaaa = new GLatLng(35.170931759646294, 136.88115119934082);
	var pointbbb = new GLatLng(35.169177710703444, 136.8973731994629);
	var pointccc = new GLatLng(35.174650218264915, 136.89677238464355);
	var pointddd = new GLatLng(35.184650218264915, 136.89777238464355);
	
	//&#20303;&#25152;&#12363;&#12425;GoogleMap&#12398;&#24231;&#27161;&#12434;&#25342;&#12358;&#26041;&#27861;
	/*geocoder.getLocations(address,function(response){
		if(!response || response.Status.code != 200){
			alert(address+"&#12395;&#19968;&#33268;&#12377;&#12427;&#24231;&#27161;&#12364;&#35211;&#12388;&#12363;&#12426;&#12414;&#12379;&#12435;&#12290;");
			map.setCenter(new GLatLng(32.80827,130.704861), 15);
		}else{
			place = response.Placemark[0];
			// &#31034;&#12375;&#12383;&#12356;&#20301;&#32622;&#12434;&#35373;&#23450;
			point = new GLatLng(place.Point.coordinates[1],place.Point.coordinates[0]);

			map.setCenter(point, 15);

			// &#12510;&#12540;&#12459;&#12540;&#12395;&#12452;&#12505;&#12531;&#12488;&#12434;&#36861;&#21152;&#12377;&#12427;
			var gm = new GMarker(point, {icon:picon})
			map.addOverlay(gm);
		}
	});*/

	// &#12487;&#12501;&#12457;&#12523;&#12488;&#12450;&#12452;&#12467;&#12531;&#12391;&#20301;&#32622;&#12434;&#34920;&#31034;&#12377;&#12427;
	map.addOverlay(new GMarker(pointaaa));

	// &#30331;&#37682;&#12375;&#12383;&#12452;&#12513;&#12540;&#12472;&#12434;&#12450;&#12452;&#12467;&#12531;&#12395;&#12375;&#12390;&#12289;&#20301;&#32622;&#12434;&#34920;&#31034;&#12377;&#12427;
	map.addOverlay(new GMarker(pointbbb, {icon:picon}));

	// &#12510;&#12540;&#12459;&#12540;&#12395;&#12452;&#12505;&#12531;&#12488;&#12434;&#36861;&#21152;&#12377;&#12427;
	var gm = new GMarker(pointccc, {icon:picon})
	map.addOverlay(gm);

	// &#12510;&#12454;&#12473;&#12458;&#12540;&#12496;&#12540;&#12452;&#12505;&#12531;&#12488;&#12398;&#36861;&#21152;
	GEvent.addListener(gm, 'mouseover', function() {
		// HTML&#12452;&#12531;&#12501;&#12457;&#12513;&#12540;&#12471;&#12519;&#12531;&#12434;&#34920;&#31034;&#12377;&#12427;
        	gm.openInfoWindowHtml('&lt;font color="blue"&gt;&#12354;&#12356;&#12358;&#12360;&#12362;&lt;/font&gt;&lt;br /&gt;&lt;a href="aaa.html"&gt;&lt;img src="aaa.JPG" border="0"/&gt;&lt;/a&gt;');});

	// &#12463;&#12522;&#12483;&#12463;&#12452;&#12505;&#12531;&#12488;&#36861;&#21152;
	// &#12510;&#12540;&#12459;&#12540;&#12395;&#12452;&#12505;&#12531;&#12488;&#12434;&#36861;&#21152;&#12377;&#12427;
	var gm2 = new GMarker(pointddd)
	map.addOverlay(gm2);
	GEvent.addListener(gm2, 'mousedown', function() {
		// HTML&#12452;&#12531;&#12501;&#12457;&#12513;&#12540;&#12471;&#12519;&#12531;&#12434;&#34920;&#31034;&#12377;&#12427;
        	location.href="aaa.html"});

}
&lt;/script&gt;
&lt;/head&gt;
&lt;body onload="javascript:g_map()"&gt;
&lt;div id="gmap" style="width:500px;height:300px;border:1px solid gray;"&gt;&lt;/div&gt;
&lt;/body&gt;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-09-09T02:49:26Z</created-at>
    <html>W</html>
    <id type="integer">286</id>
    <language>Ajax</language>
    <title>GoogleMap API &#35226;&#26360;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-10-01T02:33:30Z</updated-at>
  </memo>
  <memo>
    <body>&lt;html&gt;&lt;head&gt;
&lt;meta http-equiv="Content-type" content="text/html; charset=Shift_JIS"&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
function func() {
      document.all.D1.innerHTML = "&lt;b&gt;&#12371;&#12371;&#12398;&#25991;&#23383;&#12364;&#22793;&#21270;&#12375;&#12414;&#12375;&#12383;&lt;/b&gt;"; 
}
// --&gt;
&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;input type=button value="&#34920;&#31034;" onclick="func()"&gt;
&lt;br&gt;&lt;br&gt;
&lt;div id="D1"&gt;&#12371;&#12371;&#12398;&#25991;&#23383;&#12364;&#22793;&#21270;&#12375;&#12414;&#12377;&lt;/div&gt;
&lt;HR&gt;
&lt;pre&gt;
&amp;lthtml&amp;gt&amp;lthead&amp;gt
&amp;ltmeta http-equiv="Content-type" content="text/html; charset=Shift_JIS"&amp;gt
&amp;ltscript language="JavaScript"&amp;gt
&amp;lt!--
function func() {
      document.all.D1.innerHTML = "&amp;ltb&amp;gt&#12371;&#12371;&#12398;&#25991;&#23383;&#12364;&#22793;&#21270;&#12375;&#12414;&#12375;&#12383;&amp;lt/b&amp;gt"; 
}
// --&amp;gt
&amp;lt/script&amp;gt
&amp;lt/head&amp;gt
&amp;ltbody&amp;gt

&amp;ltinput type=button value="&#34920;&#31034;" onclick="func()"&amp;gt
&amp;ltbr&amp;gt&amp;ltbr&amp;gt
&amp;ltdiv id="D1"&amp;gt&#12371;&#12371;&#12398;&#25991;&#23383;&#12364;&#22793;&#21270;&#12375;&#12414;&#12377;&amp;lt/div&amp;gt

&amp;lt/body&amp;gt&amp;lt/html&amp;gt
&lt;/pre&gt;
&lt;/body&gt;&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-13T00:00:00Z</created-at>
    <html>H</html>
    <id type="integer">57</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#25991;&#23383;&#12434;&#22793;&#21270;&#12373;&#12379;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#8251;rotation&#20516;&#12288;1=90&#176;2=180&#176;3=270&#176;IE5.5&#20197;&#19978;&#12398;&#12415;
&#19979;&#35352;&lt;P&#65381;&#65381;&#65381;&gt;&lt;/P&gt;&#12398;&#38291;&#12395;&#30011;&#20687;&#12434;&#20837;&#12428;&#12427;&#12384;&#12369;&#12290;

&#20363;&#65289;image.gif&#12364;90&#176;&#22238;&#36578;&#12373;&#12428;&#12390;&#34920;&#31034;&#12373;&#12428;&#12427;

&lt;P style="filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
width:160px;font-size:30px;color:#0099FF;"&gt;

&lt;img src="image.gif" width=254 height=178&gt;

&lt;/P&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-21T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">65</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#30011;&#20687;&#12434;90&#176;180&#176;270&#176;&#22238;&#36578;&#34920;&#31034;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>HTML FORM							

&lt;!-- &#12501;&#12457;&#12540;&#12512;&#22987;&#12414;&#12426; --&gt;	

	&lt;form method="POST" action="RequestServ"&gt;

&lt;!-- &#12486;&#12461;&#12473;&#12488;&#12508;&#12483;&#12463;&#12473; --&gt;

	NAME&#65306;&lt;input type="text" name="NAME" size=20&gt;
	&#12497;&#12473;&#12527;&#12540;&#12489;&#65306;&lt;input type="password" name="PASSWD"&gt;
	&#12501;&#12449;&#12452;&#12523;&#25351;&#23450;&#65306;&lt;input type="file" name="FILE"&gt;
	&#38560;&#12375;&#65306;&lt;input type="hidden" name="data" value="hiddendata"&gt;

&lt;!-- &#12467;&#12531;&#12508;&#12508;&#12483;&#12463;&#12473; --&gt;&lt;Br&gt;

  	&lt;select name="sei"&gt;
   		&lt;option value="male"&gt;Male
   		&lt;option value="famale"&gt;Famale
  	&lt;/select&gt;

&lt;!-- &#12522;&#12473;&#12488;&#12508;&#12483;&#12463;&#12473; --&gt;&lt;Br&gt;

  	&lt;select name="seiseki" size=3&gt;
   		&lt;option value=""yuu"&gt;&#20778;
   		&lt;option value=""ryou"&gt;&#33391;
   		&lt;option value=""ka"&gt;&#21487;
  	&lt;/select&gt;

&lt;!-- &#12521;&#12472;&#12458;&#12508;&#12479;&#12531; --&gt;&lt;Br&gt;

  	&lt;input type=radio name="SEIBETSU" value="MAN" checked&gt;&#30007;
  	&lt;input type=radio name="SEIBETSU" value="FIMALE"&gt;&#22899;

&lt;!-- &#12481;&#12455;&#12483;&#12463;&#12508;&#12483;&#12463;&#12473; --&gt;&lt;Br&gt;

  	&lt;input type=checkbox name="IRO" value="AKA" checked&gt;&#36196;
  	&lt;input type=checkbox name="IRO" value="AO"&gt;&#38738;
  	&lt;input type=checkbox name="IRO" value="KIIRO"&gt;&#40644;

&lt;!-- &#12486;&#12461;&#12473;&#12488;&#12456;&#12522;&#12450; --&gt;&lt;Br&gt;								

	&lt;textarea name="MSG" cols=40 rows=4&gt;TEXT&lt;/textarea&gt;							

&lt;!-- &#12450;&#12521;&#12540;&#12488;&#12508;&#12479;&#12531; --&gt;&lt;Br&gt;								

	&lt;button onclick="alert('OK')"&gt;OK&lt;/button&gt;							

&lt;!-- &#23455;&#34892;&#12289;&#36865;&#20449;&#12508;&#12479;&#12531; --&gt;&lt;Br&gt;								

	&lt;input type="submit" value="&#36865;&#20449;"&gt;							

&lt;!-- &#20840;&#12390;&#12463;&#12522;&#12450;&#12508;&#12479;&#12531; --&gt;								

	&lt;input type="reset" value="&#21462;&#28040;"&gt;						

&lt;!-- &#12501;&#12457;&#12540;&#12512;&#32066;&#20102; --&gt;								

&lt;/form&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-27T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">67</id>
    <language>Ajax</language>
    <title>&#65288;HTML&#65289;FORM&#12479;&#12464;&#12486;&#12531;&#12503;&#12524;&#12540;&#12488;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>filename:funcs.js
*****************************************
&#12373;&#12414;&#12374;&#12414;&#12394;&#12502;&#12521;&#12454;&#12470;&#12395;&#23550;&#24540;&#12373;&#12379;&#12427;&#28858;&#12398;
&#12381;&#12428;&#12382;&#12428;&#12398;&#12521;&#12483;&#12497;&#12540;&#38306;&#25968;
*****************************************
//xmlhttp&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12398;&#21462;&#24471;
function getHttpObject(){
	var xmlhttp;
	if(window.ActiveXObject){
		try{
			xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");
		}catch(e){
			try{
				xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
			}catch(E){
				xmlhttp=false;
			}
		}
	}else if(window.XMLHttpRequest){
		try{
			xmlhttp=new XMLHttpRequest();
		}catch(e){
			xmlhttp=false;
		}
	}
	return xmlhttp;
}
//&#12522;&#12473;&#12490;&#12540;&#30331;&#37682;&#38306;&#25968;
function addListener(eSrc,eType,eFunc,cap){
	if(eSrc.attachEvent){
		eSrc.attachEvent('on'+eType,eFunc);
	}else if(eSrc.addEventListener){
		eSrc.addEventListener(eType,eFunc,cap);
	}else{
		aleat('No support on your Browser');
	}
}
//id&#12398;&#21462;&#24471;&#38306;&#25968;
function getid(e){
	if(e.srcElement){
		return e.srcElement.id;
	}else if(e.target){
		return e.target.id;
	}else{
		return false;
	}
}
//&#12461;&#12540;&#12467;&#12540;&#12489;&#12398;&#21462;&#24471;&#38306;&#25968;
function getkCode(e){
	if(e.keyCode){
		return e.keyCode;
	}else if(e.which){
		return e.which;
	}else{
		return false;
	}
}
//&#21021;&#26399;&#12522;&#12473;&#12490;&#12540;&#12398;&#30331;&#37682;&#65288;&#20363;&#65289;
function setListeners(){
         //addListerner(document.getElementById("ID&#21517;"),"&#12452;&#12505;&#12531;&#12488;&#21517;",&#12501;&#12449;&#12531;&#12463;&#12471;&#12519;&#12531;&#21517;,false);
	addListener(document.getElementById("body"),"mousedown",cli,false);
	addListener(document.getElementById("y"),"mouseleave",menuout,false);
	addListener(document.getElementById("m"),"mouseover",filemenuin,false);
}
//&#21021;&#26399;&#12522;&#12473;&#12490;&#12540;&#30331;&#37682;&#21628;&#20986;&#12375;
addListener(window,"load",setListeners,false);	</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-17T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">83</id>
    <language>Ajax</language>
    <title>Ajax&#22522;&#26412;&#12521;&#12483;&#12497;&#12540;&#38306;&#25968;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-01-16T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>Ajax(JavaScript)&#20027;&#35201;&#12452;&#12505;&#12531;&#12488;&lt;br&gt;
&lt;table&gt;&lt;br&gt;
&lt;tr&gt;&lt;td&gt;onClick&lt;/td&gt;&lt;td&gt;&#12510;&#12454;&#12473;&#12364;&#12463;&#12522;&#12483;&#12463;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onSelect&lt;/td&gt;&lt;td&gt;&#20837;&#21147;&#12501;&#12451;&#12540;&#12523;&#12489;&#12434;&#36984;&#25246;&#12289;&#12354;&#12427;&#12356;&#12399;&#20837;&#21147;&#12501;&#12451;&#12540;&#12523;&#12489;&#12395;&#12354;&#12427;&#25991;&#23383;&#21015;&#12434;&#12489;&#12521;&#12483;&#12464;&#12375;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onChange&lt;/td&gt;&lt;td&gt;&#12513;&#12491;&#12517;&#12540;&#12391;&#38917;&#30446;&#12434;&#36984;&#25246;&#12289;&#12354;&#12427;&#12356;&#12399;&#12486;&#12461;&#12473;&#12488;&#20837;&#21147;&#27396;&#12398;&#25991;&#23383;&#21015;&#12364;&#22793;&#26356;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onMouseover&lt;/td&gt;&lt;td&gt;&#12510;&#12454;&#12473;&#12459;&#12540;&#12477;&#12523;&#12364;&#12289;&#12354;&#12427;&#35201;&#32032;&#12398;&#19978;&#12395;&#12365;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onKeyup&lt;/td&gt;&lt;td&gt;&#25276;&#12373;&#12428;&#12383;&#12461;&#12540;&#12364;&#38283;&#25918;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onFocus&lt;/td&gt;&lt;td&gt;&#12522;&#12531;&#12463;&#12420;&#20837;&#21147;&#12501;&#12451;&#12540;&#12523;&#12489;&#12364;&#12501;&#12457;&#12540;&#12459;&#12473;&#65288;&#36984;&#25246;&#65289;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onBlur&lt;/td&gt;&lt;td&gt;&#20837;&#21147;&#12501;&#12451;&#12540;&#12523;&#12489;&#12398;&#12501;&#12457;&#12540;&#12459;&#12473;&#12364;&#20182;&#12395;&#31227;&#21205;&#12375;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onResize&lt;/td&gt;&lt;td&gt;&#12454;&#12451;&#12531;&#12489;&#12454;&#12469;&#12452;&#12474;&#12364;&#22793;&#26356;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onSubmit&lt;/td&gt;&lt;td&gt;&#36865;&#20449;&#65288;&#12469;&#12502;&#12511;&#12483;&#12488;&#65289;&#12508;&#12479;&#12531;&#12364;&#25276;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onReset&lt;/td&gt;&lt;td&gt;&#21462;&#28040;&#65288;&#12522;&#12475;&#12483;&#12488;&#65289;&#12508;&#12479;&#12531;&#12364;&#25276;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onAbort&lt;/td&gt;&lt;td&gt;&#20966;&#29702;&#12434;&#20013;&#26029;&#12375;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onLoad&lt;/td&gt;&lt;td&gt;&#12506;&#12540;&#12472;&#12364;&#35501;&#12415;&#36796;&#12414;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onUnload&lt;/td&gt;&lt;td&gt;&#12522;&#12531;&#12463;&#12398;&#12463;&#12522;&#12483;&#12463;&#12394;&#12393;&#12395;&#12424;&#12426;&#12289;&#20170;&#12356;&#12427;&#12506;&#12540;&#12472;&#12363;&#12425;&#31227;&#21205;&#12375;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&#12381;&#12398;&#20182;&#12398;&#12452;&#12505;&#12531;&#12488;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onActivate&lt;/td&gt;&lt;td&gt;&#35201;&#32032;&#12364;&#12450;&#12463;&#12486;&#12451;&#12502;&#12395;&#12394;&#12387;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onDeactivate&lt;/td&gt;&lt;td&gt;&#35201;&#32032;&#12364;&#12450;&#12463;&#12486;&#12451;&#12502;&#12391;&#12394;&#12367;&#12394;&#12387;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onCloseQuery&lt;/td&gt;&lt;td&gt;&#12454;&#12451;&#12531;&#12489;&#12454;&#12434;&#38281;&#12376;&#12427;&#12363;&#30906;&#35469;&#12377;&#12427;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onDblClick&lt;/td&gt;&lt;td&gt;&#12461;&#12540;&#12508;&#12540;&#12489;&#12420;&#12510;&#12454;&#12473;&#12394;&#12393;&#12364;&#12300;&#12480;&#12502;&#12523;&#12463;&#12522;&#12483;&#12463;&#12301;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onFileDrop&lt;/td&gt;&lt;td&gt;&#12501;&#12449;&#12452;&#12523;&#12364;&#12454;&#12451;&#12531;&#12489;&#12454;&#12395;&#12489;&#12525;&#12483;&#12503;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onKeyDown&lt;/td&gt;&lt;td&gt;&#12461;&#12540;&#12364;&#25276;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onKeyPress&lt;/td&gt;&lt;td&gt;&#12461;&#12540;&#12364;&#12362;&#12373;&#12428;&#12390;&#12356;&#12427;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onMouseDown&lt;/td&gt;&lt;td&gt;&#12510;&#12454;&#12473;&#12508;&#12479;&#12531;&#12364;&#12362;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onMouseEnter&lt;/td&gt;&lt;td&gt;&#12510;&#12454;&#12473;&#12364;&#38936;&#22495;&#20869;&#12395;&#20837;&#12387;&#12390;&#12365;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onMouseLeave&lt;/td&gt;&lt;td&gt;&#12510;&#12454;&#12473;&#12364;&#38936;&#22495;&#12363;&#12425;&#20986;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onMouseMove&lt;/td&gt;&lt;td&gt;&#12510;&#12454;&#12473;&#12459;&#12540;&#12477;&#12523;&#12364;&#31227;&#21205;&#12375;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onMouseUp&lt;/td&gt;&lt;td&gt;&#12510;&#12454;&#12473;&#12508;&#12479;&#12531;&#12364;&#38626;&#12373;&#12428;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onMouseWheel&lt;/td&gt;&lt;td&gt;&#12510;&#12454;&#12473;&#12507;&#12452;&#12540;&#12523;&#12364;&#22238;&#36578;&#12375;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;onPopupHide&lt;/td&gt;&lt;td&gt;&#12509;&#12483;&#12503;&#12450;&#12483;&#12503;&#12454;&#12451;&#12531;&#12489;&#12454;&#12434;&#38281;&#12376;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&#12479;&#12452;&#12510;&#12452;&#12505;&#12531;&#12488;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;setTimeout&lt;/td&gt;&lt;td&gt;&#19968;&#23450;&#26178;&#12364;&#32076;&#36942;&#12375;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;clearTimeout&lt;/td&gt;&lt;td&gt;setTimeout&#12364;&#35299;&#38500;&#12375;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;setInterval&lt;/td&gt;&lt;td&gt;&#19968;&#23450;&#26178;&#38291;&#12364;&#32076;&#36942;&#12377;&#12427;&#12372;&#12392;&#65288;&#32368;&#36820;&#12373;&#12428;&#12427;&#65289;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;clearInterval&lt;/td&gt;&lt;td&gt;setInterval&#12434;&#35299;&#38500;&#12375;&#12383;&#12392;&#12365;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-17T00:00:00Z</created-at>
    <html>H</html>
    <id type="integer">84</id>
    <language>Ajax</language>
    <title>&#20027;&#35201;&#12394;&#12452;&#12505;&#12531;&#12488;&#12495;&#12531;&#12489;&#12521;&#12289;&#12381;&#12398;&#20182;&#12452;&#12505;&#12531;&#12488;&#12495;&#12531;&#12489;&#12521;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-10-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>HTML&#12398;&#20869;&#37096;&#12395;CSS&#12434;&#26360;&#12367;&#22580;&#21512;

&lt;head&gt;
&lt;style type="text/css"&gt;
&lt;!--
p { font-size : 10pt }		/* &lt;p&gt;&#12408;&#12377;&#12409;&#12390;&#36969;&#24540; */
#aaa { font-size : 10pt }	/* id="aaa"&#12408;&#36969;&#24540; */
#aaa p{ font-size : 20pt }	/* id="aaa"&#12398;&lt;p&gt;&#12408;&#36969;&#24540; */
.aaa { font-size : 20pt }	/* class="aaa"&#12408;&#36969;&#24540; */
.aaa p{ font-size : 20pt }	/* class="aaa"&#12398;&lt;p&gt;&#12408;&#36969;&#24540; */
--&gt;
&lt;/style&gt;
&lt;/head&gt;

HTML&#12398;&#22806;&#37096;&#12395;CSS&#12434;&#26360;&#12367;&#22580;&#21512;
&lt;head&gt;
&lt;link rel="stylesheet" type="text/css" href="aaa.css"&gt;
&lt;/head&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-06T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">103</id>
    <language>Ajax</language>
    <title>&#65288;CSS&#65289;CSS&#12398;&#22522;&#30990;&#12288;&#26360;&#12365;&#26041;&#12289;id,class&#12408;&#12398;&#36969;&#24540;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;h4&gt;&lt;a href="sample/sample1.html" &gt;sample&lt;/a&gt;&lt;/h4&gt;

&amp;lthtml&amp;gt
&amp;lthead&amp;gt
&amp;ltstyle type="text/css"&amp;gt
&amp;lt!--
/* --------------------------------
	&#12377;&#12409;&#12390;&#12398;&#35201;&#32032;&#12398;&#22806;&#20313;&#30333;&#12289;&#20013;&#20313;&#30333;&#12434;
	&#65296;&#12395;&#35373;&#23450;&#12375;&#12390;&#12356;&#12427;
---------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

/* --------------------------------
	&#12452;&#12513;&#12540;&#12472;&#12522;&#12531;&#12463;&#12395;&#32218;&#12391;&#22258;&#12358;
	&#24517;&#35201;&#12394;&#12375;
---------------------------------*/
a img {
	border: none;
}

/* --------------------------------
	id="Comment"&#12398;&#35373;&#23450;&#12434;&#12375;&#12390;&#12356;&#12427;
---------------------------------*/

#comment {
	width: 353px;					/* &#35201;&#32032;&#12398;&#27178;&#24133; */
	margin: 0px;					/* &#35201;&#32032;&#12398;&#22806;&#20313;&#30333; */
	text-align: left;					/* &#12486;&#12461;&#12473;&#12488;&#20301;&#32622; */
	background: url(s1_2.gif) repeat center top;		/* &#12496;&#12483;&#12463;&#12398;&#35373;&#23450; */
	
	/*----------------------------------------------------------------------------
	&#12371;&#12371;&#12391;&#12399;background: image repeat position&#12391;&#35373;&#23450;&#12375;&#12390;&#12356;&#12427;
	image		URL&#12434;&#25351;&#23450;&#12290;
	repeat		repeat&#65288;&#26082;&#23450;&#20516;&#65306;&#25975;&#12365;&#35440;&#12417;&#12427;&#65289;&#12289;repeat-x&#65288;&#27178;&#26041;&#21521;&#12398;&#12415;&#20006;&#12409;&#12427;&#65289;&#12289;
			repeat-y&#65288;&#32294;&#26041;&#21521;&#12398;&#12415;&#20006;&#12409;&#12427;&#65289;&#12289;no-repeat&#65288;&#12402;&#12392;&#12388;&#12384;&#12369;&#34920;&#31034;&#12377;&#12427;&#65289;&#12363;&#12425;&#36984;&#25246;
	position		&#32972;&#26223;&#12398;&#27178;&#26041;&#21521;&#12398;&#20301;&#32622;&#12434; left&#65288;&#24038;&#31471;&#65289;&#12289;center&#65288;&#20013;&#22830;&#65289;&#12289;right&#65288;&#21491;&#31471;&#65289;
			&#32294;&#26041;&#21521;&#12398;&#20301;&#32622;&#12434; top&#65288;&#19978;&#31471;&#65289;&#12289;center&#65288;&#20013;&#22830;&#65289;&#12289;bottom&#65288;&#19979;&#31471;)&#12391;&#25351;&#23450;
 	----------------------------------------------------------------------------*/
	
	font-size: 20px;					/* &#12501;&#12457;&#12531;&#12488;&#12469;&#12452;&#12474; */
	line-height: 135%;					/* &#32294;&#12398;&#25991;&#23383;&#38291; */
}
#comment div {
	background: url(s1_1.gif) no-repeat center top;	/* &#12496;&#12483;&#12463;&#12398;&#35373;&#23450; */
}
/* --------------------------------
	id="Comment"&#12398;&#20013;&#12398;&amp;ltp&amp;gt&#12398;
	&#35373;&#23450;&#12434;&#12375;&#12390;&#12356;&#12427;
---------------------------------*/
#comment p {
	padding: 23px 29px;				/* &#35201;&#32032;&#12398;&#20013;&#20313;&#30333; */
	background: url(s1_3.gif) no-repeat center bottom;	/* &#12496;&#12483;&#12463;&#12398;&#35373;&#23450; */
}
--&amp;gt
&amp;lt/style&amp;gt
&amp;lt/head&amp;gt
&amp;lt!-- ****************&#12371;&#12371;&#12363;&#12425;&#65314;&#65327;&#65316;&#65337;**************** --&amp;gt
&amp;ltbody&amp;gt
	
&amp;ltdiv id="comment"&amp;gt
	&amp;ltdiv&amp;gt&amp;lt/div&amp;gt
	&amp;ltp&amp;gt
		&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&amp;ltbr&amp;gt&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;
		&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;
		&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;
		&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;
		&amp;ltbr&amp;gt&amp;ltbr&amp;gt&amp;ltbr&amp;gt&amp;ltbr&amp;gt&amp;ltbr&amp;gt&amp;ltbr&amp;gt&amp;ltbr&amp;gt&amp;ltbr&amp;gt&amp;ltbr&amp;gt&amp;ltbr&amp;gt
		&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;
		&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;&#12467;&#12513;&#12531;&#12488;
	&amp;lt/p&amp;gt
&amp;lt/div&amp;gt

&amp;lt/body&amp;gt
&amp;lt/html&amp;gt
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-06T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">104</id>
    <language>Ajax</language>
    <title>&#65288;CSS&#65289;&#25991;&#23383;&#25968;&#19981;&#23450;&#12398;&#25991;&#23383;&#21015;&#12434;&#26528;&#30011;&#20687;&#12398;&#20013;&#12395;&#34920;&#31034;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;h4&gt;&lt;a href="sample/sample2.html"&gt;sample&lt;/a&gt;&lt;/h4&gt;

&amp;lthtml&amp;gt
&amp;lthead&amp;gt
&amp;ltstyle type="text/css"&amp;gt
&amp;lt!--
/*--- &#12508;&#12487;&#12451;&#12395;&#12399;&#12510;&#12540;&#12472;&#12531;&#12398;&#21021;&#26399;&#20516;&#12364;&#20837;&#12387;&#12390;&#12356;&#12427;&#12398;&#12391;&#25351;&#23450;&#12377;&#12427;&#12392;&#12424;&#12356; ---*/
body {
	margin:10px;
	padding: 0px;
}
/*--- &#35201;&#32032;&#26528;&#12392;&#25991;&#23383;&#12392;&#12398;&#38291;&#38548;&#12434;10px&#12395;&#35373;&#23450; ---*/
p {
	margin: 0px;
	padding: 10px;
}
/*--- &#22823;&#12365;&#12394;&#26528;&#12434;&#35373;&#23450;&#12375;&#12390;&#12289;&#12381;&#12398;&#20013;&#12395;%&#12391;&#24133;&#12434;&#25351;&#23450;&#12377;&#12427;&#12392;&#31649;&#29702;&#12375;&#12420;&#12377;&#12356; ---*/
#main {
	width : 600px;
	background-color:black;
}
/*--- float:left ;&#12391;&#12371;&#12398;&#35201;&#32032;&#12398;&#27425;&#12398;&#35201;&#32032;&#12399;&#21491;&#12395;&#22238;&#12426;&#12371;&#12435;&#12391;&#34920;&#31034;&#12373;&#12428;&#12427;---*/
#sub {
	margin-right:10px;
	float:left ;
	width : 15%;
	background-color:green;
}
/*--- &#12371;&#12371;&#12391;&#12398;33%&#12399;&#65288;600px?15%&#65289;&#12398;&#20869;&#12398;33%&#12289;&#12388;&#12414;&#12426;&#32004;170px&#12367;&#12425;&#12356;---*/
#mawari {
	margin-right:10px;
	margin-bottom:10px;
	float:left ;
	width : 33%;
	background-color:blue;
}
/*---(600px-((600px*15%)&#65291;(600px?15%)*33%))&#12398;100%&#12392;&#12356;&#12358;&#12371;&#12392;---*/
#mawari2 {
	width : 100%;
	margin-bottom:10px;
	background-color:orange;
}
#mawari3 {
	width : 100%;
	margin-bottom:10px;
	background-color:gray;
}
/*--- &#29305;&#12395;&#27178;&#24133;&#12434;&#25351;&#23450;&#12375;&#12390;&#12356;&#12394;&#12356;&#22580;&#21512;&#12399;&#12289;100%&#12391;&#34920;&#31034;&#12373;&#12428;&#12427;&#12290;
&#12288;&#12288;&#12288;&#20803;&#12398;&#25968;600px&#12398;&#25351;&#23450;&#12364;&#12394;&#12356;&#22580;&#21512;&#12454;&#12451;&#12531;&#12489;&#12454;&#12398;&#22823;&#12365;&#12373;&#12395;&#20381;&#23384;---*/
#mawari4 {
	background-color:pink;
}
/*--- clear : left;&#12391;&#24038;&#12408;&#12398;&#22238;&#12426;&#36796;&#12415;&#12364;&#35299;&#38500;&#12373;&#12428;&#12427;---*/
#kaijyo {
	clear : left;
	background-color:red;
}
--&amp;gt
&amp;lt/style&amp;gt&amp;lt/head&amp;gt

&amp;ltbody&amp;gt
&amp;ltdiv id="main" &amp;gt
	&amp;ltp id="sub" &amp;gt
		&#24038;&#12398;&#25991;&#31456;&#12391;&#12377;&#12290;&#24038;&#12398;&#25991;&#31456;&#12391;&#12377;&#12290;&#24038;&#12398;&#25991;&#31456;&#12391;&#12377;&#12290;
		&#24038;&#12398;&#25991;&#31456;&#12391;&#12377;&#12290;&#24038;&#12398;&#25991;&#31456;&#12391;&#12377;&#12290;&#24038;&#12398;&#25991;&#31456;&#12391;&#12377;&#12290;
		&#24038;&#12398;&#25991;&#31456;&#12391;&#12377;&#12290;&#24038;&#12398;&#25991;&#31456;&#12391;&#12377;&#12290;&#24038;&#12398;&#25991;&#31456;&#12391;&#12377;&#12290;
	&amp;lt/p&amp;gt
	&amp;ltp id="mawari" &amp;gt
		&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;
		&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;
		&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;
	&amp;lt/p&amp;gt
	&amp;ltp id="mawari2" &amp;gt
		&#12373;&#12425;&#12395;&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;&#12373;&#12425;&#12395;&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;&#12373;&#12425;&#12395;&#22238;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12391;&#12377;&#12290;
	&amp;lt/p&amp;gt
	&amp;ltp id="mawari3" &amp;gt
		&#12373;&#12425;&#12395;&#21608;&#12426;&#36796;&#12435;&#12384;&#25991;&#31456;&#12392;&#21516;&#12376;&#35373;&#23450;&#12290;&#27178;&#24133;&#12399;100%&#12392;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;
	&amp;lt/p&amp;gt
	&amp;ltp id="mawari4" &amp;gt
		&#22238;&#12426;&#36796;&#12415;&#12379;&#12378;&#12395;&#27178;&#24133;&#12398;&#25351;&#23450;&#12418;&#12375;&#12390;&#12356;&#12414;&#12379;&#12435;&#12290;	&#22238;&#12426;&#36796;&#12415;&#12379;&#12378;&#12395;&#27178;&#24133;&#12398;&#25351;&#23450;&#12418;&#12375;&#12390;&#12356;&#12414;&#12379;&#12435;&#12290;
		&#22238;&#12426;&#36796;&#12415;&#12379;&#12378;&#12395;&#27178;&#24133;&#12398;&#25351;&#23450;&#12418;&#12375;&#12390;&#12356;&#12414;&#12379;&#12435;&#12290;	&#22238;&#12426;&#36796;&#12415;&#12379;&#12378;&#12395;&#27178;&#24133;&#12398;&#25351;&#23450;&#12418;&#12375;&#12390;&#12356;&#12414;&#12379;&#12435;&#12290;
	&amp;lt/p&amp;gt
	&amp;ltp id="kaijyo" &amp;gt
		&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;
		&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;
		&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;&#22238;&#12426;&#36796;&#12415;&#35299;&#38500;&#12375;&#12414;&#12377;&#12290;
	&amp;lt/p&amp;gt
&amp;lt/div&amp;gt
&amp;lt/body&amp;gt&amp;lt/html&amp;gt</body>
    <cnt type="integer">1</cnt>
    <created-at type="datetime">2007-11-07T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">105</id>
    <language>Ajax</language>
    <title>&#65288;CSS&#65289;&#25991;&#23383;&#12420;&#30011;&#20687;&#12398;&#22238;&#12426;&#36796;&#12415;&#35373;&#23450;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;h4&gt;&lt;a href="sample/sample3.html"&gt;sample&lt;/a&gt;&lt;/h4&gt;

&amp;lthtml&amp;gt&amp;lthead&amp;gt
&amp;ltstyle type="text/css"&amp;gt
&amp;lt!--
#image a{
/* ---&#12452;&#12513;&#12540;&#12472;&#12392;&#21516;&#12376;&#22823;&#12365;&#12373;&#12395;&#25351;&#23450;&#12377;&#12427; -- */
width:245px;
height:62px;

/* -- &#34892;&#38291;&#12434;&#30011;&#20687;&#12392;&#21516;&#12376;px&#12391;&#25351;&#23450;&#12377;&#12427;&#12371;&#12392;&#12391;
&#12288;&#12288;&#12288;&#25991;&#23383;&#12434;&#20013;&#22830;&#12395;&#34920;&#31034;&#12377;&#12427;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;--*/
line-height:62px;
color:red;

/* ---&#32972;&#26223;&#30011;&#20687;&#12398;&#35373;&#23450;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288; -- */
background:url(s3_1.gif) no-repeat;

/* ---&#12522;&#12531;&#12463;&#12487;&#12501;&#12457;&#12523;&#12488;&#12398;&#19979;&#32218;&#12434;&#28961;&#12367;&#12377; -- */
text-decoration:none;
text-align:center;
}

#image a:hover{
color:black; 
background:url(s3_2.gif) no-repeat;
}
--&amp;gt
&amp;lt/style&amp;gt&amp;lt/head&amp;gt

&amp;ltbody&amp;gt
&amp;ltdiv id="image"&amp;gt&amp;lta href="#"&amp;gt&amp;ltb&amp;gtsample&amp;lt/b&amp;gt&amp;lt/a&amp;gt&amp;lt/div&amp;gt
&amp;lt/body&amp;gt&amp;lt/html&amp;gt</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-07T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">106</id>
    <language>Ajax</language>
    <title>&#65288;CSS&#65289;CSS&#12391;&#12525;&#12540;&#12523;&#12458;&#12540;&#12496;&#12540;&#12434;&#20316;&#25104;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Ajax Pj&lt;/title&gt;
&lt;meta http-equiv="Expires" content="0" &gt;
&lt;script type="text/javascript" src="/pg/javascripts/funcs.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
//&lt;![CDATA[
function click(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Blue'&gt;click&#12288;&#12510;&#12454;&#12473;&#12364;&#12463;&#12522;&#12483;&#12463;&#12373;&#12428;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function Changer(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Lime'&gt;Change&#12288;&#12513;&#12491;&#12517;&#12540;&#12391;&#38917;&#30446;&#12434;&#36984;&#25246;&#12289;&#12354;&#12427;&#12356;&#12399;&#12486;&#12461;&#12473;&#12488;&#20837;&#21147;&#27396;&#12398;&#25991;&#23383;&#21015;&#12364;&#22793;&#26356;&#12373;&#12428;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function mouseover(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Blue'&gt;mouseover&#12288;&#12510;&#12454;&#12473;&#12459;&#12540;&#12477;&#12523;&#12364;&#12289;&#12354;&#12427;&#35201;&#32032;&#12398;&#19978;&#12395;&#12365;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function keyup(e){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='red'&gt;keyup&#12288;&#25276;&#12373;&#12428;&#12383;&#12461;&#12540;&#12364;&#38283;&#25918;&#12373;&#12428;&#12383;&#12288;" + getkCode(e) +"&lt;/font&gt;&lt;br&gt;"+s;
}
function focus(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Lime'&gt;focus&#12288;&#12522;&#12531;&#12463;&#12420;&#20837;&#21147;&#12501;&#12451;&#12540;&#12523;&#12489;&#12364;&#12501;&#12457;&#12540;&#12459;&#12473;&#65288;&#36984;&#25246;&#65289;&#12373;&#12428;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function resize(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='red'&gt;resize&#12288;&#12454;&#12451;&#12531;&#12489;&#12454;&#12469;&#12452;&#12474;&#12364;&#22793;&#26356;&#12373;&#12428;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function blur(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Lime'&gt;blur&#12288;&#20837;&#21147;&#12501;&#12451;&#12540;&#12523;&#12489;&#12398;&#12501;&#12457;&#12540;&#12459;&#12473;&#12364;&#20182;&#12395;&#31227;&#21205;&#12375;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function dblclick(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Blue'&gt;dblclick&#12288;&#12461;&#12540;&#12508;&#12540;&#12489;&#12420;&#12510;&#12454;&#12473;&#12394;&#12393;&#12364;&#12300;&#12480;&#12502;&#12523;&#12463;&#12522;&#12483;&#12463;&#12301;&#12373;&#12428;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function activate(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Lime'&gt;activate&#12288;&#35201;&#32032;&#12364;&#12450;&#12463;&#12486;&#12451;&#12502;&#12395;&#12394;&#12387;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function deactivate(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Lime'&gt;deactivate&#12288;&#35201;&#32032;&#12364;&#12450;&#12463;&#12486;&#12451;&#12502;&#12391;&#12394;&#12367;&#12394;&#12387;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function keydown(e){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='red'&gt;keydown&#12288;&#12461;&#12540;&#12364;&#25276;&#12373;&#12428;&#12383;&#12288;" + getkCode(e) +"&lt;/font&gt;&lt;br&gt;"+s;
}
function keypress(e){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='red'&gt;keypress&#12288;&#12461;&#12540;&#12364;&#12362;&#12373;&#12428;&#12390;&#12356;&#12427;&#12288;" + getkCode(e) +"&lt;/font&gt;&lt;br&gt;"+s;
}
function mousedown(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Blue'&gt;mousedown&#12288;&#12510;&#12454;&#12473;&#12508;&#12479;&#12531;&#12364;&#12362;&#12373;&#12428;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function mouseenter(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Blue'&gt;mouseenter&#12288;&#12510;&#12454;&#12473;&#12364;&#38936;&#22495;&#20869;&#12395;&#20837;&#12387;&#12390;&#12365;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function mouseleave(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Blue'&gt;mouseleave&#12288;&#12510;&#12454;&#12473;&#12364;&#38936;&#22495;&#12363;&#12425;&#20986;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function mousemove(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Aqua'&gt;mousemove&#12288;&#12510;&#12454;&#12473;&#12459;&#12540;&#12477;&#12523;&#12364;&#31227;&#21205;&#12375;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function mouseup(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Blue'&gt;mouseup&#12288;&#12510;&#12454;&#12473;&#12508;&#12479;&#12531;&#12364;&#38626;&#12373;&#12428;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function mousewheel(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='Blue'&gt;mousewheel&#12288;&#12510;&#12454;&#12473;&#12507;&#12452;&#12540;&#12523;&#12364;&#22238;&#36578;&#12375;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function submit(){
	alert("submit&#12288;&#12469;&#12502;&#12511;&#12483;&#12488;&#12364;&#25276;&#12373;&#12428;&#12383;");
}
function reset(){
	var s=document.getElementById("out1").innerHTML;
	document.getElementById("out1").innerHTML="&lt;font color='red'&gt;reset&#12288;&#12522;&#12475;&#12483;&#12488;&#12508;&#12479;&#12531;&#12364;&#25276;&#12373;&#12428;&#12383;&lt;/font&gt;&lt;br&gt;"+s;
}
function unload(){
	alert("unload&#12288;&#12450;&#12531;&#12525;&#12540;&#12489;&#12373;&#12428;&#12383;");
}

function setListeners(){
	var eSrc = new Array(4);
	eSrc[0]=document.getElementById("obj");
	eSrc[1]=document.getElementById("obj2");
	eSrc[2]=document.getElementById("obj3");
	eSrc[3]=document.getElementById("obj4");


	for(a=0;a&lt;4;a++){

	addListener(eSrc[a],"click",click,false);
	addListener(eSrc[a],"change",Changer,false);
	addListener(eSrc[a],"mouseover",mouseover,false);
	addListener(eSrc[a],"keyup",keyup,false);
	addListener(eSrc[a],"focus",focus,false);
	addListener(eSrc[a],"blur",blur,false);
	addListener(eSrc[a],"dblclick",dblclick,false);
	addListener(eSrc[a],"activate",activate,false);
	addListener(eSrc[a],"keydown",keydown,false);
	addListener(eSrc[a],"keypress",keypress,false);
	addListener(eSrc[a],"deactivate",deactivate,false);
	addListener(eSrc[a],"mousedown",mousedown,false);
	addListener(eSrc[a],"mousemove",mousemove,false);
	addListener(eSrc[a],"mouseleave",mouseleave,false);
	addListener(eSrc[a],"mouseup",mouseup,false);
	addListener(eSrc[a],"mousewheel",mousewheel,false);
	addListener(eSrc[a],"submit",submit,false);
	addListener(eSrc[a],"reset",reset,false);
	}

	addListener(self,"resize",resize,false);	
	addListener(self,"unload",unload,false);	

}
addListener(window,"load",setListeners,false);
//]]&gt;
&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Ajax Project&lt;br&gt;
***************************************************&lt;br&gt;
&lt;font size="-1"&gt;
&#12356;&#12429;&#12435;&#12394;&#12452;&#12505;&#12531;&#12488;&#12522;&#12473;&#12490;&#12540;&#12434;&#35430;&#12377;&lt;br&gt;
click,change,mouseover,keyup,focus,blur,dblclick,activate,&lt;br&gt;
keydown,keypress,deactivate,mousedown,mousemove,mouseleave,&lt;br&gt;
mouseup,mousewheel,submit,reset,&lt;br&gt;

&lt;/font&gt;
***************************************************&lt;br&gt;
&lt;B id="obj" &gt;text&lt;/B&gt;&#12288;&#12288;&#12288;&#12288;&#12288;
&lt;img src="sample/image2.jpg" id="obj2"&gt;&lt;/img&gt;&#12288;&#12288;&#12288;&#12288;&#12288;
&lt;input type="text" id="obj3" /&gt;
&lt;FORM id="obj4"&gt;
&lt;input type="submit" value="submit" /&gt;
&lt;input type="reset" value="reset"/&gt;
&lt;/FORM&gt;

&lt;a href="memo_body_show.jsp?no=130" &gt;link&lt;/a&gt;&#12288;&lt;br&gt;
&#65290;&#65290;&#65290;&#65290;&#65290;&#12452;&#12505;&#12531;&#12488;&#23653;&#27508;&#65290;&#65290;&#65290;&#65290;&#65290;&#65290;
&lt;font size=-1&gt;&lt;p id="out1"&gt;&lt;/p&gt;&lt;/font&gt;

&lt;/body&gt;&lt;/html&gt;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-29T00:00:00Z</created-at>
    <html>H</html>
    <id type="integer">130</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12356;&#12429;&#12356;&#12429;&#12394;&#12522;&#12473;&#12490;&#12540;&#12434;&#35430;&#12377;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-04-29T14:52:37Z</updated-at>
  </memo>
  <memo>
    <body>&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Ajax Pj&lt;/title&gt;
&lt;meta http-equiv="Expires" content="0" &gt;
&lt;script type="text/javascript" src="/pg/javascripts/funcs.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
//&lt;![CDATA[
function click(e){
	var div1=document.getElementById("div1");
	var out="var div1=&lt;b&gt;document.getElementById(\"div1\")&lt;/b&gt;;";
	out+="&lt;br&gt;div1.&lt;b&gt;nodeType&lt;/b&gt; &#8594; "+div1.nodeType;
	out+="&lt;br&gt;div1.&lt;b&gt;nodeName&lt;/b&gt; &#8594; "+div1.nodeName;
	out+="&lt;br&gt;div1.&lt;b&gt;nodeValue&lt;/b&gt; &#8594; "+div1.nodeValue;
	out+="&lt;br&gt;div1.&lt;b&gt;getAttributeNode(\"id\")&lt;/b&gt;.nodeType &#8594; "+div1.getAttributeNode("id").nodeType;
	out+="&lt;br&gt;div1.getAttributeNode(\"id\").nodeName &#8594; "+div1.getAttributeNode("id").nodeName;
	out+="&lt;br&gt;div1.getAttributeNode(\"id\").nodeValue &#8594; "+div1.getAttributeNode("id").nodeValue;
	out+="&lt;br&gt;div1.getAttributeNode(\"name\").nodeType &#8594; "+div1.getAttributeNode("name").nodeType;
	out+="&lt;br&gt;div1.getAttributeNode(\"name\").nodeName &#8594; "+div1.getAttributeNode("name").nodeName;
	out+="&lt;br&gt;div1.getAttributeNode(\"name\").nodeValue &#8594; "+div1.getAttributeNode("name").nodeValue;
	//out+="&lt;br&gt;nodeinnerHTML="+div1.innerHTML;
	document.getElementById("out").innerHTML=out;
}
function click2(e){
	var p3=document.getElementById("p3");
	var out="var p3=document.getElementById(\"p3\");";
	out+="&lt;br&gt;p3.nodeType &#8594; "+p3.nodeType;
	out+="&lt;br&gt;p3.nodeName &#8594; "+p3.nodeName;
	out+="&lt;br&gt;p3.nodeValue &#8594; "+p3.nodeValue;
	out+="&lt;br&gt;p3.getAttributeNode(\"id\").nodeType &#8594; "+p3.getAttributeNode("id").nodeType;
	out+="&lt;br&gt;p3.getAttributeNode(\"id\").nodeName &#8594; "+p3.getAttributeNode("id").nodeName;
	out+="&lt;br&gt;p3.getAttributeNode(\"id\").nodeValue &#8594; "+p3.getAttributeNode("id").nodeValue;
	out+="&lt;br&gt;p3.getAttributeNode(\"name\").nodeType &#8594; "+p3.getAttributeNode("name").nodeType;
	out+="&lt;br&gt;p3.getAttributeNode(\"name\").nodeName &#8594; "+p3.getAttributeNode("name").nodeName;
	out+="&lt;br&gt;p3.getAttributeNode(\"name\").nodeValue &#8594; "+p3.getAttributeNode("name").nodeValue;
	out+="&lt;br&gt;p3.innerHTML &#8594; "+p3.innerHTML;
	document.getElementById("out").innerHTML=out;
}
function click3(e){
	var child3=document.getElementById("div1").lastChild;
	var out="var child1=document.getElementById(\"div1\").&lt;b&gt;lastChild&lt;/b&gt;;";
	out+="&lt;br&gt;child3.innerHTML &#8594; "+child3.innerHTML;
	out+="&lt;br&gt;child3.nodeName &#8594; "+child3.nodeName;

	var child1=document.getElementById("div1").firstChild;
	out+="&lt;br&gt;var child1=document.getElementById(\"div1\").&lt;b&gt;firstChild&lt;/b&gt;;";
	out+="&lt;br&gt;child1.innerHTML &#8594; "+child1.innerHTML;
	out+="&lt;br&gt;child1.nodeName &#8594; "+child1.nodeName;

	var child2=child1.nextSibling;
	out+="&lt;br&gt;var child2=child1.&lt;b&gt;nextSibling&lt;/b&gt;;";
	out+="&lt;br&gt;child2.innerHTML &#8594; "+child2.innerHTML;
	out+="&lt;br&gt;child2.nodeName &#8594; "+child2.nodeName;

	document.getElementById("out").innerHTML=out;
}
function click4(e){
	var parent=document.getElementById("p2").parentNode;
	var out="var parent=document.getElementById(\"p2\").&lt;b&gt;parentNode&lt;/b&gt;;";
	out+="&lt;br&gt;parent.getAttributeNode(\"name\").nodeValue &#8594; "+parent.getAttributeNode("name").nodeValue;
	out+="&lt;br&gt;parent.nodeName &#8594; "+parent.nodeName;

	document.getElementById("out").innerHTML=out;
}
function click5(e){
	

	if(document.getElementById("create01")==null){
		var elm=document.createElement("p");
		elm.setAttribute("id","create01");
		var txt=document.createTextNode("create01's innerHTML");
		elm.appendChild(txt);
		document.body.appendChild(elm);
	}
	var out="*if&#25991;&#21046;&#24481;&#12391;1&#12388;&#12375;&#12363;&#36861;&#21152;&#12391;&#12365;&#12394;&#12356;&#12424;&#12358;&#12395;&#12375;&#12390;&#12354;&#12427;";
	out+="&lt;br&gt;var elm=document.createElement(\"p\");";
	out+="&lt;br&gt;elm.setAttribute(\"id\",\"create01\");";
	out+="&lt;br&gt;var txt=document.createTextNode(\"create01's innerHTML\");";
	out+="&lt;br&gt;elm.appendChild(txt);";
	out+="&lt;br&gt;&lt;b&gt;document.body.appendChild(elm);&lt;/b&gt;";
	

	var create01=document.getElementById("create01");
		
	out+="&lt;br&gt;var create01=document.getElementById(\"create01\");";
	out+="&lt;br&gt;create01.innerHTML &#8594; "+create01.innerHTML;
	out+="&lt;br&gt;&lt;b&gt;create01.parentNode.nodeName &#8594; "+create01.parentNode.nodeName+"&lt;/b&gt;";

	document.getElementById("out").innerHTML=out;
}
function click6(e){
	
	if(document.getElementById("create02")==null){
		var elm=document.createElement("p");
		elm.setAttribute("id","create02");
		var txt=document.createTextNode("create02's innerHTML");
		elm.appendChild(txt);
		document.getElementById("div1").appendChild(elm);
	}
	var out="*if&#25991;&#21046;&#24481;&#12391;1&#12388;&#12375;&#12363;&#36861;&#21152;&#12391;&#12365;&#12394;&#12356;&#12424;&#12358;&#12395;&#12375;&#12390;&#12354;&#12427;";
	out+="&lt;br&gt;var elm=document.createElement(\"p\");";
	out+="&lt;br&gt;elm.setAttribute(\"id\",\"create02\");";
	out+="&lt;br&gt;var txt=document.createTextNode(\"create02's innerHTML\");";
	out+="&lt;br&gt;elm.appendChild(txt);";
	out+="&lt;br&gt;&lt;b&gt;document.getElementById(\"div1\").appendChild(elm);&lt;/b&gt;";
	

	var create02=document.getElementById("create02");
		
	out+="&lt;br&gt;var create02=document.getElementById(\"create02\");";
	out+="&lt;br&gt;create02.innerHTML &#8594; "+create02.innerHTML;
	out+="&lt;br&gt;&lt;b&gt;create02.parentNode.nodeName &#8594; "+create02.parentNode.nodeName +"&lt;/b&gt;";

	document.getElementById("out").innerHTML=out;
}
function click7(e){
	
	if(document.getElementById("create03")==null){
		var elm=document.createElement("p");
		elm.setAttribute("id","create03");
		var txt=document.createTextNode("create03's innerHTML");
		elm.appendChild(txt);
		var s=document.getElementById("p2");
		s.insertAdjacentElement("AfterEnd",elm);
	}
	var out="*if&#25991;&#21046;&#24481;&#12391;1&#12388;&#12375;&#12363;&#36861;&#21152;&#12391;&#12365;&#12394;&#12356;&#12424;&#12358;&#12395;&#12375;&#12390;&#12354;&#12427;";
	out+="&lt;br&gt;var elm=document.createElement(\"p\");";
	out+="&lt;br&gt;elm.setAttribute(\"id\",\"create02\");";
	out+="&lt;br&gt;var txt=document.createTextNode(\"create02's innerHTML\");";
	out+="&lt;br&gt;elm.appendChild(txt);";
	out+="&lt;br&gt;&lt;b&gt;var s=document.getElementById(\"p2\");";
	out+="&lt;br&gt;s.insertAdjacentElement(\"AfterEnd\",elm);&lt;/b&gt;";
	

	var create03=document.getElementById("create03");
		
	out+="&lt;br&gt;var create03=document.getElementById(\"create03\");";
	out+="&lt;br&gt;create03.innerHTML &#8594; "+create03.innerHTML;
	out+="&lt;br&gt;&lt;b&gt;create03.parentNode.nodeName &#8594; "+create03.parentNode.nodeName +"&lt;/b&gt;";

	document.getElementById("out").innerHTML=out;
}
function click8(e){

	var s=document.getElementById("p1");
	s.firstChild.insertData("3","&#36861;&#21152;&#34920;&#31034;");
	
	var out="var s=document.getElementById(\"p1\");";
	out+="&lt;br&gt;s.firstChild.insertData(\"3\",\"&#36861;&#21152;&#34920;&#31034;\");";
	document.getElementById("out").innerHTML=out;
}
function click9(e){
	
	var p=document.getElementById("div1");
	var c=document.getElementById("p3");
	p.removeChild(c);

	var out="var c=document.getElementById(\"p3\");";
	out+="&lt;br&gt;var p=document.getElementById(\"div1\");";
	out+="&lt;br&gt;p.removeChild(c);";
	document.getElementById("out").innerHTML=out;
}
function click10(e){
	
	if(document.getElementById("p3")!=null){
		var elm=document.createElement("p");
		elm.setAttribute("id","p3child");
		var txt=document.createTextNode("p3's child");
		elm.appendChild(txt);
		document.getElementById("p3").appendChild(elm);
	}
}
function setListeners(){
	eSrc=document.getElementById("btn1");
	addListener(eSrc,"click",click,false);
	eSrc2=document.getElementById("btn2");
	addListener(eSrc2,"click",click2,false);
	eSrc3=document.getElementById("btn3");
	addListener(eSrc3,"click",click3,false);
	eSrc4=document.getElementById("btn4");
	addListener(eSrc4,"click",click4,false);
	eSrc5=document.getElementById("btn5");
	addListener(eSrc5,"click",click5,false);
	eSrc6=document.getElementById("btn6");
	addListener(eSrc6,"click",click6,false);
	eSrc7=document.getElementById("btn7");
	addListener(eSrc7,"click",click7,false);
	eSrc8=document.getElementById("btn8");
	addListener(eSrc8,"click",click8,false);
	eSrc9=document.getElementById("btn9");
	addListener(eSrc9,"click",click9,false);
	eSrc10=document.getElementById("btn10");
	addListener(eSrc10,"click",click10,false);
}
addListener(window,"load",setListeners,false);
//]]&gt;
&lt;/script&gt;
&lt;/head&gt;
&lt;!-- ******************body&#12371;&#12371;&#12363;&#12425;*****************--&gt;
&lt;!-- ***********************************************--&gt;
&lt;body&gt;
Ajax Project&#12288;&lt;a href="/pg/memos/131" &gt;reload&lt;/a&gt;&lt;br&gt;&#12288;
***************************************************&lt;br&gt;
&lt;font size="-1"&gt;
DOM&#12494;&#12540;&#12489;&#25805;&#20316;&lt;br&gt;
&lt;/font&gt;&lt;font size="-2"&gt;
&amp;lt;div id="div1" name="div1Dombody" &amp;gt;&lt;br&gt;
&amp;lt;p id="p1" name="name1"&amp;gt;Dombody1&amp;lt;/p&amp;gt;&lt;br&gt;
&amp;lt;p id="p2" name="name2"&amp;gt;Dombody2&amp;lt;/p&amp;gt;&lt;br&gt;
&amp;lt;p id="p3" name="name3"&amp;gt;Dombody3&amp;lt;/p&amp;gt;&lt;br&gt;
&amp;lt;/div&amp;gt;&lt;br&gt;
&amp;lt;p id="out" name="out"&amp;gt;&amp;lt;/p&amp;gt;&lt;br&gt;
&lt;/font&gt;
***************************************************&lt;br&gt;
&lt;font size="-1"&gt;
&lt;table&gt;
&lt;tr&gt;&lt;td&gt;&#9679;&#35201;&#32032;&#12289;&#23646;&#24615;&#12289;&#12486;&#12461;&#12473;&#12488;&#12494;&#12540;&#12489;&#21442;&#29031;
&lt;input type="button" id="btn1" value="div1"/&gt;
&lt;input type="button" id="btn2" value="p3"/&gt;&lt;/td&gt;
&lt;td&gt;&#9679;&#23376;&#12289;&#35242;&#12494;&#12540;&#12489;&#12398;&#21442;&#29031;&#12288;
&lt;input type="button" id="btn3" value="child"/&gt;
&lt;input type="button" id="btn4" value="parent"/&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt;&#9679;&#23376;&#12494;&#12540;&#12489;&#12398;&#36861;&#21152;&#12288;
&lt;input type="button" id="btn5" value="append body"/&gt;
&lt;input type="button" id="btn6" value="append div1"/&gt;&lt;/td&gt;
&lt;td&gt;&#9679;&#20804;&#24351;&#12494;&#12540;&#12489;&#12398;&#36861;&#21152;&#12288;
&lt;input type="button" id="btn7" value="append p2"/&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt;&#9679;&#12486;&#12461;&#12473;&#12488;&#12398;&#25407;&#20837;&#12288;
&lt;input type="button" id="btn8" value="insertData"/&gt;&lt;/td&gt;
&lt;td&gt;&#9679;&#12494;&#12540;&#12489;&#12398;&#21066;&#38500;&#12288;
&lt;input type="button" id="btn9" value="remove p3"/&gt;
&lt;input type="button" id="btn10" value="p3 append child"/&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/font&gt;
&lt;hr&gt;
&lt;font size="-2"&gt;&lt;div id="div1" name="div1Dombody"&gt;
&lt;p id="p1" name="name1"&gt;Dombody1&lt;/p&gt;
&lt;p id="p2" name="name2"&gt;Dombody2&lt;/p&gt;
&lt;p id="p3" name="name3"&gt;Dombody3&lt;/p&gt;
&lt;/div&gt;&lt;/font&gt;&lt;hr&gt;
&lt;font size="-1"&gt;&lt;p id="out" name="out"&gt;&lt;/p&gt;&lt;/font&gt;
&lt;/body&gt;&lt;/html&gt;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-29T00:00:00Z</created-at>
    <html>H</html>
    <id type="integer">131</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;DOM&#12494;&#12540;&#12489;&#25805;&#20316;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-04-29T05:27:25Z</updated-at>
  </memo>
  <memo>
    <body>****************************************************
GET&#36865;&#20449;&#12391;JSP&#12408;&#38750;&#21516;&#26399;&#12391;&#12487;&#12540;&#12479;&#36865;&#20449;&#12377;&#12427;

&#19979;&#35352;&#12399;&#12486;&#12461;&#12473;&#12488;&#20837;&#21147;&#12501;&#12451;&#12540;&#12523;&#12489;(id="tin")&#12395;&#25171;&#12385;&#36796;&#12435;&#12384;&#25991;&#23383;&#12434;
&#12469;&#12540;&#12496;&#12540;&#12395;&#39131;&#12400;&#12375;&#12390;&#12289;(&#20170;&#22238;&#12399;data&#12392;&#12356;&#12358;&#21517;&#21069;&#12398;&#12497;&#12521;&#12513;&#12540;&#12479;)
&#12469;&#12540;&#12496;&#12540;&#20596;&#12391;&#20309;&#12425;&#12363;&#12398;&#20966;&#29702;&#24460;&#12289;id="tout"(&#12486;&#12461;&#12473;&#12488;&#20837;&#21147;&#12501;&#12451;&#12540;
&#12523;&#12489;)&#12392;id="out"(div&#12479;&#12464;&#12398;&#20516;)&#12408;&#32080;&#26524;&#12434;&#20986;&#21147;&#12377;&#12427;&#12392;&#12356;&#12358;&#12418;&#12398;

&#12304;&#27880;&#24847;&#12305;
	&#12486;&#12461;&#12473;&#12488;&#12501;&#12451;&#12540;&#12523;&#12489;&#12408;&#12399;value
	Div&#12398;&#20516;&#12408;&#12399;innerHTML&#12434;&#20351;&#12358;
****************************************************
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Ajax Pj&lt;/title&gt;
&lt;script type="text/javascript" src="funcs.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
//&lt;![CDATA[

//*************************
// &#38750;&#21516;&#26399;&#12373;&#12379;&#12427;&#22580;&#21512;
//*************************

function getEmpName(){
	var tinval=document.getElementById("tin").value;
	var getval;
	var httpObj=getHttpObject();
	
	httpObj.open("GET","test.jsp?data=" +tinval );
	httpObj.setRequestHeader("IF-Modified-Since","01 Jan 1970 00:00:00 GMT");
	httpObj.send(null);
	httpObj.onreadystatechange=function(){
		if(httpObj.readyState==4){
			if(httpObj.status==200){
				getval=httpObj.responseText;
				document.getElementById("tout").value=getval;
				document.getElementById("out").innerHTML=getval;
			}
		}
	}
}

//*************************
// &#21516;&#26399;&#12373;&#12379;&#12427;&#22580;&#21512;
//*************************
function getEmpName2(){
	var tinval=document.getElementById("tin").value;
	var getval;
	var httpObj=getHttpObject();
	
	httpObj.open("GET","test.jsp?data=" +tinval ,false);
	httpObj.setRequestHeader("IF-Modified-Since","01 Jan 1970 00:00:00 GMT");
	httpObj.send(null);

	getval=httpObj.responseText;
	document.getElementById("tout").value=getval;
	document.getElementById("out").innerHTML=getval;

}


function setListeners(){
	var eSrc1=document.getElementById("tin");
	addListener(eSrc1,"blur",getEmpName,false);
}
addListener(window,"load",setListeners,false);
//]]&gt;
&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Ajax Project test&lt;br&gt;

&lt;form&gt;
	&lt;table align="left"&gt;&lt;tr&gt;
		&lt;td&gt;&#20837;&#21147;:&lt;input type="text" id="tin" /&gt;&lt;/td&gt;
		&lt;td&gt; &#65309; &lt;input type="text" id="tout" /&gt;&lt;/td&gt;
	&lt;/tr&gt;&lt;/table&gt;
&lt;/form&gt;
&lt;div id="out"&gt;&lt;/div&gt;
&lt;/body&gt;&lt;/html&gt;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-29T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">132</id>
    <language>Ajax</language>
    <title>GET&#36865;&#20449;&#12391;JSP&#12408;(&#38750;)&#21516;&#26399;&#12391;&#12487;&#12540;&#12479;&#36865;&#20449;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-10-21T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12424;&#12367;&#20351;&#12358;&#65315;&#65331;&#65331;&#12467;&#12510;&#12531;&#12489;

&#9633;&#12510;&#12540;&#12472;&#12531;&#12289;&#12497;&#12487;&#12451;&#12531;&#12464;&#12398;&#22823;&#12365;&#12373;
	margin:10px;
	padding:10px;

&#9633;&#35201;&#32032;&#12398;&#24133;&#12289;&#39640;&#12373;
	width:100px;
	height:100px;

&#9633;&#35201;&#32032;&#12398;&#12496;&#12483;&#12463;&#12459;&#12521;&#12540;
	background-color:#ccddcc;

&#9633;&#35201;&#32032;&#12398;&#12496;&#12483;&#12463;&#12395;&#30011;&#20687;&#12434;&#34920;&#31034;&#12373;&#12379;&#12427;
	background: url(image/back.gif) no-repeat;(repeat,repeat-x,repeat-y)

&#9633;&#35201;&#32032;&#20869;&#12398;&#25991;&#23383;&#12459;&#12521;&#12540;
	color:black;

&#9633;&#12522;&#12531;&#12463;&#12398;&#19979;&#32218;&#38500;&#21435;
	text-decoration:none;

&#9633;&#12501;&#12457;&#12531;&#12488;&#12469;&#12452;&#12474;&#35373;&#23450;
	font-size:12px;

&#9633;&#22238;&#12426;&#36796;&#12415;&#34920;&#31034;
	float:left;

&#9633;&#34892;&#38291;&#12398;&#39640;&#12373;&#35373;&#23450;
	line-height:20px;

&#9633;&#34920;&#31034;&#12434;&#38560;&#12377;&#12289;&#65288;&#34920;&#31034;&#12377;&#12427;&#65289;
	visibility:hidden;(visible)
	&#8251;JavaScript&#12391;&#12398;&#34920;&#31034;
	document.getElementById("id_name").style.visibility = "visible";

&#9633;&#35201;&#32032;&#12395;&#34920;&#31034;&#20301;&#32622;&#12434;&#25351;&#23450;&#12377;&#12427;
	position:absolute; top:100px; left:100px;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-17T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">143</id>
    <language>Ajax</language>
    <title>&#65288;CSS&#65289;&#12424;&#12367;&#20351;&#12358;CSS&#12467;&#12510;&#12531;&#12489;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>function getMouseX(e){
  if(window.opera)   
          return e.clientX
  else if(document.all)   
          return document.body.scrollLeft+event.clientX
  else if(document.layers||document.getElementById)
          return e.pageX
}
function getMouseY(e){
  if(window.opera)   
          return e.clientY
  else if(document.all)   
          return document.body.scrollTop+event.clientY
  else if(document.layers||document.getElementById)
          return e.pageY
}
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-17T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">144</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12510;&#12454;&#12473;&#12398;&#24231;&#27161;&#12434;&#21462;&#24471;&#12377;&#12427;&#38306;&#25968;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#12510;&#12454;&#12473;&#12398;&#21491;&#12463;&#12522;&#12483;&#12463;&#12392;&#24038;&#12463;&#12522;&#12483;&#12463;&#12398;&#35672;&#21029;

function mouseclick(e){
	if (e.button==1){
		//&#12510;&#12454;&#12473;&#12398;&#24038;&#12463;&#12522;&#12483;&#12463;&#26178;&#12398;&#20966;&#29702;
	}
	if (e.button==2){
		//&#12510;&#12454;&#12473;&#12398;&#21491;&#12463;&#12522;&#12483;&#12463;&#26178;&#12398;&#20966;&#29702;
	}
}


&#9633;&#21491;&#12463;&#12522;&#12483;&#12463;&#26178;&#12395;&#36890;&#24120;&#12513;&#12491;&#12517;&#12540;&#12398;&#34920;&#31034;&#12434;&#12373;&#12379;&#12394;&#12356;

&lt;BODY oncontextmenu="return false;"&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-17T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">145</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12510;&#12454;&#12473;&#12398;&#21491;&#12289;&#24038;&#12463;&#12522;&#12483;&#12463;&#12398;&#35672;&#21029;&#12289;&#28961;&#21177;&#21270;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#12509;&#12483;&#12503;&#12450;&#12483;&#12503;&#12513;&#12491;&#12517;&#12540;&#12398;&#20316;&#25104;&#12289;&#34920;&#31034;

	&#12414;&#12378;&#12509;&#12483;&#12503;&#12450;&#12483;&#12503;&#12434;&#20316;&#25104;
	&lt;DIV id="popmenu" style="position:absolute;visibility:hidden;"&gt;
		&lt;a href="aaa.html"&gt;aaa&lt;/a&gt;&lt;br&gt;
		&lt;a href="bbb.html"&gt;bbb&lt;/a&gt;&lt;br&gt;
		&lt;a href="ccc.html"&gt;ccc&lt;/a&gt;&lt;br&gt;
	&lt;/DIV&gt;
	&#19978;&#35352;&#12398;&#12509;&#12483;&#12503;&#12450;&#12483;&#12503;&#12434;&#34920;&#31034;
	document.getElementById("popmenu").style.visibility = "visible";

	&#19978;&#35352;&#12398;&#12509;&#12483;&#12503;&#12450;&#12483;&#12503;&#12434;&#38560;&#12377;
	document.getElementById("popmenu").style.visibility = "hidden";

	&#8251;&#12510;&#12454;&#12473;&#21491;&#12463;&#12522;&#12483;&#12463;&#26178;&#12395;&#12381;&#12398;&#12510;&#12454;&#12473;&#20301;&#32622;&#12391;&#34920;&#31034;&#12373;&#12379;&#12427;&#12395;&#12399;
	document.getElementById("popmenu").style.left = getMouseX(e);
  	document.getElementById("popmenu").style.top = getMouseY(e);
	document.getElementById("popmenu").style.visibility = "visible";

	&#8251;getMouseX(e),getMouseY(e)&#12399;&#12510;&#12454;&#12473;&#12398;&#24231;&#27161;&#12434;&#21462;&#24471;&#12377;&#12427;&#38306;&#25968;&#12434;&#21442;&#29031;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-17T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">146</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12509;&#12483;&#12503;&#12450;&#12483;&#12503;&#12513;&#12491;&#12517;&#12540;&#12398;&#20316;&#25104;&#12289;&#34920;&#31034;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;Form&#12398;Submit&#12508;&#12479;&#12531;&#20197;&#22806;&#12391;POST&#36865;&#20449;&#12377;&#12427;&#26041;&#27861;

	&#12414;&#12378;&#12399;&#36865;&#20449;&#12501;&#12457;&#12540;&#12512;&#12434;&#20316;&#25104;&#12289;&#34920;&#31034;&#12399;hidden&#12392;&#12377;&#12427;
	&lt;DIV id="postsend" style="visibility:hidden;"&gt;
		&lt;form name="form1" method="post" action="httpftp3.jsp"&gt;
			&lt;input type="hidden" name="param1"&gt;
			&lt;input type="hidden" name="param2"&gt;
		&lt;/form&gt;
	&lt;/DIV&gt;
	
	&#12522;&#12531;&#12463;&lt;a&gt;&#12391;POST&#36865;&#20449;&#12377;&#12427;&#22580;&#21512;
	&lt;a href="javascript:postsend()"&gt;&lt;img src="linkgif.gif" &gt;&lt;/a&gt;
	&lt;a href="#" onclick="postsend()"&gt;&lt;img src="linkgif.gif" &gt;&lt;/a&gt;

	&#12508;&#12479;&#12531;&#12391;POST&#36865;&#20449;&#12377;&#12427;&#22580;&#21512;
	&lt;button onclick="postsend()"&gt;text&lt;/button&gt;

	POST&#36865;&#20449;&#12398;JavaScript
	function postsend(){
		document.form1.param1.value="param1value";
		document.form1.param2.value="param2value";
		document.form1.submit();
	}</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-17T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">147</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;Form&#12398;Submit&#12508;&#12479;&#12531;&#20197;&#22806;&#12391;POST&#36865;&#20449;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;JavaScript&#12391;&#12452;&#12505;&#12531;&#12488;&#12364;&#36215;&#12371;&#12387;&#12383;&#12425;&#12506;&#12540;&#12472;&#12434;&#12472;&#12515;&#12531;&#12503;&#12373;&#12379;&#12427;

	function pagejump(){
		location.href ="jump.html";
	}	
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-17T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">148</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12506;&#12540;&#12472;&#12434;&#12472;&#12515;&#12531;&#12503;&#12373;&#12379;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#20309;&#12363;&#12398;&#20966;&#29702;&#12434;&#12377;&#12427;&#21069;&#12395;&#12356;&#12387;&#12383;&#12435;&#35686;&#21578;&#12480;&#12452;&#12450;&#12525;&#12464;&#12434;&#34920;&#31034;&#12377;&#12427;

	if(window.confirm('&#35686;&#21578;&#12513;&#12483;&#12475;&#12540;&#12472;')){
		//OK&#12398;&#22580;&#21512;
	}
	else{
		//NG&#12398;&#22580;&#21512;
	}</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-17T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">149</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#35686;&#21578;&#12480;&#12452;&#12450;&#12525;&#12464;&#12434;&#34920;&#31034;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#25991;&#23383;&#21015;&#25805;&#20316;

	str&#25991;&#23383;&#21015;&#12398;4&#25991;&#23383;&#30446;&#12363;&#12425;&#26368;&#24460;&#12414;&#12391;&#12434;str&#12395;&#20195;&#20837;
		str=str.substring(4,str.length);
	&#25991;&#23383;'\'&#12391;&#25991;&#23383;&#12434;&#20998;&#12369;&#12390;sp&#37197;&#21015;&#12395;&#20195;&#20837;&#12289;For&#25991;&#12391;&#21462;&#12426;&#20986;&#12375;
		sp=str.split("\\");
		for(a=0;a&lt;sp.length;a++)		
	&#8251;&#37197;&#21015;&#12398;&#25968;&#12418;&#12289;&#25991;&#23383;&#21015;&#12398;&#25991;&#23383;&#25968;&#12418;&#20849;&#12395;length&#12391;&#27714;&#12417;&#12427;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-17T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">150</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#25991;&#23383;&#21015;&#25805;&#20316;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>** memo *******************************************************
&#19979;&#35352;HTML&#12395;&#36983;&#31227;&#12375;&#12383;&#12425;&#12289;&#33258;&#21205;&#30340;&#12395;&#12484;&#12540;&#12523;&#12496;&#12540;&#12364;&#19968;&#20999;&#34920;&#31034;&#12373;&#12428;&#12394;&#12356;&#12289;
&#30011;&#38754;&#12356;&#12387;&#12401;&#12356;&#12398;&#12454;&#12451;&#12531;&#12489;&#12454;&#12395;&#25351;&#23450;&#12375;&#12383;&#65333;&#65330;&#65324;&#12398;&#20869;&#23481;&#12391;&#34920;&#31034;
&#12381;&#12398;&#24460;&#21628;&#12403;&#20986;&#12375;&#20803;&#30011;&#38754;&#12434;&#65297;&#12388;&#21069;&#12398;&#30011;&#38754;&#12395;&#25147;&#12377;&#12371;&#12392;&#12391;&#34920;&#38988;&#12398;&#32080;&#26524;&#12434;
&#23455;&#29694;&#12373;&#12379;&#12390;&#12356;&#12427;
***************************************************************

&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=SHIFT_JIS"&gt;
&lt;meta http-equiv="Pragma" content="no-cache"&gt;
&lt;meta http-equiv="Cache-Control" content="no-cache"&gt;
&lt;title&gt;Title&lt;/title&gt;
&lt;script language="JavaScript"&gt;
function jsDisplaySet()
{
	var x=screen.availWidth
	var y=screen.availHeight
	moji= "scrollbars=yes,status=yes,toolbar=no,location=no,menubar=no,resizable=yes,top=0,left=0"
	aaa=window.open("aaaa.html","name",moji)
	aaa.focus()
	aaa.resizeTo(x,y)
	history.back()
}
&lt;/script&gt;
&lt;/head&gt;
&lt;body onLoad="jsDisplaySet()"&gt;
&lt;/body&gt;
&lt;/html&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-20T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">153</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12484;&#12540;&#12523;&#12496;&#12540;&#12434;&#38560;&#12375;&#12390;&#30011;&#38754;&#12434;&#34920;&#31034;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-20T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#25968;&#20516;&#8658;&#25991;&#23383;&#21015; 
""+&#25968;&#20516;
&#20363;&#12288;&#65306;&#12288;myChar = "" + 12345;
 
&#25991;&#23383;&#21015;&#8658;&#25968;&#20516; 
eval(&#25991;&#23383;&#21015;)
&#20363;&#12288;&#65306;&#12288;myNum = eval(12345); 

10&#36914;&#25968;&#8658;16&#36914;&#25968;&#12408;&#12398;&#22793;&#25563;
sin = "0123456789ABCDEF";
suu=sin.charAt(Math.floor(a/16))+sin.charAt(a%16);</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-01-09T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">163</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12461;&#12515;&#12473;&#12488;&#12289;10&#36914;&#25968;&#8594;16&#36914;&#25968;&#12408;&#12398;&#22793;&#25563;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-01-09T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>//&#38750;&#21516;&#26399;POST&#36890;&#20449;
function getEmpName(){
	var tinval=document.getElementById("tin").value;
	var getval;
	var httpObj=getHttpObject();
	
	httpObj.open("POST","test.jsp",true);
	httpObj.setRequestHeader('Content-Type','application/x-www-form-urlencoded');
	
	httpObj.setRequestHeader("IF-Modified-Since","01 Jan 1970 00:00:00 GMT");
	httpObj.send("data=" + tinval);
	httpObj.onreadystatechange=function(){
		if(httpObj.readyState==4){
			if(httpObj.status==200){
				getval=httpObj.responseText;
				document.getElementById("tout").value=getval;
				document.getElementById("out").innerHTML=getval;
			}
		}
	}
}
//&#21516;&#26399;POST&#36890;&#20449;
function getEmpName(){
	var tinval=document.getElementById("tin").value;
	var getval;
	var httpObj=getHttpObject();
	
	httpObj.open("POST","test.jsp",false);
	httpObj.setRequestHeader('Content-Type','application/x-www-form-urlencoded');
	
	httpObj.setRequestHeader("IF-Modified-Since","01 Jan 1970 00:00:00 GMT");
	httpObj.send("data=" + tinval);
	getval=httpObj.responseText;
	document.getElementById("tout").value=getval;
	document.getElementById("out").innerHTML=getval;
}</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-01-21T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">169</id>
    <language>Ajax</language>
    <title>POST&#36865;&#20449;&#12391;JSP&#12408;&#65288;&#38750;&#65289;&#21516;&#26399;&#12391;&#12487;&#12540;&#12479;&#36865;&#20449;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-01-21T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#9675;&#30058;&#30446;&#12398;&#25991;&#23383;
Str.charAt(index);     		&#25351;&#23450;&#12373;&#12428;&#12383;&#20301;&#32622;&#12398;&#25991;&#23383;&#12434;&#36820;&#12377;

&#9633;&#9675;&#30058;&#30446;&#12363;&#12425;&#9633;&#30058;&#30446;&#12398;&#25991;&#23383;
Str.substring(&#9675;,&#9633;);                &#25351;&#23450;&#12373;&#12428;&#12383;&#20301;&#32622;&#12363;&#12425;&#25351;&#23450;&#12373;&#12428;&#12383;&#20301;&#32622;-1&#12414;&#12391;&#12398;&#25991;&#23383;&#12434;&#36820;&#12377;

&#9633;&#25991;&#23383;&#8594;&#12467;&#12540;&#12489;
Str.charCodeAt(index);		&#25351;&#23450;&#12373;&#12428;&#12383;&#20301;&#32622;&#12398;&#25991;&#23383;&#12398; Unicode &#12467;&#12540;&#12489;&#12434;&#25972;&#25968;&#20516;&#12391;&#36820;&#12377;

&#9633;&#12467;&#12540;&#12489;&#8594;&#25991;&#23383;
String.fromCharCode(code1); 	Unicode &#12398;&#12467;&#12540;&#12489;&#20516;&#12363;&#12425;&#35442;&#24403;&#25991;&#23383;&#21015;&#12434;&#36820;&#12377;

&#9633;&#32622;&#25563;
str=str.replace(/&#32622;&#25563;&#21069;&#25991;&#23383;/g,"&#32622;&#25563;&#24460;&#25991;&#23383;");
&#8251;g&#12399;&#12377;&#12409;&#12390;&#12392;&#12356;&#12358;&#24847;&#21619;&#12288;&#30465;&#12367;&#12392;&#26368;&#21021;&#12395;&#12498;&#12483;&#12488;&#12375;&#12383;&#32622;&#25563;&#21069;&#25991;&#23383;&#12398;&#12415;&#32622;&#25563;&#12377;&#12427;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-01-22T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">170</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#25991;&#23383;&#21015;&#12289;&#25991;&#23383;&#12467;&#12540;&#12489;&#25805;&#20316;&#12289;&#32622;&#25563;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-01-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv="content-type" content="text/html; charset=UTF-8"&gt;
&lt;/head&gt;&lt;body&gt;
&#12354;&#12356;&#12358;&#12360;&#12362;
&lt;/body&gt;&lt;/html&gt;

&#19978;&#35352;&#12434;&#12486;&#12461;&#12473;&#12488;&#12456;&#12487;&#12451;&#12479;&#12394;&#12393;&#12391;&#20316;&#25104;&#24460;&#12289;
file&#8594;&#21517;&#21069;&#12434;&#12388;&#12369;&#12390;&#20445;&#23384;&#8594;&#25991;&#23383;&#12467;&#12540;&#12489;&#12395;UTF-8&#12434;&#25351;&#23450;&#12375;&#12390;&#20445;&#23384;

&#12371;&#12428;&#12391;&#26085;&#26412;&#35486;UTF-8&#12398;HTML&#12398;&#20316;&#25104;&#12364;&#21487;&#33021;

&#19978;&#35352;&#20445;&#23384;&#12377;&#12427;&#38555;&#12395;&#12289;&#25991;&#23383;&#12467;&#12540;&#12489;&#12434;UTF-8&#12391;&#12399;&#12394;&#12367;&#12487;&#12501;&#12457;&#12523;&#12488;&#12398;
ANSI&#65288;&#12494;&#12540;&#12488;&#12497;&#12483;&#12488;&#65289;&#12289;&#12486;&#12461;&#12473;&#12488;&#12489;&#12461;&#12517;&#12513;&#12531;&#12488;&#65288;&#12527;&#12540;&#12489;&#12497;&#12483;&#12488;&#65289;&#12391;&#20445;&#23384;&#12377;&#12427;&#12392;
&#35211;&#20107;&#12395;&#25991;&#23383;&#21270;&#12369;&#12377;&#12427;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-01-30T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">175</id>
    <language>Ajax</language>
    <title>(HTML)&#25991;&#23383;&#12467;&#12540;&#12489;UTF-8&#12391;HTML&#12434;&#20316;&#25104;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-01-30T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;html&gt;&lt;head&gt;
&lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt;
&lt;script type="text/javascript"&gt;
//&lt;![CDATA[
function senduri(str){
	location.href="aaa.jsp?p=" + encodeURI(str);
}
//]]&gt;
&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;a href="javascript:senduri('&#12354;&#12356;&#12358;&#12360;&#12362;')"&gt;&#12354;&#12356;&#12358;&#12360;&#12362;&lt;/a&gt;
&lt;/body&gt;&lt;/html&gt;

********&#12373;&#12425;&#12395;'&amp;'&#12420;'+'&#12434;&#36865;&#12427;&#12392;&#12365;&#12399;&#33258;&#20998;&#12391;&#22793;&#25563;&#12364;&#24517;&#35201;********

&#20197;&#19979;&#12399;&#20415;&#21033;&#12394;&#22793;&#25563;&#38306;&#25968;

function urlenco(str){
	//&#12424;&#12367;&#12431;&#12363;&#12425;&#12435;&#12364;&#20197;&#19979;&#12434;&#12388;&#12369;&#12394;&#12356;&#12392;&#12456;&#12521;&#12540;&#12395;&#12394;&#12427;&#12371;&#12392;&#12364;&#12354;&#12387;&#12383;
	/*ret="";
	for(f=0;f&lt;str.length;f++){
		if(str.charCodeAt(f)==65279){}else{
			ret=ret+str.charAt(f);
		}
	}
	str=ret;*/
	
	ret=encodeURI(str);
	ret2="";
	for(g=0;g&lt;ret.length;g++){
		if(ret.charAt(g)=='&amp;'){
			ret2=ret2+"%26";	
		}else if(ret.charAt(g)=='+'){
			ret2=ret2+"%2b";		
		}else if(ret.charAt(g)==';'){
                        ret2=ret2+"%3b";
                }else{
			ret2=ret2+ret.charAt(g);
		}
	}
	return ret2;
}</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-04T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">179</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#26085;&#26412;&#35486;&#12434;URI&#12456;&#12531;&#12467;&#12540;&#12487;&#12451;&#12531;&#12464;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-07-01T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>function kihon(e){
	
	//switch&#25991;
	var a=5;
	switch(a){
	case 1:
		alert("1");break;
	case 2:
		alert("2");break;
	default:
		document.write("switch"+a*10);
	}
	
	//if&#25991;
	if(a==5){
		document.write("if5&#12391;&#12377;");
	}else{}
	
	//for&#25991;
	for(a=1;a&lt;5;a++){
		document.write("for"+a);
	}
	
	//while&#25991;
	while(a&gt;0){
		document.write("while"+a);
		a--;
	}
	
	//do while&#25991;
	do{
		document.write("do_while"+a);
		document.write("&lt;br&gt;");
		a++;
	}while(5&gt;a)
	
	//&#32368;&#12426;&#36820;&#12375;&#27083;&#25991;&#12398;&#21046;&#24481;
	//break
	//continue
	
	//try catch finally&#25991;
	try{
		alert(Document.domain);
	}catch(e){
		document.write(e.toString());
	}finally{
        document.write("finally");
	}
	
}

***&#23455;&#34892;&#32080;&#26524;***

switch50if5&#12391;&#12377;for1for2for3for4while5while4while3while2while1do_while0
do_while1
do_while2
do_while3
do_while4
[object Error]finally</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-10T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">183</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#22522;&#26412;&#27083;&#25991;&#12289;&#12456;&#12521;&#12540;&#20966;&#29702;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-02-10T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>function dialog(e){
	//&#35686;&#21578;&#12480;&#12452;&#12450;&#12525;&#12464;
	alert("&#35686;&#21578;");
	
	//&#30906;&#35469;&#12480;&#12452;&#12450;&#12525;&#12464;
	if(confirm("&#30906;&#35469;")){
		alert("ok");
	}else{
		alert("no");
	};
	
	//&#25991;&#23383;&#20837;&#21147;&#12480;&#12452;&#12450;&#12525;&#12464;
	str=prompt("&#12480;&#12452;&#12450;&#12525;&#12464;&#34920;&#31034;&#25991;&#23383;","&#21021;&#26399;&#20837;&#21147;&#25991;&#23383;");
}</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-10T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">184</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12480;&#12452;&#12450;&#12525;&#12464;&#12398;&#21033;&#29992;&#65288;&#35686;&#21578;&#12289;&#30906;&#35469;&#12289;&#25991;&#23383;&#20837;&#21147;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-02-10T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>img=new Array();

function test(){
	img.push("abc","def","ghi");	//&#26368;&#24460;&#23614;&#12395;&#36861;&#21152;
	img.unshift("ABC","DEF","GHI");	//&#20808;&#38957;&#12395;&#36861;&#21152;
	//img.length : 6
	a=img.pop();		//&#26368;&#24460;&#23614;&#35201;&#32032;&#12398;&#21462;&#12426;&#20986;&#12375;(&#21066;&#38500;)
	a=img.shift();		//&#26368;&#21021;&#23614;&#35201;&#32032;&#12398;&#21462;&#12426;&#20986;&#12375;(&#21066;&#38500;)
	//img.length : 4
	
	for(q=0;q&lt;img.length;q++){
		alert(img[q]);	//&#32080;&#26524;&#12399;"DEF","GHI","abc","def"&#12364;alert&#12391;&#34920;&#31034;&#12373;&#12428;&#12427;
	}
}

test();</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-17T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">189</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#37197;&#21015;&#12398;&#36861;&#21152;&#12289;&#21066;&#38500;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-02-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>test2(){

	var elm=document.createElement("img");
	elm.setAttribute("id","create01");
	elm.setAttribute("src","img/aaa.jpg");
	alert(elm.height);
	alert(elm.width);

}</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-17T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">190</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#25351;&#23450;&#12375;&#12383;&#30011;&#20687;&#12398;&#39640;&#12373;&#12289;&#24133;&#12434;&#27714;&#12417;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-02-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#8251;window.open(url,window&#21517;,&#38283;&#12365;&#26041;)&#12288;&#12288;&#12288;&#12454;&#12451;&#12531;&#12489;&#12454;&#12434;&#38283;&#12367;
  window.close()	&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12454;&#12451;&#12531;&#12489;&#12454;&#12434;&#38281;&#12376;&#12427;&#12288;&#20363;&#65306;window.windowsname.closed();
  window.closed		&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#38281;&#12376;&#12390;&#12356;&#12427;&#12363;&#12398;&#30906;&#35469;()&#12399;&#12388;&#12369;&#12394;&#12356;

try{
	if(window.windowname.closed){
		windowname = window.open("tagselect.html", "windowname", "width=400,height=420");
	}
}catch(e){
	windowname = window.open("tagselect.html", "windowname", "width=400,height=420");
}finally{
	window.windowname.focus();
}
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-03-12T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">195</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#25351;&#23450;window&#21517;&#12364;open&#12394;&#12425;focus&#12289;closed&#12394;&#12425;&#38283;&#12367;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-03-12T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#8251;&#12501;&#12449;&#12531;&#12463;&#12471;&#12519;&#12531;&#21517;&#12434;&#38306;&#25968;&#12391;&#21033;&#29992;&#12375;&#12390;&#12399;&#12394;&#12425;&#12394;&#12356;

function senddata(a,b){
	return a+b;
}
function aaa(){
	alert(senddata(1,2));
	senddata="senddata";
	alert(senddata);
	alert(senddata(1,2));
}
aaa();

&#23455;&#34892;&#32080;&#26524;(&#20197;&#19979;&#12398;&#38918;&#12395;alert&#12480;&#12452;&#12450;&#12525;&#12464;&#12364;&#34920;&#31034;&#12373;&#12428;&#12427;&#65289;
	3	
	data
	error&#65288;&#38306;&#25968;&#12364;&#35211;&#12388;&#12363;&#12426;&#12414;&#12379;&#12435;&#65289;

&#21442;&#32771;
&lt;a href="http://www.atmarkit.co.jp/fdotnet/ajaxjs/ajaxjs02/ajaxjs02_01.html"&gt;
http://www.atmarkit.co.jp/fdotnet/ajaxjs/ajaxjs02/ajaxjs02_01.html&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-03-14T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">196</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;function&#21517;&#12434;&#38306;&#25968;&#12391;&#21033;&#29992;&#12375;&#12390;&#12399;&#12356;&#12369;&#12394;&#12356;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-03-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>function getElementPosition(element) {
	var offsetTrail = (typeof element == 'string') ? document.getElementById(element) : element;
	var offsetLeft = 0;
	var offsetTop = 0;
	
	while (offsetTrail) {
	offsetLeft += offsetTrail.offsetLeft;
	offsetTop += offsetTrail.offsetTop;
	offsetTrail = offsetTrail.offsetParent;
	}

	if (navigator.userAgent.indexOf('Mac') != -1 &amp;&amp; typeof document.body.leftMargin != "undefined") {
		offsetLeft += document.body.leftMargin;
		offsetTop += document.body.topMargin;
	}
	return ({left: offsetLeft, top: offsetTop});
} </body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-03-28T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">197</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12354;&#12427;&#35201;&#32032;&#12398;&#20301;&#32622;&#12434;&#21462;&#24471;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-03-28T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>function getScrollPosition() { 
	var obj = new Object(); 
	obj.x = document.documentElement.scrollLeft || document.body.scrollLeft; 
	obj.y = document.documentElement.scrollTop || document.body.scrollTop; 
	return obj; 
}</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-03-28T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">198</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;window&#12398;&#12473;&#12463;&#12525;&#12540;&#12523;&#20516;&#12434;&#21462;&#24471;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-03-28T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12304;&#35500;&#26126;&#12305;
&#20197;&#19979;&#12398;URL&#12395;&#12472;&#12515;&#12531;&#12503;&#12373;&#12379;&#12427;&#12371;&#12392;&#12391;&#12289;index.html&#12434;&#26368;&#22823;&#12398;&#30011;&#38754;&#12391;&#12289;
&#19988;&#12388;&#12473;&#12463;&#12525;&#12540;&#12523;&#12496;&#12540;&#12392;&#12473;&#12486;&#12540;&#12479;&#12473;&#12496;&#12540;&#12398;&#12415;&#12398;&#30011;&#38754;&#12434;&#12384;&#12377;&#12371;&#12392;&#12364;&#21487;&#33021;&#12290;
history.back()&#12395;&#12424;&#12387;&#12390;&#12289;&#21628;&#20986;&#12375;&#20808;&#30011;&#38754;&#12395;&#25147;&#12427;&#28858;&#12289;&#35211;&#26628;&#12360;&#12364;&#12424;&#12356;&#12290;

&lt;html&gt;&lt;head&gt;
&lt;script type="text/javascript"&gt;
//&lt;![CDATA[
function aaa(){
	var x=screen.availWidth;
	var y=screen.availHeight;
	moji= "scrollbars=yes,status=yes,toolbar=no,location=no,"+
              "menubar=no,resizable=yes,top=0,left=0";
	main=window.open("index.html","main",moji);
	main.focus();
	main.resizeTo(x,y);
	history.back();
}
//]]&gt;
&lt;/script&gt;
&lt;/head&gt;
&lt;body onload="javaScript:aaa()"&gt;&lt;/body&gt;&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-04-09T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">203</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#25351;&#23450;URL&#12434;&#30011;&#38754;&#12434;&#26368;&#22823;&#21270;&#12375;&#12390;&#38283;&#12367;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-04-09T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;HEAD&gt;
&lt;SCRIPT type="text/javascript"&gt;
function chgSpan() {
	//&#29694;&#22312;&#12456;&#12487;&#12451;&#12483;&#12488;&#12514;&#12540;&#12489;&#12363;&#12393;&#12358;&#12363;
    currentState = oSpan.isContentEditable;
    //&#36870;&#12434;newState&#12395;&#20837;&#12428;&#12427;
    newState = !currentState;
    //&#12514;&#12540;&#12489;&#12434;&#20999;&#12426;&#26367;&#12360;&#12427;
    oSpan.contentEditable = newState;
    //&#12514;&#12540;&#12489;&#12398;&#34920;&#31034;
    oCurrentValue.innerHTML = newState;
    //&#12508;&#12479;&#12531;&#12398;&#25991;&#23383;&#22793;&#26356;
    newState==false ? oBtn.innerText="Enable Editing" :
        oBtn.innerText="Disable Editing"
}
&lt;/SCRIPT&gt;
&lt;/HEAD&gt;
&lt;!-- id="oSpan"&#12364;&#12456;&#12487;&#12451;&#12483;&#12488;&#12514;&#12540;&#12489;&#12363;&#12393;&#12358;&#12363;&#12434;oCurrentValue&#12395;&#34920;&#31034; --&gt;
&lt;BODY onload="oCurrentValue.innerHTML = oSpan.isContentEditable;"&gt;
&lt;DIV class="body"&gt;

&lt;P&gt;&lt;BUTTON ID="oBtn" onclick="chgSpan()"&gt;Enable Editing&lt;/BUTTON&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN ID="oSpan"&gt;&#12371;&#12398;&#12486;&#12461;&#12473;&#12488;&#12434;&#32232;&#38598;&#12391;&#12365;&#12427;&#12424;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;SPAN can be edited: &lt;SPAN ID="oCurrentValue"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
******************************************************************&lt;br&gt;&lt;br&gt;
&lt;pre&gt;
&amp;lt!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&amp;gt

&amp;ltHTML&amp;gt
&amp;ltHEAD&amp;gt
	&amp;ltTITLE&amp;gtUntitled&amp;lt/TITLE&amp;gt
&amp;ltSCRIPT type="text/javascript"&amp;gt
function chgSpan() {
	//&#29694;&#22312;&#12456;&#12487;&#12451;&#12483;&#12488;&#12514;&#12540;&#12489;&#12363;&#12393;&#12358;&#12363;
    currentState = oSpan.isContentEditable;
    //&#36870;&#12434;newState&#12395;&#20837;&#12428;&#12427;
    newState = !currentState;
    //&#12514;&#12540;&#12489;&#12434;&#20999;&#12426;&#26367;&#12360;&#12427;
    oSpan.contentEditable = newState;
    //&#12514;&#12540;&#12489;&#12398;&#34920;&#31034;
    oCurrentValue.innerHTML = newState;
    //&#12508;&#12479;&#12531;&#12398;&#25991;&#23383;&#22793;&#26356;
    newState==false ? oBtn.innerText="Enable Editing" :
        oBtn.innerText="Disable Editing"
}
&amp;lt/SCRIPT&amp;gt
&amp;lt/HEAD&amp;gt
&amp;lt!-- id="oSpan"&#12364;&#12456;&#12487;&#12451;&#12483;&#12488;&#12514;&#12540;&#12489;&#12363;&#12393;&#12358;&#12363;&#12434;oCurrentValue&#12395;&#34920;&#31034; --&amp;gt
&amp;ltBODY onload="oCurrentValue.innerHTML = oSpan.isContentEditable;"&amp;gt
&amp;ltDIV class="body"&amp;gt

&amp;ltP&amp;gt&amp;ltBUTTON ID="oBtn" onclick="chgSpan()"&amp;gtEnable Editing&amp;lt/BUTTON&amp;gt&amp;lt/P&amp;gt
&amp;ltP&amp;gt&amp;ltSPAN ID="oSpan"&amp;gt&#12371;&#12398;&#12486;&#12461;&#12473;&#12488;&#12434;&#32232;&#38598;&#12391;&#12365;&#12427;&#12424;&amp;lt/SPAN&amp;gt&amp;lt/P&amp;gt
&amp;ltP&amp;gtSPAN can be edited: &amp;ltSPAN ID="oCurrentValue"&amp;gt&amp;lt/SPAN&amp;gt&amp;lt/P&amp;gt
&amp;lt/DIV&amp;gt
&amp;lt/BODY&amp;gt
&amp;lt/HTML&amp;gt
&lt;/pre&gt;
&lt;/BODY&gt;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-04-16T00:00:00Z</created-at>
    <html>H</html>
    <id type="integer">204</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;HTML&#12398;&#12467;&#12531;&#12486;&#12531;&#12484;&#12434;&#12502;&#12521;&#12454;&#12470;&#19978;&#12391;&#32232;&#38598;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-04-16T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;HEAD&gt;
&lt;TITLE&gt;Editable Regions Sample&lt;/TITLE&gt;

&lt;STYLE type="text/css"&gt;
BODY{
        background:white;
        font-family:verdana;
        font-size:80%;}
BUTTON {cursor:hand;
        background:#ffffff; 
        border-color:#99ccff; 
        font-weight:bold;}
.bar{background:#336699;
        width:100%;
        height:30px;
        border-top:1px solid #99CCFF;
        border-bottom:1px solid #000000;}
.desbar{background:#FFFFFF;
        width:100%;
        padding: 10px;
        border-top:1px solid #CCCCCC;
        border-bottom:1px solid #000000;
        color:black; 
        font-size:8pt;
        height:105;}
.title{font-size:15pt;
        color:white;
        padding-left:10px;}
.bar A:link {text-decoration:none; color:white}
.bar A:visited {text-decoration:none; color:white}
.bar A:active {text-decoration:none; color:white}
.bar A:hover {text-decoration:none; color:yellow}
&lt;/STYLE&gt;

&lt;SCRIPT type="text/javascript"&gt;
function fnInit(){
	//&#12486;&#12461;&#12473;&#12488;&#20837;&#21147;&#12456;&#12522;&#12450;&#20197;&#22806;&#12399;&#36984;&#25246;&#12391;&#12365;&#12394;&#12356;&#12424;&#12358;&#12395;&#12375;&#12390;&#12356;&#12427;
    for (i=0; i&lt;document.all.length; i++)
            document.all(i).unselectable = "on";
    oDiv.unselectable = "off";
    oTextarea.unselectable = "off";
}
function fnToggleEdits(oObj,oBtn) {
	//&#12456;&#12487;&#12451;&#12483;&#12488;&#12514;&#12540;&#12489;&#12398;&#22793;&#26356;&#12392;&#12508;&#12479;&#12531;&#25991;&#23383;&#12398;&#22793;&#26356;
    currentState = oObj.isContentEditable;
    newState = !currentState;
    oObj.contentEditable = newState;
    
    newState==false ? oBtn.innerHTML='Turn Editing On' :
        oBtn.innerHTML='Turn Editing Off';
}
&lt;/SCRIPT&gt;
&lt;/HEAD&gt;
&lt;BODY onload="//fnInit();"&gt;
&lt;div&gt;
&lt;p&gt;&#21442;&#32771;URL msdn&lt;/p&gt;
&lt;a href="&gt;&lt;/a&gt;
&lt;a href="http://msdn.microsoft.com/library/ja/default.asp?url=/library/ja/jpisdk/dhtml/references/methods/execCommand.asp"&gt;
http://msdn.microsoft.com/library/ja/default.asp?url=/library/ja/jpisdk/dhtml/references/methods/execCommand.asp&lt;/a&gt;&lt;br&gt;
&lt;a href="http://samples.msdn.microsoft.com/workshop/samples/author/dhtml/refs/editRegions.htm"&gt;
http://samples.msdn.microsoft.com/workshop/samples/author/dhtml/refs/editRegions.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;/div&gt;


&lt;DIV CLASS="desbar"&gt;

    &lt;DIV ALIGN="center"&gt;
        &lt;DIV ALIGN="center" STYLE="height:210; width:90%; 
            background-color:#99CCFF; border:1px solid black"&gt;  
            &lt;DIV CLASS="bar title"&gt;HTMLEditor (Content-Editable DIV)&lt;/DIV&gt;

            &lt;DIV style="padding:10px"&gt;
                &lt;BUTTON ID="oEditDiv" TITLE="Turn Editing Off"
                  onclick='fnToggleEdits(oDiv,oEditDiv);oDiv.focus();'&gt;
                  Turn Editing Off&lt;/BUTTON&gt;  
                &lt;BUTTON ID="oBoldBtn" TITLE="Bold" 
                  onclick='if (oDiv.isContentEditable==true) 
                  document.execCommand("Bold");'&gt;&lt;B&gt;Bold&lt;/B&gt;&lt;/BUTTON&gt;  
                &lt;BUTTON ID="oItalicBtn" TITLE="Italic" 
                  onclick='if (oDiv.isContentEditable==true) 
                  document.execCommand("Italic");'&gt;&lt;I&gt;Italic&lt;/I&gt;&lt;/BUTTON&gt;  
                &lt;BUTTON ID="oUndLnBtn" TITLE="Underline" 
                  onclick='if (oDiv.isContentEditable==true) 
                  document.execCommand("ForeColor",false,"red");'&gt;&lt;font color=red&gt;Red&lt;/font&gt;&lt;/BUTTON&gt;
            &lt;/DIV&gt;
            &lt;DIV id=oDiv CONTENTEDITABLE ALIGN=left STYLE="height:100; 
                width:95%;background-color:white; font-face:Arial; padding:3;    
                border:inset #99ccff; scrollbar-base-color:#99ccff; 
                overflow:auto;"&gt;&lt;/DIV&gt; 
            &lt;BUTTON TITLE="Append from HTMLEditor" 
                onclick='oTextarea.value+=oDiv.innerHTML;oTextarea.focus();'&gt;
	            Append to TextEditor&lt;/BUTTON&gt;
        &lt;/DIV&gt;
    &lt;/DIV&gt;

    &lt;DIV ALIGN="center"&gt;
        &lt;DIV ALIGN="center" STYLE="height:210; width:90%;
            background-color:#99ccff; border:1px solid black"&gt;
            &lt;DIV CLASS="bar title"&gt;TEXTEditor (TEXTAREA)&lt;/DIV&gt; 
	
            &lt;DIV style="padding:10"&gt;
                &lt;BUTTON ID="oEditText" TITLE="Turn Editing Off"
	                onclick='fnToggleEdits(oTextarea,oEditText);
                    oTextarea.focus();'&gt;Turn Editing Off&lt;/BUTTON&gt;
            &lt;/DIV&gt;
   
            &lt;TEXTAREA id=oTextarea ALIGN=left STYLE="height:100; width:95%;
                background-color:white; padding:3; border:inset #99ccff; 
                scrollbar-base-color:#99ccff; overflow:auto;"&gt;&lt;/TEXTAREA&gt;&lt;BR/&gt;
    	    &lt;BUTTON TITLE="Append to HTMLEditor" 
                onclick='oDiv.innerHTML+=oTextarea.value;oTextarea.focus();'&gt;   
                Append to HTMLEditor&lt;/BUTTON&gt; 
        &lt;/DIV&gt;
    &lt;/DIV&gt;
    &lt;BR/&gt;
&lt;/DIV&gt;
&#12477;&#12540;&#12473;&lt;br&gt;
&lt;pre&gt;
&amp;lt!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&amp;gt

&amp;ltHTML&amp;gt
&amp;ltHEAD&amp;gt
&amp;ltTITLE&amp;gtEditable Regions Sample&amp;lt/TITLE&amp;gt

&amp;ltSTYLE type="text/css"&amp;gt
BODY{
        background:white;
        font-family:verdana;
        font-size:80%;}
BUTTON {cursor:hand;
        background:#ffffff; 
        border-color:#99ccff; 
        font-weight:bold;}
.bar{background:#336699;
        width:100%;
        height:30px;
        border-top:1px solid #99CCFF;
        border-bottom:1px solid #000000;}
.desbar{background:#FFFFFF;
        width:100%;
        padding: 10px;
        border-top:1px solid #CCCCCC;
        border-bottom:1px solid #000000;
        color:black; 
        font-size:8pt;
        height:105;}
.title{font-size:15pt;
        color:white;
        padding-left:10px;}
.bar A:link {text-decoration:none; color:white}
.bar A:visited {text-decoration:none; color:white}
.bar A:active {text-decoration:none; color:white}
.bar A:hover {text-decoration:none; color:yellow}
&amp;lt/STYLE&amp;gt

&amp;ltSCRIPT type="text/javascript"&amp;gt
function fnInit(){
	//&#12486;&#12461;&#12473;&#12488;&#20837;&#21147;&#12456;&#12522;&#12450;&#20197;&#22806;&#12399;&#36984;&#25246;&#12391;&#12365;&#12394;&#12356;&#12424;&#12358;&#12395;&#12375;&#12390;&#12356;&#12427;
    for (i=0; i&amp;ltdocument.all.length; i++)
            document.all(i).unselectable = "on";
    oDiv.unselectable = "off";
    oTextarea.unselectable = "off";
}
function fnToggleEdits(oObj,oBtn) {
	//&#12456;&#12487;&#12451;&#12483;&#12488;&#12514;&#12540;&#12489;&#12398;&#22793;&#26356;&#12392;&#12508;&#12479;&#12531;&#25991;&#23383;&#12398;&#22793;&#26356;
    currentState = oObj.isContentEditable;
    newState = !currentState;
    oObj.contentEditable = newState;
    
    newState==false ? oBtn.innerHTML='Turn Editing On' :
        oBtn.innerHTML='Turn Editing Off';
}
&amp;lt/SCRIPT&amp;gt
&amp;lt/HEAD&amp;gt
&amp;ltBODY onload="//fnInit();"&amp;gt

&amp;ltDIV CLASS="desbar"&amp;gt

    &amp;ltDIV ALIGN="center"&amp;gt
        &amp;ltDIV ALIGN="center" STYLE="height:210; width:90%; 
            background-color:#99CCFF; border:1px solid black"&amp;gt  
            &amp;ltDIV CLASS="bar title"&amp;gtHTMLEditor (Content-Editable DIV)&amp;lt/DIV&amp;gt

            &amp;ltDIV style="padding:10px"&amp;gt
                &amp;ltBUTTON ID="oEditDiv" TITLE="Turn Editing Off"
                  onclick='fnToggleEdits(oDiv,oEditDiv);oDiv.focus();'&amp;gt
                  Turn Editing Off&amp;lt/BUTTON&amp;gt  
                &amp;ltBUTTON ID="oBoldBtn" TITLE="Bold" 
                  onclick='if (oDiv.isContentEditable==true) 
                  document.execCommand("Bold");'&amp;gt&amp;ltB&amp;gtBold&amp;lt/B&amp;gt&amp;lt/BUTTON&amp;gt  
                &amp;ltBUTTON ID="oItalicBtn" TITLE="Italic" 
                  onclick='if (oDiv.isContentEditable==true) 
                  document.execCommand("Italic");'&amp;gt&amp;ltI&amp;gtItalic&amp;lt/I&amp;gt&amp;lt/BUTTON&amp;gt  
                &amp;ltBUTTON ID="oUndLnBtn" TITLE="Underline" 
                  onclick='if (oDiv.isContentEditable==true) 
                  document.execCommand("ForeColor",false,"red");'&amp;gt&amp;ltfont color=red&amp;gtRed&amp;lt/font&amp;gt&amp;lt/BUTTON&amp;gt
            &amp;lt/DIV&amp;gt
            &amp;ltDIV id=oDiv CONTENTEDITABLE ALIGN=left STYLE="height:100; 
                width:95%;background-color:white; font-face:Arial; padding:3;    
                border:inset #99ccff; scrollbar-base-color:#99ccff; 
                overflow:auto;"&amp;gt&amp;lt/DIV&amp;gt 
            &amp;ltBUTTON TITLE="Append from HTMLEditor" 
                onclick='oTextarea.value+=oDiv.innerHTML;oTextarea.focus();'&amp;gt
	            Append to TextEditor&amp;lt/BUTTON&amp;gt
        &amp;lt/DIV&amp;gt
    &amp;lt/DIV&amp;gt

    &amp;ltDIV ALIGN="center"&amp;gt
        &amp;ltDIV ALIGN="center" STYLE="height:210; width:90%;
            background-color:#99ccff; border:1px solid black"&amp;gt
            &amp;ltDIV CLASS="bar title"&amp;gtTEXTEditor (TEXTAREA)&amp;lt/DIV&amp;gt 
	
            &amp;ltDIV style="padding:10"&amp;gt
                &amp;ltBUTTON ID="oEditText" TITLE="Turn Editing Off"
	                onclick='fnToggleEdits(oTextarea,oEditText);
                    oTextarea.focus();'&amp;gtTurn Editing Off&amp;lt/BUTTON&amp;gt
            &amp;lt/DIV&amp;gt
   
            &amp;ltTEXTAREA id=oTextarea ALIGN=left STYLE="height:100; width:95%;
                background-color:white; padding:3; border:inset #99ccff; 
                scrollbar-base-color:#99ccff; overflow:auto;"&amp;gt&amp;lt/TEXTAREA&amp;gt&amp;ltBR/&amp;gt
    	    &amp;ltBUTTON TITLE="Append to HTMLEditor" 
                onclick='oDiv.innerHTML+=oTextarea.value;oTextarea.focus();'&amp;gt   
                Append to HTMLEditor&amp;lt/BUTTON&amp;gt 
        &amp;lt/DIV&amp;gt
    &amp;lt/DIV&amp;gt
    &amp;ltBR/&amp;gt
&amp;lt/DIV&amp;gt
&amp;lt/body&amp;gt
&amp;lt/html&amp;gt
&lt;/pre&gt;
&lt;/body&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-04-16T00:00:00Z</created-at>
    <html>H</html>
    <id type="integer">205</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12502;&#12521;&#12454;&#12470;&#19978;&#12391;&#12398;&#32232;&#38598;&#12395;&#20415;&#21033;&#12508;&#12479;&#12531;&#36861;&#21152;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-04-16T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>function imageExist(sImageUrl){
    var img = new Image();
    img.src = sImageUrl;
    return img.height &gt; 0; // &#35501;&#12415;&#36796;&#12415;&#12395;&#22833;&#25943;&#12377;&#12428;&#12400; 0 &#12395;&#12394;&#12427;&#12290;
}
  
if(imageExist("&#12452;&#12513;&#12540;&#12472;&#12398;URL")){
  alert("&#23384;&#22312;&#12375;&#12414;&#12377;");
}else{
  alert("&#23384;&#22312;&#12375;&#12414;&#12379;&#12435;");
}</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-04-28T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">207</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#12452;&#12513;&#12540;&#12472;&#12364;&#23384;&#22312;&#12377;&#12427;&#12363;&#12481;&#12455;&#12483;&#12463;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-04-28T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;html lang="ja"&gt;
&lt;head&gt;
	&lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"&gt;
	&lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;script type="text/javascript"&gt;
//&lt;![CDATA[
function tabclick(){
 	e = event;
	if (e.keyCode == 9){
		r = document.selection.createRange();// IE,Opera
    	r.text = "\t";
    	e.returnValue = false;
		return false;
	}else{
		return true;
	}
}
//]]&gt;
&lt;/script&gt;
&lt;body&gt;
&#26412;&#26469;&#12398;&#27231;&#33021;&#12434;&#28961;&#21177;&#21270;&#12377;&#12427;
//&#20837;&#21147;&#12391;&#12365;&#12394;&#12356;
&lt;input onkeydown="return false;"&gt;
//&#20837;&#21147;&#12391;&#12365;&#12427;
&lt;input onkeydown="return true;"&gt;
&#12371;&#12428;&#12434;&#24540;&#29992;&#12377;&#12427;&#12392;&#12479;&#12502;&#12434;textarea&#12391;&#20351;&#12360;&#12383;&#12426;&#12377;&#12427;
&lt;textarea cols="50" rows="5" onkeydown="return tabclick();"&gt;&lt;/textarea&gt;
&lt;/body&gt;
&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-20T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">213</id>
    <language>Ajax</language>
    <title>&#65288;JavaScript&#65289;&#26412;&#26469;&#12398;&#27231;&#33021;&#28961;&#21177;&#21270;&#65374;textarea&#12391;tab&#12461;&#12540;&#21033;&#29992;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-06-05T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#20363;&#12360;&#12400;http://domein.com/index.html&#12398;&#12501;&#12449;&#12452;&#12523;&#12434;&#20197;&#19979;&#12398;&#12424;&#12358;&#12395;&#35352;&#36848;&#12375;&#12383;&#22580;&#21512;&#12289;
&#33258;&#21205;&#30340;&#12395;http://domein.com/redirect/page&#12395;&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;&#12373;&#12428;&#12427;&#12290;

&amp;lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt
&amp;lthtml&amp;gt
  &amp;lthead&amp;gt
&lt;font color="red"&gt;    &amp;ltmeta http-equiv="refresh" content="0;url=/redirect/page" /&amp;gt&lt;/font&gt;
  &amp;lt/head&amp;gt
&amp;lt/html&amp;gt</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-07-03T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">247</id>
    <language>Ajax</language>
    <title>(HTML)meta&#12479;&#12464;&#12391;&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-07-03T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9632;&#22522;&#30990;&#30693;&#35672; **************************************************
&#9660;&#12497;&#12521;&#12513;&#12540;&#12479;&#12434;&#21463;&#12369;&#21462;&#12427;
		Request("&#12497;&#12521;&#12513;&#12540;&#12479;&#21517;")

&#9660;&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;&#20966;&#29702;
		Response.Redirect("url")

&#9660;&#12475;&#12483;&#12471;&#12519;&#12531;&#12434;&#12388;&#12363;&#12358;
		Session("mypage") ' &#8251;&#23459;&#35328;&#12363;&#12394;&#12395;&#12363;&#24517;&#35201;&#12363;&#12418;

&#9660;&#26368;&#21021;&#12398;&#34920;&#31034;&#12363;&#12393;&#12358;&#12363;
		' Page_Load&#20869;&#12391;&#20351;&#12358;&#12398;&#12364;&#19968;&#33324;&#30340;&#65311;
		If Not IsPostBack Then
			'&#26368;&#21021;&#12395;&#21628;&#12403;&#20986;&#12373;&#12428;&#12427;&#20966;&#29702;
		else
			'&#26368;&#21021;&#20197;&#22806;&#12395;&#21628;&#12403;&#20986;&#12373;&#12428;&#12427;&#20966;&#29702;
		end if

&#9660;&#20197;&#19979;&#21508;&#31278;&#12518;&#12540;&#12470;&#12540;&#12452;&#12531;&#12479;&#12540;&#12501;&#12455;&#12540;&#12473;&#12398;&#20869;&#12289;&#20837;&#21147;&#31995;&#12467;&#12531;&#12488;&#12525;&#12540;&#12523;&#20197;&#22806;&#65288;Label&#12394;&#12393;&#65289;
&#12399;&#12289;&#12377;&#12409;&#12390;ViewState&#12364;&#31649;&#29702;&#12375;&#12390;&#12356;&#12427;&#12290;ViewState&#12392;&#12399;&#12289;HTML&#19978;&#12398;HIDDEN&#12479;&#12464;&#12395;&#12424;&#12427;&#24773;&#22577;
ViewState&#12395;&#20516;&#12434;&#20445;&#23384;&#12375;&#12390;&#12362;&#12367;&#12371;&#12392;&#12364;&#12391;&#12365;&#12427;
		ViewState("&#12461;&#12540;&#21517;") = value ' Object (set)
		Dim obj As Object = ViewState("&#12461;&#12540;&#21517;") ' Object (get)
		Dim str As String = obj.toString()

&#9632;&#21508;&#31278;&#12518;&#12540;&#12470;&#12540;&#12452;&#12531;&#12479;&#12540;&#12501;&#12455;&#12452;&#12473; ******************************
&#9660;&#12521;&#12505;&#12523;&#34920;&#31034;
	aspx
		&lt;asp:Label ID="lbld" runat="server"&gt;&lt;/asp:Label&gt;
	aspx.vb
		lblend.Text = "huga"

&#9660;&#12522;&#12531;&#12463;
	aspx
		&lt;asp:LinkButton ID="linkp" runat="server" Text="&#27425;&#12398;&#12506;&#12540;&#12472;"&gt;
	aspx.vb
		Protected Sub linkp_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles linkp.Click
			' &#12463;&#12522;&#12483;&#12463;&#26178;&#12398;&#20966;&#29702;
		End Sub

&#9660;&#30011;&#20687;&#34920;&#31034;&#12289;&#12508;&#12479;&#12531;
	aspx
		&lt;asp:ImageButton ID="btn" runat="server" ImageUrl="../img/03/common/btn_area_search_01.jpg" /&gt;
	aspx.vb
		Protected Sub btn_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles btn.Click	
			' &#12463;&#12522;&#12483;&#12463;&#26178;&#12398;&#20966;&#29702;
		End Sub

&#9660;&#12486;&#12461;&#12473;&#12488;&#12508;&#12483;&#12463;&#12473;
	aspx
		&lt;asp:TextBox ID="txt_name" runat="server"&gt;&lt;/asp:TextBox&gt;
	aspx.vb
		txt_name.Text.Trim()

&#9660;&#38560;&#12375;&#12486;&#12461;&#12473;&#12488;
	aspx
		&lt;asp:HiddenField ID="hidc" runat="server" /&gt;
	aspx.vb
		hidc.Text = "uho"		

&#9660;DIV&#12479;&#12464;
	aspx
		&lt;div id="aaa"&gt;&lt;/div&gt;
	aspx.vb
		aaa.innerHtml = "&#12354;&#12354;&#12354;"

&#9660;&#12486;&#12461;&#12473;&#12488;&#12456;&#12522;&#12450;
	aspx
		&lt;asp:TextBox ID="textfield" runat ="server" Height="74px" TextMode="MultiLine" 
          Width="357px" &gt;&lt;/asp:TextBox&gt;
	aspx.vb
		textfield.Text="&#12354;&#12354;&#12354;"

&#9660;&#12521;&#12472;&#12458;&#12508;&#12479;&#12531;
	aspx
		&lt;asp:RadioButtonList ID="radiobtntype" runat="server" AutoPostBack="true" RepeatDirection="Horizontal" &gt;
		&lt;asp:ListItem Selected="True" Value="0" Text="&#12486;&#12461;&#12473;&#12488;&#65297;"&gt;&lt;/asp:ListItem&gt;
		&lt;asp:ListItem Value="1" Text="&#12486;&#12461;&#12473;&#12488;&#65298;"&gt;&lt;/asp:ListItem&gt;
		&lt;asp:ListItem Value="2" Text="&#12486;&#12461;&#12473;&#12488;&#65299;"&gt;&lt;/asp:ListItem&gt;
		&lt;asp:ListItem Value="3" Text="&#12486;&#12461;&#12473;&#12488;&#65300;"&gt;&lt;/asp:ListItem&gt;
		&lt;/asp:RadioButtonList &gt;
  aspx.vb
		radiobtntype.SelectedValue = 1
		
&#9660;&#12503;&#12523;&#12480;&#12454;&#12531;
	aspx
		&lt;asp:DropDownList ID="h_value" runat="server"&gt;
			&lt;asp:ListItem Value="0"&gt;&#19979;&#38480;&#12394;&#12375; &lt;/asp:ListItem&gt;
			&lt;asp:ListItem value="5000000"&gt;500 &#19975;&#20870; &lt;/asp:ListItem&gt;
			&lt;asp:ListItem value="10000000"&gt;1000 &#19975;&#20870; &lt;/asp:ListItem&gt;
			&lt;asp:ListItem value="15000000"&gt;1500 &#19975;&#20870; &lt;/asp:ListItem&gt;
			&lt;asp:ListItem value="20000000"&gt;2000 &#19975;&#20870; &lt;/asp:ListItem&gt;
			&lt;asp:ListItem  Selected="True" Value=""&gt;&#19978;&#38480;&#12394;&#12375; &lt;/asp:ListItem&gt;
		&lt;/asp:DropDownList&gt;
	aspx.vb
		h_value.SelectedValue = 0
&#9660;&#12481;&#12455;&#12483;&#12463;&#12508;&#12483;&#12463;&#12473;
	aspx
		&lt;asp:CheckBoxList ID="hoge" runat="server" RepeatColumns="2"&gt;
		&lt;asp:ListItem Value="0" Text="&#12486;&#12461;&#12473;&#12488;&#65297;"&gt;&lt;/asp:ListItem&gt;
		&lt;asp:ListItem Value="1" Text="&#12486;&#12461;&#12473;&#12488;&#65298;"&gt;&lt;/asp:ListItem&gt;
		&lt;/asp:CheckBoxList&gt;
	aspx.vb
		For Each item As ListItem In hoge.Items
			item.Selected = False
		Next
		hoge.Items(index).Selected = True

&#9632;detatable&#12398;&#20986;&#21147;,&#21442;&#29031; **************************************

&#9660;&#12487;&#12540;&#12479;&#12434;&#12496;&#12452;&#12531;&#12489;&#12375;&#12390;&#20986;&#21147;&#12377;&#12427;&#26041;&#27861;
	aspx '&#12496;&#12452;&#12531;&#12489;&#12373;&#12428;&#12383;&#12486;&#12540;&#12502;&#12523;&#12398;name&#12459;&#12521;&#12512;&#12398;&#20516;&#12434;&#34920;&#31034;
		&lt;asp:DataList ID="dlaaa" runat="server" RepeatLayout="Flow"&gt;
		&lt;ItemTemplate&gt;
			&lt;%# Eval("name") %&gt;
		&lt;/ItemTemplate&gt;
		&lt;/asp:DataList&gt;
	aspx '&#12496;&#12452;&#12531;&#12489;&#12373;&#12428;&#12383;&#12486;&#12540;&#12502;&#12523;&#12398;name&#12459;&#12521;&#12512;&#12398;&#20516;&#12434;&#34920;&#31034;
		&lt;asp:Repeater ID="Repeater1" runat="server"&gt;
			&lt;ItemTemplate&gt;                                
				&lt;li&gt;&lt;%# Eval("name") %&gt;&lt;/li&gt;
			&lt;/ItemTemplate&gt;
		&lt;/asp:Repeater&gt;
	aspx.vb
		dlsearch.DataSource = datatable_a ' System.Data.DataTable
		dlsearch.DataBind()

&#9660;&#12487;&#12540;&#12479;&#12486;&#12540;&#12502;&#12523;&#12398;&#12524;&#12467;&#12540;&#12489;&#25968;&#12398;&#32722;&#24471;
		Dim dtb As DataTable = datatable_a
		Dim cnt As Integer = dtb.Rows.Count

&#9660;&#12487;&#12540;&#12479;&#12486;&#12540;&#12502;&#12523;&#12434;VB&#19978;&#12391;&#21442;&#29031;&#12289;&#22238;&#12377;
		Dim dtb As DataTable = datatable_a
		For Each row As DataRow In dtb.Rows
			Dim n As String = row("name").ToString
			Dim a As String = row("age").ToString
		Next

&#9660;&#12487;&#12540;&#12479;&#12486;&#12540;&#12502;&#12523;&#12434;C#&#19978;&#12391;&#21442;&#29031;&#12289;&#22238;&#12377;
		DataTable dt = datatable_a;
		foreach (DataRow dr in dt.Rows)
		{
			String n = Field("name", dr);
			String a = Field("age", dr);
		}
		// &#21442;&#29031;&#26041;&#27861;&#65298;
		String n2 = dt.Rows[0]["name"].ToString();

&#9632;detatable&#12434;C#&#12391;SQL&#12363;&#12425;&#21462;&#24471;&#12377;&#12427; ****************************

&#9660;ODBC&#12391;SQL&#12391;&#25509;&#32154;
		using System;
		using System.Collections.Generic;
		using System.Text;
		using System.Data;
		using System.Data.Odbc;

		namespace sqlexe
		{
			public class DbUse
			{
				
				public DbUse() { }

				public DataTable ExecuteSQLForDataTable()
				{
					try
					{
						DataSet ds = new DataSet();
						using (OdbcConnection cn = new OdbcConnection("Provider=postgresql; DSN=postgres; UID=postgres; PWD=password;"))
						{
							OdbcDataAdapter ad = new OdbcDataAdapter("select * from users", cn);
							ad.Fill(ds);
							return ds.Tables[0];
						}
					}
					catch (Exception e)
					{
						return null;
					}
				}
			}
		}

&#9632;&#20849;&#36890;&#12486;&#12531;&#12503;&#12524;&#12540;&#12488;&#12434;aspx&#12408;&#22475;&#12417;&#36796;&#12416; **************************
&#9660;aspx
		aspx&#12398;&#19978;&#12395;&#23459;&#35328;
		&lt;%@ Register TagPrefix ="hoge" TagName="hinfo" Src ="~/aaa/finfo.ascx"  %&gt;
		aspx&#12398;&#12486;&#12531;&#12503;&#12524;&#12540;&#12488;&#12434;&#22475;&#12417;&#36796;&#12415;&#12383;&#12356;&#25152;&#12408;
		&lt;hoge:hinfo id ="hinfo" runat ="server" /&gt;

&#9660;&#22475;&#12417;&#36796;&#12435;&#12384;ascx&#12408;&#22793;&#25968;&#12434;&#28193;&#12377;&#12395;&#12399;()
		hinfo.huga = "aaa"
		ascx&#20596;&#12391;&#12399;&#12289;&#12463;&#12521;&#12473;&#12398;&#12513;&#12531;&#12496;&#12392;&#12375;&#12390;&#20197;&#19979;&#12398;&#12424;&#12358;&#12395;&#23459;&#35328;&#12375;&#12390;&#12362;&#12367;
		Public huga As String

&#9632;&#12510;&#12473;&#12479;&#12540;&#12506;&#12540;&#12472;&#12398;&#20181;&#32068;&#12415; ************************************

&#9660;aspx&#12391;&#19968;&#30058;&#19978;&#12395;&#23459;&#35328;
	&lt;%@ Page Language="VB" MasterPageFile="~/masterpage/uho.master" enableEventValidation="false" AutoEventWireup="false" CodeFile="aiueo.aspx.vb" Inherits="contents_uho_aiueo" Title="&#12479;&#12452;&#12488;&#12523;&#21517;" %&gt;
	&lt;asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"&gt;
	&lt;link href="../css/aaa.css" rel="stylesheet" type="text/css" /&gt;
	&lt;script type="text/javascript" language="javascript" src="../include/aaa.js"&gt;&lt;/script&gt;
	&lt;/asp:Content&gt;

	master&#12501;&#12449;&#12452;&#12523;&#20596;
	&lt;!-- &#12358;&#12417;&#12371;&#12415;&#12383;&#12356;&#12392;&#12371;&#12429;&#12408; --&gt;
	&lt;asp:ContentPlaceHolder id="head" runat="server"&gt;&lt;/asp:ContentPlaceHolder&gt;

	&#12371;&#12428;&#12391;&#12289;&#65288;aspx&#20596;ContentPlaceHolderID="head"&#12398;asp:Content&#65289;&#12398;&#20869;&#23481;&#12364;&#12289;master&#12506;&#12540;&#12472;&#12398;
	&#65288;asp:ContentPlaceHolder id="head"&#65289;&#12398;&#20869;&#23481;&#12408;&#21453;&#26144;&#12373;&#12428;&#12427;
	</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-09-30T06:30:17Z</created-at>
    <html>W</html>
    <id type="integer">287</id>
    <language>ASP.NET</language>
    <title>ASP.NET(C#,VB)&#12398;&#22522;&#30990;&#12289;&#35226;&#26360;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-09-30T06:53:44Z</updated-at>
  </memo>
  <memo>
    <body>&lt;a href="http://distrowatch.com/"&gt;http://distrowatch.com/&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-03-10T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">268</id>
    <language>Linux</language>
    <title>Linux&#12398;&#12480;&#12454;&#12531;&#12525;&#12540;&#12489;&#12521;&#12531;&#12461;&#12531;&#12464;&#12434;&#35211;&#12427;</title>
    <tp>link</tp>
    <updated-at type="datetime">2009-03-10T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>DiCE&#12391;IP&#12450;&#12489;&#12524;&#12473;&#22793;&#21270;&#26178;DDNS&#12398;&#33258;&#21205;&#35373;&#23450;
&lt;a href="http://kajuhome.com/dice.shtml"&gt;http://kajuhome.com/dice.shtml&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-05-01T04:26:03Z</created-at>
    <html>T</html>
    <id type="integer">269</id>
    <language>Linux</language>
    <title>DiCE&#12391;IP&#12450;&#12489;&#12524;&#12473;&#22793;&#21270;&#26178;DDNS&#12398;&#33258;&#21205;&#35373;&#23450;</title>
    <tp>link</tp>
    <updated-at type="datetime">2009-05-01T04:26:03Z</updated-at>
  </memo>
  <memo>
    <body>Linux&#12387;&#12390;&#20309;&#12384;&#12429;&#12358;
&lt;a href="http://itpro.nikkeibp.co.jp/article/COLUMN/20070131/260182/?ST=oss"&gt;http://itpro.nikkeibp.co.jp/article/COLUMN/20070131/260182/?ST=oss&lt;/a&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-26T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">123</id>
    <language>Linux</language>
    <title>Linux&#12387;&#12390;&#20309;&#12384;&#12429;&#12358;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-11-30T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12469;&#12540;&#12502;&#12524;&#12483;&#12488;&#65295;JSP&#12469;&#12540;&#12496;&#12540;&#27083;&#31689;(Tomcat6)
&lt;a href="http://centossrv.com/tomcat6.shtml"&gt;http://centossrv.com/tomcat6.shtml&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-30T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">133</id>
    <language>Linux</language>
    <title>Linux&#12391;Tomcat6&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-11-30T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12471;&#12455;&#12523;&#12391;&#20197;&#19979;&#12434;&#23455;&#34892;&#12377;&#12427;

yum install gcc
yum install gcc-objc

&#20197;&#19979;&#12434;hoge.m&#12392;&#12375;&#12390;&#20445;&#23384;

#import &lt;stdio.h&gt;
#import &lt;objc/Object.h&gt;

int main() {
   printf("Hello,Object-C\n");
   return 0;
}

gcc hoge.m
./a.out
Hello,Object-C

&#12392;&#12391;&#12428;&#12400;&#25104;&#21151;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-07-15T04:47:45Z</created-at>
    <html>W</html>
    <id type="integer">282</id>
    <language>Linux</language>
    <title>Fedora&#12391;Object-C&#12434;&#20351;&#12358;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-07-15T04:47:45Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;
Fedora&#65304;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#26178;&#12395;Server&#12398;MySQL&#12395;&#12481;&#12455;&#12483;&#12463;&#12434;&#20837;&#12428;&#12427;

&#9633;MySQL&#12398;&#36215;&#21205;
# /etc/init.d/mysqld start 

&#9633;MySQL&#12398;&#20572;&#27490;
# /etc/init.d/mysqld stop 

&#9633;Linux&#36215;&#21205;&#26178;&#12395;MySQL&#12364;&#31435;&#12385;&#19978;&#12364;&#12427;&#12424;&#12358;&#20197;&#19979;&#12434;&#23455;&#34892;
# chkconfig mysqld on

&#9633;&#12523;&#12540;&#12488;&#12518;&#12540;&#12470;&#12540;&#12398;&#12497;&#12473;&#12527;&#12540;&#12489;&#12434;&#35373;&#23450;&#12377;&#12427;
# mysqladmin -u root password &#26032;&#12375;&#12356;&#12497;&#12473;&#12527;&#12540;&#12489;

&#9633;MySQL&#12463;&#12521;&#12452;&#12450;&#12531;&#12488;&#12398;&#23455;&#34892;

#mysql -u root -p
Enter password:&#12288;&#12497;&#12473;&#12527;&#12540;&#12489;&#12434;&#20837;&#21147;
&#65288;&#30465;&#30053;&#65289;
mysql&gt;

&#9633;&#25991;&#23383;&#12475;&#12483;&#12488;&#12398;&#35373;&#23450;

mysql&gt; SET NAMES utf8;

&#9633;&#25991;&#23383;&#12475;&#12483;&#12488;&#12398;&#30906;&#35469;

mysql&gt; SHOW VARIABLES LIKE 'character_%';



&#9633;&#12488;&#12521;&#12531;&#12470;&#12463;&#12471;&#12519;&#12531;&#20966;&#29702;&#12398;&#12391;&#12365;&#12427;&#12486;&#12540;&#12502;&#12523;&#20316;&#25104;

mysql&gt; CREATE TABLE test_table (
    -&gt;  num int(10),str varchar(50))
    -&gt;  ENGINE=InnoDB DEFAULT CHARSET=utf8;

&#9633;&#12488;&#12521;&#12531;&#12470;&#12463;&#12471;&#12519;&#12531;&#12398;&#21033;&#29992;

&#21021;&#26399;&#35373;&#23450;&#12391;&#12399;&#33258;&#21205;&#12467;&#12511;&#12483;&#12488;&#12364;ON&#12395;&#12394;&#12387;&#12390;&#12356;&#12427;&#12383;&#12417;&#12289;
&#12300;BEGIN&#12301;&#12463;&#12456;&#12522;&#12540;&#12434;&#30330;&#34892;&#12377;&#12427;&#12363;&#12289;&#12300;SET AUTOCOMMIT=0&#12301;&#12391;
&#33258;&#21205;&#12467;&#12511;&#12483;&#12488;&#12434;&#28961;&#21177;&#12395;&#12377;&#12427;

BEGIN;	 &#12288;&#12488;&#12521;&#12531;&#12470;&#12463;&#12471;&#12519;&#12531;&#38283;&#22987;
COMMIT;&#12288;&#12288;&#12467;&#12511;&#12483;&#12488;
ROLLBACK;&#12288;&#12525;&#12540;&#12523;&#12496;&#12483;&#12463;



</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-01-21T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">168</id>
    <language>Linux</language>
    <title>Fedora8&#12288;MySQL5.0.45</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-01-21T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9312;/etc/rc.d/init.d/crond start&#12391;&#23455;&#34892;
&#8251;&#26368;&#36817;&#12487;&#12451;&#12473;&#12488;&#12522;&#12499;&#12517;&#12540;&#12471;&#12519;&#12531;&#12391;cron&#12364;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12373;&#12428;&#12394;&#12356;&#12418;&#12398;&#12399;&#12394;&#12367;&#12289;&#26368;&#21021;&#12363;&#12425;&#36215;&#21205;&#12375;&#12390;&#12356;&#12427;
&#12288;Fedora8&#12391;&#12399;&#12487;&#12501;&#12457;&#12523;&#12488;&#12391;&#36215;&#21205;&#12375;&#12390;&#12356;&#12427;

&#9313;crontab -e&#12434;&#36215;&#21205;

&#9314;vi&#12456;&#12487;&#12451;&#12479;&#12364;&#38283;&#12367;&#12398;&#12391;&#12381;&#12371;&#12395;&#12479;&#12473;&#12463;&#12473;&#12465;&#12472;&#12517;&#12540;&#12523;&#12434;&#30331;&#37682;&#12377;&#12427;

&#9315;&#20445;&#23384;&#12375;&#12390;&#23436;&#20102;&#65288;&#20877;&#36215;&#21205;&#12398;&#24517;&#35201;&#12394;&#12375;&#65289;

&#30331;&#37682;&#26041;&#27861;
&#20998; &#26178; &#26085; &#26376; &#26332;&#26085; &#12467;&#12510;&#12531;&#12489;

&#35352;&#36848;&#20363;
0 1 * * * rm /root/aaa.txt
&#8251;&#27598;&#26085;&#21320;&#21069;1&#26178;&#12395;aaa.txt&#12434;&#28040;&#12377;

10 1 * * 0 cp /root/bbb.txt /root/aaa.txt
&#8251;&#27598;&#36913;&#26085;&#26332;&#26085;&#12398;1&#26178;10&#20998;&#12395;bbb.txt&#12434;&#12467;&#12500;&#12540;&#65288;0&#65306;&#26085;&#26332; 1:&#26376;&#26332; 2:&#28779;&#26332;&#12539;&#12539;&#12539;&#12539;)

20 1 15 * * mv /root/aaa.txt /home/user/aaa.txt
&#8251;&#27598;&#26376;15&#26085;1&#26178;20&#20998;&#12395;aaa.txt&#12434;&#31227;&#21205;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-02-24T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">192</id>
    <language>Linux</language>
    <title>cron&#12434;&#20351;&#12387;&#12390;&#12479;&#12473;&#12463;&#12473;&#12465;&#12472;&#12517;&#65293;&#12523;&#12434;&#35373;&#23450;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-02-24T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12459;&#12540;&#12493;&#12523;&#12364;&#35469;&#35672;&#12375;&#12390;&#12356;&#12427;&#12497;&#12540;&#12486;&#12451;&#12471;&#12519;&#12531;&#12398;&#19968;&#35239;&#12399; 

vi /proc/partitions

&#12391;&#30906;&#35469;&#12377;&#12427;&#12290;&#12371;&#12398;&#20013;&#12395;&#65320;&#65316;&#12398;&#21517;&#21069;&#12364;&#23384;&#22312;&#12377;&#12427;&#12290;

mkdir media/hd

&#12391;&#12510;&#12454;&#12531;&#12488;&#20808;&#12434;&#20316;&#25104;&#12375;&#12390;

mount /dev/&#65320;&#65316;&#12398;&#21517;&#21069; /media/hd

&#12391;&#12510;&#12454;&#12531;&#12488;&#12377;&#12427;&#12290;

vi /etc/fstab

&#12391;&#20197;&#19979;&#12434;&#26082;&#23384;&#25991;&#12398;&#26368;&#24460;&#12395;&#36861;&#35352;&#12377;&#12428;&#12400;&#12289;
&#36215;&#21205;&#26178;&#21213;&#25163;&#12395;&#12510;&#12454;&#12531;&#12488;&#12375;&#12390;&#12367;&#12428;&#12427;&#12424;&#12358;&#12395;&#12394;&#12427;

/dev/&#65320;&#65316;&#12398;&#21517;&#21069;      /media/hd   auto    defaults 0 0
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-04-01T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">200</id>
    <language>Linux</language>
    <title>&#22806;&#20184;&#12369;HD&#12434;&#12510;&#12454;&#12531;&#12488;&#12289;&#20877;&#36215;&#21205;&#26178;&#12418;&#33258;&#21205;&#12510;&#12454;&#12531;&#12488;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-04-01T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;a href="http://www.tans.gr.jp/atan/linux2001/1_lec11.htm"&gt;&#21442;&#32771;HP&lt;/a&gt;

bash&#12398;&#35373;&#23450;

bash(/bin/bash)&#12364;&#36215;&#21205;&#26178;&#12395;&#30906;&#35469;&#12377;&#12427;&#35373;&#23450;&#12501;&#12449;&#12452;&#12523;&#12398;&#38918;&#30058;&#12434;&#20197;&#19979;&#12395;&#35352;&#36617;&#12290;

bash&#12399;&#36215;&#21205;&#26178;&#12395;/etc/profile&#12362;&#12424;&#12403;/etc/bashrc&#12434;&#35501;&#12415;&#36796;&#12415;&#12414;&#12377;
&#65288;&#12487;&#12451;&#12473;&#12488;&#12522;&#12499;&#12517;&#12540;&#12471;&#12519;&#12531;&#12395;&#12424;&#12387;&#12390;&#12399;/etc/bashrc&#12399;&#29992;&#24847;&#12373;&#12428;&#12390;&#12356;&#12394;&#12356;&#65289;

bash&#12364;&#12525;&#12464;&#12452;&#12531;&#12471;&#12455;&#12523;&#12392;&#12375;&#12390;&#35373;&#23450;&#12373;&#12428;&#12390;&#12356;&#12428;&#12400;&#27425;&#12395;~/.bash_profile
&#65288;&#12300;~/&#12301;&#12392;&#12399;&#12525;&#12464;&#12452;&#12531;&#12518;&#12540;&#12470;&#12398;&#12507;&#12540;&#12512;&#12487;&#12451;&#12524;&#12463;&#12488;&#12522;&#19979;&#12434;&#25351;&#12375;&#12390;&#12356;&#12427;&#65289;
&#12398;&#23384;&#22312;&#12434;&#30906;&#35469;&#12375;&#12390;&#35501;&#12415;&#36796;&#12415;&#12414;&#12377;
~/.bash_profile&#12398;&#23384;&#22312;&#12364;&#12394;&#12369;&#12428;&#12400;~/.bash_login&#12289;~/.profile&#12398;&#38918;&#12395;&#23384;&#22312;&#12364;&#30906;&#35469;&#12373;&#12428;&#12289;
&#12356;&#12378;&#12428;&#12363;&#12364;&#35501;&#12415;&#36796;&#12414;&#12428;&#12414;&#12377;&#12290;

&#23550;&#35441;&#12525;&#12464;&#12452;&#12531;&#65288;X Window System&#19978;&#12391;&#12471;&#12455;&#12523;&#12398;&#23376;&#12503;&#12525;&#12475;&#12473;&#12392;&#12375;&#12390;kterm&#12394;&#12393;&#12398;&#12456;&#12511;&#12517;&#12524;&#12540;&#12488;&#31471;&#26411;&#12434;
&#36215;&#21205;&#12375;&#12383;&#12392;&#12365;&#65289;&#12398;&#22580;&#21512;&#12399;&#12289;~/.bashrc&#12364;&#35501;&#12415;&#36796;&#12414;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;

&#12388;&#12414;&#12426;&#12289;&#12471;&#12473;&#12486;&#12512;&#20840;&#20307;&#12398;&#29872;&#22659;&#35373;&#23450;&#12399;/etc/profile&#12420;/etc/bashrc&#12434;&#32232;&#38598;&#12377;&#12428;&#12400;&#12424;&#12367;&#12289;
&#12518;&#12540;&#12470;&#12372;&#12392;&#12398;&#29872;&#22659;&#35373;&#23450;&#12395;&#12399;~/.bash_profile&#12420;~/.bashrc&#12434;&#32232;&#38598;&#12377;&#12428;&#12400;&#12424;&#12356;&#12392;&#12356;&#12358;&#12371;&#12392;&#12395;&#12394;&#12426;&#12414;&#12377;

*** PATH&#12398;&#36861;&#21152; ***

$ vi ~/.bashrc

export PATH=$PATH:/usr/java/default/bin&#12288;&#12288;&#8592;&#26368;&#24460;&#12398;&#34892;&#12395;&#36861;&#21152; 


*** &#12377;&#12368;&#12395;&#21453;&#26144;&#12373;&#12379;&#12427; ***
source ~/.bashrc 


*** &#30906;&#35469;&#12377;&#12427; ***
printenv PATH
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-22T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">218</id>
    <language>Linux</language>
    <title>&#29872;&#22659;&#22793;&#25968;&#12434;&#35373;&#23450;&#12377;&#12427;&#65288;PATH&#12398;&#35373;&#23450;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>trac &#23566;&#20837;

# yum install python python-devel python-setuptools python-sqlite2 python-pygments subversion unzip

trac &#26085;&#26412;&#35486;&#12497;&#12483;&#12463;
# wget http://www.i-act.co.jp/project/products/downloads/trac-0.11.ja1.zip

&#35299;&#20941;
# unzip trac-0.11.ja1.zip

cd trac-0.11.ja1
# python ./setup.py install

subversion&#12434;Apache&#12392;&#36899;&#21205;&#12373;&#12379;&#12427;
&lt;a href="http://centossrv.com/subversion.shtml"&gt;http://centossrv.com/subversion.shtml&lt;/a&gt;&#21442;&#32771;

subversion&#12395;&#12518;&#12540;&#12470;&#12540;&#30331;&#37682;&#12377;&#12427;
&lt;a href="http://fedorasrv.com/apache-htpasswd.shtml"&gt;http://fedorasrv.com/apache-htpasswd.shtml&lt;/a&gt;&#21442;&#32771;

&#19978;&#35352;&#21442;&#32771;&#12398;&#19978;&#12391;&#12522;&#12509;&#12472;&#12488;&#12522;&#26684;&#32013;&#12487;&#12451;&#12524;&#12463;&#12488;&#12522;&#12434;&#20197;&#19979;&#12395;&#26684;&#32013;&#12375;&#12383;&#22580;&#21512;
/var/www/svn

&#12522;&#12509;&#12472;&#12488;&#12522;&#12398;&#20316;&#25104;&#12288;
# svnadmin create /var/www/svn/[&#21517;&#21069;]

&#12522;&#12509;&#12472;&#12488;&#12522;&#25152;&#26377;&#32773;&#12434;Apache&#23455;&#34892;&#12518;&#12540;&#12470;&#12540;&#12395;&#22793;&#26356;
# chown -R apache:apache /var/www/svn/test/

&#12522;&#12509;&#12472;&#12488;&#12522;&#12395;&#12452;&#12531;&#12509;&#12540;&#12488;
# svn import "New import" &#12452;&#12531;&#12509;&#12540;&#12488;&#12375;&#12383;&#12356;&#12501;&#12457;&#12523;&#12480;&#12497;&#12473; http://192.168.xx.xx/repos/[&#21517;&#21069;]

Trac Environment&#12398;&#28310;&#20633;

# pwd
/var/trac

# trac-admin [&#29983;&#25104;&#12501;&#12457;&#12523;&#12480;&#21517;] initenv

&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#21517;&#12434;&#20837;&#21147;&#12375;&#12390;&#12288;[&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#21517;][enter]
			  [enter]
			  [enter]
&#12522;&#12509;&#12472;&#12488;&#12522;&#12497;&#12473;&#12434;&#20837;&#21147;&#12288;	  /var/www/svn/[&#21517;&#21069;]

&#12469;&#12540;&#12496;&#12540;&#12434;&#36215;&#21205;&#12373;&#12379;&#12427;

# tracd --port 8000 --env-parent-dir /var/trac/

&#65290;Trac&#12398;&#35469;&#35388;&#12395;&#12480;&#12452;&#12472;&#12455;&#12473;&#12488;&#35469;&#35388;&#12434;&#20351;&#12358;&#22580;&#21512;&#12398;&#12518;&#12540;&#12470;&#12540;&#12289;&#12497;&#12473;&#12527;&#12540;&#12489;&#35373;&#23450;

	* Trac&#35299;&#20941;&#20808;&#12398;&#20013;&#12398;contrib&#12501;&#12457;&#12523;&#12480;&#12395;&#31227;&#21205;&#12377;&#12427;

	# python htdigest.py -c /var/trac/users.htdigest trac_users [&#12518;&#12540;&#12470;&#12540;&#21517;]
	New password : [&#12497;&#12473;&#12527;&#12540;&#12489;]
	Re-type new password : [&#12497;&#12473;&#12527;&#12540;&#12489;]

&#65290;Trac&#12398;&#35469;&#35388;&#12395;&#12505;&#12540;&#12471;&#12483;&#12463;&#35469;&#35388;&#12434;&#20351;&#12358;&#22580;&#21512;&#12398;&#12518;&#12540;&#12470;&#12540;&#12289;&#12497;&#12473;&#12527;&#12540;&#12489;&#35373;&#23450;

	# python htpasswd.py -c -b /var/trac/users.htpasswd [&#12518;&#12540;&#12470;&#12540;&#21517;] [&#12497;&#12473;&#12527;&#12540;&#12489;]

	*-c&#12398;&#12458;&#12503;&#12471;&#12519;&#12531;&#12399;&#26368;&#21021;&#12501;&#12449;&#12452;&#12523;&#12434;&#29983;&#25104;&#12377;&#12427;&#12392;&#12365;&#12398;&#12415;&#20351;&#29992;&#12375;&#12414;&#12377;&#12290;

&#35469;&#35388;&#27231;&#33021;&#12434;&#20184;&#12369;&#12390;&#12469;&#12540;&#12496;&#12540;&#12434;&#36215;&#21205;&#12373;&#12379;&#12427;

# tracd --port 8000 --env-parent-dir /var/trac --auth [&#29983;&#25104;&#12501;&#12457;&#12523;&#12480;&#21517;],
	/var/trac/users.htdigest,trac_users

&#31649;&#29702;&#32773;&#27177;&#38480;&#20316;&#25104;
# trac-admin /var/www/svn/trac/ruby permission add &#31649;&#29702;&#32773;&#12518;&#12540;&#12470;&#12540;&#21517; TRAC_ADMIN</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-10-31T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">261</id>
    <language>manager</language>
    <title>TRAC,Subversion&#12434;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12289;&#31435;&#12385;&#19978;&#12370;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-11-11T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;a href="http://maskana.homedns.org/old/db/Mysql.htm"&gt;&#26087;&#65320;&#65328;&#12395;&#12390;&#25522;&#36617;&lt;/a&gt;</body>
    <cnt type="integer">1</cnt>
    <created-at type="datetime">2007-09-13T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">53</id>
    <language>MySQL</language>
    <title>MySQL&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#65381;&#25805;&#20316;&#12289;Eclipse&#12391;&#25509;&#32154;&#65381;&#25805;&#20316;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-11-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>ITpro&#12424;&#12426;
&#12304;MySQL&#12454;&#12457;&#12483;&#12481;&#12305;&#31532;23&#22238;&#12288;&#25276;&#12373;&#12360;&#12390;&#12362;&#12365;&#12383;&#12356;&#12496;&#12483;&#12463;&#12450;&#12483;&#12503;&#12392;&#12522;&#12473;&#12488;&#12450;&#12398;&#12509;&#12452;&#12531;&#12488;
&lt;a href="http://itpro.nikkeibp.co.jp/article/COLUMN/20060122/227654/"&gt;http://itpro.nikkeibp.co.jp/article/COLUMN/20060122/227654/&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-20T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">115</id>
    <language>MySQL</language>
    <title>MySQL&#12398;&#12487;&#12540;&#12479;&#12496;&#12483;&#12463;&#12450;&#12483;&#12503;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-11-20T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>insert into &#12486;&#12540;&#12502;&#12523;&#21517; (update_at = '2009-01-01 11:11:11');
&#12371;&#12398;&#12424;&#12358;&#12395;&#12289;&#24180;&#26376;&#26085;&#12399;-&#12289;&#26178;&#20998;&#31186;&#12399;:&#12391;&#12388;&#12394;&#12356;&#12384;&#25991;&#23383;&#21015;&#12391;&#38291;&#12395;&#12473;&#12506;&#12540;&#12473;&#12434;&#12354;&#12369;&#12383;&#25991;&#23383;&#21015;&#12392;&#12375;&#12390;
&#30331;&#37682;&#12377;&#12427;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-01-16T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">266</id>
    <language>MySQL</language>
    <title>MySQL&#12391;&#26085;&#20184;&#22411;&#12434;Insert&#12289;update&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-01-16T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>mysql &gt; set character set sjis;
&#12392;&#20837;&#21147;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-02-02T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">267</id>
    <language>MySQL</language>
    <title>UTF8&#12398;MySQL&#12486;&#12540;&#12502;&#12523;&#12434;&#12467;&#12510;&#12531;&#12489;&#12503;&#12525;&#12531;&#12488;&#12391;&#35211;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-02-02T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>mysql&gt; SET PASSWORD FOR root@localhost=PASSWORD('&#12497;&#12473;&#12527;&#12540;&#12489;');</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-05-11T06:26:27Z</created-at>
    <html>T</html>
    <id type="integer">273</id>
    <language>MySQL</language>
    <title>MySQL&#12391;&#12398;&#12523;&#12540;&#12488;&#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#22793;&#12360;&#26041;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-05-11T06:26:27Z</updated-at>
  </memo>
  <memo>
    <body>MySQL&#12398;&#36215;&#21205;&#12392;MySQL&#21629;&#20196;&#25991;&#12503;&#12525;&#12531;&#12503;&#12488;&#12398;&#20351;&#12356;&#26041;
&lt;a href="http://www.rfs.jp/sb/sql/01/04.html" &gt;http://www.rfs.jp/sb/sql/01/04.html&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-11T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">108</id>
    <language>MySQL</language>
    <title>MySQL&#12398;&#36215;&#21205;&#12392;MySQL&#21629;&#20196;&#25991;&#12503;&#12525;&#12531;&#12503;&#12488;&#12398;&#20351;&#12356;&#26041;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-11-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>*****************************
&#12288;&#12288;&#12288;&#12288;windows&#12398;&#22580;&#21512;
*****************************

&#9633;&#12467;&#12540;&#12523;&#12489;&#12496;&#12483;&#12463;&#12450;&#12483;&#12503;

&#12288;&#12288;&#12414;&#12378;&#12399;DB&#12434;&#12392;&#12417;&#12394;&#12356;&#12392;&#12356;&#12369;&#12394;&#12356;&#12398;&#12391;

&#12288;&#12288;&#12467;&#12510;&#12531;&#12489;&#12503;&#12525;&#12531;&#12503;&#12488;&#12391;
&#12288;&#12288;C:\Program Files\MySQL\MySQL Server 5.0\bin&#12408;&#31227;&#21205;&#12375;&#12390;

&#12288;&#12288;&lt;b&gt;mysqladmin -u root -p shutdown&lt;/b&gt;

&#12288;&#12288;&#12434;&#23455;&#34892;

&#12288;&#12288;&#12497;&#12473;&#12527;&#12540;&#12489;&#12434;&#12365;&#12363;&#12428;&#12427;&#12398;&#12391;&#20837;&#21147;&#12377;&#12428;&#12400;MySQL Server&#12364;&#12392;&#12414;&#12426;&#12414;&#12377;

&#12288;&#12288;C:\Program Files\MySQL\MySQL Server 5.0\data&#12501;&#12457;&#12523;&#12480;&#12434;&#20182;&#12398;HD&#12394;&#12393;&#12395;
&#12288;&#12288;&#12467;&#12500;&#12540;&#12375;&#12414;&#12377;
&#12288;&#12288;&#12371;&#12428;&#12391;&#12467;&#12540;&#12523;&#12489;&#12496;&#12483;&#12463;&#12450;&#12483;&#12503;&#23436;&#20102;

&#9633;&#12522;&#12473;&#12488;&#12450;

&#12288;&#12288;&#19978;&#35352;&#25163;&#38918;&#12391;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12434;&#20572;&#27490;&#24460;&#12289;&#29694;&#22312;&#12398;data&#12501;&#12457;&#12523;&#12480;&#12434;&#12377;&#12409;&#12390;&#21066;&#38500;&#12375;&#12383;&#24460;&#12395;
&#12288;&#12288;&#12467;&#12540;&#12523;&#12489;&#12496;&#12483;&#12463;&#12450;&#12483;&#12503;&#12375;&#12383;data&#12501;&#12457;&#12523;&#12480;&#12434;C:\Program Files\MySQL\MySQL Server 5.0\&#12408;
&#12288;&#12288;&#12467;&#12500;&#12540;&#12375;&#12414;&#12377;
&#12288;&#12288;&#20877;&#36215;&#21205;&#12377;&#12428;&#12400;&#21839;&#38988;&#12394;&#12367;&#12496;&#12483;&#12463;&#12450;&#12483;&#12503;&#26178;&#28857;&#12398;&#12487;&#12540;&#12479;&#12364;&#12522;&#12473;&#12488;&#12450;&#12373;&#12428;&#12390;&#12356;&#12427;

</body>
    <cnt type="integer">1</cnt>
    <created-at type="datetime">2007-12-06T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">142</id>
    <language>MySQL</language>
    <title>M&#65369;SQL5.0.45&#12391;&#12467;&#12540;&#12523;&#12489;&#12496;&#12483;&#12463;&#12450;&#12483;&#12503;&#12392;&#12522;&#12473;&#12488;&#12450;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12469;&#12502;&#12463;&#12456;&#12522;&#65288;MySQL&#12289;SQL SERVER&#12398;&#22580;&#21512;&#65289;

MySQL Error:Every derived table must have its own alias
&#12354;&#12425;&#12422;&#12427;&#27966;&#29983;&#12486;&#12540;&#12502;&#12523;&#12395;&#12399;&#12289;&#12381;&#12428;&#33258;&#36523;&#12398;&#21029;&#21517;&#12364;&#12394;&#12369;&#12428;&#12400;&#12394;&#12426;&#12414;&#12379;&#12435;(Yahoo&#32763;&#35379;)

&#12469;&#12502;&#12463;&#12456;&#12522;&#12434;&#21033;&#29992;&#12377;&#12427;&#22580;&#21512;&#12289;Oracle&#12391;&#12399;&#24517;&#35201;&#12398;&#12394;&#12356;&#12289;&#12469;&#12502;&#12463;&#12456;&#12522;&#65288;&#21103;&#21839;&#12356;&#21512;&#12431;&#12379;&#65289;&#12398;
&#24460;&#12395;&#12300;As &#12469;&#12502;&#12463;&#12456;&#12522;&#21517;&#12301;&#12434;&#12388;&#12369;&#12394;&#12369;&#12428;&#12400;&#12289;&#19978;&#35352;&#12456;&#12521;&#12540;&#12364;&#34920;&#31034;&#12373;&#12428;&#12427;
&#12469;&#12502;&#12463;&#12456;&#12522;&#21517;&#12399;&#36969;&#24403;&#12391;&#12424;&#12356;


&#20363;&#65289;select Min(price) from (select price from tbl_cake where price &gt;=250) as sabname

price&#21015;&#12398;&#20516;&#12364;250&#20197;&#19978;&#12398;&#20013;&#12363;&#12425;&#12289;&#19968;&#30058;&#23567;&#12373;&#12356;price&#20516;&#12434;&#20986;&#12377;</body>
    <cnt type="integer">4</cnt>
    <created-at type="datetime">2007-12-27T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">159</id>
    <language>MySQL</language>
    <title>MySQL&#12391;&#12469;&#12502;&#12463;&#12456;&#12522;&#20351;&#29992;&#26178;&#12398;&#27880;&#24847;&#28857;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-27T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12496;&#12483;&#12463;&#12450;&#12483;&#12503;
mysqldump --default-character-set=utf8 -u root -p dbname &gt;back.sql
&#12398;&#24460;&#12497;&#12473;&#12527;&#12540;&#12489;&#20837;&#21147;

&#20840;DB&#12398;character-set=utf8&#12398;&#22580;&#21512;
mysqldump --user=&#12518;&#12540;&#12470;&#12540;&#21517; --password=&#12497;&#12473;&#12527;&#12540;&#12489; --all-databases &gt;back.sql

&#12522;&#12473;&#12488;&#12450;
mysql -u root -p --default-character-set=utf8 dbname &lt; ./back.sql</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-01-30T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">176</id>
    <language>MySQL</language>
    <title>MySQL5.0.45&#12398;mysqldump&#12391;&#12496;&#12483;&#12463;&#12450;&#12483;&#12503;&#12289;&#12522;&#12473;&#12488;&#12450;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-02-24T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#20316;&#25104;&#26178;&#25991;&#23383;&#12467;&#12540;&#12489;&#25351;&#23450;
CREATE DATABASE DBNAME CHARACTER SET SJIS

&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12398;&#25991;&#23383;&#12467;&#12540;&#12489;&#12434;&#35519;&#12409;&#12427;
SHOW CREATE DATABASE DBNAME

&#12486;&#12540;&#12502;&#12523;&#20316;&#25104;&#26178;&#25991;&#23383;&#12467;&#12540;&#12489;&#25351;&#23450;
CREATE TABLE TABLENAME (tb1 text) CHARACTER SET SJIS

&#12486;&#12540;&#12502;&#12523;&#12398;&#12459;&#12521;&#12512;&#21029;&#25991;&#23383;&#12467;&#12540;&#12489;&#12434;&#35519;&#12409;&#12427;
SHOW FULL COLUMNS FROM TABLENAME

MySQL&#12398;&#25991;&#23383;&#12467;&#12540;&#12489;&#35373;&#23450;&#30906;&#35469;
Status</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-01-30T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">177</id>
    <language>MySQL</language>
    <title>MySQL5.0&#12391;&#12398;DB,TABLE&#12398;&#25991;&#23383;&#12467;&#12540;&#12489;&#25351;&#23450;&#12289;&#26908;&#32034;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-01-15T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#22806;&#37096;&#12461;&#12540;&#35373;&#23450;
alter table &#23376;&#12486;&#12540;&#12502;&#12523;&#21517; add constraint &#12461;&#12540;&#12398;&#21517;&#21069;
 foreign key (&#12459;&#12521;&#12512;&#21517;) references &#35242;&#12486;&#12540;&#12502;&#12523;&#21517;(&#35242;&#12459;&#12521;&#12512;&#21517;)

&#9633;&#22806;&#37096;&#12461;&#12540;&#35299;&#38500;
ALTER TABLE &#23376;&#12486;&#12540;&#12502;&#12523;&#21517; DROP FOREIGN KEY &lt;font color=red&gt;&#12461;&#12540;&#12398;&#21517;&#21069;&lt;/font&gt;
ALTER TABLE &#23376;&#12486;&#12540;&#12502;&#12523;&#21517; DROP KEY &lt;font color=red&gt;&#12461;&#12540;&#12398;&#21517;&#21069;&lt;/font&gt;

&#22806;&#37096;&#12461;&#12540;&#12434;&#30772;&#26820;&#12377;&#12427;&#22580;&#21512;&#12399;&#12289;SHOW CREATE TABLE &#12434;&#20351;&#12387;&#12390;&#12289;
&#20869;&#37096;&#12391;&#29983;&#25104;&#12373;&#12428;&#12383;&#22806;&#37096;&#12461;&#12540; ID &#12434;&#30906;&#35469;&#12377;&#12427;&#24517;&#35201;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;

SHOW CREATE TABLE &#23376;&#12486;&#12540;&#12502;&#12523;&#21517;

***&#23455;&#34892;&#32080;&#26524;***
CREATE TABLE `&#12486;&#12540;&#12502;&#12523;&#21517;` ( `&#12459;&#12521;&#12512;&#21517;` &#22411; &#21046;&#32004;, `&#12459;&#12521;&#12512;&#65298;` &#22411; &#21046;&#32004;,&#65381;&#65381;&#65381;,
 PRIMARY KEY (`&#12459;&#12521;&#12512;&#21517;`), KEY &lt;font color=red&gt;`&#12461;&#12540;&#12398;&#21517;&#21069;`&lt;/font&gt; (`content_id`), CONSTRAINT &lt;font color=red&gt;`&#12461;&#12540;&#12398;&#21517;&#21069;`&lt;/font&gt;
 FOREIGN KEY (`&#12459;&#12521;&#12512;&#21517;`) REFERENCES `contents` (`&#35242;&#12459;&#12521;&#12512;&#21517;`) )
 ENGINE=InnoDB DEFAULT CHARSET=utf8</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-06-17T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">244</id>
    <language>MySQL</language>
    <title>&#22806;&#37096;&#12461;&#12540;&#12398;&#35373;&#23450;&#12289;&#35299;&#38500;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-06-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>ORACLE MASTER Bronze&#12288;DBA&#35611;&#24231;&#65288;1&#65289; Oracle&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#27083;&#36896;&#12398;&#22522;&#26412;
&lt;a href="http://jibun.atmarkit.co.jp/lskill01/rensai/bronzedba01/bronzedba01.html"&gt;http://jibun.atmarkit.co.jp/lskill01/rensai/bronzedba01/bronzedba01.html&lt;/a&gt;

&#12431;&#12363;&#12426;&#12395;&#12367;&#12356;Oracle &#12493;&#12483;&#12488;&#12527;&#12540;&#12463;&#37096;&#20998;&#12398;&#35443;&#32048;&#35500;&#26126;
&lt;a href="http://otndnld.oracle.co.jp/document/products/oracle10g/102/doc_cd/network.102/B19209-01/toc.htm"&gt;http://otndnld.oracle.co.jp/document/products/oracle10g/102/doc_cd/network.102/B19209-01/toc.htm&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-20T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">154</id>
    <language>Oracle</language>
    <title>Oracle&#38306;&#36899;&#12522;&#12531;&#12463;</title>
    <tp>link</tp>
    <updated-at type="datetime">2007-12-21T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#27880;&#65306;&#20516;&#12364;&#25991;&#23383;&#21015;&#12398;&#22580;&#21512;&#12399;'&#12391;&#12367;&#12367;&#12427;&#24517;&#35201;&#12364;&#12354;&#12427;&#12290;&#12414;&#12383;&#12289;&#20516;&#12395;'&#12364;&#20837;&#12427;&#22580;&#21512;&#12399;\'&#12289;
&#12288;&#12288;\&#12364;&#20837;&#12427;&#22580;&#21512;\\&#12392;&#12456;&#12473;&#12465;&#12540;&#12503;&#24517;&#35201;

&#9633;&#12524;&#12467;&#12540;&#12489;&#12398;&#36861;&#21152;

INSERT INTO &#12486;&#12540;&#12502;&#12523;&#21517; ( &#12501;&#12451;&#12540;&#12523;&#12489;&#21517;1 , &#12501;&#12451;&#12540;&#12523;&#12489;&#21517;2 , &#12501;&#12451;&#12540;&#12523;&#12489;&#21517;3 ) VALUES ( &#20516; 1, &#20516;2 , &#20516;3 )

&#9633;&#12524;&#12467;&#12540;&#12489;&#12398;&#26356;&#26032;

UPDATE &#12486;&#12540;&#12502;&#12523;&#21517; SET &#12501;&#12451;&#12540;&#12523;&#12489;&#21517;1 = &#20516;1 , &#12501;&#12451;&#12540;&#12523;&#12489;&#21517;2 = &#20516;2 WHERE &#12501;&#12451;&#12540;&#12523;&#12489;&#21517; = &#20516;

&#9633;&#12524;&#12467;&#12540;&#12489;&#12398;&#21066;&#38500;

DELETE FROM &#12486;&#12540;&#12502;&#12523;&#21517; WHERE &#12501;&#12451;&#12540;&#12523;&#12489;&#21517; = &#20516;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-09-12T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">44</id>
    <language>Oracle</language>
    <title>&#12524;&#12467;&#12540;&#12489;&#12398;&#36861;&#21152;&#12289;&#26356;&#26032;&#12289;&#21066;&#38500;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>Oracle10g&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#24460;Java&#12363;&#12425;Oracle&#12408;&#25509;&#32154;&#12486;&#12473;&#12488;&#12398;&#28858;&#12398;&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;
&#36890;&#24120;&#12399;&#12464;&#12525;&#12540;&#12496;&#12523;DB&#12395;&#12486;&#12540;&#12502;&#12523;&#20316;&#25104;&#12399;&#12375;&#12394;&#12356;
&#65297;&#12288;C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar&#12434;classpass&#12395;&#36861;&#21152;
&#12288;&#12288;&#65288;tomcat6.0&#12394;&#12425;Tomcat 6.0\lib\&#12398;&#20013;&#12395;&#20837;&#12428;&#12428;&#12400;&#12356;&#12356;)
&#65298;&#12288;&#19979;&#35352;JSP&#12434;&#23455;&#34892;

&lt;%@ page language="java" contentType="text/html; charset=windows-31j"
    pageEncoding="windows-31j"%&gt;
&lt;%@ page import="java.util.*,java.text.*,java.sql.*" %&gt;
&lt;html&gt;
&lt;body&gt;

&lt;%
        Connection con = null;
        Statement  smt = null;
        ResultSet  rst = null;

      
        // Oracle JDBC Driver&#12398;&#12525;&#12540;&#12489;
        try{
            Class.forName("oracle.jdbc.driver.OracleDriver");
        }catch(ClassNotFoundException ce){
            out.println("JDBC Driver&#12398;&#12525;&#12540;&#12489;&#22833;&#25943;");
        }
        
        /* &#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12408;&#25509;&#32154;&#12288;*/
        try{
	     	//&#12371;&#12371;&#12395;&#21021;&#26399;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#26178;&#12398;DB&#21517;&#12289;PASSWORD&#12434;&#20837;&#12428;&#12427;&#12289;DB&#12364;localhost&#12395;&#12394;&#12356;&#22580;&#21512;
		//localhost&#12391;&#12399;&#12394;&#12367;&#12289;IP&#12450;&#12489;&#12524;&#12473;&#12434;&#20837;&#12428;&#12427;

            	con = DriverManager.getConnection (
                     "jdbc:oracle:thin:@localhost:1521:&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#26178;&#35373;&#23450;&#12464;&#12525;&#12540;&#12496;&#12523;DB&#21517;",
                     "system", 
                     "&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#26178;&#35373;&#23450;PASSWORD");
		out.println("&#25509;&#32154;&#25104;&#21151;&lt;br&gt;&lt;br&gt;");
            	// &#12473;&#12486;&#12540;&#12488;&#12513;&#12531;&#12488;&#12434;&#20316;&#25104;
            	smt = con.createStatement(); 
    
    	     	//&#12486;&#12540;&#12502;&#12523;&#12398;&#20316;&#25104;
	     	smt.executeUpdate("create table contest(indexkey int,bun VARCHAR2(100))");
	     	//&#12486;&#12540;&#12502;&#12523;&#12408;&#12487;&#12540;&#12479;&#12434;&#20837;&#12428;&#12427;
	     	smt.executeUpdate("insert into contest (indexkey,bun) values ( 1 ,'testdata')");
	     	//&#12486;&#12540;&#12502;&#12523;&#12434;&#35211;&#12390;&#12415;&#12427;
            	rst = smt.executeQuery("select * from contest");
            	while ( rst.next() ) {
              	out.println(rst.getString("indexkey") + "&#12288;&#12288;" + rst.getString("bun") + "&lt;br&gt;" );
              }
          	rst.close(); 

            	smt.close(); 
            
            	con.close();
            

	}
	catch(SQLException ex){
		out.println("&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12450;&#12463;&#12475;&#12473;&#12456;&#12521;&#12540;");
		out.println(ex.getMessage());
	}
	catch(Exception ex){
		out.println("&#12456;&#12521;&#12540;");
		out.println(ex.getMessage());
	}
        

%&gt;
&lt;/body&gt;
&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-19T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">113</id>
    <language>Oracle</language>
    <title>JDBC&#12391;OracleDB&#12395;&#25509;&#32154;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-11-19T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#12486;&#12540;&#12502;&#12523;&#12398;&#21015;&#12434;&#36861;&#21152;&#12377;&#12427;
ALTER TABLE &#12486;&#12540;&#12502;&#12523;&#21517; ADD (&#21015;&#21517; &#12487;&#12540;&#12479;&#22411;)

&#9633;&#12486;&#12540;&#12502;&#12523;&#12398;&#21015;&#12434;&#21066;&#38500;&#12377;&#12427;
ALTER TABLE &#12486;&#12540;&#12502;&#12523;&#21517; DROP (&#21015;&#21517;)

&#9633;&#12486;&#12540;&#12502;&#12523;&#12398;&#21015;&#21517;&#12434;&#22793;&#26356;&#12377;&#12427;
ALTER TABLE &#12486;&#12540;&#12502;&#12523;&#21517; rename column &#21015;&#21517; to &#26032;&#21015;&#21517;

&#9633;&#12486;&#12540;&#12502;&#12523;&#12398;&#21015;&#12395;&#21046;&#32004;&#12434;&#36861;&#21152;&#12289;&#35299;&#38500;&#12377;&#12427;(NOT NULL)
ALTER TABLE &#12486;&#12540;&#12502;&#12523;&#21517; MODIFY (&#21015;&#21517; &#21046;&#32004;&#21517;)
	&#20363;&#65306;ALTER TABLE &#12486;&#12540;&#12502;&#12523;&#21517; MODIFY (&#21015;&#21517; NOT NULL)
	&#20363;&#65306;ALTER TABLE &#12486;&#12540;&#12502;&#12523;&#21517; MODIFY (&#21015;&#21517; NULL)

&#9633;&#12486;&#12540;&#12502;&#12523;&#12398;&#21015;&#12395;&#21046;&#32004;&#12434;&#36861;&#21152;&#12377;&#12427;(PRIMARY KEY,UNIQUE)
ALTER TABLE &#12486;&#12540;&#12502;&#12523;&#21517; ADD PRIMARY KEY(&#21015;&#21517;)
ALTER TABLE &#12486;&#12540;&#12502;&#12523;&#21517; ADD UNIQUE(&#21015;&#21517;)

&#9633;&#12486;&#12540;&#12502;&#12523;&#12398;&#21015;&#12398;&#22411;&#12434;&#22793;&#26356;&#12377;&#12427;
ALTER TABLE &#12486;&#12540;&#12502;&#12523;&#21517; MODIFY(&#21015;&#21517; &#12487;&#12540;&#12479;&#22411;)</body>
    <cnt type="integer">3</cnt>
    <created-at type="datetime">2007-12-04T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">134</id>
    <language>Oracle</language>
    <title>&#12486;&#12540;&#12502;&#12523;&#12398;&#21015;&#12434;&#36861;&#21152;&#12289;&#21066;&#38500;&#12289;&#21517;&#21069;&#22793;&#26356;&#12289;&#21046;&#32004;&#36861;&#21152;&#12289;&#22411;&#22793;&#26356;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-07T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#12486;&#12540;&#12502;&#12523;&#12434;&#20316;&#25104;&#12377;&#12427;
CREATE TABLE &#12486;&#12540;&#12502;&#12523;&#21517;
&#12288;&#65288; &#21015;&#21517; &#12487;&#12540;&#12479;&#22411; &#21046;&#32004;&#21517;, &#65381;&#65381;&#65381;&#65289;
[TABLESPACE&#12288;&#34920;&#38936;&#22495;&#21517; ]

&#9633;&#12486;&#12540;&#12502;&#12523;&#12434;&#21066;&#38500;&#12377;&#12427;
DROP TABLE &#12486;&#12540;&#12502;&#12523;&#21517;

&#9633;&#12486;&#12540;&#12502;&#12523;&#12398;&#34892;&#12398;&#12415;&#12377;&#12409;&#12390;&#21066;&#38500;&#12377;&#12427;
TRUNCATE TABLE &#12486;&#12540;&#12502;&#12523;&#21517;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-04T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">135</id>
    <language>Oracle</language>
    <title>&#12486;&#12540;&#12502;&#12523;&#20316;&#25104;&#12289;&#21066;&#38500;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-04T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;DB&#12395;&#20837;&#12387;&#12390;&#12356;&#12427;&#12486;&#12540;&#12502;&#12523;&#21517;&#12434;&#21462;&#24471;&#12377;&#12427;
SELECT TABLE_NAME FROM DBA_TABLES
SELECT * FROM TAB

&#9633;DB&#12395;&#20837;&#12387;&#12390;&#12356;&#12427;&#12499;&#12517;&#12540;&#21517;&#12434;&#21462;&#24471;&#12377;&#12427;
SELECT VIEW_NAME FROM ALL_VIEWS

&#9633;&#12486;&#12540;&#12502;&#12523;&#21517;&#12434;&#22793;&#26356;&#12377;&#12427;
RENAME &#12486;&#12540;&#12502;&#12523;&#21517; TO &#26032;&#12486;&#12540;&#12502;&#12523;&#21517;

&#9633;&#12499;&#12517;&#12540;&#21517;&#12434;&#22793;&#26356;&#12377;&#12427;
RENAME &#12499;&#12517;&#12540;&#21517; TO &#26032;&#12499;&#12517;&#12540;&#21517;</body>
    <cnt type="integer">2</cnt>
    <created-at type="datetime">2007-12-04T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">136</id>
    <language>Oracle</language>
    <title>&#12486;&#12540;&#12502;&#12523;&#21517;&#12289;&#12499;&#12517;&#12540;&#21517;&#12398;&#21462;&#24471;&#12289;&#22793;&#26356;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-04T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#34920;&#38936;&#22495;&#12289;&#12487;&#12540;&#12479;&#12501;&#12449;&#12452;&#12523;&#12398;&#20316;&#25104;
create tablespace PRACTICE 
datafile 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\DB&#21517;\PRACTICE.DBF' size 10M

&#19978;&#35352;SQL&#12391;PRACTICE&#12392;&#12356;&#12358;&#34920;&#38936;&#22495;&#12364;&#20316;&#25104;&#12373;&#12428;&#12383;&#12487;&#12540;&#12479;&#12501;&#12449;&#12452;&#12523;PRACTICE.DBF(10M)&#12395;
&#38306;&#36899;&#20184;&#12369;&#12425;&#12428;&#12427;

&#9633;&#12518;&#12540;&#12470;&#12540;&#12398;&#20316;&#25104;
create user &#12518;&#12540;&#12470;&#12540;&#21517; identified by &#12497;&#12473;&#12527;&#12540;&#12489; 
default tablespace &#12518;&#12540;&#12470;&#12540;&#20351;&#29992;&#34920;&#38936;&#22495;&#21517; 
QUOTA UNLIMITED ON &#12518;&#12540;&#12470;&#12540;&#20351;&#29992;&#34920;&#38936;&#22495;&#21517;

&#8251;QUOTA &#12395;&#12399;&#34920;&#38936;&#22495;&#12398;&#12358;&#12385;&#12393;&#12428;&#12384;&#12369;&#20351;&#29992;&#12391;&#12365;&#12427;&#12363;&#12398;&#25351;&#23450;
&#12371;&#12428;&#12434;&#25351;&#23450;&#12375;&#12394;&#12356;&#12392;&#12289;&#34920;&#12364;&#20316;&#25104;&#12391;&#12365;&#12394;&#12356;

&#9633;&#12518;&#12540;&#12470;&#12540;&#21517;&#12398;&#21066;&#38500;
DROP USER &#12518;&#12540;&#12470;&#12540;&#21517;

&#9633;&#27177;&#38480;&#12398;&#20184;&#19982;
GRANT CREATE SESSION,CREATE TABLE TO &#12518;&#12540;&#12470;&#12540;&#21517;

CREATE SESSION : &#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#25509;&#32154;&#27177;&#38480;
CREATE TABLE   : &#34920;&#12434;&#20316;&#25104;&#12377;&#12427;&#27177;&#38480;
 </body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-04T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">137</id>
    <language>Oracle</language>
    <title>&#34920;&#38936;&#22495;&#20316;&#25104;&#12289;&#12518;&#12540;&#12470;&#12540;&#20316;&#25104;&#12289;&#21066;&#38500;&#12289;&#27177;&#38480;&#20184;&#19982;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-04T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#12486;&#12540;&#12502;&#12523;&#12434;&#36949;&#12358;&#34920;&#38936;&#22495;&#12395;&#12467;&#12500;&#12540;&#12377;&#12427;
CREATE TABLE &#12486;&#12540;&#12502;&#12523;&#21517;(&#21015;1,&#21015;2,&#21015;3) TABLESPACE &#12486;&#12540;&#12502;&#12523;&#12473;&#12506;&#12540;&#12473;&#21517; 
AS SELECT &#21015;1,&#21015;2,&#21015;3 FROM COPY&#12377;&#12427;&#12486;&#12540;&#12502;&#12523;&#21517;

&#12467;&#12500;&#12540;&#12373;&#12428;&#12427;&#12418;&#12398;
&#12288;&#12539;&#21103;&#21839;&#12356;&#21512;&#12431;&#12379;&#12398;SELECT&#21477;&#12391;&#25351;&#23450;&#12375;&#12383;&#21015;
&#12288;&#12539;&#21103;&#21839;&#12356;&#21512;&#12431;&#12379;&#12398;WHERE&#21477;&#12398;&#26465;&#20214;&#12395;&#19968;&#33268;&#12375;&#12383;&#34892;
&#12288;&#12539;NOT NULL&#21046;&#32004; </body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-04T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">138</id>
    <language>Oracle</language>
    <title>&#12486;&#12540;&#12502;&#12523;&#12434;&#36949;&#12358;&#34920;&#38936;&#22495;&#12395;&#12467;&#12500;&#12540;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-04T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;img src="/pg/images/oracle.gif" &gt;&lt;br&gt;&lt;br&gt;

&#21046;&#24481;&#12501;&#12449;&#12452;&#12523;
	&#12458;&#12531;&#12521;&#12452;&#12531;REDO&#12525;&#12464;&#12501;&#12449;&#12452;&#12523;&#12420;&#12487;&#12540;&#12479;&#12501;&#12449;&#12452;&#12523;&#31561;
	&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12398;&#29289;&#29702;&#27083;&#36896;&#12434;&#31649;&#29702;&#12377;&#12427;&#12501;&#12449;&#12452;&#12523;
	
&#12458;&#12531;&#12521;&#12452;&#12531;REDO&#12525;&#12464;&#12501;&#12449;&#12452;&#12523;
	&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12395;&#23550;&#12375;&#12390;&#12362;&#12371;&#12394;&#12431;&#12428;&#12383;&#12377;&#12409;&#12390;&#12398;
	&#23653;&#27508;&#12434;&#20445;&#23384;&#12375;&#12390;&#12362;&#12367;&#12501;&#12449;&#12452;&#12523;

&#12487;&#12540;&#12479;&#12501;&#12449;&#12452;&#12523;
	&#34920;&#12394;&#12393;&#12398;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12501;&#12449;&#12452;&#12523;&#12434;
	&#26684;&#32013;&#12377;&#12427;&#12501;&#12449;&#12452;&#12523;	

&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12496;&#12483;&#12501;&#12449;&#12461;&#12515;&#12483;&#12471;&#12517;
	SQL&#12398;&#32080;&#26524;&#12434;&#19968;&#26178;&#30340;&#12395;&#20445;&#23384;&#12375;&#12390;&#12362;&#12367;&#12513;&#12514;&#12522;&#38936;&#22495;
	&#26356;&#26032;&#12418;&#26368;&#21021;&#12399;&#12371;&#12371;&#12391;&#34892;&#12431;&#12428;&#12427;

REDO&#12525;&#12464;&#12496;&#12483;&#12501;&#12449;
	&#38556;&#23475;&#12395;&#20633;&#12360;&#12390;&#12398;&#12496;&#12483;&#12463;&#12450;&#12483;&#12503;&#12487;&#12540;&#12479;&#12434;&#19968;&#26178;&#30340;&#12395;
	&#20445;&#23384;&#12375;&#12390;&#12362;&#12367;&#12513;&#12514;&#12522;&#38936;&#22495;

&#20849;&#26377;&#12503;&#12540;&#12523;
&#12288;&#12487;&#12451;&#12463;&#12471;&#12519;&#12490;&#12522;&#12461;&#12515;&#12483;&#12471;&#12517;
	SQL&#25991;&#12398;&#35299;&#26512;&#12434;&#39640;&#36895;&#12395;&#34892;&#12358;&#28858;&#12395;&#12289;&#12356;&#12414;&#12414;&#12391;&#35201;&#27714;&#12398;&#12354;&#12387;&#12383;SQL&#25991;&#12391;
	&#12518;&#12540;&#12470;&#12540;&#27177;&#38480;&#12481;&#12455;&#12483;&#12463;&#12420;&#12450;&#12463;&#12475;&#12473;&#26041;&#27861;&#12398;&#24773;&#22577;&#12398;&#27770;&#23450;&#12395;&#12388;&#12363;&#12387;&#12383;
	&#24773;&#22577;&#12420;&#32080;&#26524;&#12434;&#19968;&#26178;&#30340;&#12395;&#20445;&#23384;&#12375;&#12390;&#12362;&#12367;&#12513;&#12514;&#12522;&#38936;&#22495;	

&#12288;&#20849;&#26377;SQL&#38936;&#22495;
	SQL&#25991;&#12398;&#35299;&#26512;&#12434;&#39640;&#36895;&#12395;&#34892;&#12358;&#28858;&#12395;&#12289;&#12356;&#12414;&#12414;&#12391;&#35201;&#27714;&#12398;&#12354;&#12387;&#12383;SQL&#35299;&#26512;
	&#12395;&#12388;&#12363;&#12431;&#12428;&#12383;&#35299;&#26512;&#32080;&#26524;&#12434;&#19968;&#26178;&#30340;&#12395;&#20445;&#23384;&#12375;&#12390;&#12362;&#12367;&#12513;&#12514;&#12522;&#38936;&#22495;

CKPT
	&#12481;&#12455;&#12483;&#12463;&#12509;&#12452;&#12531;&#12488;&#26178;&#36215;&#21205;&#12375;&#12289;&#12501;&#12449;&#12452;&#12523;&#12504;&#12483;&#12480;&#12540;&#12398;&#22793;&#26356;&#12394;&#12393;&#12434;&#34892;&#12358;
SMON
	&#12452;&#12531;&#12473;&#12479;&#12531;&#12473;&#38556;&#23475;&#26178;&#12398;&#12522;&#12459;&#12496;&#12522;&#31561;&#25285;&#24403;
PMON
	&#12518;&#12540;&#12470;&#12540;&#12503;&#12525;&#12475;&#12473;&#12398;&#30435;&#35222;&#12434;&#34892;&#12358;


&#12525;&#12540;&#12523;&#12496;&#12483;&#12463;&#12398;&#20181;&#32068;&#12415;&#65288;&#20877;&#36215;&#21205;&#26178;Oracle&#12364;&#33258;&#21205;&#30340;&#12395;&#34892;&#12358;&#12371;&#12392;&#65289;

&#38556;&#23475;&#12364;&#12362;&#12365;&#12383;&#28858;&#20877;&#36215;&#21205;&#12377;&#12427;&#12392;&#12289;&#12458;&#12531;&#12521;&#12452;&#12531;REDO&#12525;&#12464;&#12501;&#12449;&#12452;&#12523;&#12398;&#26368;&#32066;&#12481;&#12455;&#12483;&#12463;&#12509;&#12452;&#12531;&#12488;
&#20197;&#38477;&#12398;&#22793;&#26356;&#12434;&#12377;&#12409;&#12390;&#20877;&#23455;&#34892;&#12375;&#12414;&#12377;&#65288;&#12525;&#12540;&#12523;&#12501;&#12457;&#12527;&#12540;&#12489;&#24489;&#26087;&#65289;
&#12371;&#12398;&#12414;&#12414;&#12391;&#12399;&#12289;&#12467;&#12511;&#12483;&#12488;&#12373;&#12428;&#12390;&#12356;&#12394;&#12356;&#20966;&#29702;&#12418;&#21453;&#26144;&#12373;&#12428;&#12383;&#12414;&#12414;&#12395;&#12394;&#12387;&#12390;&#12375;&#12414;&#12356;&#12414;&#12377;
REDO&#12525;&#12464;&#12501;&#12449;&#12452;&#12523;&#12395;&#12399;&#12289;&#12300;&#22793;&#26356;&#24460;&#12398;&#20516;&#12301;&#12395;&#21152;&#12360;&#12289;
&#12300;&#12393;&#12371;&#12398;&#12525;&#12540;&#12523;&#12496;&#12483;&#12463;&#12475;&#12464;&#12513;&#12531;&#12488;&#12395;&#22793;&#26356;&#21069;&#12398;&#12487;&#12540;&#12479;&#12364;&#26360;&#12365;&#36796;&#12414;&#12428;&#12390;&#12356;&#12427;&#12363;&#12301;&#12289;&#12300;&#12467;&#12511;&#12483;&#12488;&#12375;&#12383;&#12363;&#12393;&#12358;&#12363;&#12301;
&#12398;&#24773;&#22577;&#12418;&#26684;&#32013;&#12373;&#12428;&#12390;&#12356;&#12427;&#12398;&#12391;&#12289;&#12381;&#12428;&#12434;&#20803;&#12395;&#12525;&#12540;&#12523;&#12496;&#12483;&#12463;&#12475;&#12464;&#12513;&#12531;&#12488;&#12398;&#24773;&#22577;&#12434;&#35211;&#12390;
&#12467;&#12511;&#12483;&#12488;&#12373;&#12428;&#12390;&#12356;&#12394;&#12356;&#12488;&#12521;&#12531;&#12470;&#12463;&#12471;&#12519;&#12531;&#12398;&#22793;&#26356;&#25805;&#20316;&#12434;&#12392;&#12426;&#12369;&#12375;&#12414;&#12377;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-05T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">139</id>
    <language>Oracle</language>
    <title>&#12458;&#12521;&#12463;&#12523;&#12398;&#27083;&#36896;&#12392;&#12525;&#12540;&#12523;&#12496;&#12483;&#12463;&#12398;&#20181;&#32068;&#12415;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-04-29T05:47:28Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#12518;&#12540;&#12470;&#12540;&#12395;&#12471;&#12473;&#12486;&#12512;&#12289;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#27177;&#38480;&#12434;&#12388;&#12369;&#12427;
GRANT &#12471;&#12473;&#12486;&#12512;&#27177;&#38480; TO &#12518;&#12540;&#12470;&#21517; [ WITH ADMIN OPTION ]
GRANT &#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#27177;&#38480; ON table_name TO &#12518;&#12540;&#12470;&#21517; [ WITH GRANT OPTION ]

	WITH ADMIN OPTION&#65306;&#12381;&#12398;&#12471;&#12473;&#12486;&#12512;&#27177;&#38480;&#12434;&#12518;&#12540;&#12470;&#12395;&#23550;&#12375;&#12390;&#20184;&#19982;&#12391;&#12365;&#12427;&#27177;&#38480;&#12418;&#21516;&#26178;&#12395;&#19982;&#12360;&#12427;
	WITH GRANT OPTION&#65306;&#12381;&#12398;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#27177;&#38480;&#12434;&#12518;&#12540;&#12470;&#12395;&#23550;&#12375;&#12390;&#20184;&#19982;&#12391;&#12365;&#12427;&#27177;&#38480;&#12418;&#21516;&#26178;&#12395;&#19982;&#12360;&#12427;

&#9633;&#12518;&#12540;&#12470;&#12540;&#12363;&#12425;&#27177;&#38480;&#12434;&#21066;&#38500;
REVOKE &#12471;&#12473;&#12486;&#12512;&#27177;&#38480;,[&#12471;&#12473;&#12486;&#12512;&#27177;&#38480;] FROM &#12518;&#12540;&#12470;&#21517;,[&#12518;&#12540;&#12470;&#21517;]
REVOKE &#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#27177;&#38480;,[&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#27177;&#38480;] ON table_name FROM &#12518;&#12540;&#12470;&#21517;,[&#12518;&#12540;&#12470;&#21517;]

&#9633;&#12525;&#12540;&#12523;&#12398;&#20316;&#25104;
CREATE ROLE &#12525;&#12540;&#12523;&#21517;

&#9633;&#12525;&#12540;&#12523;&#12398;&#21066;&#38500;
DROP ROLE &#12525;&#12540;&#12523;&#21517;

&#9633;&#12525;&#12540;&#12523;&#12395;&#12471;&#12473;&#12486;&#12512;&#12289;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#27177;&#38480;&#12434;&#12388;&#12369;&#12427; 
GRANT &#12471;&#12473;&#12486;&#12512;&#27177;&#38480; TO &#12525;&#12540;&#12523;&#21517; [ WITH ADMIN OPTION ]
GRANT &#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#27177;&#38480; ON table_name TO &#12525;&#12540;&#12523;&#21517;

	WITH ADMIN OPTION&#65306;&#12381;&#12398;&#12471;&#12473;&#12486;&#12512;&#27177;&#38480;&#12434;&#12518;&#12540;&#12470;&#12395;&#23550;&#12375;&#12390;&#20184;&#19982;&#12391;&#12365;&#12427;&#27177;&#38480;&#12418;&#21516;&#26178;&#12395;&#19982;&#12360;&#12427;

&#9633;&#12518;&#12540;&#12470;&#12540;&#12395;&#12525;&#12540;&#12523;&#12434;&#20184;&#19982;&#12377;&#12427; 
GRANT &#12525;&#12540;&#12523;&#21517; TO &#12518;&#12540;&#12470;&#21517;

&#9633;&#12518;&#12540;&#12470;&#12540;&#12363;&#12425;&#12525;&#12540;&#12523;&#12434;&#21066;&#38500;
REVOKE &#12525;&#12540;&#12523;&#21517;, [&#12525;&#12540;&#12523;&#21517;] FROM &#12518;&#12540;&#12470;&#21517;, [&#12518;&#12540;&#12470;&#21517;]

&#9633;&#12525;&#12540;&#12523;&#12363;&#12425;&#27177;&#38480;&#12434;&#21066;&#38500;
REVOKE &#12471;&#12473;&#12486;&#12512;&#27177;&#38480;,[&#12471;&#12473;&#12486;&#12512;&#27177;&#38480;] FROM &#12525;&#12540;&#12523;&#21517;, [&#12525;&#12540;&#12523;&#21517;]
REVOKE &#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#27177;&#38480;,[&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#27177;&#38480;] ON table_name FROM &#12525;&#12540;&#12523;&#21517;, [&#12525;&#12540;&#12523;&#21517;]

**********************&#12288;&#65402;&#65431;&#65425;&#12288;*************************
&#20182;&#12518;&#12540;&#12470;&#12540;&#25152;&#26377;&#12398;&#34920;&#12434;&#21442;&#29031;&#12289;&#26356;&#26032;&#31561;&#12377;&#12427;&#22580;&#21512;&#12399;
select * from &#25152;&#26377;&#32773;&#21517;.&#34920;&#21517;
&#12392;&#12289;&#25152;&#26377;&#32773;&#21517;&#12434;&#38957;&#12395;&#12388;&#12369;&#12394;&#12356;&#12392;&#12356;&#12369;&#12414;&#12379;&#12435;
******************************************************


&#9632;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#27177;&#38480;&#19968;&#35239;

DML &#38306;&#36899;
	INSERT 
	SELECT 
	UPDATE 
	DELETE

DDL &#38306;&#36899;
	ALTER		(ALTER TABLE) 
	DEBUG 		(&#12487;&#12496;&#12483;&#12460;&#32076;&#30001;&#12398;&#12488;&#12522;&#12460;&#12540;&#12394;&#12393;&#12408;&#12398;&#12450;&#12463;&#12475;&#12473;&#65289; 
	INDEX     	(CREATE INDEX) 
	REFERENCES 	(&#34920;&#21442;&#29031;&#21046;&#32004; &#12398;&#20316;&#25104;&#65289;

&#20197;&#19978;&#12377;&#12409;&#12390;
	ALL    		

&#9632;&#12471;&#12473;&#12486;&#12512;&#27177;&#38480;&#19968;&#35239;

&lt;a href="http://biz.rivus.jp/config/system-privilege.html" &gt;http://biz.rivus.jp/config/system-privilege.html&lt;/a&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-05T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">140</id>
    <language>Oracle</language>
    <title>&#12518;&#12540;&#12470;&#12540;&#12289;&#12525;&#12540;&#12523;&#12395;&#27177;&#38480;&#12434;&#20184;&#19982;&#12289;&#21066;&#38500;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-05T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;UNION

SELECT &#21015;&#21517;,&#65381;&#65381;&#65381; FROM &#12486;&#12540;&#12502;&#12523;&#21517; UNION SELECT &#21015;&#21517;,&#65381;&#65381;&#65381; FROM &#12486;&#12540;&#12502;&#12523;&#21517;

&#24038;&#20596;&#12398;SELECT&#32080;&#26524;&#12392;&#21491;&#20596;&#12398;SELECT&#32080;&#26524;&#12398;&#37325;&#35079;&#12377;&#12427;&#12487;&#12540;&#12479;&#12434;&#12414;&#12392;&#12417;&#12390;&#12363;&#12425;&#20986;&#21147;&#12373;&#12428;&#12427;

&#20363;&#12288;&#12486;&#12540;&#12502;&#12523;1&#12398;NO&#21015;&#12398;&#12524;&#12467;&#12540;&#12489;:1,3,5,6,7,9
&#12288;&#12288;&#12486;&#12540;&#12502;&#12523;2&#12398;NO&#21015;&#12398;&#12524;&#12467;&#12540;&#12489;:2,4,5,6,7,8,10

&#12288;&#12288;SELECT NO FROM &#12486;&#12540;&#12502;&#12523;1 UNION SELECT NO FROM &#12486;&#12540;&#12502;&#12523;2

&#12288;&#12288;&#32080;&#26524;: 1,2,3,4,5,6,7,8,9,10

&#9633;UNION ALL

SELECT &#21015;&#21517;,&#65381;&#65381;&#65381; FROM &#12486;&#12540;&#12502;&#12523;&#21517; UNION ALL SELECT &#21015;&#21517;,&#65381;&#65381;&#65381; FROM &#12486;&#12540;&#12502;&#12523;&#21517;

&#24038;&#20596;&#12398;SELECT&#32080;&#26524;&#12392;&#21491;&#20596;&#12398;SELECT&#32080;&#26524;&#12398;&#37325;&#35079;&#12377;&#12427;&#12487;&#12540;&#12479;&#12434;&#12414;&#12392;&#12378;&#12395;&#20986;&#21147;&#12377;&#12427;

&#20363;&#12288;&#19978;&#35352;&#12486;&#12540;&#12502;&#12523;1,2&#12434;&#21033;&#29992;

&#12288;&#12288;SELECT NO FROM &#12486;&#12540;&#12502;&#12523;1 UNION ALL SELECT NO FROM &#12486;&#12540;&#12502;&#12523;2

&#12288;&#12288;&#32080;&#26524;: 1,2,3,4,5,5,6.6,7,7,8,9,10

&#9633;INTERSECT

SELECT &#21015;&#21517;,&#65381;&#65381;&#65381; FROM &#12486;&#12540;&#12502;&#12523;&#21517; INTERSECT SELECT &#21015;&#21517;,&#65381;&#65381;&#65381; FROM &#12486;&#12540;&#12502;&#12523;&#21517;

&#24038;&#20596;&#12398;SELECT&#32080;&#26524;&#12392;&#21491;&#20596;&#12398;SELECT&#32080;&#26524;&#12398;&#19968;&#33268;&#12375;&#12383;&#12487;&#12540;&#12479;&#12398;&#12415;&#12434;&#20986;&#21147;&#12377;&#12427;

&#20363;&#12288;&#19978;&#35352;&#12486;&#12540;&#12502;&#12523;1,2&#12434;&#21033;&#29992;

&#12288;&#12288;SELECT NO FROM &#12486;&#12540;&#12502;&#12523;1 INTERSECT SELECT NO FROM &#12486;&#12540;&#12502;&#12523;2

&#12288;&#12288;&#32080;&#26524;: 5,6,7

&#9633;MINUS

SELECT &#21015;&#21517;,&#65381;&#65381;&#65381; FROM &#12486;&#12540;&#12502;&#12523;&#21517; MINUS SELECT &#21015;&#21517;,&#65381;&#65381;&#65381; FROM &#12486;&#12540;&#12502;&#12523;&#21517;

&#24038;&#20596;&#12398;SELECT&#32080;&#26524;&#12398;&#20869;&#12289;&#21491;&#20596;&#12398;SELECT&#32080;&#26524;&#12392;&#19968;&#33268;&#12375;&#12394;&#12356;&#37096;&#20998;&#12398;&#12415;&#12434;&#20986;&#21147;&#12377;&#12427;

&#20363;&#12288;&#19978;&#35352;&#12486;&#12540;&#12502;&#12523;1,2&#12434;&#21033;&#29992;

&#12288;&#12288;SELECT NO FROM &#12486;&#12540;&#12502;&#12523;1 MINUS SELECT NO FROM &#12486;&#12540;&#12502;&#12523;2

&#12288;&#12288;&#32080;&#26524;: 1,3,9

&#12288;&#12288;SELECT NO FROM &#12486;&#12540;&#12502;&#12523;2 MINUS SELECT NO FROM &#12486;&#12540;&#12502;&#12523;1

&#12288;&#12288;&#32080;&#26524;: 2,4,8,10</body>
    <cnt type="integer">1</cnt>
    <created-at type="datetime">2007-12-19T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">151</id>
    <language>Oracle</language>
    <title>&#38598;&#21512;&#28436;&#31639;&#23376;(UNION,UNION ALL,INTERSECT,MINUS)</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-19T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9632;&#25968;&#20516;&#38306;&#25968;

&#9633;CEIL(&#25968;&#23383;)&#38306;&#25968;
	&#24341;&#25968;&#20197;&#19978;&#12391;&#12418;&#12387;&#12392;&#12418;&#23567;&#12373;&#12356;&#25972;&#25968;&#12434;&#36820;&#12377;
	&#20363;&#65289;CEIL(123.456)&#8594;124

&#9633;FLOOR(&#25968;&#23383;)&#38306;&#25968;
	&#24341;&#25968;&#20197;&#19979;&#12391;&#12418;&#12387;&#12392;&#12418;&#22823;&#12365;&#12356;&#25972;&#25968;&#12434;&#36820;&#12377;
	&#20363;&#65289;FLOOR(123.456)&#8594;123

&#9633;ROUND(&#25968;&#23383;,&#26689;)&#38306;&#25968;
	&#23567;&#25968;&#28857;&#20197;&#19979;x&#26689;&#12391;&#22235;&#25448;&#20116;&#20837;&#12375;&#12383;&#20516;&#12434;&#36820;&#12377;
	&#20363;&#65289;ROUND(123.456,1)&#8594;123.5
	&#20363;&#65289;ROUND(123.456,0)&#8594;123
	&#20363;) ROUND(123.456,-1)&#8594;120

&#9633;MOD(&#25968;&#23383;,&#25968;&#23383;)&#38306;&#25968;
	&#25968;&#23383;/&#25968;&#23383;&#12398;&#12354;&#12414;&#12426;&#12434;&#36820;&#12377;
	&#20363;&#65289;MOD(5,2)&#8594;1

&#9632;&#25991;&#23383;&#21015;&#38306;&#25968;

&#9633;LENGTH(&#25991;&#23383;&#21015;)&#38306;&#25968;
	&#25991;&#23383;&#21015;&#12398;&#25991;&#23383;&#25968;&#12434;&#36820;&#12377;
	&#20363;&#65289;LENGTH('&#12354;&#12356;&#12358;&#12360;&#12362;')&#8594;5

&#9633;SUBSTR(&#25991;&#23383;&#21015;,&#25968;&#20516;1,&#25968;&#20516;2)&#38306;&#25968;
	&#25991;&#23383;&#21015;&#12398;&#65288;&#25968;&#20516;&#65297;&#65289;&#25991;&#23383;&#30446;&#12363;&#12425;&#65288;&#25968;&#20516;&#65298;&#65289;&#25991;&#23383;&#25968;&#21462;&#12426;&#20986;&#12375;&#12383;&#25991;&#23383;&#21015;&#12434;&#36820;&#12377;
	&#20363;&#65289;SUBSTR('&#12354;&#12356;&#12358;&#12360;&#12362;',3)&#8594;&#12358;&#12360;&#12362;
	&#20363;) SUBDTR('&#12354;&#12356;&#12358;&#12360;&#12362;',3,1)&#8594;&#12358;

&#9633;LTRIM(&#25991;&#23383;&#21015;)RTRIM(&#25991;&#23383;&#21015;)&#38306;&#25968;
	&#25991;&#23383;&#21015;&#12398;&#24038;&#12289;&#21448;&#12399;&#21491;&#12398;&#31354;&#30333;&#12434;&#21066;&#38500;&#12377;&#12427;
	&#20363;&#65289;LTRIM('  ABC')&#8594;ABC
	&#20363;&#65289;RTRIM('ABC  ')&#8594;ABC

&#9633;UPPER(&#25991;&#23383;&#21015;)LOWER(&#25991;&#23383;&#21015;)&#38306;&#25968;
	&#25991;&#23383;&#21015;&#12434;&#22823;&#25991;&#23383;&#12289;&#12414;&#12383;&#12399;&#23567;&#25991;&#23383;&#12395;&#12377;&#12427;
	&#8251;&#21322;&#35282;&#12289;&#20840;&#35282;&#20849;&#12395;&#21487;&#33021;
	&#20363;&#65289;UPPER('ABcd')&#8594;ABCD
	&#20363;&#65289;LOWER('ABcd')&#8594;abcd

&#9632;&#26085;&#20184;&#38306;&#25968;

&#9633;SYSDATE&#38306;&#25968;
	&#29694;&#22312;&#12398;&#26085;&#26178;&#12434;&#21462;&#24471;&#12377;&#12427;
	&#20363;&#65289;SELECT SYSDATE FROM TEST&#8594;2007-12-07 22:30:59.0

&#9633;&#26399;&#38291;&#12487;&#12540;&#12479;&#22411; 
	TO_DSINTERVAL
	1&#26085;&#12392;1&#26178;&#38291;2&#20998;3&#31186;&#21069;&#12398;&#26178;&#38291;&#12434;&#27714;&#12417;&#12427;
	&#20363;&#65289;SELECT SYSDATE,SYSDATE-TO_DSINTERVAL('1 1:2:3') FROM TEST
	&#12288;&#12288;&#8594;2007-12-16 18:31:51.0 , 2007-12-16 17:29:48.0 
	TO_YMINTERVAL
	&#20363;&#65289;SELECT SYSDATE,SYSDATE-TO_YMINTERVAL('4-5') FROM TEST
	&#12288;&#12288;&#8594;2007-12-16 18:33:44.0 2003-07-16 18:33:44.0 

&#9633;&#26399;&#38291;&#12487;&#12540;&#12479;&#22411;&#65298; INTERVAL

	1&#26085;&#12392;1&#26178;&#38291;2&#20998;3&#31186;&#21069;&#12398;&#26178;&#38291;&#12434;&#27714;&#12417;&#12427;
	&#20363;&#65289;SELECT SYSDATE,SYSDATE-INTERVAL'1 01:02:03' DAY TO SECOND FROM TEST
	&#12288;&#12288;&#8594;2007-12-16 15:53:35.0 , 2007-12-15 14:51:32.0 
	&#20363;&#65289;SELECT SYSDATE,SYSDATE-( 1+1*1/24 + 2*1/24/60 + 3*1/24/60/60 ) FROM TEST
	&#12288;&#12288;&#8594;2007-12-16 15:53:35.0 , 2007-12-15 14:51:32.0 

	4&#24180;5&#12534;&#26376;&#21069;&#12398;&#26178;&#38291;&#12434;&#27714;&#12417;&#12427;
	&#20363;&#65289;SELECT SYSDATE,SYSDATE-INTERVAL'4-5' YEAR TO MONTH FROM TEST
	&#12288;&#12288;&#8594;2007-12-16 15:55:25.0 , 2003-07-16 15:55:25.0 

	&#20840;INTERVAL&#27963;&#29992;&#26360;&#24335;
	INTERVAL 'n' YEAR
	INTERVAL 'n' MONTH
	INTERVAL 'n' DAY
	INTERVAL 'n' MINUTE
	INTERVAL 'n' SECOND
	INTERVAL 'y-m' YEAR TO MONTH
	INTERVAL 'd hh24:mi:ss.ff' DAY TO SECOND</body>
    <cnt type="integer">2</cnt>
    <created-at type="datetime">2007-12-19T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">152</id>
    <language>Oracle</language>
    <title>&#25968;&#20516;&#38306;&#25968;&#12289;&#25991;&#23383;&#21015;&#38306;&#25968;&#12289;&#26085;&#20184;&#38306;&#25968;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-19T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;img src="/pg/images/lisener.gif"&gt;


RDBMS		&#12522;&#12524;&#12540;&#12471;&#12519;&#12490;&#12523;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12434;&#31649;&#29702;&#12377;&#12427;&#12477;&#12501;&#12488;&#12398;&#12371;&#12392;&#12290;&#12522;&#12524;&#12540;&#12471;&#12519;&#12490;&#12523;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12510;&#12493;&#12472;&#12513;&#12531;&#12488;&#12471;&#12473;&#12486;&#12512;(RDBMS)&#12392;&#35501;&#12416;&#12290;

&#12507;&#12473;&#12488;&#25991;&#23383;&#21015;	&#12463;&#12521;&#12452;&#12450;&#12531;&#12488;&#20596;&#12398;Oracle Net&#12434;&#21033;&#29992;&#12377;&#12427;&#12383;&#12417;&#12398;&#35672;&#21029;&#23376;&#65288;&#25509;&#32154;&#35352;&#36848;&#23376;&#65289;&#12398;&#12371;&#12392;

&#25509;&#32154;&#35352;&#36848;&#23376;	&#35373;&#23450;&#12501;&#12449;&#12452;&#12523;&#65288;tnsnames.ora&#65289;&#12395;&#35352;&#36848;&#12373;&#12428;&#12390;&#12356;&#12427;&#24773;&#22577;&#12363;&#12425;&#25509;&#32154;&#35352;&#36848;&#23376;&#12395;&#23550;&#24540;&#12377;&#12427;&#24773;&#22577;&#12364;&#21462;&#24471;&#12373;&#12428;&#12289;
		&#12381;&#12371;&#12395;&#12399;&#25509;&#32154;&#20808;&#12398;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12398;&lt;b&gt;&#12507;&#12473;&#12488;&#21517;&#12289;&#12509;&#12540;&#12488;&#30058;&#21495;&#12289;&#12469;&#12540;&#12499;&#12473;&#21517;&lt;/b&gt;&#12364;&#35352;&#36848;&#12373;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;

		&#65288;tnsnames.ora&#65289;
		&lt;b&gt;ABC&lt;/b&gt; =&#12288;&#12288;&#12288;&#8592;&#25509;&#32154;&#35352;&#36848;&#23376;
		  (DESCRIPTION =
		    (ADDRESS = (PROTOCOL = TCP)(&lt;b&gt;HOST = maskana-PC)(PORT = 1521&lt;/b&gt;))
		    (CONNECT_DATA =
		      (SERVER = DEDICATED)
		      (SERVICE_NAME =ORCL)&#12288;&#12288;&#12288;&#8592; &#12371;&#12371;&#12364;&#12469;&#12540;&#12499;&#12473;&#21517;
		    )
		  )

&#12507;&#12473;&#12488;&#21517;	&#12288;&#12288;&#12288;&#12288; &#12469;&#12540;&#12496;&#12540;&#12420;&#12467;&#12531;&#12500;&#12517;&#12540;&#12479;&#12398;&#21517;&#21069;&#12289;&#12507;&#12473;&#12488;&#21517;&#12399;IP&#12450;&#12489;&#12524;&#12473;&#12395;&#22793;&#25563;&#12373;&#12428;&#12427;

&#12469;&#12540;&#12499;&#12473;&#21517;	&#21516;&#12376;&#12510;&#12471;&#12531;&#12391;&#21205;&#12356;&#12390;&#12356;&#12427;&#12289;&#35079;&#25968;&#12398;Oracle&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12434;&#35672;&#21029;&#12377;&#12427;&#12383;&#12417;&#12398;&#21517;&#21069;&#12290;
		&#12463;&#12521;&#12452;&#12450;&#12531;&#12488;&#25509;&#32154;&#35201;&#27714;&#12398;&#20966;&#29702;&#20013;&#12395;&#12289;&#12463;&#12521;&#12452;&#12450;&#12531;&#12488;&#25509;&#32154;&#35352;&#36848;&#23376;&#12398;SERVICE_NAME&#12497;&#12521;&#12513;&#12540;&#12479;&#20516;&#12392;GLOBAL_DBNAME&#12497;&#12521;&#12513;&#12540;&#12479;&#12398;
		&#20516;&#12364;&#19968;&#33268;&#12377;&#12427;&#12363;&#12393;&#12358;&#12363;&#12364;&#12289;&#12522;&#12473;&#12490;&#12540;&#12395;&#12424;&#12387;&#12390;&#35430;&#34892;&#12373;&#12428;&#12414;&#12377;&#12290;&#12463;&#12521;&#12452;&#12450;&#12531;&#12488;&#25509;&#32154;&#35352;&#36848;&#23376;&#12391;SID&#12497;&#12521;&#12513;&#12540;&#12479;&#12364;&#20351;&#29992;&#12373;&#12428;&#12427;&#22580;&#21512;&#12289;
		&#12522;&#12473;&#12490;&#12540;&#12391;&#12399;&#20516;&#12398;&#12510;&#12483;&#12503;&#12399;&#35430;&#34892;&#12373;&#12428;&#12414;&#12379;&#12435;&#12290;

SID		&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12434;&#35672;&#21029;&#12377;&#12427;&#35672;&#21029;&#23376;&#12290;
		1&#21488;&#12398;&#12469;&#12540;&#12496;&#12540;&#19978;&#12395;&#35079;&#25968;&#12398;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12364;&#12354;&#12427;&#22580;&#21512;&#12399;&#12289;&#12381;&#12428;&#12382;&#12428;&#12395;&#30064;&#12394;&#12387;&#12383;SID&#12434;&#12388;&#12369;&#12427;&#12371;&#12392;&#12391;&#35672;&#21029;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12427;
		&#12522;&#12522;&#12540;&#12473;8.1&#20197;&#21069;&#12398;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12391;&#12399;&#12289;SID&#12364;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12434;&#35672;&#21029;&#12375;&#12390;&#12356;&#12427;&#12290;

		&#8251;GLOBAL_DBNAME&#12289;SID&#12399;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12398;&#20316;&#25104;&#12434;&#34892;&#12358;&#38555;&#12395;&#27770;&#12417;&#12383;&#21517;&#21069;

&#12522;&#12473;&#12490;&#12540;	&#12288;&#12288;&#12288;&#12288; &#12522;&#12473;&#12490;&#12540;&#12434;&#36215;&#21205;&#12377;&#12427;&#22580;&#21512;&#12399;&#12289;&#12509;&#12540;&#12488;&#30058;&#21495;&#12420;&#25509;&#32154;&#12377;&#12427;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12398;&#35672;&#21029;&#23376;&#12398;&#24773;&#22577;&#12364;&#24517;&#35201;&#12290;&#12501;&#12449;&#12452;&#12523;&#65288;listener.ora&#65289;&#12395;&#35352;&#36848;&#12375;&#12414;&#12377;

		&#65288;listener.ora&#65289;
		LISTENER =
		  (DESCRIPTION_LIST =
		    (DESCRIPTION =
		      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
		      (ADDRESS = (PROTOCOL = TCP)(&lt;b&gt;HOST = &#12507;&#12473;&#12488;&#21517;)(PORT = 1521&lt;/b&gt;))
		    )
		  )

		&#12522;&#12473;&#12490;&#12540;&#12503;&#12525;&#12475;&#12473;&#12399;&#12289;lsnrctl&#12392;&#12356;&#12358;&#12467;&#12510;&#12531;&#12489;&#12434;&#21033;&#29992;&#12375;&#12390;&#12289;&#36215;&#21205;&#12420;&#20572;&#27490;&#12289;&#12354;&#12427;&#12356;&#12399;&#29366;&#24907;&#12398;&#30906;&#35469;&#12377;&#12427;
</body>
    <cnt type="integer">2</cnt>
    <created-at type="datetime">2007-12-25T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">155</id>
    <language>Oracle</language>
    <title>Oracle Net&#12398;&#20181;&#32068;&#12415;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-04-29T07:50:59Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;&#25968;&#20516;&#26360;&#24335;&#22793;&#26356;

&#12288;9&#12288;&#65306;&#12288;&#25968;&#20516;
&#12288;L&#12288;&#65306;&#12288;&#36890;&#36008;&#35352;&#21495;
&#12288;G&#12288;&#65306;&#12288;3&#26689;&#21306;&#20999;&#12426;
&#12288;D&#12288;&#65306;&#12288;&#23567;&#25968;&#28857;

	tablename:ttable
		culumn
		no
		------------
		11111.111
		 1111.111
		  111.111
		   11.111
		    1.111
		     1.11
		      1.1
		        1

select &lt;b&gt;to_char&lt;/b&gt;(no,'9G999D99') from ttable

		TO_CHAR(no,'9G999D99')
		------------
		 #########
		 1,111.11
		   111.11
		    11.11
		     1.11
		     1.11
		     1.10
		     1.00

&#8251;TO_CHAR(no,'99G999D99')&#12394;&#12425;&#12289;###&#12398;&#37096;&#20998;&#12399;11,111.11&#12392;&#34920;&#31034;&#12373;&#12428;&#12427;	
	
&#9633;&#26085;&#20184;&#26360;&#24335;&#22793;&#26356;

YYYY     &#35199;&#26278;&#24180;&#12288;4&#26689;&#12288; 
YY       &#35199;&#26278;&#24180;&#12288;&#19979;2&#26689; 
MM       &#26376;&#65288;01-12&#65289; 
DD       &#26085;&#65288;1-31&#65289; 
HH       &#26178;&#38291;&#65288;1-12&#65289; 
HH&#65288;12&#65289; &#26178;&#38291;&#65288;1-24&#65289; 
HH&#65288;24&#65289; &#26178;&#38291;&#65288;1-24&#65289; 
MI       &#20998;&#65288;0-59&#65289; 
SS       &#31186;&#65288;0-59)
D        &#26085;&#26332;&#26085;&#12434;&#65297;&#12392;&#12375;&#12383;&#25968;&#20516;&#21270;&#12375;&#12383;&#26332;&#26085;&#65288;&#26376;&#26332;&#26085;&#65306;2&#12288;&#28779;&#26332;&#26085;&#65306;3&#12539;&#12539;&#12539;&#12539;&#65289; 
DY       &#26332;&#26085;&#12434;&#28450;&#23383;&#12395;&#22793;&#25563;&#12288;&#26085;&#12289;&#26376;&#12289;&#28779;&#12539;&#12539;&#12539;&#12539;&#12539; 
E        &#20803;&#21495;&#12398;&#30465;&#30053;&#24418;&#12288;&#24179;&#25104;&#65306;H&#12289;&#26157;&#21644;&#65306;S&#12289;&#22823;&#27491;&#65306;&#65332; 
EE       &#20803;&#21495;&#12288;&#24179;&#25104;&#12289;&#26157;&#21644;&#12289;&#22823;&#27491;
EYY      &#21644;&#26278;&#24180;&#12398;&#30465;&#30053;&#24418; 
EEYY     &#21644;&#26278;&#24180;

&#20363;&#65289;&#22411;&#12364;DATE&#12398;&#12501;&#12451;&#12540;&#12523;&#12489;&#12395;&#20516;&#12434;&#20837;&#12428;&#12427;&#26041;&#27861;
insert into ttable 
&#12288;values(&lt;b&gt;to_date&lt;/b&gt;('2007/12/24 12:12:12','yyyy/mm/dd hh24:mi:ss'))

&#20363;&#65289;&#26085;&#20184;&#12398;&#24460;&#12395;&#26332;&#26085;&#12434;&#20837;&#12428;&#12390;&#34920;&#31034;
select &lt;b&gt;to_char&lt;/b&gt;(sysdate,'yy/mm/dd hh12:mi:ss DY') from ttable
	&#8594;07/12/24 04:24:15 &#26376;

&#20363;&#65289;&#26085;&#20184;&#12434;&#21644;&#26278;&#12391;&#34920;&#31034;&#12373;&#12379;&#12427;
select &lt;b&gt;to_char&lt;/b&gt;(sysdate,'eeyy/mm/dd hh24:mi:ss',
	'nls_calendar = ''Japanese Imperial''') from ttable

&#20363;&#65289;&#21644;&#26278;&#12434;&#35199;&#26278;&#12395;&#22793;&#25563;
select &lt;b&gt;to_char&lt;/b&gt;(&lt;b&gt;to_date&lt;/b&gt;('&#24179;&#25104;19/12/24','eeyy/mm/dd',
	'nls_calendar = ''Japanese Imperial'''),'yyyy/mm/dd') from ttable</body>
    <cnt type="integer">4</cnt>
    <created-at type="datetime">2007-12-26T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">157</id>
    <language>Oracle</language>
    <title>&#25968;&#20516;&#26360;&#24335;&#12289;&#26085;&#20184;&#26360;&#24335;&#12398;&#22793;&#26356;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-26T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#20363;&#12487;&#12540;&#12479;

  table_name  :   tes		table_name:tes2

  column_name :   no		no2
	         -------		--------
		1		2
		2		4
		4		5

&#9633;&#20132;&#24046;&#32080;&#21512;(cross join)
	&#35079;&#25968;&#12398;&#12486;&#12540;&#12502;&#12523;&#12398;&#12377;&#12409;&#12390;&#12398;&#34892;&#12434;&#21336;&#32020;&#12395;&#32080;&#21512;&#12377;&#12427;&#26041;&#27861;

	&#20363;&#65289;select no,no2 from tes cross join tes2

	&#32080;&#26524;

	no	 no2
	--------------------
	1	 2 
	2	 2 
	4	 2 
	1	 4 
	2	 4 
	4	 4 
	1	 5 
	2	 5 
	4	 5 

&#9633;&#20869;&#37096;&#32080;&#21512;(inner join)
	&#35079;&#25968;&#12398;&#12486;&#12540;&#12502;&#12523;&#12398;&#25351;&#23450;&#12375;&#12383;&#21015;&#12398;&#20516;&#12364;&#19968;&#33268;&#12377;&#12427;&#34892;&#12398;&#12415;&#12392;&#12426;&#12384;&#12377;&#26041;&#27861;

	&#20363;&#65289;select no,no2 from tes inner join tes2 on no=no2
	    select no,no2 from tes,tes2 where no=no2

	no	 no2
	--------------------	
	2	 2 
	4	 4 

&#9633;&#22806;&#37096;&#32080;&#21512;&#12288;&#24038;&#22806;&#37096;&#32080;&#21512;(left join)
	&#20869;&#37096;&#32080;&#21512;&#12375;&#12383;&#32080;&#26524;&#12395;&#21152;&#12360;&#12390;&#24038;&#20596;&#12398;&#19968;&#33268;&#12377;&#12427;&#20516;&#12364;&#12394;&#12363;&#12387;&#12383;&#12487;&#12540;&#12479;&#12418;&#21462;&#12426;&#20986;&#12377;&#26041;&#27861;

	&#20363;&#65289;select no,no2 from tes left join tes2 on no=no2
	    select no,no2 from tes,tes2 where no=no2(+)

	no	 no2
	--------------------
	1  
	2	 2 
	4	 4 

&#9633;&#22806;&#37096;&#32080;&#21512;&#12288;&#21491;&#22806;&#37096;&#32080;&#21512;(right join)
	&#20869;&#37096;&#32080;&#21512;&#12375;&#12383;&#32080;&#26524;&#12395;&#21152;&#12360;&#12390;&#21491;&#20596;&#12398;&#19968;&#33268;&#12377;&#12427;&#20516;&#12364;&#12394;&#12363;&#12387;&#12383;&#12487;&#12540;&#12479;&#12418;&#21462;&#12426;&#20986;&#12377;&#26041;&#27861;

	&#20363;&#65289;select no,no2 from tes right join tes2 on no=no2
	    select no,no2 from tes,tes2 where no(+)=no2

	no	 no2
	--------------------
	2	 2 
	4	 4 
	 	 5 

&#9633;&#22806;&#37096;&#32080;&#21512;&#12288;&#20840;&#22806;&#37096;&#32080;&#21512;(full join)
	&#20869;&#37096;&#32080;&#21512;&#12375;&#12383;&#32080;&#26524;&#12395;&#21152;&#12360;&#12390;&#24038;&#20596;&#21491;&#20596;&#12398;&#19968;&#33268;&#12377;&#12427;&#20516;&#12364;&#12394;&#12363;&#12387;&#12383;&#12487;&#12540;&#12479;&#12418;&#21462;&#12426;&#20986;&#12377;&#26041;&#27861;

	&#20363;&#65289;select no,no2 from tes full join tes2 on no=no2

	no	 no2
	--------------------
	2	 2 
	4	 4 
	1  
		 5 </body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-27T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">160</id>
    <language>Oracle</language>
    <title>&#20869;&#37096;&#32080;&#21512;&#12289;&#22806;&#37096;&#32080;&#21512; ( join , where )</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-27T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#20363;&#12487;&#12540;&#12479;

  table_name  :   tes		table_name:tes2

  column_name :   no		no2
	         -------		--------
		1		2
		2		4
		4		5
		3

&#9633;all&#28436;&#31639;&#23376;&#65288;&lt;&gt;all,!=all = not in)

	&#12377;&#12409;&#12390;&#12398;&#20516;&#12392;&#27604;&#36611;&#12377;&#12427;&#12392;&#12356;&#12358;&#24847;&#21619;&#12398;&#28436;&#31639;&#23376;

	&#20363;&#65289;select no from tes where no &lt; all(select no2 from tes2)


	&#32080;&#26524; 2,4,5&#12424;&#12426;&#23567;&#12373;&#12356;&#20516;&#12364;&#20986;&#21147;&#12373;&#12428;&#12427;

	no	 
	--------
	1	

	&#20363;&#65289;select no from tes where no != all(select no2 from tes2)
	&#12288;&#12288;select no from tes where no &lt;&gt; all(select no2 from tes2)
	&#12288;&#12288;select no from tes where no not in(select no2 from tes2)

	&#32080;&#26524; 2,4,5&#12391;&#12399;&#12394;&#12356;&#20516;&#12364;&#20986;&#21147;&#12373;&#12428;&#12427;

	no	 
	--------
	1	
	3

&#9633;exists&#28436;&#31639;&#23376;

	&#12469;&#12502;&#12463;&#12456;&#12522;&#12395;&#12424;&#12387;&#12390;&#12392;&#12426;&#12384;&#12373;&#12428;&#12383;&#12487;&#12540;&#12479;&#12364;&#65297;&#12388;&#12391;&#12418;&#12354;&#12428;&#12400;True&#12289;
	&#12394;&#12369;&#12428;&#12400;False&#12434;&#12363;&#12360;&#12377;&#12290;True&#12398;&#22580;&#21512;&#12399;&#12289;&#12513;&#12452;&#12531;&#12463;&#12456;&#12522;&#12434;&#23455;&#34892;&#12377;&#12427;&#12364;&#12289;
	False&#12398;&#22580;&#21512;&#12289;&#23455;&#34892;&#12373;&#12428;&#12414;&#12379;&#12435;

	&#20363;&#65289;select no from tes where exists(select no2 from tes2 where no2 &gt; 5)

	&#32080;&#26524; tes2&#12398;no2&#12395;5&#12424;&#12426;&#22823;&#12365;&#12356;&#12487;&#12540;&#12479;&#12399;&#12394;&#12356;&#12383;&#12417;&#12289;&#12513;&#12452;&#12531;&#12463;&#12456;&#12522;&#12398;&#23455;&#34892;&#12399;&#12373;&#12428;&#12394;&#12356;

	no	 
	--------


	&#20363;&#65289;select no from tes where exists(select no2 from tes2 where no2 &lt; 3)

	&#32080;&#26524; tes2&#12398;no2&#12395;3&#12424;&#12426;&#23567;&#12373;&#12356;&#12487;&#12540;&#12479;&#12399;&#12354;&#12427;&#12383;&#12417;&#12289;&#12513;&#12452;&#12531;&#12463;&#12456;&#12522;&#12398;&#23455;&#34892;&#12364;&#12373;&#12428;&#12427;

	no	 
	--------
	1
	2
	4
	3

&#9633;not exists&#28436;&#31639;&#23376;

	Exists&#12398;&#36870;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-12-27T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">161</id>
    <language>Oracle</language>
    <title>&#28436;&#31639;&#23376;&#65288;ALL,EXISTS,NOT EXISTS)</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-12-27T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>Ruby&#12398;&#20837;&#38272;&#21442;&#32771;&#26360;&#12434;&#35501;&#30772;&#12375;&#12383;&#12425;&#35211;&#12427;&#12409;&#12365;&#12506;&#12540;&#12472;

&#12539;&#12354;&#12426;&#12360;&#12427;&#12360;&#12426;&#12354;
&lt;a href="http://dev.ariel-networks.com/articles/workshop/ruby/"&gt;http://dev.ariel-networks.com/articles/workshop/ruby/&lt;/a&gt;

&#12539;Do Ruby!
&lt;a href="http://doruby.kbmj.com/"&gt;http://doruby.kbmj.com/&lt;/a&gt;

&#12539;&#12300;Ruby&#12301;&#26368;&#26032;&#35352;&#20107;&#19968;&#35239;
&lt;a href="http://www.itmedia.co.jp/enterprise/kw/ruby.html"&gt;http://www.itmedia.co.jp/enterprise/kw/ruby.html&lt;/a&gt;

&#12539;rails&#12510;&#12473;&#12479;&#12540;&#12408;&#12398;&#36947;
&lt;a href="http://members2.jcom.home.ne.jp/master_rails/"&gt;http://members2.jcom.home.ne.jp/master_rails/&lt;/a&gt;

&#12539;&#36870;&#24341;&#12365;Ruby
&lt;a href="http://www.namaraii.com/rubytips/"&gt;http://www.namaraii.com/rubytips/&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-06-03T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">239</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;13 Ruby&#12398;&#30693;&#35672;&#12434;&#12424;&#12426;&#28145;&#12417;&#12427;&#12522;&#12531;&#12463;</title>
    <tp>link</tp>
    <updated-at type="datetime">2008-06-26T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12539;Ruby &#36039;&#26684;&#35430;&#39443;&#21839;&#38988;&#12364;&#12354;&#12427;&#12424;
&lt;a href="http://projects.netlab.jp/ruby-test/index.html"&gt;http://projects.netlab.jp/ruby-test/index.html&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-06-26T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">245</id>
    <language>Ruby</language>
    <title>Ruby&#36039;&#26684;&#35430;&#39443;&#21839;&#38988;</title>
    <tp>link</tp>
    <updated-at type="datetime">2008-06-26T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>$ wget http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz
$ tar xvzf rubygems-1.3.5.tgz
$ cd rubygems-1.3.5
$ ruby setup.rb --prefix=$HOME
$ vi $HOME/.cshrc

set path = (/sbin /bin /usr/sbin /usr/bin ...(&#20013;&#30053;)... $HOME/bin $HOME/lib/ruby/gem/bin)
setenv RUBYLIB $HOME/lib
setenv GEM_HOME $HOME/lib/ruby/gem
setenv RB_USER_INSTALL true

$ source $HOME/.cshrc
$ rehash
$ gem18 --version
1.3.5

$ gem18 install rails
$ rehash

$ gem18 install mongrel
$ rehash

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-11-17T07:14:30Z</created-at>
    <html>W</html>
    <id type="integer">289</id>
    <language>ruby</language>
    <title>&#12469;&#12463;&#12521;&#12469;&#12540;&#12496;&#12391;ruby on rails</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-11-17T07:14:30Z</updated-at>
  </memo>
  <memo>
    <body>&lt;a href="http://pub.cozmixng.org/~the-rwiki/rw-cgi.rb?cmd=view;name=Ruby+Install+Guide%3A%3AUNIX%C1%B4%C8%CC"&gt;Linux install guide&lt;/a&gt;

&#8251;&#20197;&#19979;&#12399;Fedora8&#12395;&#12390;&#23455;&#26045;&#12290;&#20197;&#19979;&#12398;*&#37096;&#20998;p114&#12395;&#12362;&#12356;&#12390;&#21839;&#38988;&#12394;&#12367;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#23436;&#20102;&#12290;

% gzip -dc ruby-1.8.6-*.tar.gz | tar xf -
% cd ruby-1.8.6-*
% ./configure
% make
% su
# make install
# exit
% make clean

&#19978;&#35352;&#12434;root&#27177;&#38480;&#12391;&#25171;&#12390;&#12400;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#23436;&#20102;&#12290;

&#12486;&#12461;&#12473;&#12488;&#12456;&#12487;&#12451;&#12479;&#12391;&#20197;&#19979;&#12434;&#20837;&#21147;&#12375;&#12390;

print "Hello Ruby!"

hello.rb&#12391;&#20445;&#23384;&#12290;
[root@linux ~]# ruby hello.rb [Enter]
Hello Ruby![root@linux ~]#
&#12392;&#34920;&#31034;&#12373;&#12428;&#12428;&#12400;&#25104;&#21151;&#12290;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-19T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">212</id>
    <language>Ruby</language>
    <title>Linux&#12408;Ruby&#12434;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-20T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;&#65288;&#22793;&#25968;&#12398;&#20351;&#12356;&#26041;&#65374;&#20986;&#21147;&#12398;&#20181;&#26041;&#12289;&#22411;&#22793;&#25563;&#12513;&#12477;&#12483;&#12489;&#65289;

a="HELLO "
b="Ruby"
c=1.86
d=100
print(a,b,"\n")
puts(a,b)
p(a,b)
print(a+b)
#print(a+b+c) &#12456;&#12521;&#12540;&#12395;&#12394;&#12427;
print(a+b+c.to_s,"\n")
print(d.to_f)

#to_s&#12399;&#25991;&#23383;&#21015;&#12395;&#12289;to_i&#12399;&#25972;&#25968;&#12395;&#12289;to_f&#12399;&#23567;&#25968;&#28857;&#25968;&#12395;&#22793;&#25563;&#12377;&#12427;


***&#32080;&#26524;***
HELLO Ruby
HELLO 
Ruby
"HELLO "
"Ruby"
HELLO RubyHELLO Ruby1.86
100.0[EOF]
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-21T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">215</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;1&#65288;&#22793;&#25968;&#12398;&#20351;&#12356;&#26041;&#65374;&#20986;&#21147;&#12398;&#20181;&#26041;&#12289;&#22411;&#22793;&#25563;&#12513;&#12477;&#12483;&#12489;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-21T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;2&#65288;&#27604;&#36611;&#28436;&#31639;&#23376;&#65374;if&#25991;&#12289;case&#25991;&#65289;

#&#27604;&#36611;&#28436;&#31639;&#23376;

#&#12300;==&#12301;	&#31561;&#12375;&#12356;
#&#12300;!=&#12301;	&#31561;&#12375;&#12367;&#12394;&#12356;
#&#12300;&lt;&#12301;	&#21491;&#12364;&#22823;&#12365;&#12356;
#&#12300;&lt;=&#12301;	&#21491;&#12364;&#22823;&#12365;&#12356;&#12363;&#31561;&#12375;&#12356;
#&#12300;&gt;&#12301;	&#24038;&#12364;&#22823;&#12365;&#12356;
#&#12300;&gt;=&#12301;	&#24038;&#12364;&#22823;&#12365;&#12356;&#12363;&#31561;&#12375;&#12356;

#&#12300;!&#12301;	&#31561;&#12375;&#12367;&#12394;&#12356;

a=10
b=5

if ( a != b ) then
	print("a!=b")
else
	print("a==b")
end
puts()
if !(a==5) then
	print("a!=10")
end
puts()
month=3
case month
	when 1..3
		print("3&#23398;&#26399;&#12391;&#12377;")
	when 4..7
		print("1&#23398;&#26399;&#12391;&#12377;")
	when 9..12
		print("2&#23398;&#26399;&#12391;&#12377;")
	else
		print("&#22799;&#20241;&#12415;&#12391;&#12377;")
end
# 1..3&#12398;&#37096;&#20998;&#12399;&#27604;&#36611;&#28436;&#31639;&#23376;&#12434;&#12388;&#12363;&#12387;&#12390;&#31684;&#22258;&#12391;&#35352;&#36848;&#12418;&#21487;
# month&lt;4 &#31561;

***&#32080;&#26524;***
a!=b
a!=10
3&#23398;&#26399;&#12391;&#12377;[EOF]</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-21T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">216</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;2&#65288;&#27604;&#36611;&#28436;&#31639;&#23376;&#65374;if&#25991;&#12289;case&#25991;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-21T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;3&#65288;while&#25991;&#12289;until&#25991;&#12289;for&#25991;&#65289;

x=1

#&#26465;&#20214;&#12364;&#25104;&#31435;&#12377;&#12427;&#38291;&#12523;&#12540;&#12503;&#12377;&#12427;
while x&lt;10
	print(x,",")
	x+=1	#x=x+1&#12395;&#21516;&#12376;
end

puts()

#&#26465;&#20214;&#12364;&#25104;&#31435;&#12375;&#12394;&#12356;&#38291;&#12523;&#12540;&#12503;&#12377;&#12427;
until x&lt;1
	print(x,",")
	x-=1	#x=x+1&#12395;&#21516;&#12376;
	if(x==5)then
		break
	end
end

#for&#25991;&#12398;&#21033;&#29992;(while&#12424;&#12426;&#31777;&#21336;)

for x in 50..55
	print(x,",")
end

puts()

for x in 5..10
	if (x==7) then
		next
	else
		print(x,",")
	end
end
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-21T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">217</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;3&#65288;while&#25991;&#12289;until&#25991;&#12289;for&#25991;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-21T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;4&#65288;&#37197;&#21015;&#12289;&#12495;&#12483;&#12471;&#12517;&#12398;&#20351;&#12356;&#26041;&#65289;

#&#37197;&#21015;&#12398;&#31665;&#12434;&#20316;&#12427;
arr=Array.new

#&#37197;&#21015;&#12398;&#20013;&#36523;&#12434;&#20837;&#12428;&#12390;&#31665;&#12434;&#12388;&#12367;&#12427;
arr2=["a","bcd","efghij"]

puts(arr2[0]+arr2[1]+arr2[2])
puts("&#37197;&#21015;&#12398;&#22823;&#12365;&#12373;&#12399;"+arr2.length().to_s+"&#12391;&#12377;")
puts("&#37197;&#21015;arr2[2]&#12398;&#25991;&#23383;&#12398;&#38263;&#12373;&#12399;"+arr2[2].length().to_s+"&#12391;&#12377;")

for n in 0..2
	print(arr2[n])
end

puts()

#&#12495;&#12483;&#12471;&#12517;&#12398;&#21033;&#29992;
arr=Hash.new
arr["One"]="&#12527;&#12531;"
arr["Two"]="&#12484;&#12540;"
arr["Three"]="&#12473;&#12522;&#12540;"

puts arr

arr.each do |a,b|
	print(" a=",a," b=",b)
end

arr2={"a"=&gt;"apple","b"=&gt;"bed"}

puts
arr2.each do |a,b|
	print(" a=",a," b=",b,"\n")
end

***&#32080;&#26524;***
abcdefghij
&#37197;&#21015;&#12398;&#22823;&#12365;&#12373;&#12399;3&#12391;&#12377;
&#37197;&#21015;arr2[2]&#12398;&#25991;&#23383;&#12398;&#38263;&#12373;&#12399;6&#12391;&#12377;
abcdefghij
Two&#12484;&#12540;One&#12527;&#12531;Three&#12473;&#12522;&#12540;
 a=Two b=&#12484;&#12540; a=One b=&#12527;&#12531; a=Three b=&#12473;&#12522;&#12540;
 a=a b=apple
 a=b b=bed
[EOF]</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-22T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">219</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;4&#65288;&#37197;&#21015;&#12289;&#12495;&#12483;&#12471;&#12517;&#12398;&#20351;&#12356;&#26041;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;5&#65288;&#20363;&#22806;&#20966;&#29702;&#65289;

#&#22522;&#26412;&#27083;&#25991;
begin
			#&#23455;&#34892;&#20966;&#29702;
	a=100
	b="100"
	c=a+b		#&#12371;&#12371;&#12391;&#12456;&#12521;&#12540;&#30330;&#29983;

rescue =&gt; e
			#&#20363;&#22806;&#26178;&#20966;&#29702;
	puts("&#12456;&#12521;&#12540;&#30330;&#29983;&#65306;"+e)

else			#&#24517;&#38920;&#12391;&#12399;&#12394;&#12356;
			#&#20363;&#22806;&#12364;&#30330;&#29983;&#12375;&#12394;&#12363;&#12387;&#12383;&#22580;&#21512;&#12398;&#20966;&#29702;
	puts("&#12456;&#12521;&#12540;&#12394;&#12375;")

ensure			#&#24517;&#38920;&#12391;&#12399;&#12394;&#12356;
			#&#27083;&#25991;&#12434;&#25244;&#12369;&#12427;&#38555;&#12395;&#24517;&#12378;&#23455;&#34892;&#12373;&#12428;&#12427;
	puts("&#12456;&#12521;&#12540;&#12354;&#12426;&#12289;&#12394;&#12375;&#12363;&#12363;&#12431;&#12425;&#12378;&#20027;&#21147;")

end

***&#32080;&#26524;***
&#12456;&#12521;&#12540;&#30330;&#29983;&#65306;String can't be coerced into Fixnum
&#12456;&#12521;&#12540;&#12354;&#12426;&#12289;&#12394;&#12375;&#12363;&#12363;&#12431;&#12425;&#12378;&#20027;&#21147;
[EOF]

***&#12456;&#12521;&#12540;&#30330;&#29983;&#31623;&#25152;&#12434;&#12467;&#12513;&#12531;&#12488;&#12450;&#12454;&#12488;&#12375;&#12383;&#22580;&#21512;&#12398;&#32080;&#26524;***
&#12456;&#12521;&#12540;&#12394;&#12375;
&#12456;&#12521;&#12540;&#12354;&#12426;&#12289;&#12394;&#12375;&#12363;&#12363;&#12431;&#12425;&#12378;&#20027;&#21147;
[EOF]</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-22T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">220</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;5&#65288;&#20363;&#22806;&#20966;&#29702;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;6&#65288;&#12513;&#12477;&#12483;&#12489;&#12398;&#21033;&#29992;&#12289;&#24341;&#25968;&#12289;&#25147;&#12426;&#20516;&#65374;&#12514;&#12472;&#12517;&#12540;&#12523;&#65289;

&lt;font style="color:red"&gt;#&#12513;&#12477;&#12483;&#12489;&#12398;&#21033;&#29992;&#65288;&#12513;&#12477;&#12483;&#12489;&#12398;&#21517;&#21069;&#12399;&#26368;&#21021;&#23567;&#25991;&#23383;&#12289;2&#12388;&#20197;&#19978;&#12398;&#21336;&#35486;&#12395;&#12424;&#12387;&#12390;
#&#27083;&#25104;&#12373;&#12428;&#12427;&#22580;&#21512;&#12399;&#12289;2&#12388;&#12417;&#20197;&#38477;&#26368;&#21021;&#12398;&#25991;&#23383;&#12434;&#22823;&#25991;&#23383;&#12395;&#12377;&#12427;&lt;/font&gt;

#&#21336;&#32020;&#12394;&#12513;&#12477;&#12483;&#12489;
def printHello
	puts("Hello")
end

#&#24341;&#25968;&#12364;&#28193;&#12379;&#12427;&#12513;&#12477;&#12483;&#12489;
def printHello2(str)
	puts( "Hello" + " " + str )
end

#&#25147;&#12426;&#20516;&#12398;&#12354;&#12427;&#12513;&#12477;&#12483;&#12489;
def getHello
	return "Hello!"	
end

printHello
printHello2("Ruby")
puts(getHello)

puts("------------")

&lt;font style="color:red"&gt;#&#12514;&#12472;&#12517;&#12540;&#12523;&#12398;&#21517;&#21069;&#12399;&#24517;&#12378;&#38957;&#25991;&#23383;&#12364;&#12450;&#12523;&#12501;&#12449;&#12505;&#12483;&#12488;&#22823;&#25991;&#23383;&#12391;&#12394;&#12356;&#12392;&#12384;&#12417;&lt;/font&gt;
#&#12514;&#12472;&#12517;&#12540;&#12523;&#12398;&#20351;&#29992;(module_function&#12434;&#26360;&#12367;&#26041;&#27861;)

module Figurebox
	def addInt(a,b)
		return a+b
	end
	def minusInt(a,b)
		return a-b
	end
	module_function:addInt
	module_function:minusInt
end

puts(Figurebox.addInt(5,3))
puts(Figurebox.minusInt(5,3))

#&#12514;&#12472;&#12517;&#12540;&#12523;&#12398;&#20351;&#29992;(include&#12377;&#12427;&#26041;&#27861;)

module UnionStr
	def twoStrUnion(str1,str2)
		return str1+str2
	end
	def threeStrUnion(str1,str2,str3)
		return str1+str2+str3
	end
end

include(UnionStr)

puts(twoStrUnion("&#12354;&#12356;&#12358;&#12360;&#12362;","&#12363;&#12365;&#12367;&#12369;&#12371;"))
puts(threeStrUnion("&#12373;&#12375;&#12377;&#12379;&#12381;","&#12383;&#12385;&#12388;&#12390;&#12392;","&#12394;&#12395;&#12396;&#12397;&#12398;"))
&lt;font style="color:red"&gt;#&#22522;&#26412;&#30340;&#12395;include&#12398;&#26041;&#27861;&#12399;&#12289;&#12383;&#12367;&#12373;&#12435;include&#12375;&#12383;&#38555;&#12289;&#21516;&#12376;&#21517;&#21069;&#12398;
#&#12513;&#12477;&#12483;&#12489;&#12364;&#23384;&#22312;&#12375;&#12383;&#22580;&#21512;&#19978;&#26360;&#12365;&#12373;&#12428;&#12289;&#12362;&#12363;&#12375;&#12394;&#20966;&#29702;&#12392;&#12394;&#12387;&#12383;&#12426;&#12377;&#12427;&#28858;&#12289;
#&#20351;&#12356;&#26041;&#12395;&#27880;&#24847;&#12364;&#24517;&#35201;&#12290;&#12393;&#12385;&#12425;&#12363;&#12392;&#12356;&#12358;&#12392;&#12463;&#12521;&#12473;&#12398;&#20013;&#12391;&#12424;&#12367;&#20351;&#12358;&lt;/font&gt;

***&#32080;&#26524;***
Hello
Hello Ruby
Hello!
------------
8
2
&#12354;&#12356;&#12358;&#12360;&#12362;&#12363;&#12365;&#12367;&#12369;&#12371;
&#12373;&#12375;&#12377;&#12379;&#12381;&#12383;&#12385;&#12388;&#12390;&#12392;&#12394;&#12395;&#12396;&#12397;&#12398;
[EOF]
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-22T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">221</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;6&#65288;&#12513;&#12477;&#12483;&#12489;&#12398;&#21033;&#29992;&#12289;&#24341;&#25968;&#12289;&#25147;&#12426;&#20516;&#65374;&#12514;&#12472;&#12517;&#12540;&#12523;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;7&#65288;&#12514;&#12472;&#12517;&#12540;&#12523;&#12398;&#23450;&#25968;&#12289;&#12464;&#12525;&#12540;&#12496;&#12523;&#22793;&#25968;&#65289;

&lt;font style="color:red"&gt;#&#12464;&#12525;&#12540;&#12496;&#12523;&#22793;&#25968;&#12398;&#23450;&#32681;
$grobalTax=0.10&lt;/font&gt;

module TaxAct

	&lt;font style="color:red"&gt;#&#23450;&#25968;&#12399;&#12377;&#12409;&#12390;&#22823;&#25991;&#23383;&#12391;&#35352;&#36848;
	TAX=0.05&lt;/font&gt;
	#&#24403;&#12383;&#12426;&#21069;&#12384;&#12364;&#12371;&#12398;&#22580;&#25152;&#12395;&#22793;&#25968;&#12399;&#12356;&#12428;&#12425;&#12428;&#12394;&#12356;
	#tax2=0.10	&#8592;&#12450;&#12463;&#12475;&#12473;&#12375;&#12424;&#12358;&#12392;&#12377;&#12427;&#12392;&#12456;&#12521;&#12540;&#12395;&#12394;&#12427;

	def taxAdd(i)
		return i*(1.0+TAX)
	end
	def taxMinus(f)
		return f/(1+TAX)
	end

	def gTaxAdd(i)
		return i*(1.0+$grobalTax)
	end
	def gTaxMinus(f)
		return f/(1+$grobalTax)
	end
	module_function:taxAdd
	module_function:taxMinus
	module_function:gTaxAdd
	module_function:gTaxMinus
end


puts(TaxAct.taxAdd(2000).to_i)
puts(TaxAct.taxMinus(1980).to_i)

puts(TaxAct.gTaxAdd(2000).to_i)
$grobalTax=0.50
puts(TaxAct.gTaxMinus(2000).to_i)

&lt;font style="color:red"&gt;#&#12464;&#12525;&#12540;&#12496;&#12523;&#22793;&#25968;&#12399;&#20415;&#21033;&#12384;&#12364;&#12289;&#20182;&#12398;&#12521;&#12452;&#12502;&#12521;&#12522;&#12391;&#20351;&#12431;&#12428;&#12390;&#12356;&#12427;
#&#21487;&#33021;&#24615;&#12418;&#12354;&#12426;&#12289;&#12383;&#12414;&#12383;&#12414;&#21517;&#21069;&#12364;&#21516;&#12376;&#12395;&#35373;&#23450;&#12375;&#12390;&#12375;&#12414;&#12387;&#12383;&#22580;&#21512;
#&#21407;&#22240;&#31350;&#26126;&#12364;&#38627;&#12375;&#12356;&#12488;&#12521;&#12502;&#12523;&#12434;&#24341;&#12365;&#36215;&#12371;&#12377;&#21487;&#33021;&#24615;&#12364;&#12354;&#12427;&lt;/font&gt;

***&#32080;&#26524;***
2100
1885
2200
1333
[EOF]</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-22T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">222</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;7&#65288;&#12514;&#12472;&#12517;&#12540;&#12523;&#12398;&#23450;&#25968;&#12289;&#12464;&#12525;&#12540;&#12496;&#12523;&#22793;&#25968;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;8&#65288;&#12463;&#12521;&#12473;&#12398;&#20316;&#25104;&#65374;&#12467;&#12531;&#12473;&#12488;&#12521;&#12463;&#12479;&#12289;&#12450;&#12463;&#12475;&#12483;&#12469;&#65289;

class Keisan

	ENSYURITSU=3.14

	&lt;font style="color:red"&gt;#&#12467;&#12531;&#12473;&#12488;&#12521;&#12463;&#12479;	
	def initialize
		#&#12452;&#12531;&#12473;&#12479;&#12531;&#12473;&#22793;&#25968;
		@takasa=10
	end

	#&#12450;&#12463;&#12475;&#12483;&#12469;&#12513;&#12477;&#12483;&#12489;
	def takasa=(val)
		@takasa=val
	end
	def takasa
		return @takasa
	end &lt;/font&gt;

	def enNagasa(chokkei)
		return chokkei*ENSYURITSU	
	end

	def enMenseki(hankei)
		return hankei*hankei*ENSYURITSU
	end

	def encyuuMenseki(hankei)
		return hankei*hankei*ENSYURITSU*@takasa
	end
end


&lt;font style="color:red"&gt;#&#12452;&#12531;&#12473;&#12479;&#12531;&#12473;&#12398;&#20316;&#25104;
kei=Keisan.new&lt;/font&gt;
puts("&#30452;&#24452;10m&#12398;&#20870;&#12398;&#38263;&#12373;&#12399;"+kei.enNagasa(10).to_s+"m")
puts("&#21322;&#24452;10m&#12398;&#20870;&#12398;&#38754;&#31309;&#12399;"+kei.enMenseki(10).to_s+"&#13217;")
puts("&#21322;&#24452;10m&#12398;&#20870;&#12398;&#20307;&#31309;&#12399;"+kei.encyuuMenseki(10).to_s+"&#13221;")

&lt;font style="color:red"&gt;#&#12450;&#12463;&#12475;&#12483;&#12469;&#12513;&#12477;&#12483;&#12489;&#12395;&#12424;&#12387;&#12390;&#20197;&#19979;&#12398;&#12424;&#12358;&#12395;&#22793;&#25968;&#12398;&#22793;&#26356;&#12289;&#21442;&#29031;&#12364;&#12391;&#12365;&#12427;
kei.takasa=20
puts("&#21322;&#24452;10m&#12289;&#39640;&#12373;"+kei.takasa.to_s+"m&#12398;&#20870;&#12398;&#20307;&#31309;&#12399;"+kei.encyuuMenseki(10).to_s+"&#13221;")&lt;/font&gt;

#&#12450;&#12463;&#12475;&#12483;&#12469;&#12364;&#12394;&#12356;&#12392;&#22793;&#25968;&#12395;&#12450;&#12463;&#12475;&#12473;&#12391;&#12365;&#12394;&#12356;

class TestClass
	def initialize
		@aaa=0
	end
end
tc=TestClass.new
begin
	puts(tc.aaa)
rescue =&gt; e
	puts(e)
end

&lt;font style="color:red"&gt;#&#22793;&#26356;&#12398;&#38555;&#12398;&#20837;&#21147;&#35215;&#21046;&#12420;&#12289;&#20986;&#12377;&#12392;&#12365;&#12395;&#20966;&#29702;&#31561;&#24517;&#35201;&#12364;&#12394;&#12356;&#22580;&#21512;
#&#12450;&#12463;&#12475;&#12483;&#12469;&#12434;&#31777;&#21336;&#12395;&#35352;&#36848;&#12377;&#12427;&#12371;&#12392;&#12364;&#21487;&#33021;&lt;/font&gt;

class TestClass2
	
	&lt;font style="color:red"&gt;attr_accessor:aaa	#&#35501;&#12415;&#26360;&#12365;&#20849;&#12395;&#21487;&#33021;&#12394;&#12450;&#12463;&#12475;&#12483;&#12469;&#20316;&#25104;
	attr_reader:bbb		#&#35501;&#12415;&#12371;&#12415;&#12398;&#12415;&#12513;&#12477;&#12483;&#12489;&#20316;&#25104;
	attr_writer:ccc		#&#26360;&#36796;&#12415;&#12398;&#12415;&#12398;&#12513;&#12477;&#12483;&#12489;&#20316;&#25104;&lt;/font&gt;
	
	def initialize
		@aaa=0
		@bbb=1
		@ccc=2
	end	
end

tc2=TestClass2.new

tc2.aaa=5
puts(tc2.aaa)
#tc2.bbb=6	&#12456;&#12521;&#12540;&#12395;&#12394;&#12427;
puts(tc2.bbb)
tc2.ccc=7
#puts(tc2.ccc)	&#12456;&#12521;&#12540;&#12395;&#12394;&#12427;

***&#32080;&#26524;***
&#30452;&#24452;10m&#12398;&#20870;&#12398;&#38263;&#12373;&#12399;31.4m
&#21322;&#24452;10m&#12398;&#20870;&#12398;&#38754;&#31309;&#12399;314.0&#13217;
&#21322;&#24452;10m&#12398;&#20870;&#12398;&#20307;&#31309;&#12399;3140.0&#13221;
&#21322;&#24452;10m&#12289;&#39640;&#12373;20m&#12398;&#20870;&#12398;&#20307;&#31309;&#12399;6280.0&#13221;
undefined method `aaa' for #&lt;TestClass:0xb7fa1d1c @aaa=0&gt;
5
1
[EOF]</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-22T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">223</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;8&#65288;&#12463;&#12521;&#12473;&#12398;&#20316;&#25104;&#65374;&#12467;&#12531;&#12473;&#12488;&#12521;&#12463;&#12479;&#12289;&#12450;&#12463;&#12475;&#12483;&#12469;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9312;&#20197;&#19979;&#12434;&#12486;&#12461;&#12473;&#12488;&#12395;&#26360;&#12365;&#12289;apache&#12501;&#12457;&#12523;&#12480;&#12398;cgi-bin&#12398;&#20013;&#12408;
hello.cgi&#12391;&#20445;&#23384;&#12377;&#12427;

#!/usr/local/bin/ruby -Ks
puts  "Content-Type: text/html"
puts

print &lt;&lt;"EOB"
&lt;html&gt;&lt;body&gt;
&lt;h3&gt;HELLO! RUBY WEB&lt;/h3&gt;
&lt;p&gt;hello hello hello!&lt;/p&gt;
&lt;/body&gt;&lt;/html&gt;
EOB

&#9313;&#23455;&#34892;&#27177;&#38480;&#12434;&#12388;&#12369;&#12427;
chmod 755 /var/www/cgi-bin/hello.cgi

&#9314;http://locaihost/cgi-bin/hello.cgi&#12395;&#12450;&#12463;&#12475;&#12473;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-26T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">224</id>
    <language>Ruby</language>
    <title>Apache&#12391;CGI&#12434;&#20351;&#12387;&#12390;Ruby&#12434;&#21205;&#12363;&#12377;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-27T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;9&#65288;&#12463;&#12521;&#12473;&#12398;&#25215;&#32153;&#12289;&#12458;&#12540;&#12496;&#12540;&#12521;&#12452;&#12489;&#65289;

class PrintSelf
	def initialize(name,age)
		@name=name
		@age=age
	end
	attr_accessor:name
	attr_accessor:age
	
	def checkAge
		if(age&lt;20)then
			puts("&#26410;&#25104;&#24180;&#12391;&#12377;")
		else
			puts("&#25104;&#20154;&#12391;&#12377;")
		end
	end
end

&lt;font color=red&gt;#&#32153;&#25215;&#65288;PrintSelf&#12463;&#12521;&#12473;&#12398;&#22793;&#25968;&#12420;&#12513;&#12477;&#12483;&#12489;&#12434;&#12381;&#12398;&#12414;&#12414;&#24341;&#12365;&#32153;&#12368;&#12371;&#12392;&#12364;&#12391;&#12365;&#12427;&#65289;
class PrintSelf2 &amp;ltPrintSelf

	#&#12458;&#12540;&#12496;&#12540;&#12521;&#12452;&#12489;&#65288;&#21516;&#12376;&#12513;&#12477;&#12483;&#12489;&#21517;&#12391;&#23450;&#32681;&#12375;&#12394;&#12362;&#12377;&#12371;&#12392;&#12391;
	#&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#12288;&#35242;&#12463;&#12521;&#12473;&#12392;&#12399;&#36949;&#12387;&#12383;&#20966;&#29702;&#12395;&#22793;&#26356;&#12377;&#12427;&#12371;&#12392;&#12364;&#21487;&#33021;&#65289;
	def checkAge&lt;/font&gt;
		if(age&amp;lt20)then
			puts("&#12362;&#37202;&#12399;&#39154;&#12417;&#12414;&#12379;&#12435;")
		else
			puts("&#12362;&#37202;&#12364;&#12398;&#12417;&#12414;&#12377;")
		end
	end
	#&#26032;&#12375;&#12367;&#12513;&#12477;&#12483;&#12489;&#12398;&#36861;&#21152;&#12418;&#12391;&#12365;&#12427;
	def iam
		puts("&#31169;&#12399;"+name+"&#12392;&#12356;&#12356;&#12414;&#12377;&#12290;")
		puts("&#27507;&#12399;"+age.to_s+"&#27507;&#12394;&#12398;&#12391;")
		checkAge
	end

end

sato=PrintSelf.new("sato",30)
puts(sato.name+":"+sato.age.to_s+"&#27507;")
sato.checkAge

taro=PrintSelf2.new("taro",15)
&lt;font style="color:red;"&gt;#PrintSelf&#12463;&#12521;&#12473;&#12392;&#21516;&#12376;&#12424;&#12358;&#12395;name,age&#22793;&#25968;&#12395;&#12450;&#12463;&#12475;&#12473;&#21487;&#33021;
puts(taro.name+":"+taro.age.to_s+"&#27507;")
taro.checkAge&lt;/font&gt;
puts
taro.iam

***&#32080;&#26524;***
sato:30&#27507;
&#25104;&#20154;&#12391;&#12377;
taro:15&#27507;
&#12362;&#37202;&#12399;&#39154;&#12417;&#12414;&#12379;&#12435;

&#31169;&#12399;taro&#12392;&#12356;&#12356;&#12414;&#12377;&#12290;
&#27507;&#12399;15&#27507;&#12394;&#12398;&#12391;
&#12362;&#37202;&#12399;&#39154;&#12417;&#12414;&#12379;&#12435;
[EOF]</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-27T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">225</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;9&#65288;&#12463;&#12521;&#12473;&#12398;&#25215;&#32153;&#12289;&#12458;&#12540;&#12496;&#12540;&#12521;&#12452;&#12489;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-27T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;10&#65288;&#12463;&#12521;&#12473;&#22793;&#25968;&#12289;&#12463;&#12521;&#12473;&#12513;&#12477;&#12483;&#12489;&#65289;


&lt;font color=red&gt;#&#12463;&#12521;&#12473;&#22793;&#25968;&#12289;&#12463;&#12521;&#12473;&#12513;&#12477;&#12483;&#12489;&#12399;&#12452;&#12531;&#12473;&#12479;&#12531;&#12473;&#21270;&#12379;&#12378;&#12395;&#21033;&#29992;&#12391;&#12365;&#12427;&#12418;&#12398;
#&#12463;&#12521;&#12473;&#12513;&#12477;&#12483;&#12489;&#12391;&#12399;&#12289;&#12463;&#12521;&#12473;&#22793;&#25968;&#12375;&#12363;&#20351;&#12360;&#12394;&#12356;&lt;/font&gt;
class MathC
	
	&lt;font color=red&gt;#&#12463;&#12521;&#12473;&#22793;&#25968;&#12395;&#12399;@@&#12434;&#12388;&#12369;&#12390;&#23450;&#32681;&#12377;&#12427;&lt;/font&gt;
	@@atai=10
	
	&lt;font color=red&gt;#self.&#12513;&#12477;&#12483;&#12489;&#21517;,&#12463;&#12521;&#12473;&#21517;.&#12513;&#12477;&#12483;&#12489;&#21517;,&lt;&lt; &#12513;&#12477;&#12483;&#12489;&#21517;&#12394;&#12393;&#26360;&#12365;&#26041;&#12356;&#12429;&#12356;&#12429;&lt;/font&gt;
	def self.tasu(a,b)
		puts(a+b)
	end
	def self.checkatai(a)
		if(@@atai &gt;= a)then
			puts(@@atai.to_s+"&#20197;&#19979;&#12391;&#12377;")	
		else
			puts(@@atai.to_s+"&#20197;&#19978;&#12391;&#12377;")
		end
	end

        #&#12450;&#12463;&#12475;&#12483;&#12469;
	def self.atai=(val)
		@@atai=val
	end

	def self.atai
		return @@atai
	end
end
&lt;font color=red&gt;#.new&#12391;&#12452;&#12531;&#12473;&#12479;&#12531;&#12473;&#21270;&#12375;&#12394;&#12367;&#12390;&#12418;&#20351;&#12360;&#12427;&lt;/font&gt;
MathC.tasu(5,6)
MathC.checkatai(15)
MathC.atai=50
MathC.checkatai(30)
puts(MathC.atai)

***&#32080;&#26524;***
11
10&#20197;&#19978;&#12391;&#12377;
50&#20197;&#19979;&#12391;&#12377;
50
[EOF]</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-27T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">226</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;10&#65288;&#12463;&#12521;&#12473;&#22793;&#25968;&#12289;&#12463;&#12521;&#12473;&#12513;&#12477;&#12483;&#12489;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-27T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#27083;&#31689;&#29872;&#22659;
Fedora8
apache -v 2.2.6&#12288;(OS&#21021;&#26399;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12373;&#12428;&#12383;&#12418;&#12398;&#65289;
ruby -v 1.8.6_p114

&#12414;&#12378;apache&#12391;&#12393;&#12398;&#22580;&#25152;&#12395;&#12393;&#12398;&#12501;&#12449;&#12452;&#12523;&#12364;&#12450;&#12463;&#12475;&#12473;&#12375;&#12383;&#22580;&#21512;eruby&#12434;
&#36969;&#24540;&#12373;&#12379;&#12427;&#12363;&#12398;&#35373;&#23450;&#12434;&#12377;&#12427;

&#8251;&#20197;&#19979;&#12399;http://localhost/ruby&#20869;&#12398;html&#12501;&#12449;&#12452;&#12523;&#12395;&#12450;&#12463;&#12475;&#12473;&#26178;&#12289;
&#12381;&#12398;html&#12398;&#20869;&#23481;&#12434;erb_run.cgi&#12395;&#28193;&#12377;&#20966;&#29702;&#12434;&#34892;&#12358;&#12418;&#12398;

&#9312;vi /etc/httpd/conf/httpd.conf&#12391;
&#26368;&#24460;&#12395;&#20197;&#19979;&#12434;&#36861;&#21152;

&lt;Directory "/var/www/html/ruby"&gt;
AddType application/x-httpd-eruby .html
Action application/x-httpd-eruby /cgi-bin/erb_run.cgi
&lt;/Directory&gt;

&#9313;apache&#12434;&#20877;&#36215;&#21205;
&#9314;vi /var/www/cgi-bin/erb_run.cgi&#12391;erb_run.cgi&#12501;&#12449;&#12452;&#12523;&#12434;&#20316;&#25104;&#12375;&#12289;
&#20197;&#19979;&#12434;&#12356;&#12428;&#12390;&#20445;&#23384;

#!/usr/local/bin/ruby -Ku
require 'erb'
puts "Content-Type: text/html"
puts
ERB.new(IO.read(ENV['PATH_TRANSLATED'])).run

&#9315;&#12371;&#12428;&#12391;&#35373;&#23450;&#23436;&#20102;&#12290;&#20197;&#19979;hello.html&#12434;/var/www/html/ruby/hello.html&#12391;&#20445;&#23384;

&lt;% msg="This is eruby!!" %&gt;
&lt;html&gt;&lt;body&gt;
&lt;%=msg%&gt;
&lt;/body&gt;&lt;/html&gt;

&#9316;http://localhost/ruby/hello.html&#12395;&#12450;&#12463;&#12475;&#12473;

This is eruby!!

&#12392;&#34920;&#31034;&#12373;&#12428;&#12383;&#12425;&#25104;&#21151;&#65281;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-28T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">228</id>
    <language>Ruby</language>
    <title>eRuby&#12391;HTML&#12395;&#30452;&#25509;&#12473;&#12463;&#12522;&#12503;&#12488;&#12364;&#12363;&#12369;&#12427;&#12424;&#12358;&#35373;&#23450;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-28T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;11&#65288;&#22806;&#37096;&#12501;&#12449;&#12452;&#12523;&#12363;&#12425;&#35501;&#36796;&#12289;&#12514;&#12472;&#12517;&#12540;&#12523;&#12391;&#27231;&#33021;&#27880;&#20837;&#65289;

&lt;font color=red&gt;#&#20197;&#19979;&#12434;library.rb&#12392;&#12356;&#12358;&#21517;&#21069;&#12391;&#23455;&#34892;&#12501;&#12449;&#12452;&#12523;&#12392;&#21516;&#12376;&#22580;&#25152;&#12395;&#20445;&#23384;(#&#12399;&#38500;&#12356;&#12390;)&lt;/font&gt;
#class ReadClass	
#	def printText
#		puts("This is ReadClass of library.rb")
#	end
#end

#&#20197;&#19979;&#12434;&#23455;&#34892;&#12377;&#12427;&#12392;&#21033;&#29992;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12394;&#12427;
&lt;font color=red&gt;require("library")&lt;/font&gt;

obj=ReadClass.new
obj.printText

&lt;font color=red&gt;#&#12514;&#12472;&#12517;&#12540;&#12523;&#12391;&#27231;&#33021;&#12398;&#27880;&#20837;
#&#35079;&#25968;&#12398;&#12463;&#12521;&#12473;&#12395;&#21516;&#12376;&#27231;&#33021;&#12434;&#12381;&#12428;&#12382;&#12428;&#23455;&#35013;&#12375;&#12383;&#12356;&#22580;&#21512;&#12289;
#&#35079;&#25968;&#12398;&#12463;&#12521;&#12473;&#12364;&#12381;&#12428;&#12382;&#12428;&#36949;&#12358;&#12463;&#12521;&#12473;&#12434;&#32153;&#25215;&#12375;&#12390;&#12356;&#12427;&#12424;&#12358;&#12394;&#22580;&#21512;&#12289;&#21033;&#29992;&#12377;&#12427;&lt;/font&gt;

module SayHello
	def hello
		puts("Hello!")
	end
end
class Say
	#&#12514;&#12472;&#12517;&#12540;&#12523;&#27231;&#33021;&#12398;&#27880;&#20837;
	&lt;font color=red&gt;include(SayHello)&lt;/font&gt;

	def goodBye
		puts("Good-Bye!")
	end
end

Say.new.hello
Say.new.goodBye

***&#32080;&#26524;***
This is ReadClass of library.rb
Hello!
Good-Bye!
[EOF]</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-28T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">229</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;11&#65288;&#22806;&#37096;&#12501;&#12449;&#12452;&#12523;&#12363;&#12425;&#35501;&#36796;&#12289;&#12514;&#12472;&#12517;&#12540;&#12523;&#12391;&#27231;&#33021;&#27880;&#20837;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-28T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#22522;&#30990;12&#65288;&#12450;&#12463;&#12475;&#12473;&#27177;&#38480;&#65289;

class Kankin
	RATE=110

	def getDollar(en)
		return en/RATE
	end

	def printDollar(en)
		puts(en.to_s+"&#20870;&#8594;"+getDollar(en).to_s+"&#12489;&#12523;")
	end
	&lt;font color=red&gt;#getDollar&#12513;&#12477;&#12483;&#12489;&#12399;&#20869;&#37096;&#20966;&#29702;&#12392;&#12375;&#12390;&#20351;&#12356;&#12289;&#12463;&#12521;&#12473;&#22806;&#12363;&#12425;&#12398;
	#&#12450;&#12463;&#12475;&#12473;&#12434;&#12373;&#12379;&#12383;&#12367;&#12394;&#12356;&#22580;&#21512;&#12289;&#20197;&#19979;&#12434;&#23459;&#35328;&#12377;&#12428;&#12400;OK	
	private:getDollar&lt;/font&gt;
end
Kankin.new.printDollar(10000)
#Kankin.new.getDollar(10000)	&#12456;&#12521;&#12540;&#12392;&#12394;&#12427;

***&#32080;&#26524;***
10000&#20870;&#8594;90&#12489;&#12523;
[EOF]</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-28T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">230</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;12&#65288;&#12450;&#12463;&#12475;&#12473;&#27177;&#38480;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-28T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>#&#26085;&#20184;&#25805;&#20316; Time,Date,DateTime&#12463;&#12521;&#12473;

require('date')

#&#20170;&#26085;&#12398;&#26085;&#20184;&#12434;&#27714;&#12417;&#12427;
obj=Date.today
puts(obj)

	#&#32080;&#26524;&#12288;2008-05-28

#&#26085;&#20184;&#12434;&#25351;&#23450;&#12377;&#12427;
obj=Date.new(2008,5,20)
puts(obj)

	#&#32080;&#26524;&#12288;2008-05-20

#&#29694;&#22312;&#12398;&#26178;&#38291;&#12418;&#27714;&#12417;&#12427;
obj=DateTime.now
puts(obj)

	#&#32080;&#26524;&#12288;2008-05-28T00:12:51+09:00

#&#26178;&#38291;&#12434;&#25351;&#23450;
obj=DateTime.new(2008,5,20,10,11,12)
puts(obj)

	#&#32080;&#26524;&#12288;2008-05-28T00:12:51+09:00

#&#12381;&#12428;&#12382;&#12428;&#12434;&#21462;&#12426;&#20986;&#12377;
print(obj.year,"&#24180;",obj.month,"&#26376;",obj.day,"&#26085;",obj.hour,"&#26178;",
	obj.min,"&#20998;",obj.sec,"&#31186;",Date::DAYNAMES[obj.wday])
puts

	#&#32080;&#26524;&#12288;2008&#24180;5&#26376;20&#26085;10&#26178;11&#20998;12&#31186;Tuesday

#10&#26085;&#24460;&#12434;&#27714;&#12417;&#12427;

obj=obj+10
puts(obj)

	#&#32080;&#26524;&#12288;2008-05-30T10:11:12+00:00

#3&#26085;&#12392;12&#26178;&#38291;&#21069;&#12434;&#27714;&#12417;&#12427;
obj=obj-3-Rational(12,24)	#Rational&#12399;&#20998;&#25968;&#35336;&#31639;&#12377;&#12427;&#12463;&#12521;&#12473;
puts(obj)

	#&#32080;&#26524;&#12288;2008-05-26T22:11:12+00:00

#&#26085;&#20184;&#12501;&#12457;&#12540;&#12510;&#12483;&#12488;&#12375;&#12390;&#20986;&#21147;

puts(obj.strftime("%Y&#24180; %m&#26376; %d&#26085;"))
puts(obj.strftime("%Y/%m/%d %H:%M:%S"))

	#&#32080;&#26524;&#12288;2008&#24180; 05&#26376; 26&#26085;
	#      2008/05/26 22:11:12

#&#12371;&#12435;&#12394;&#12395;&#31777;&#21336;&#12395;&#12391;&#12365;&#12427;&#12392;&#12399;&#12539;&#12539;&#12539;&#12290;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-28T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">231</id>
    <language>Ruby</language>
    <title>&#26085;&#20184;&#25805;&#20316; Date,DateTime&#12463;&#12521;&#12473;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-28T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>step1.html
&lt;%
	require('cgi')
	cgi=CGI.new

        #&#12497;&#12521;&#12513;&#12540;&#12479;&#12398;text1&#12364;&#12354;&#12427;&#12363;&#12393;&#12358;&#12363;
	if(cgi.has_key?('text1')) then

                #&#12479;&#12464;&#28961;&#21177;&#21270;&#20966;&#29702;
		s=CGI.escapeHTML(cgi['text1'])
		msg="&#12371;&#12435;&#12395;&#12385;&#12399;&#12288;"+s+"&#12288;&#12373;&#12435;"
	else
		msg="&#21517;&#21069;&#12434;&#20837;&#12428;&#12390;&#12367;&#12384;&#12373;&#12356;"
	end
%&gt;
&lt;html&gt;
	&lt;body&gt;
		&lt;h3&gt;Hello&lt;/h3&gt;
		&lt;p&gt;&#12501;&#12457;&#12540;&#12512;&lt;/p&gt;
		&lt;%=msg%&gt;
		&lt;form action="step1.html" method="post"&gt;
                        &lt;!-- text1&#12392;&#12356;&#12358;&#12497;&#12521;&#12513;&#12540;&#12479;&#12434;&#36865;&#12387;&#12390;&#12356;&#12427; --&gt;
			&lt;input type="text" name="text1"&gt;
			&lt;input type="submit"&gt;
		&lt;/form&gt;
	&lt;/body&gt;
&lt;/html&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-30T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">232</id>
    <language>Ruby</language>
    <title>(Web)&#22522;&#30990;1 &#12497;&#12521;&#12513;&#12540;&#12479;&#21462;&#24471;&#12289;&#12479;&#12464;&#12398;&#28961;&#21177;&#21270;&#20966;&#29702;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-30T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>step2.html
&amp;lt%
	def getinitStr(s)
		return CGI.escapeHTML(s)
	end

	require('cgi')
	cgi=CGI.new
        &lt;font color=red&gt;#&#12469;&#12502;&#12511;&#12483;&#12488;&#12364;&#12362;&#12373;&#12428;&#12390;&#12365;&#12383;&#12418;&#12398;&#12363;&#12481;&#12455;&#12483;&#12463;
	if(cgi.has_key?('submit1'))then&lt;/font&gt;
		s1=cgi['os']
		s1=getinitStr(s1)
		s2=cgi['soft1']
		s2=getinitStr(s2)
		s3=cgi['soft2']
		s3=getinitStr(s3)
		s4=cgi['soft3']
		s4=getinitStr(s4)	
		
		&lt;font color=red&gt;#&#12475;&#12524;&#12463;&#12488;&#12398;&#35079;&#25968;&#20516;&#12398;&#12354;&#12427;&#12497;&#12521;&#12513;&#12540;&#12479;&#12399;&#20197;&#19979;&#12391;&#37197;&#21015;&#12392;&#12375;&#12390;&#21462;&#24471;&#12391;&#12365;&#12427;
		arr=cgi.params['opt']
		op=""
		arr.each do |item|
			op+=item+" "
		end&lt;/font&gt;
		
		msg=s1+"&amp;ltbr&amp;gt"+s2+" "+s3+" "+s4+"&amp;ltbr&amp;gt"+op

	else
		msg=""
	end
%&amp;gt

&amp;lthtml&amp;gt
	&amp;ltbody&amp;gt
		&amp;lth3&amp;gt&#20170;&#24230;&#12399;&#12521;&#12472;&#12458;&#12508;&#12479;&#12531;&#12289;&#12481;&#12455;&#12483;&#12463;&#12508;&#12479;&#12531;&amp;lt/h3&amp;gt
		&amp;ltform action="step2.html"&amp;gt
			&amp;ltinput type="radio" name="os" value="linux" checked&amp;gt&#12288;Linux&amp;ltbr&amp;gt
			&amp;ltinput type="radio" name="os" value="windows" &amp;gt&#12288;Windows&amp;ltbr&amp;gt
			&amp;ltinput type="radio" name="os" value="mac"&amp;gt&#12288;Mac&amp;ltbr&amp;gt
			&amp;ltbr&amp;gt
			&amp;ltp&amp;gt&#12477;&#12501;&#12488;&#12398;&#36984;&#25246;&amp;lt/p&amp;gt
			&amp;ltinput type="checkbox" name="soft1" value="pic"&amp;gt&#12288;&#30011;&#20687;&#12477;&#12501;&#12488;&amp;ltbr&amp;gt
			&amp;ltinput type="checkbox" name="soft2" value="music"&amp;gt&#12288;&#38899;&#27005;&#12477;&#12501;&#12488;&amp;ltbr&amp;gt
			&amp;ltinput type="checkbox" name="soft3" value="job"&amp;gt&#12288;&#12458;&#12501;&#12451;&#12473;&#12477;&#12501;&#12488;&amp;ltbr&amp;gt
			&amp;ltbr&amp;gt
			&amp;ltp&amp;gt&#12458;&#12503;&#12471;&#12519;&#12531;&amp;lt/p&amp;gt
				&amp;lt!--ctr+&#12463;&#12522;&#12483;&#12463;&#12391;&#35079;&#25968;&#36984;&#25246;&#21487;&#33021;&#12395;&#12375;&#12390;&#12356;&#12427;--&amp;gt
				&amp;ltselect multiple=true name="opt" size=3&amp;gt
					&amp;ltoption value="&#12503;&#12522;&#12531;&#12479;"&amp;gt&#12503;&#12522;&#12531;&#12479;&amp;lt/option&amp;gt
					&amp;ltoption value="&#12473;&#12500;&#12540;&#12459;&#12540;"&amp;gt&#12473;&#12500;&#12540;&#12459;&#12540;&amp;lt/option&amp;gt
					&amp;ltoption value="&#12473;&#12461;&#12515;&#12490;"&amp;gt&#12473;&#12461;&#12515;&#12490;&amp;lt/option&amp;gt
				&amp;lt/select&amp;gt
				&amp;ltbr&amp;gt&amp;ltbr&amp;gt
			&amp;ltinput type="submit" name="submit1"&amp;gt
		&amp;lt/form&amp;gt	
		&amp;lt%=msg%&amp;gt
	&amp;lt/body&amp;gt
&amp;lt/html&amp;gt</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-30T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">235</id>
    <language>Ruby</language>
    <title>(Web)&#22522;&#30990;2 &#12521;&#12472;&#12458;&#12508;&#12479;&#12531;&#12289;&#12481;&#12455;&#12483;&#12463;&#12508;&#12479;&#12531;&#12289;&#12475;&#12524;&#12463;&#12488;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-30T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;/ruby/study/step3.html&#12501;&#12449;&#12452;&#12523;

&amp;lt%
	require('cgi')
	cgi=CGI.new

	&lt;font color=red&gt;c=cgi.cookies['name']&lt;/font&gt;
	if(c!=[])then
		msg="&#12463;&#12483;&#12461;&#12540;&#24773;&#22577;:"+c[0]
	end
	
%&amp;gt
&amp;lthtml&amp;gt
	&amp;ltbody&amp;gt
		&amp;lth3&amp;gtHello&amp;lt/h3&amp;gt
		&amp;ltp&amp;gt&#12501;&#12457;&#12540;&#12512;&amp;lt/p&amp;gt
		&amp;lt%=msg%&amp;gt
		&amp;ltform action="../../cgi-bin/step3.cgi" method="post"&amp;gt
			&amp;ltinput type="text" name="text1"&amp;gt
			&amp;ltinput type="submit"&amp;gt
		&amp;lt/form&amp;gt
	&amp;lt/body&amp;gt
&amp;lt/html&amp;gt

&#9633;/cgi-bin/step3.cgi

#!/usr/local/bin/ruby -Ks
require('cgi')
cgi=CGI.new
s=CGI.escapeHTML(cgi['text1'])

#&#12463;&#12483;&#12461;&#12540;&#12398;&#26377;&#21177;&#26178;&#38291;&#35373;&#23450;&#65288;&#20197;&#19979;&#12399;1&#26085;&#65289;
&lt;font color=red&gt;expires=Time.now+60*60*24*1&lt;/font&gt;

#&#12463;&#12483;&#12461;&#12540;&#12398;&#20316;&#25104;
&lt;font color=red&gt;c=CGI::Cookie.new({'name'=&amp;gt'name','path'=&amp;gt'/ruby/',
	'value'=&amp;gts,'expires'=&amp;gtexpires})&lt;/font&gt;
#&#12463;&#12521;&#12452;&#12450;&#12531;&#12488;&#12408;&#36865;&#20449;&#12398;&#26360;&#12365;&#26041;&#65306;[cgi].out({&#12504;&#12483;&#12480;&#12540;&#24773;&#22577;&#12398;&#12495;&#12483;&#12471;&#12517;}){'&#12508;&#12487;&#12451;&#12398;&#12486;&#12461;&#12473;&#12488;'}
#&#20197;&#19979;location&#12391;&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;&#12375;&#12390;&#12356;&#12427;
&lt;font color=red&gt;cgi.out({'cookie' =&amp;gt c,'location'=&amp;gt'../ruby/study/step3.html'}){''}

&#9734;&#19978;&#35352;&#12391;&#12463;&#12483;&#12461;&#12540;&#12398;&#30331;&#37682;&#12364;&#21487;&#33021;&#12290;/ruby/&#20197;&#19979;&#12395;&#12463;&#12483;&#12461;&#12540;&#12364;&#21453;&#26144;&#12373;&#12428;&#12427;&#35373;&#23450;&#12290;
&#12288;&#12394;&#12398;&#12391;&#12289;/ruby/study/step3.html&#12391;&#12418;name&#12364;name&#12398;&#12463;&#12483;&#12461;&#12540;&#12398;&#20516;&#65288;&#20837;&#21147;&#12375;&#12383;&#20516;&#65289;&#12364;
&#12288;&#21462;&#24471;&#12391;&#12365;&#12427;&#12290;
&#9734;&#12463;&#12483;&#12461;&#12540;&#12392;&#12399;&#12463;&#12521;&#12452;&#12450;&#12531;&#12488;&#20596;&#12395;&#20445;&#23384;&#12373;&#12428;&#12427;&#20516;&#12290;&lt;/font&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-30T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">236</id>
    <language>Ruby</language>
    <title>(Web)&#22522;&#30990;3 &#12463;&#12483;&#12461;&#12540;&#12398;&#21033;&#29992;&#12289;&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-30T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#36890;&#24120;Webrick&#12434;&#36215;&#21205;&#12377;&#12427;&#12392;http://localhost:3000/(rails&#12450;&#12503;&#12522;&#12398;&#12499;&#12517;&#12540;&#21517;)&#12391;
rails&#12450;&#12503;&#12522;&#12364;&#35211;&#12428;&#12427;&#12364;&#12289;&#12371;&#12428;&#12434;Apache&#12392;&#36899;&#25658;&#12373;&#12379;&#12390;&#12289;
http://localhost/rails/(rails&#12450;&#12503;&#12522;&#12398;&#12499;&#12517;&#12540;&#21517;)&#12391;
&#12450;&#12463;&#12475;&#12473;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12375;&#12289;rails&#12450;&#12503;&#12522;&#12434;&#20844;&#38283;&#12377;&#12427;&#26041;&#27861;&#12434;&#35352;&#36617;&#12290;

&#8251;&#36890;&#24120;Webrick&#12399;&#36933;&#12356;&#12425;&#12375;&#12356;&#12398;&#12391;mongrel&#12394;&#12393;&#12424;&#12356;&#12425;&#12375;&#12356;&#12364;&#36899;&#25658;&#12398;&#20181;&#26041;&#12399;&#21516;&#12376;

httpd.conf&#12395;&#20197;&#19979;&#12434;&#36861;&#21152;
&#65288;mod_proxy&#12364;&#20837;&#12387;&#12390;&#12356;&#12427;&#12371;&#12392;&#12364;&#21069;&#25552;&#12288;Fedora8&#27161;&#28310;&#12398;Apache&#12395;&#12399;&#20837;&#12387;&#12390;&#12356;&#12427;&#65289;

&lt;font color=red&gt;&amp;ltLocation /rails&amp;gt
   ProxyPass http://localhost:3000
   ProxyPassReverse http://localhost:3000
&amp;lt/Location&amp;gt&lt;/font&gt;

&#12371;&#12428;&#12395;&#12424;&#12426;http://localhost/rails/&#12395;&#12450;&#12463;&#12475;&#12473;&#12377;&#12427;&#12392;
http://localhost:3000/&#12395;&#35501;&#12415;&#12395;&#12356;&#12367;&#35373;&#23450;&#12364;&#12391;&#12365;&#12383;

apache&#12434;restart&#12375;&#12390;&#35373;&#23450;&#12434;&#21453;&#26144;&#12290;

&#20170;&#24230;&#12399;rails&#12398;&#12450;&#12503;&#12522;&#12398;&#35373;&#23450;&#12290;
rails_app/public/config/routes.rb&#12395;&#20197;&#19979;&#12434;&#36861;&#21152;&#12377;&#12427;

ActionController::Routing::Routes.draw do |map|
&lt;font color=red&gt;ActionController::AbstractRequest.relative_url_root = "/rails" &#8592;&#36861;&#21152;
&lt;/font&gt;
&#12371;&#12428;&#12391;&#35373;&#23450;&#23436;&#20102;&#12290;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-31T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">237</id>
    <language>Ruby</language>
    <title>Apache&#12392;Webrick&#12434;&#36899;&#25658;&#12375;&#12390;rails&#12450;&#12503;&#12522;&#12434;&#20844;&#38283;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-31T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9633;/ruby/study/step4.html
&amp;lthtml&amp;gt
	&amp;ltbody&amp;gt
		&amp;lth3&amp;gtSession&amp;lt/h3&amp;gt
		&amp;ltp&amp;gt&#12525;&#12464;&#12452;&#12531;&amp;lt/p&amp;gt
		&amp;ltform method="post" action="../../cgi-bin/step4.cgi"&amp;gt
			ID:&amp;ltinput type="text" name="id1"&amp;gt
			&amp;ltinput name="submit1" type="submit"&amp;gt
		&amp;lt/form&amp;gt
	&amp;lt/body&amp;gt
&amp;lt/html&amp;gt


&#9633;/cgi-bin/step4.cgi
#!/usr/local/bin/ruby -Ku

require('cgi')
&lt;font color=red&gt;require('cgi/session')&lt;/font&gt;

cgi=CGI.new
&lt;font color=red&gt;#&#12475;&#12483;&#12471;&#12519;&#12531;&#12364;&#38283;&#22987;&#12373;&#12428;&#12390;&#12356;&#12394;&#12356;&#22580;&#21512;&#12289;&#12475;&#12483;&#12471;&#12519;&#12531;&#12434;&#38283;&#22987;&#12377;&#12427;
session = CGI::Session.new(cgi,{'new_session'=&amp;gttrue})&lt;/font&gt;
s=CGI.escapeHTML(cgi['id1'])
#&#12475;&#12483;&#12471;&#12519;&#12531;&#12398;&#12495;&#12483;&#12471;&#12517;&#21517;id&#12395;s&#12398;&#20516;&#12434;&#20837;&#12428;&#12427;
session['id']=s

#&#12356;&#12414;&#12398;&#12414;&#12414;&#12391;&#12399;/cgi-bin/&#20869;&#12391;&#12398;&#12415;&#12475;&#12483;&#12471;&#12519;&#12531;&#12364;&#26377;&#21177;&#12394;&#28858;&#12289;/ruby/&#20869;&#12391;&#12475;&#12483;&#12471;&#12519;&#12531;&#12434;&#26377;&#21177;&#12395;&#12377;&#12427;&#28858;&#12395;
&lt;font color=red&gt;#&#12475;&#12483;&#12471;&#12519;&#12531;ID&#12398;&#21462;&#24471;
idd=session.session_id
#&#12463;&#12483;&#12461;&#12540;&#12434;&#20316;&#25104;
c=CGI::Cookie.new('name'=&amp;gt'_session_id','value'=&amp;gtidd,'path'=&amp;gt'/ruby/')&lt;/font&gt;

#&#12463;&#12483;&#12461;&#12540;&#12434;&#12463;&#12521;&#12452;&#12450;&#12531;&#12488;&#12395;&#28193;&#12375;&#12390;&#12289;&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;
cgi.out({'cookie'=&amp;gtc,'location'=&amp;gt'../ruby/study/step4_2.html'}){''}

#&#12522;&#12480;&#12452;&#12524;&#12463;&#12488;&#20808;&#12391;&#20808;&#12411;&#12393;&#12398;&#12475;&#12483;&#12471;&#12519;&#12531;&#12398;&#12495;&#12483;&#12471;&#12517;&#21517;id&#12398;&#20516;&#12364;&#12358;&#12369;&#12392;&#12428;&#12427;&#12363;&#12481;&#12455;&#12483;&#12463;
&#9633;/ruby/study/step4_2.html
&amp;lt%
	require('cgi')
	require('cgi/session')
	
	cgi=CGI.new
	begin
                &lt;font color=red&gt;#&#20197;&#19979;&#12398;&#22580;&#21512;&#12289;&#12475;&#12483;&#12471;&#12519;&#12531;ID&#12364;&#21462;&#24471;&#12391;&#12365;&#12394;&#12356;&#22580;&#21512;&#12399;&#12456;&#12521;&#12540;&#12434;&#12363;&#12360;&#12377;
		session=CGI::Session.new(cgi,{'new_session'=&amp;gtfalse})&lt;/font&gt;
		msg="login id="+session['id']
	rescue
		msg="no login"
	end
%&amp;gt
&amp;lthtml&amp;gt&amp;ltbody&amp;gt
&amp;lth3&amp;gt&#12475;&#12483;&#12471;&#12519;&#12531;&#12486;&#12473;&#12488;&amp;lt/h3&amp;gt
&amp;lth2&amp;gt&amp;lt%=msg%&amp;gt&amp;lt/h2&amp;gt
&amp;lt/body&amp;gt&amp;lt/html&amp;gt

***&#32080;&#26524;***
&#12475;&#12483;&#12471;&#12519;&#12531;&#12486;&#12473;&#12488;
login id=(step4.html&#12391;&#20837;&#21147;&#12375;&#12383;&#20516;&#12364;&#34920;&#31034;&#12373;&#12428;&#12427;)</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-06-03T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">241</id>
    <language>Ruby</language>
    <title>(Web)&#22522;&#30990;4 &#12475;&#12483;&#12471;&#12519;&#12531;&#31649;&#29702;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-06-03T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>Ruby on Rails 1.2.6

ActiveRecord

&#9312;&#12514;&#12487;&#12523;&#20316;&#25104;
ruby script/generate model (&#12514;&#12487;&#12523;&#21517;)

&#9313;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12392;&#12398;&#23550;&#24540;&#12378;&#12369;
MySQL&#12398;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#21517;&#12434;[&#12450;&#12503;&#12522;&#21517;]_test&#12391;&#20316;&#25104;
&#8251;&#12354;&#12392;&#12391;&#12486;&#12540;&#12502;&#12523;&#12408;&#12450;&#12463;&#12475;&#12473;&#12377;&#12427;&#12486;&#12473;&#12488;&#12434;&#23455;&#26045;&#12377;&#12427;&#28858;&#12290;

&#9314;&#12514;&#12487;&#12523;&#21517;&#12392;RDB&#12398;&#12486;&#12540;&#12502;&#12523;&#21517;&#12398;&#23550;&#24540;&#12378;&#12369;&#65374;&#12486;&#12540;&#12502;&#12523;&#20316;&#25104;

&#65288;&#20363;&#65289;
&#12514;&#12487;&#12523;&#21517;	&#12486;&#12540;&#12502;&#12523;&#21517;
-----------------------------------------
user		users
userDetail	user_details

&#20027;&#12461;&#12540;&#12398;&#12459;&#12521;&#12512;&#12399;&#12300;id&#12301;&#12289;&#22411;&#12399;&#12458;&#12540;&#12488;&#12490;&#12531;&#12496;&#12540;&#22411;&#12395;&#35373;&#23450;&#12377;&#12427;
MySQL&#12434;&#25805;&#20316;&#12375;&#12390;&#19978;&#35352;&#12395;&#12375;&#12383;&#12364;&#12387;&#12390;&#12486;&#12540;&#12502;&#12523;&#12434;&#20316;&#25104;&#12377;&#12427;
&#12414;&#12383;&#12289;&#20027;&#12461;&#12540;&#12395; id&#12289;&#22411;&#12395;auto_increment&#12434;&#24517;&#12378;&#20837;&#12428;&#12427;

&#8251;&#20027;&#12461;&#12540;&#12364;id&#12391;&#12399;&#22256;&#12427;&#22580;&#21512;&#12399;&#24460;&#12395;&#29983;&#25104;&#12375;&#12383;&#12463;&#12521;&#12473;
(app/models/&#12514;&#12487;&#12523;&#21517;.rb&#12398;&#12463;&#12521;&#12473;)&#20869;&#12395;
&#20197;&#19979;&#12434;&#35352;&#36848;&#12377;&#12428;&#12400;&#22793;&#26356;&#21487;&#33021;

	set_primary_key "id2"
	set_table_name "otherAddresses"

&#9315;config/database.yml&#12434;&#32232;&#38598;

test:
	adapter: mysql
	database: [&#12450;&#12503;&#12522;&#21517;]_test
	username: root
	password: [password]

MySQL&#12398;root&#12395;&#12497;&#12473;&#12527;&#12540;&#12489;&#12364;&#35373;&#23450;&#12373;&#12428;&#12390;&#12356;&#12428;&#12400;&#12371;&#12371;&#12395;&#35352;&#20837;&#12289;

&#9316;ruby script/generate model [&#12514;&#12487;&#12523;&#21517;]

&#12371;&#12428;&#12384;&#12369;&#12391;[&#12514;&#12487;&#12523;&#21517;]&#12398;&#12514;&#12487;&#12523;&#12398;O/R&#12510;&#12483;&#12500;&#12531;&#12464;&#12364;&#12391;&#12365;&#12427;&#12290;
&#20197;&#19979;&#12399;&#12486;&#12473;&#12488;&#12398;&#20181;&#26041;

&#9317;test/fixtures/users.yml&#12395;&#12486;&#12473;&#12488;&#12377;&#12427;&#26178;&#20351;&#12358;&#12487;&#12540;&#12479;&#12434;&#20837;&#12428;&#12427;

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
  id: 1
  name: TestUser1
  profile: Profile1
two:
  id: 2
  name: TestUser2
  profile: Profile2
three:
  id: 3
  name: TestUser3
  profile: Profile3

&#19978;&#35352;&#12399;name&#12392;profile&#12289;id(&#20027;&#12461;&#12540;)&#12364;&#12486;&#12540;&#12502;&#12523;&#12398;&#12459;&#12521;&#12512;&#12392;&#12375;&#12390;&#23384;&#22312;&#12377;&#12427;&#22580;&#21512;

&#9318;test/unit/user_test.rb&#12395;&#12393;&#12435;&#12394;&#12486;&#12473;&#12488;&#12434;&#12377;&#12427;&#12363;&#35352;&#36848;&#12377;&#12427;
&#26368;&#21021;&#12399;&#20197;&#19979;&#12398;&#12415;&#12486;&#12473;&#12488;&#12364;&#35352;&#36848;&#12373;&#12428;&#12390;&#12356;&#12427;&#12290;

  # Replace this with your real tests.
  def test_truth
    assert true
  end

&#9319;&#12392;&#12426;&#12354;&#12360;&#12378;ruby test/unit/user_test.rb&#12391;&#12381;&#12398;&#12414;&#12414;&#23455;&#34892;
&#20197;&#19979;&#12398;&#12424;&#12358;&#12394;&#12418;&#12398;&#12364;&#12391;&#12383;&#12425;OK&#12289;Error&#12364;&#12391;&#12427;&#22580;&#21512;&#12399;&#12371;&#12428;&#12414;&#12391;&#12398;&#35373;&#23450;&#12364;
&#12358;&#12414;&#12367;&#12356;&#12387;&#12390;&#12356;&#12394;&#12356;&#12290;

Loaded suite test/unit/user_test
Started
...........
Finished in 0.859856 seconds.

1 tests, 1 assertions, 0 failures, 0 errors

&#9320;&#20197;&#19979;&#12399;&#12486;&#12473;&#12488;&#12487;&#12540;&#12479;&#12290;&#12356;&#12429;&#12356;&#12429;&#35430;&#12375;&#12390;&#12415;&#12427;&#12392;&#12424;&#12356;

  #id&#12364;1&#12398;&#12487;&#12540;&#12479;&#12434;user1&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12391;&#21442;&#29031;&#12375;&#12390;&#12356;&#12427;&#12290;
  def test_find
	user1=User.find(1)
	assert_kind_of User,user1
	assert_equal "TestUser1",user1.name
	assert_equal "Profile1",user1.profile
  end

  #&#26032;&#35215;&#20316;&#25104;
  def test_create
	user4=User.create(:name=&gt;"TestUser_create",:profile=&gt;"Profile_create")
	#new_record?&#12399;&#12414;&#12384;&#20445;&#23384;&#12373;&#12428;&#12390;&#12356;&#12394;&#12369;&#12428;&#12400;true&#12434;&#36820;&#12377;
	assert_equal false,user4.new_record?
  end

  #&#12524;&#12467;&#12540;&#12489;&#25968;&#12434;&#27714;&#12417;&#12427;
  def test_find_all
	users=User.find(:all)
	assert_equal 3 ,users.size
  end

  #find_by_XXXX(XXXX&#12395;&#26908;&#32034;&#12375;&#12383;&#12356;&#12459;&#12521;&#12512;&#21517;&#12289;&#24341;&#25968;&#12395;&#26908;&#32034;&#12375;&#12383;&#12356;&#20516;&#12434;&#20837;&#21147;&#65289;
  def test_find_by_name
	user=User.find_by_name("TestUser_create")
	assert_equal "Profile_create" ,user.profile
  end

  #SQL&#12434;&#30452;&#25509;&#20837;&#21147;&#12377;&#12427;&#26908;&#32034;&#26041;&#27861;
  def test_find_by_sql
	users=User.find_by_sql("select * from users where name='TestUser4'")
	assert_equal 1,users.size
	assert_equal 4,users[0].id
	assert_equal "Profile4",users[0].profile	
  end

  #&#26356;&#26032;&#26041;&#27861;
  def test_saveUpdate
	user=User.find(1)
	user.name="TestNameda---"
	user.save
	user2=User.find(1)
  end

  #&#21066;&#38500;
  def test_delete
	User.delete(3)
	assert_raise(ActiveRecord::RecordNotFound){
		User.find(3)
	}
  end</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-06-09T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">243</id>
    <language>Ruby</language>
    <title>(Rails)ActiveRecord&#12398;&#20351;&#12356;&#26041;&#65374;&#12486;&#12473;&#12488;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-06-09T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>*** &#20363;&#38988;&#12467;&#12540;&#12489; ***

class TestClass
	def test1(a)
		i=1
		while i &lt;= a
			yield
			i+=1
		end
	end
end

test=TestClass.new
test.test1(5) do
	puts "aiueo"
end

***&#19978;&#35352;&#23455;&#34892;&#32080;&#26524;***
aiueo
aiueo
aiueo
aiueo
aiueo

***&#35299;&#35500;***
&#9312;test=TestClass.new&#12399;&#12452;&#12531;&#12473;&#12479;&#12531;&#12473;&#29983;&#25104;

&#9313;&#20197;&#19979;&#12364;&#12502;&#12525;&#12483;&#12463;&#12434;&#20351;&#12387;&#12383;&#12513;&#12477;&#12483;&#12489;&#21628;&#20986;&#12375;
test.test1(5) &lt;font color=red&gt;do
	puts "aiueo"
end&lt;/font&gt;

&#9314;test1&#12392;&#12356;&#12358;&#12513;&#12477;&#12483;&#12489;&#12395;&#24341;&#25968;5&#12392;&#12289;&#12502;&#12525;&#12483;&#12463;&#65288;do~end&#12398;&#37096;&#20998;)
&#12364;&#28193;&#12373;&#12428;&#12427;&#12290;

&#9315;test1&#12513;&#12477;&#12483;&#12489;&#12364;&#21628;&#12403;&#20986;&#12373;&#12428;&#12427;&#12290;
	def test1(a)     #&#21463;&#12369;&#21462;&#12427;&#24341;&#25968;&#12395;&#12502;&#12525;&#12483;&#12463;&#37096;&#20998;&#12399;&#19981;&#35201;
		i=1
		while i &lt;= a
			&lt;font color=red&gt;yield&lt;/font&gt;
			i+=1
		end
	end
&#9316;yield&#12398;&#37096;&#20998;&#12364;&#12502;&#12525;&#12483;&#12463;&#65288;do~end&#12398;&#37096;&#20998;)&#12395;&#32622;&#12365;&#25563;&#12431;&#12387;&#12390;
&#20966;&#29702;&#12373;&#12428;&#12427;&#12290;&#32080;&#26524;&#12289;5&#22238;"aiueo"&#12364;&#20986;&#21147;&#12373;&#12428;&#12427;&#12290;

&#12502;&#12525;&#12483;&#12463;&#12395;&#24341;&#25968;&#12434;&#28193;&#12377;&#22580;&#21512;&#20197;&#19979;&#12398;&#12424;&#12358;&#12395;&#12377;&#12428;&#12400;&#12356;&#12356;
*** &#20363;&#38988;&#12467;&#12540;&#12489; ***

class TestClass
	def test1(a)
		i=1
		while i &lt;= a
			yield i
			i+=1
		end
	end
end

test=TestClass.new
test.test1(5) do |j|
	puts j
end

&#19978;&#35352;&#12398;&#22580;&#21512;&#12289;yield&#23455;&#34892;&#26178;&#24341;&#25968;&#12395;i&#12434;&#25351;&#23450;&#12375;&#12390;&#12356;&#12427;&#12290;
i&#12399;&#12459;&#12454;&#12531;&#12488;&#12450;&#12483;&#12503;&#12377;&#12427;&#22793;&#25968;&#12290;&#12371;&#12428;&#12434;
do~end&#20869;&#12398;&#12502;&#12525;&#12483;&#12463;&#12398;&#26368;&#21021;&#12395;||&#12391;&#12363;&#12371;&#12414;&#12428;&#12383;&#37096;&#20998;&#12395;j&#12392;&#12356;&#12358;&#22793;&#25968;&#12391;
&#21463;&#12369;&#21462;&#12387;&#12390;&#12356;&#12427;&#12290;&#20170;&#22238;&#12381;&#12398;&#12414;&#12414;&#20986;&#21147;&#12375;&#12390;&#12356;&#12427;&#12398;&#12391;&#32080;&#26524;&#12399;&#20197;&#19979;&#12398;&#12424;&#12358;&#12395;&#12394;&#12427;
1
2
3
4
5
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-07-11T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">249</id>
    <language>Ruby</language>
    <title>&#22522;&#30990;14&#65288;&#12502;&#12525;&#12483;&#12463;&#12398;&#20351;&#12356;&#26041;yield,do~end&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-07-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>s = &lt;&lt;EOF

&lt;html&gt;&lt;body&gt;
&lt;p&gt;aiueo&lt;/p&gt;
&lt;/body&gt;&lt;/html&gt;

EOF
puts s.gsub("&lt;", "&amp;lt").gsub("&gt;", "&amp;gt")

* &#32080;&#26524; *

&amp;lthtml&amp;gt&amp;ltbody&amp;gt
&amp;ltp&amp;gtaiueo&amp;lt/p&amp;gt
&amp;lt/body&amp;gt&amp;lt/html&amp;gt

&#12539;&#12539;&#12539;&#31777;&#21336;&#12391;&#12377;&#12372;&#12356;&#12290;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-08-20T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">255</id>
    <language>Ruby</language>
    <title>&#35079;&#25968;&#34892;&#12398;&#25991;&#23383;&#21015;&#12398;&#20219;&#24847;&#12398;&#20516;&#12434;&#12377;&#12409;&#12390;&#32622;&#25563;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-08-20T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#9632;db/fixtures/development/&#12486;&#12540;&#12502;&#12523;&#21517;.yml &#12434;&#20316;&#25104;&#12377;&#12427;

data1:
        id: 1
        name: 'hoge'
        age: 15
data2:
        id: 2
        name: 'huga'
        age: 60

* id,name,age&#12399;&#12459;&#12521;&#12512;&#21517; data1,data2&#12399;&#12394;&#12435;&#12391;&#12418;&#12356;&#12356;&#12290;
* &lt;% %&gt;&#12420;&#12289;&lt;%= %&gt;&#12418;&#20351;&#12360;&#12427;

&#9632;/lib/tasks/load.rake &#12501;&#12449;&#12452;&#12523;&#12434;&#20316;&#25104;&#12377;&#12427;

task :load =&gt; :environment do
    require 'active_record/fixtures'
    ActiveRecord::Base.establish_connection(:development)
    Fixtures.create_fixtures('db\fixtures\development',&#12486;&#12540;&#12502;&#12523;&#21517;')
end 

* :development &#12398;&#37096;&#20998;&#12434;&#12363;&#12360;&#12428;&#12400;&#12289;&#12486;&#12473;&#12488;&#29992;&#12420;&#36939;&#29992;&#29992;&#12395;&#20999;&#12426;&#26367;&#12360;&#21487;&#33021;

&#9632;&#12459;&#12524;&#12531;&#12488;&#12487;&#12451;&#12524;&#12463;&#12488;&#12522;&#12391;&#12289;&#20197;&#19979;&#12467;&#12510;&#12531;&#12489;&#12434;&#23455;&#34892;

&gt; rake load

&#9632;&#20197;&#19978;&#12391;&#12289;&#12486;&#12540;&#12502;&#12523;&#12395;&#12487;&#12540;&#12479;&#12364;&#20837;&#12427;   </body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-11-12T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">263</id>
    <language>Ruby on Rails</language>
    <title>yml&#12363;&#12425;DB&#12398;&#12486;&#12540;&#12502;&#12523;&#12395;&#12487;&#12540;&#12479;&#12434;&#20837;&#12428;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-11-12T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;a href="http://www.gfd-dennou.org/arch/davis/gfdnavi/doc/install/install-rubygems.htm"&gt;&#21442;&#32771;&lt;/a&gt;

RubyGems&#12434;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12375;&#12390;&#12363;&#12425;RubyGems&#12434;&#21033;&#29992;&#12375;&#12390;
Ruby on Rails&#12434;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12377;&#12427;&#12398;&#12364;&#19968;&#33324;&#30340;
Ruby on Rails 2.0.x &#12434;&#20837;&#12428;&#12427;&#12383;&#12417;&#12395;&#12399; RubyGems &#12398;&#12496;&#12540;&#12472;&#12519;&#12531;
&#12399; 0.9.5 &#20197;&#38477;&#12391;&#12394;&#12367;&#12390;&#12399;&#12394;&#12425;&#12394;&#12356;.

&#8251;Fedora8&#12408;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#23455;&#26045;

--&#12414;&#12378;&#12399;RubyGems&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;--


&#12477;&#12540;&#12473;&#12467;&#12540;&#12489;&#12434;&#21462;&#24471;&#12375;&#12390;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;

$ mkdir rubygems_src
$ cd rubygems_src
$ wget http://rubyforge.org/frs/download.php/29548/rubygems-1.0.1.tgz
$ tar xvzf rubygems-1.0.1.tgz

&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12497;&#12473;             /var/lib/gems/1.8
&#12497;&#12483;&#12465;&#12540;&#12472;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12497;&#12473;   /var/lib/gems/1.8/gems
&#12408;&#12392;&#23566;&#20837;&#12375;&#12383;&#12356;&#22580;&#21512;&#12395;&#12399;&#20197;&#19979;&#12398;&#27096;&#12395;&#20316;&#26989;&#12377;&#12428;&#12400;&#33391;&#12356;(&#31649;&#29702;&#32773;&#27177;&#38480;&#12364;&#28961;&#12367;, 
&#12518;&#12540;&#12470;&#38936;&#22495;&#12395; install &#12375;&#12383;&#12356;&#22580;&#21512;&#12395;&#12399;, &#20197;&#19979;&#12398;&#20869;&#23481;&#12434;&#36969;&#23452;&#35501;&#12415;&#20195;&#12360;&#12425;&#12428;&#12383;&#12356;)

$ cd rubygems-1.0.1
$ sudo -s 
# mkdir -p /var/lib/gems/1.8/
# export GEM_HOME=/var/lib/gems/1.8
# ruby setup.rb --prefix=/var/lib/gems/1.8

&#12371;&#12398;&#32080;&#26524; RubyGems &#38306;&#36899;&#12398;&#12501;&#12449;&#12452;&#12523;&#12399;&#20197;&#19979;&#12398;&#29992;&#12395;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12373;&#12428;&#12427;

gem &#38306;&#36899;&#12398;&#12467;&#12510;&#12531;&#12489;            /var/lib/gems/1.8/bin
                              (&#23455;&#38555;&#12399; $GEM_HOME/bin &#12391;&#12377;.)
rubygems.rb &#12394;&#12393;&#12398; library    /var/lib/gems/1.8/lib
                              (&#23455;&#38555;&#12399; $GEM_HOME/lib &#12391;&#12377;.)

&#26368;&#24460;&#12395;&#29872;&#22659;&#22793;&#25968;&#12398;&#35373;&#23450;&#12375;&#12390;&#12362;&#12367;

$ vi ~/.bashrc

export GEM_HOME=/var/lib/gems/1.8/
export PATH=$PATH:/var/lib/gems/1.8/bin
export RUBYLIB=$RUBYLIB:/var/lib/gems/1.8/lib

--Ruby on Rails&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;--

&#29694;&#26178;&#28857;&#12391;&#12398;&#26368;&#26032;&#12496;&#12540;&#12472;&#12519;&#12531;&#12399;2.0.2
&#12496;&#12540;&#12472;&#12519;&#12531;2.0.2&#12363;&#12425;&#27161;&#28310;DB&#12364;MySQL&#12363;&#12425;SQLLite3&#12395;&#22793;&#26356;&#12395;&#12394;&#12387;&#12390;&#12356;&#12427;

&#12496;&#12540;&#12472;&#12519;&#12531;2.0.2&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12399;
gem install rails --include-dependencies

&#12496;&#12540;&#12472;&#12519;&#12531;2.0.1&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12399;
gem install rails -v 2.0.1 --include-dependencies

&#12496;&#12540;&#12472;&#12519;&#12531;1.2.6&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12399;
gem install rails -v 1.2.6 --include-dependencies

&#26368;&#24460;&#12395;
rails -v
&#12391;&#12289;&#12496;&#12540;&#12472;&#12519;&#12531;&#12364;&#20986;&#12383;&#12425;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#25104;&#21151;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-05-28T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">227</id>
    <language>Ruby on Rails</language>
    <title>Ruby on Rails&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-07-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;a href="http://43hr.org/2007/03/12/30/"&gt;&#21442;&#32771;&lt;/a&gt;

Mongrel &#12434;&#21205;&#12363;&#12377;

&#12414;&#12378;&#12289;RubyGems &#12391; Mongrel &#12434;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12375;&#12414;&#12377;&#12290;

# gem install mongrel -y

Mongrel &#12434;&#21205;&#12363;&#12375;&#12414;&#12377;&#12290;

# cd $APP1_DIR
# mongrel_rails start -d -p 3001 -e production --prefix /app1
# cd $APP2_DIR
# mongrel_rails start -d -p 3002 -e production --prefix /app2
&lt;font color=red&gt;&#8211;prefix &#12458;&#12503;&#12471;&#12519;&#12531;&#12434;&#25351;&#23450;&#12377;&#12427;&#12392;&#12289;&#25351;&#23450;&#12375;&#12383;&#12503;&#12524;&#12501;&#12451;&#12483;&#12463;&#12473;&#20184;&#12365;&#12391; Rails &#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12395;
&#12450;&#12463;&#12475;&#12473;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;&lt;/font&gt;
&#12371;&#12398;&#22580;&#21512;&#12289;http://example.com:3001/app1 &#12420; http://example.com:3002/app2 &#12391;&#21508;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12395;
&#12450;&#12463;&#12475;&#12473;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-06-01T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">238</id>
    <language>Ruby on Rails</language>
    <title>Mongrel&#12391;Rails&#12450;&#12503;&#12522;&#12434;&#21205;&#12363;&#12377;&#65288;&#35079;&#25968;&#21516;&#26178;&#12418;&#65289;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-07-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>request.remote_ip()&#12391;&#21462;&#24471;&#21487;&#33021;&#12290;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-07-14T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">250</id>
    <language>Ruby on Rails</language>
    <title>&#12522;&#12463;&#12456;&#12473;&#12488;&#12398;&#12354;&#12387;&#12383;IP&#12450;&#12489;&#12524;&#12473;&#12434;&#21462;&#24471;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-07-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;a href="http://d.hatena.ne.jp/hata-hata/20080416"&gt;&#21442;&#32771;&lt;/a&gt;
*&#26412;&#24403;&#21161;&#12363;&#12426;&#12414;&#12375;&#12383;&#12290;&#12414;&#12387;&#12383;&#12367;&#21516;&#12376;&#29366;&#27841;&#12391;&#12539;&#12539;&#12539;&#12290;&#12371;&#12398;&#20154;&#22825;&#25165;&#12290;

$ ruby script/generate controller main

/usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/

initializer.rb:159:in `require_frameworks':

no such file to load -- openssl (RuntimeError)



&#12371;&#12428;&#12399; openssl&#12364;&#12394;&#12356;&#12424;&#12540;&#12288;&#12392;&#35328;&#12431;&#12428;&#12390;&#12356;&#12427;&#12398;&#12391;&#12289;

$ cd /usr/local/src/ruby-1.8.6/ext/openssl/

$ ruby extconf.rb

# make

# make install



&#12392;&#12375;&#12390;&#12420;&#12427;&#12371;&#12392;&#12391;&#35299;&#27770;&#65281;



&#12385;&#12419;&#12435;&#12392; openssl &#12364;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12373;&#12428;&#12390;&#12356;&#12427;&#12363;&#12393;&#12358;&#12363;&#12399;&#12289;

$ ruby -r openssl -e ""

&#12392;&#12375;&#12390;&#20309;&#12418;&#12391;&#12394;&#12369;&#12428;&#12400; ok !
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-07-17T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">251</id>
    <language>Ruby on Rails</language>
    <title>Rails2.x&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#24460;&#12469;&#12540;&#12496;&#36215;&#21205;&#26178;&#12456;&#12521;&#12540;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-07-17T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#12377;&#12391;&#12395;ImageMagick&#12399;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12373;&#12428;&#12390;&#12356;&#12427;&#12290;&#65288;&#20197;&#19979;&#12467;&#12510;&#12531;&#12489;&#12391;&#30906;&#35469;&#21487;&#65289;
[root@linux ~]# convert -version
Version: ImageMagick 6.3.5 09/20/07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC

&#20197;&#19979;&#12434;&#23455;&#34892;&#12290;

[root@linux ~]# yum install ImageMagick-devel

&#12381;&#12398;&#24460;&#20197;&#19979;&#12434;&#23455;&#34892;&#12377;&#12428;&#12400;OK

[root@linux ~]# gem install rmagick
Building native extensions.  This could take a while...
Successfully installed rmagick-2.5.2
1 gem installed
[root@linux ~]#

&#23436;&#20102;&#12290;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-07-21T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">252</id>
    <language>Ruby on Rails</language>
    <title>Fedora8&#12391;RMagick&#12434;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12377;&#12427;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-07-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>[root@linux ~]# gem install gruff
Successfully installed rubyforge-1.0.0
Successfully installed hoe-1.7.0
Successfully installed gruff-0.3.1
3 gems installed
Installing ri documentation for rubyforge-1.0.0...
Installing ri documentation for hoe-1.7.0...
Installing ri documentation for gruff-0.3.1...
Installing RDoc documentation for rubyforge-1.0.0...
Installing RDoc documentation for hoe-1.7.0...
Installing RDoc documentation for gruff-0.3.1...
[root@linux ~]#
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-07-21T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">253</id>
    <language>Ruby on Rails</language>
    <title>RMagick&#12391;&#12464;&#12521;&#12501;&#12434;&#25551;&#12367;&#28858;&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-07-22T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;a href="http://gruff.rubyforge.org/"&gt;http://gruff.rubyforge.org/&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2008-07-30T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">254</id>
    <language>Ruby on Rails</language>
    <title>Rmagick::Graff&#12398;&#12522;&#12501;&#12449;&#12524;&#12531;&#12473;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-07-30T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>Tomcat&#12434;&#20182;&#12398;&#12509;&#12540;&#12488;&#12391;&#36215;&#21205;&#12377;&#12427;

conf/server.xml&#12434;&#20197;&#19979;&#12398;&#27096;&#12395;&#20462;&#27491;&#12375;&#12414;&#12377;&#12290;

&#20572;&#27490;&#12509;&#12540;&#12488;&#22793;&#26356;

&lt;Server port="8005" shutdown="SHUTDOWN" debug="0"&gt; 
&#8595;&#22793;&#26356; 
&lt;Server port="8006" shutdown="SHUTDOWN" debug="0"&gt; 

&#36215;&#21205;&#12509;&#12540;&#12488;&#22793;&#26356;

    &lt;!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 --&gt;
    &lt;Connector port="8080"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               debug="0" connectionTimeout="20000" 
               disableUploadTimeout="true" /&gt;
&#8595;&#22793;&#26356; 
    &lt;!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 --&gt;
    &lt;Connector port="8081"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               debug="0" connectionTimeout="20000" 
               disableUploadTimeout="true" /&gt;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-14T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">80</id>
    <language>Server(AP)</language>
    <title>Web&#12469;&#12540;&#12496;&#12398;&#12509;&#12540;&#12488;&#12398;&#22793;&#26356;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2008-05-23T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>Tomcat 6 &#12398;&#22580;&#21512;&#12289;

sc stop Tomcat6
&#12391;&#20572;&#27490;

sc start Tomcat6
&#12391;&#38283;&#22987;
</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-14T00:00:00Z</created-at>
    <html>W</html>
    <id type="integer">81</id>
    <language>Server(AP)</language>
    <title>&#12467;&#12510;&#12531;&#12489;&#12503;&#12525;&#12531;&#12503;&#12488;&#12391;tomcat&#12398;&#36215;&#21205;&#12289;&#20572;&#27490;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-11-14T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&#21442;&#32771;&#12522;&#12531;&#12463;
&lt;a href="http://www.atmarkit.co.jp/fjava/rensai3/jboss01/jboss01.html"/&gt;http://www.atmarkit.co.jp/fjava/rensai3/jboss01/jboss01.html&lt;/a&gt;

JBoss &#12398;&#22580;&#21512;&#12289;

JBOSS_HOME&#20197;&#19979;&#12398;bin&#12487;&#12451;&#12524;&#12463;&#12488;&#12522;&#12395;&#12354;&#12427;

shutdown.bat -S
&#12391;&#20572;&#27490;

run.bat
&#12391;&#38283;&#22987;

</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-11-15T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">112</id>
    <language>Server(AP)</language>
    <title>&#12467;&#12510;&#12531;&#12489;&#12503;&#12525;&#12531;&#12503;&#12488;&#12391;JBoss&#12398;&#36215;&#21205;&#12289;&#20572;&#27490;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2007-11-15T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>Windows&#12391;svn&#12398;&#12469;&#12540;&#12496;&#12434;svnserve&#12391;&#31435;&#12385;&#19978;&#12370;&#12427;

svn&#12398;&#12463;&#12521;&#12452;&#12450;&#12531;&#12488;&#12392;&#12289;svn&#12398;&#12469;&#12540;&#12496;&#12398;&#12496;&#12540;&#12472;&#12519;&#12531;&#12399;&#12392;&#12395;&#12363;&#12367;&#36817;&#12356;&#12411;&#12358;&#12364;&#12356;&#12356;
&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#20013;&#12395;dll&#12364;&#12394;&#12356;&#12392;&#12356;&#12431;&#12428;&#12383;&#12425;google&#12391;&#35519;&#12409;&#12390;&#12362;&#12392;&#12377;

&#9632;&#12469;&#12540;&#12496;&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;
&lt;a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&amp;expandFolder=91&amp;folderID=260"&gt;
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&amp;expandFolder=91&amp;folderID=260&lt;/a&gt;

Apache&#12398;&#12496;&#12540;&#12472;&#12519;&#12531;&#12384;&#12398;&#12365;&#12363;&#12428;&#12427;&#12364;&#12289;&#12394;&#12435;&#12391;&#12418;&#12356;&#12356;&#12363;&#12425;&#36984;&#25246;&#12290;

&#9632;&#12463;&#12521;&#12452;&#12450;&#12531;&#12488;&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#65288;&#12469;&#12540;&#12496;&#12395;&#24517;&#12378;&#12375;&#12418;&#24517;&#35201;&#12391;&#12399;&#12394;&#12356;&#12364;&#12289;TotoiseSVN&#12434;&#20837;&#12428;&#12427;&#12392;&#20415;&#21033;&#65289;

&lt;a href="http://sourceforge.jp/projects/tortoisesvn/releases/"&gt;http://sourceforge.jp/projects/tortoisesvn/releases/&lt;/a&gt;

&#9632;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#24460;&#12289;&#20877;&#36215;&#21205;&#12375;&#12383;&#12425;&#12522;&#12509;&#12472;&#12488;&#12522;&#12434;&#20316;&#25104;&#12377;&#12427;

C:\repos\testsvn&#12408;&#20316;&#12426;&#12383;&#12369;&#12428;&#12400;&#12289;
testsvn&#12501;&#12457;&#12523;&#12480;&#12434;&#20316;&#12426;&#12289;&#12501;&#12457;&#12523;&#12480;&#12398;&#20013;&#12395;&#20837;&#12426;&#12289;
&#21491;&#12463;&#12522;&#12483;&#12463;&#8594;&#12300;TotoiseSVN&#12301;&#8594;&#12300;Create repository here&#12301;&#12391;&#20316;&#25104;

&#9632;&#27177;&#38480;&#35373;&#23450;

&#12388;&#12367;&#12425;&#12428;&#12383;&#20013;&#12398;&#12300;conf&#12301;&#12501;&#12457;&#12523;&#12480;&#12398;&#12289;&#12300;svnserve.conf&#12301;&#12434;&#38283;&#12356;&#12390;

&#12300;anon-access = none&#12301;&#12300;auth-access = write&#12301;&#12300;password-db = passwd&#12301;&#12391;&#35373;&#23450;

&#27425;&#12395;&#12289;&#12300;passwd&#12301;&#12434;&#38283;&#12356;&#12390;&#32232;&#38598;&#12290;

[users]
username = password
username2 = password2

&#12371;&#12428;&#12391;&#35373;&#23450;&#23436;&#20102;

&#9632;&#12469;&#12540;&#12496;&#36215;&#21205;

&#12467;&#12510;&#12531;&#12489;&#12503;&#12525;&#12531;&#12503;&#12488;&#12391;

svnserve -d -r C:\repos

&#12391;&#36215;&#21205;&#12377;&#12427;

&#9632;&#12452;&#12531;&#12509;&#12540;&#12488;

&#20182;&#12398;PC&#12395;&#12391;&#12418;TotoiseSVN&#12434;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12375;&#12390;&#12289;&#12452;&#12531;&#12509;&#12540;&#12488;&#12375;&#12383;&#12356;&#12501;&#12457;&#12523;&#12480;&#12434;
&#21491;&#12463;&#12522;&#12483;&#12463;&#12375;&#12390;&#12289;TotoiseSVN&#8594;import

&#12522;&#12509;&#12472;&#12488;&#12522;&#12395;&#12399;
svn://192.168.1.X/testsvn
&#12392;&#12377;&#12428;&#12400;&#12289;username,password&#12434;&#12365;&#12363;&#12428;&#12427;&#12398;&#12391;&#20837;&#21147;&#12377;&#12427;&#12392;&#12452;&#12531;&#12509;&#12540;&#12488;&#23436;&#20102;

&#12354;&#12392;&#12399;&#12481;&#12455;&#12483;&#12463;&#12450;&#12454;&#12488;&#12384;&#12398;&#12289;&#12467;&#12511;&#12483;&#12488;&#12384;&#12398;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2009-10-14T05:44:24Z</created-at>
    <html>T</html>
    <id type="integer">288</id>
    <language>subversion</language>
    <title>Subversion&#12434;Windows&#12391;&#12469;&#12540;&#12496;&#36215;&#21205;</title>
    <tp>temp</tp>
    <updated-at type="datetime">2009-10-14T05:46:05Z</updated-at>
  </memo>
  <memo>
    <body>VBA&#12362;&#24441;&#31435;&#12385;&#12469;&#12452;&#12488;

&#24773;&#22577;&#12467;&#12511;&#12517;&#12491;&#12486;&#12451;&#12469;&#12452;&#12488;&#12288;&#12514;&#12540;&#12464;(Excel Access)
&lt;a href="http://www.moug.net/tech/"&gt;http://www.moug.net/tech/&lt;/a&gt;

&#12377;&#12368;&#12395;&#24441;&#31435;&#12388;&#12456;&#12463;&#12475;&#12523;VBA&#12510;&#12463;&#12525;&#38598;
&lt;a href="http://www.geocities.jp/happy_ngi/"&gt;http://www.geocities.jp/happy_ngi/&lt;/a&gt;
&lt;a href="http://www.happy500z.com/"&gt;http://www.happy500z.com/&lt;/a&gt;

Shun's Page(Excel)
&lt;a href="http://t_shun.at.infoseek.co.jp/index.html"&gt;http://t_shun.at.infoseek.co.jp/index.html&lt;/a&gt;

Excel VBA &#20837;&#38272;&#35611;&#24231;
&lt;a href="http://excelvba.pc-users.net/index.html"&gt;http://excelvba.pc-users.net/index.html&lt;/a&gt;

Access_VBA&#35611;&#24231;
&lt;a href="http://www.geocities.jp/cbc_vbnet/"&gt;http://www.geocities.jp/cbc_vbnet/&lt;/a&gt;

&#26377;&#38480;&#20250;&#31038;&#12469;&#12488;&#12454;&#12471;&#12473;&#12486;&#12512;&#65288;Outlook&#12513;&#12514;&#12364;&#36020;&#37325;)
&lt;a href="http://www2s.biglobe.ne.jp/~SATSYS/"&gt;http://www2s.biglobe.ne.jp/~SATSYS/&lt;/a&gt;

&#12479;&#12484;&#12516;&#12507;&#12540;&#12512;&#12506;&#12540;&#12472;(&#25991;&#23383;&#21015;&#12420;&#26085;&#20184;&#25805;&#20316;&#12394;&#12393;&#22522;&#26412;&#30340;&#12394;&#12418;&#12398;&#12364;&#12377;&#12368;&#12431;&#12363;&#12427;&#65289;
&lt;a href="http://www.red.oit-net.jp/tatsuya/vb/index.htm"&gt;http://www.red.oit-net.jp/tatsuya/vb/index.htm&lt;/a&gt;</body>
    <cnt nil="true" type="integer"></cnt>
    <created-at type="datetime">2007-10-26T00:00:00Z</created-at>
    <html>T</html>
    <id type="integer">91</id>
    <language>VBA (Access)</language>
    <title>VBA&#38306;&#36899;&#12522;&#12531;&#12463;</title>
    <tp>link</tp>
    <updated-at type="datetime">2008-06-16T00:00:00Z</updated-at>
  </memo>
  <memo>
    <body>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;
&lt;!-- saved from url=(0048)http://maskana.homedns.org/old/VBA/AcsessVBA.htm --&gt;
&lt;html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40"&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content="text/html; charset=shift_jis"&gt;
&lt;meta name=ProgId content=Excel.Sheet&gt;
&lt;meta name=Generator content="Microsoft Excel 9"&gt;
&lt;link rel=File-List href="./AcsessVBA.files/filelist.xml"&gt;
&lt;link rel=Edit-Time-Data href="./AcsessVBA.files/editdata.mso"&gt;
&lt;link rel=OLE-Object-Data href="./AcsessVBA.files/oledata.mso"&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:DocumentProperties&gt;
  &lt;o:Author&gt;KDC&lt;/o:Author&gt;
  &lt;o:LastAuthor&gt;m.kobayashi.ose&lt;/o:LastAuthor&gt;
  &lt;o:LastPrinted&gt;2007-06-20T06:51:35Z&lt;/o:LastPrinted&gt;
  &lt;o:Created&gt;2007-06-12T04:57:29Z&lt;/o:Created&gt;
  &lt;o:LastSaved&gt;2007-09-13T09:02:30Z&lt;/o:LastSaved&gt;
  &lt;o:Version&gt;9.4402&lt;/o:Version&gt;
 &lt;/o:DocumentProperties&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;style&gt;
&lt;!--table
	{mso-displayed-decimal-separator:"\.";
	mso-displayed-thousand-separator:"\,";}
@page
	{margin:.98in .79in .98in .79in;
	mso-header-margin:.51in;
	mso-footer-margin:.51in;}
.font0
	{color:windowtext;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;";
	mso-generic-font-family:auto;
	mso-font-charset:128;}
.font7
	{color:windowtext;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;";
	mso-generic-font-family:auto;
	mso-font-charset:128;}
tr
	{mso-height-source:auto;
	mso-ruby-visibility:none;}
col
	{mso-width-source:auto;
	mso-ruby-visibility:none;}
br
	{mso-data-placement:same-cell;}
.style0
	{mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	white-space:nowrap;
	mso-rotate:0;
	mso-background-source:auto;
	mso-pattern:auto;
	color:windowtext;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;";
	mso-generic-font-family:auto;
	mso-font-charset:128;
	border:none;
	mso-protection:locked visible;
	mso-style-name:&#27161;&#28310;;
	mso-style-id:0;}
td
	{mso-style-parent:style0;
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;";
	mso-generic-font-family:auto;
	mso-font-charset:128;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:none;
	mso-background-source:auto;
	mso-pattern:auto;
	mso-protection:locked visible;
	white-space:nowrap;
	mso-rotate:0;}
.xl24
	{mso-style-parent:style0;
	font-size:18.0pt;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;
	text-align:left;
	vertical-align:middle;
	background:#FFCC99;
	mso-pattern:auto none;}
.xl25
	{mso-style-parent:style0;
	background:#FFCC99;
	mso-pattern:auto none;}
.xl26
	{mso-style-parent:style0;
	text-align:left;
	vertical-align:middle;}
.xl27
	{mso-style-parent:style0;
	font-weight:700;}
.xl28
	{mso-style-parent:style0;
	text-align:left;}
.xl29
	{mso-style-parent:style0;
	font-weight:700;
	text-align:left;}
.xl30
	{mso-style-parent:style0;
	text-align:center;
	white-space:normal;}
.xl31
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;}
.xl32
	{mso-style-parent:style0;
	font-size:14.0pt;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;
	background:yellow;
	mso-pattern:auto none;}
.xl33
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;
	background:yellow;
	mso-pattern:auto none;}
.xl34
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:none;
	border-left:.5pt solid windowtext;}
.xl35
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:none;
	border-left:none;}
.xl36
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:none;}
.xl37
	{mso-style-parent:style0;
	border-top:none;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;}
.xl38
	{mso-style-parent:style0;
	border-top:none;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;}
.xl39
	{mso-style-parent:style0;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:none;}
.xl40
	{mso-style-parent:style0;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:.5pt solid windowtext;}
.xl41
	{mso-style-parent:style0;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:none;}
.xl42
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid black;
	border-bottom:none;
	border-left:none;}
.xl43
	{mso-style-parent:style0;
	background:yellow;
	mso-pattern:auto none;}
.xl44
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;
	background:#CCFFCC;
	mso-pattern:auto none;}
.xl45
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid black;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	background:#CCFFCC;
	mso-pattern:auto none;}
.xl46
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	background:#CCFFCC;
	mso-pattern:auto none;}
.xl47
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	background:#CCFFCC;
	mso-pattern:auto none;}
.xl48
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;}
.xl49
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;}
.xl50
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid black;
	border-bottom:.5pt solid windowtext;
	border-left:none;}
.xl51
	{mso-style-parent:style0;
	font-weight:700;
	background:#CCFFFF;
	mso-pattern:auto none;}
.xl52
	{mso-style-parent:style0;
	background:#CCFFFF;
	mso-pattern:auto none;}
ruby
	{ruby-align:left;}
rt
	{color:windowtext;
	font-size:6.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"&#65325;&#65331; &#65328;&#12468;&#12471;&#12483;&#12463;", monospace;
	mso-font-charset:128;
	mso-char-type:katakana;
	display:none;}
--&gt;
&lt;/style&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;x:ExcelWorkbook&gt;
  &lt;x:ExcelWorksheets&gt;
   &lt;x:ExcelWorksheet&gt;
    &lt;x:Name&gt;Sheet1&lt;/x:Name&gt;
    &lt;x:WorksheetOptions&gt;
     &lt;x:DefaultRowHeight&gt;270&lt;/x:DefaultRowHeight&gt;
     &lt;x:Print&gt;
      &lt;x:ValidPrinterInfo/&gt;
      &lt;x:PaperSizeIndex&gt;9&lt;/x:PaperSizeIndex&gt;
      &lt;x:VerticalResolution&gt;0&lt;/x:VerticalResolution&gt;
     &lt;/x:Print&gt;
     &lt;x:Selected/&gt;
     &lt;x:TopRowVisible&gt;24&lt;/x:TopRowVisible&gt;
     &lt;x:Panes&gt;
      &lt;x:Pane&gt;
       &lt;x:Number&gt;3&lt;/x:Number&gt;
       &lt;x:ActiveRow&gt;53&lt;/x:ActiveRow&gt;
       &lt;x:ActiveCol&gt;2&lt;/x:ActiveCol&gt;
      &lt;/x:Pane&gt;
     &lt;/x:Panes&gt;
     &lt;x:ProtectContents&gt;False&lt;/x:ProtectContents&gt;
     &lt;x:ProtectObjects&gt;False&lt;/x:ProtectObjects&gt;
     &lt;x:ProtectScenarios&gt;False&lt;/x:ProtectScenarios&gt;
    &lt;/x:WorksheetOptions&gt;
   &lt;/x:ExcelWorksheet&gt;
  &lt;/x:ExcelWorksheets&gt;
  &lt;x:WindowHeight&gt;5970&lt;/x:WindowHeight&gt;
  &lt;x:WindowWidth&gt;10635&lt;/x:WindowWidth&gt;
  &lt;x:WindowTopX&gt;360&lt;/x:WindowTopX&gt;
  &lt;x:WindowTopY&gt;75&lt;/x:WindowTopY&gt;
  &lt;x:ProtectStructure&gt;False&lt;/x:ProtectStructure&gt;
  &lt;x:ProtectWindows&gt;False&lt;/x:ProtectWindows&gt;
 &lt;/x:ExcelWorkbook&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body link=blue vlink=purple&gt;

&lt;table x:str border=0 cellpadding=0 cellspacing=0 width=650 style='border-collapse:
 collapse;table-layout:fixed;width:487pt'&gt;
 &lt;col width=75 style='mso-width-source:userset;mso-width-alt:2400;width:56pt'&gt;
 &lt;col width=72 span=6 style='width:54pt'&gt;
 &lt;col width=143 style='mso-width-source:userset;mso-width-alt:4576;width:107pt'&gt;
 &lt;tr height=58 style='mso-height-source:userset;height:43.5pt'&gt;
  &lt;td height=58 class=xl24 colspan=4 width=291 style='height:43.5pt;mso-ignore:
  colspan;width:218pt'&gt;Access&#65288;VBA)&#12288;&#12288;&#12288;[ ADO ]&lt;/td&gt;
  &lt;td class=xl25 width=72 style='width:54pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 width=72 style='width:54pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 width=72 style='width:54pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl25 width=143 style='width:107pt'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl26 colspan=6 style='height:13.5pt;mso-ignore:colspan'&gt;Acsess&#12398;&#12501;&#12457;&#12540;&#12512;&#12395;&#12399;&#12289;&#12486;&#12540;&#12502;&#12523;&#12289;&#12463;&#12456;&#12522;&#12434;&#12418;&#12392;&#12395;&#12375;&#12383;&#12501;&#12457;&#12540;&#12512;&#12392;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl26 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&#12486;&#12540;&#12502;&#12523;&#12420;&#12463;&#12456;&#12522;&#12434;&#12418;&#12392;&#12395;&#12375;&#12394;&#12356;&#12501;&#12457;&#12540;&#12512;&#12364;&#12354;&#12427;&#12290;&lt;ruby&gt;&#20197;&#19979;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12452;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&#12399;&#12418;&#12392;&#12395;&#12375;&#12394;&#12356;&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl26 colspan=7 style='height:13.5pt;mso-ignore:colspan'&gt;&#12501;&#12457;&#12540;&#12512;&#12391;&#12398;ADO&#12434;&#20351;&#29992;&#12375;&#12383;&#12524;&#12467;&#12540;&#12489;&lt;ruby&gt;&#21442;&#29031;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12531;&#12471;&#12519;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12289;&lt;ruby&gt;&#36861;&#21152;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12484;&#12452;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12289;&lt;ruby&gt;&#21066;&#38500;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12463;&#12472;&#12519;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#31561;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12488;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&#12420;&#12426;&lt;ruby&gt;&#26041;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12459;&#12479;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12434;&#35352;&#36848;&#12290;&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl26 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=7 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl27 style='height:13.5pt'&gt;ADO&#12392;&#12399;&lt;/td&gt;
  &lt;td colspan=7 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=6 style='height:13.5pt;mso-ignore:colspan'&gt;ADO&#65288;&#12450;&#12463;&#12486;&#12451;&#12502;X&#12487;&#12540;&#12479;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#65289;&#12399;&#12289;OLEDB&#12503;&#12525;&#12496;&#12452;&#12480;
  &#12434;&#20171;&#12375;&#12390;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl26 colspan=6 style='height:13.5pt;mso-ignore:colspan'&gt;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12395;&#12450;&#12463;&#12475;&#12473;&#12377;&#12427;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12452;&#12531;&#12479;&#12540;&#12501;&#12455;&#12452;&#12473;&#12391;&#12377;&#12290;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl28 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;span
  style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;Access2000&#12496;&#12540;&#12472;&#12519;&#12531;&#12363;&#12425;&#25645;&#36617;&#12373;&#12428;&#12289;&#20027;&#12395;LAN&#19978;&#12398;&lt;font
  class=font7&gt;Access&#12501;&#12449;&#12452;&#12523;&#12289;SQL Server&#12289;&lt;/font&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl29 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;Oracle&#12394;&#12393;&#12408;&#31777;&#26131;&#12395;&#25509;&#32154;&lt;font
  class=font0&gt;&#12391;&#12365;&#12414;&#12377;&#12290;&lt;/font&gt;&lt;/td&gt;
  &lt;td colspan=2 class=xl30 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=6 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;ruby&gt;&#20351;&#29992;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12520;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&#12427;&lt;ruby&gt;&#28858;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12479;&#12513;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&#12399;AcsessVBEditor&#12424;&#12426;&#12289;&#12484;&#12540;&#12523;&#12289;&lt;ruby&gt;&#21442;&#29031;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12531;&#12471;&#12519;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#35373;&#23450;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12475;&#12483;&#12486;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&#12390;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;Microsoft
  ActiveX Data ObjectX.X Library&#12395;&#12481;&#12455;&#12483;&#12463;&#12434;&#20837;&#12428;&#12427;&#12288;X&#12395;&#12399;&lt;ruby&gt;&#26368;&#26032;&lt;span style='display:none'&gt;&lt;rt&gt;&#12469;&#12452;&#12471;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#20516;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12481;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12434;&lt;ruby&gt;&#20837;&#21147;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12491;&#12517;&#12454;&#12522;&#12519;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr class=xl31 height=15 style='height:11.25pt'&gt;
  &lt;td height=15 colspan=8 class=xl31 style='height:11.25pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr class=xl31 height=23 style='height:17.25pt'&gt;
  &lt;td height=23 class=xl32 colspan=2 style='height:17.25pt;mso-ignore:colspan'&gt;&#12304;&lt;ruby&gt;&#22522;&#26412;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12461;&#12507;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#25991;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12502;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12305;&lt;/td&gt;
  &lt;td colspan=6 class=xl33 style='mso-ignore:colspan'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr class=xl31 height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=7 class=xl31 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl27 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;1.&#12501;&#12457;&#12540;&#12512;&#12398;&#12503;&#12525;&#12471;&#12540;&#12472;&#12515;&lt;ruby&gt;&#22806;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12460;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12391;&lt;ruby&gt;&#23459;&#35328;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12475;&#12531;&#12466;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&#12427;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;Public cnn1
  As ADODB.Connection&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;Public Rs As
  ADODB.Recordset&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl27 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;2.&#12503;&#12525;&#12471;&#12540;&#12472;&#12515;&lt;ruby&gt;&#20869;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12490;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12391;&lt;ruby&gt;&#23459;&#35328;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12475;&#12531;&#12466;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;&#12304;&#12459;&#12524;&#12531;&#12488;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12395;&lt;ruby&gt;&#25509;&#32154;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12475;&#12484;&#12478;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&#12427;&lt;ruby&gt;&#22580;&#21512;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12496;&#12450;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12305;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt' x:str="    "&gt;&lt;span style="mso-spacerun:
  yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;Set cnn1 = CurrentProject.Connection&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt' x:str="    "&gt;&lt;span style="mso-spacerun:
  yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;Set Rs = New ADODB.Recordset&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt' x:str="    "&gt;&lt;span style="mso-spacerun:
  yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=7 style='mso-ignore:colspan'&gt;Rs.Open "&#12486;&#12540;&#12502;&#12523;&#65295;&#12463;&#12456;&#12522;&#21517;", cnn1,
  adOpenKeyset, adLockOptimistic&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=4 style='height:13.5pt;mso-ignore:colspan'&gt;&#12304;&#12459;&#12524;&#12531;&#12488;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&lt;ruby&gt;&#20197;&#22806;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12452;&#12460;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&lt;ruby&gt;&#25509;&#32154;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12475;&#12484;&#12478;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&#12427;&lt;ruby&gt;&#22580;&#21512;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12496;&#12450;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12305;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl34 style='height:13.5pt'&gt;&lt;ruby&gt;&#24517;&#38920;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12498;&#12483;&#12473;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl35 colspan=2 style='mso-ignore:colspan'&gt;Dim str As String&lt;/td&gt;
  &lt;td class=xl35&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl35&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl35&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl35&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl36&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38 colspan=4 style='mso-ignore:colspan'&gt;str = "Select * from
  &#12501;&#12451;&#12540;&#12523;&#12489;&lt;ruby&gt;&#21517;&lt;span style='display:none'&gt;&lt;rt&gt;&#12513;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;"&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td x:str="'&#65291;"&gt;&#65291;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl34 style='height:13.5pt'&gt;Acsess&lt;/td&gt;
  &lt;td class=xl35 colspan=4 style='mso-ignore:colspan'&gt;Set Cnn1 = New
  ADODB.Connection&lt;/td&gt;
  &lt;td class=xl35&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl35&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl36&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl40 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td colspan=6 style='mso-ignore:colspan'&gt;Cnn1.ConnectionString =
  "Provider=Microsoft.Jet.OLEDB.4.0;" &amp; _&lt;/td&gt;
  &lt;td class=xl41&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38 colspan=5 style='mso-ignore:colspan'&gt;"Data
  Source='C:\db.mdb';User ID='admin';Password='';"&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;OR&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl34 style='height:13.5pt'&gt;Oracle&lt;/td&gt;
  &lt;td class=xl35 colspan=7 style='mso-ignore:colspan;border-right:.5pt solid black'&gt;Cnn1.ConnectionString
  ="Provider=MSDAORA;Data Source=serverName; _&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl40 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;InitialCatalog=databaseName;User
  ID=userName; _&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
  &lt;td class=xl41&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38 colspan=3 style='mso-ignore:colspan'&gt;Password=userPassword;"&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td x:str="'&#65291;"&gt;&#65291;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl34 style='height:13.5pt'&gt;&lt;ruby&gt;&#24517;&#38920;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12498;&#12483;&#12473;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl35 colspan=2 style='mso-ignore:colspan'&gt;Cnn1.Open&lt;/td&gt;
  &lt;td class=xl35&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl35&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl35&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl35&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl36&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl40 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;Set Rs = New ADODB.Recordset&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td class=xl41&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38 colspan=5 style='mso-ignore:colspan'&gt;Rs.Open str, Cnn1,
  adOpenKeyset, adLockOptimistic&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl27 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;3.&lt;ruby&gt;&#20966;&#29702;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12519;&#12522;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12434;&lt;ruby&gt;&#23455;&#34892;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12472;&#12483;&#12467;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&#12427;&lt;/td&gt;
  &lt;td colspan=6 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl27 colspan=3 style='height:13.5pt;mso-ignore:colspan'&gt;4.&lt;ruby&gt;&#20966;&#29702;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12519;&#12522;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12364;&lt;ruby&gt;&#32066;&#20102;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12517;&#12454;&#12522;&#12519;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#24460;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12468;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12399;&lt;ruby&gt;&#38281;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12488;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12376;&#12427;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt' x:str="    "&gt;&lt;span style="mso-spacerun:
  yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;Rs.Close: Set Rs = Nothing&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt' x:str="    "&gt;&lt;span style="mso-spacerun:
  yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;cnn1.Close: Set cnn1 = Nothing&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=23 style='height:17.25pt'&gt;
  &lt;td height=23 class=xl32 colspan=5 style='height:17.25pt;mso-ignore:colspan'&gt;&#12304;Recordset&#12398;&#12501;&#12451;&#12540;&#12523;&#12489;&#12487;&#12540;&#12479;&lt;ruby&gt;&#21442;&#29031;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12531;&#12471;&#12519;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#26041;&#27861;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12507;&#12454;&#12507;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12305;&lt;/td&gt;
  &lt;td colspan=3 class=xl43 style='mso-ignore:colspan'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;Rs.Fields("&#12501;&#12451;&#12540;&#12523;&#12489;&lt;ruby&gt;&#21517;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12513;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;").value&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;Rs.Fields("&#12501;&#12451;&#12540;&#12523;&#12489;&#21517;")&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td class=xl27 colspan=2 style='mso-ignore:colspan'&gt;Rs("&#12501;&#12451;&#12540;&#12523;&#12489;&lt;ruby&gt;&#21517;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12513;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;")&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;Rs!&#12501;&#12451;&#12540;&#12523;&#12489;&lt;ruby&gt;&#21517;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12513;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=23 style='height:17.25pt'&gt;
  &lt;td height=23 class=xl32 style='height:17.25pt'&gt;&#12304;&lt;ruby&gt;&#31227;&#21205;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12452;&#12489;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12305;&lt;/td&gt;
  &lt;td colspan=7 class=xl43 style='mso-ignore:colspan'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl44 colspan=2 style='height:13.5pt;mso-ignore:colspan;
  border-right:.5pt solid black'&gt;&#12513;&#12477;&#12483;&#12489;&#12289;&#12503;&#12525;&#12497;&#12486;&#12451;&lt;/td&gt;
  &lt;td class=xl46&gt;&lt;ruby&gt;&#35500;&#26126;&lt;span style='display:none'&gt;&lt;rt&gt;&#12475;&#12484;&#12513;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl46&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl46&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl46&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl46&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl47&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;MoveFirst&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl48 colspan=4 style='mso-ignore:colspan'&gt;&#12459;&#12524;&#12531;&#12488;&#12524;&#12467;&#12540;&#12489;&#12434;&lt;ruby&gt;&#20808;&#38957;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12475;&#12531;&#12488;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12524;&#12467;&#12540;&#12489;&#12395;&lt;ruby&gt;&#31227;&#21205;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12452;&#12489;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;MoveLast&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl48 colspan=4 style='mso-ignore:colspan'&gt;&#12459;&#12524;&#12531;&#12488;&#12524;&#12467;&#12540;&#12489;&#12434;&lt;ruby&gt;&#26368;&#24460;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12452;&#12468;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&#12524;&#12467;&#12540;&#12489;&#12395;&lt;ruby&gt;&#31227;&#21205;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12452;&#12489;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl48 colspan=2 style='height:13.5pt;mso-ignore:colspan;
  border-right:.5pt solid black'&gt;MovePrevious&lt;/td&gt;
  &lt;td class=xl48 colspan=4 style='mso-ignore:colspan'&gt;&#12459;&#12524;&#12531;&#12488;&#12524;&#12467;&#12540;&#12489;&#12434;&lt;ruby&gt;&#21069;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12510;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&#12524;&#12467;&#12540;&#12489;&#12395;&lt;ruby&gt;&#31227;&#21205;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12452;&#12489;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;MoveNext&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl48 colspan=4 style='mso-ignore:colspan'&gt;&#12459;&#12524;&#12531;&#12488;&#12524;&#12467;&#12540;&#12489;&#12434;&lt;ruby&gt;&#27425;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12484;&#12462;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&#12524;&#12467;&#12540;&#12489;&#12395;&lt;ruby&gt;&#31227;&#21205;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12452;&#12489;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;Move&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl48 colspan=4 style='mso-ignore:colspan'&gt;&#12459;&#12524;&#12531;&#12488;&#12524;&#12467;&#12540;&#12489;&#12434;&lt;ruby&gt;&#25351;&#23450;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12486;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12375;&#12383;&#12524;&#12467;&#12540;&#12489;&#12395;&lt;ruby&gt;&#31227;&#21205;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12452;&#12489;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl48 colspan=2 style='height:13.5pt;mso-ignore:colspan;
  border-right:.5pt solid black'&gt;RecoadCount&lt;/td&gt;
  &lt;td class=xl48 colspan=2 style='mso-ignore:colspan'&gt;&#12524;&#12467;&#12540;&#12489;&lt;ruby&gt;&#20214;&#25968;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12465;&#12531;&#12473;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12434;&lt;ruby&gt;&#21462;&#24471;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12517;&#12488;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;BOF&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl48 colspan=5 style='mso-ignore:colspan'&gt;&#12459;&#12524;&#12531;&#12488;&#12524;&#12467;&#12540;&#12489;&#12364;&lt;ruby&gt;&#20808;&#38957;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12475;&#12531;&#12488;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12524;&#12467;&#12540;&#12489;&#12424;&#12426;&lt;ruby&gt;&#21069;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12510;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&lt;ruby&gt;&#26178;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12488;&#12461;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;True&#12434;&lt;ruby&gt;&#36820;&lt;span style='display:none'&gt;&lt;rt&gt;&#12459;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;EOF&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl48 colspan=5 style='mso-ignore:colspan'&gt;&#12459;&#12524;&#12531;&#12488;&#12524;&#12467;&#12540;&#12489;&#12364;&lt;ruby&gt;&#26368;&#24460;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12452;&#12468;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&#12524;&#12467;&#12540;&#12489;&#12424;&#12426;&lt;ruby&gt;&#24460;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12450;&#12488;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&lt;ruby&gt;&#26178;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12488;&#12461;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;True&#12434;&lt;ruby&gt;&#36820;&lt;span style='display:none'&gt;&lt;rt&gt;&#12459;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&#8251;BOF&#12420;EOF&#12399;&#12524;&#12467;&#12540;&#12489;&#12398;&lt;ruby&gt;&#26368;&#24460;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12452;&#12468;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&#12383;&#12393;&#12426;&#12388;&#12356;&#12383;&#12289;&lt;ruby&gt;&#21448;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12510;&#12479;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12399;&lt;ruby&gt;&#26368;&#21021;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12452;&#12471;&#12519;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&#12383;&#12393;&#12426;&lt;ruby&gt;&#30528;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12484;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12356;&#12383;&#12434;&lt;ruby&gt;&#35672;&#21029;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12461;&#12505;&#12484;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&#12427;&lt;ruby&gt;&#28858;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12479;&#12513;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#20351;&#29992;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12471;&#12520;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td&gt;&lt;ruby&gt;&#20351;&#29992;&lt;span style='display:none'&gt;&lt;rt&gt;&#12471;&#12520;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#20363;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12524;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#65289;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td&gt;&lt;ruby&gt;&#35299;&#35500;&lt;span style='display:none'&gt;&lt;rt&gt;&#12459;&#12452;&#12475;&#12484;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;Rs.MovePrevious&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td class=xl31 colspan=3 style='mso-ignore:colspan'&gt;&#12539;&#12539;&lt;ruby&gt;&#21069;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12510;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&#12524;&#12467;&#12540;&#12489;&#65346;&#65364;&#65358;&#12434;&lt;ruby&gt;&#25276;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12458;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12373;&#12428;&#12383;&lt;ruby&gt;&#38555;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&lt;ruby&gt;&#20966;&#29702;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12519;&#12522;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;Rs.MovePrevious&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td class=xl31 colspan=3 style='mso-ignore:colspan'&gt;&#12539;&#12539;&#12371;&#12371;&#12391;&#12373;&#12425;&#12395;&lt;ruby&gt;&#21069;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12510;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&#12524;&#12467;&#12540;&#12489;&#12434;&lt;ruby&gt;&#35211;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12511;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&lt;ruby&gt;&#34892;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12365;&#12289;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan' x:str="if Rs.BOF then "&gt;if Rs.BOF
  then&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td class=xl31 colspan=3 style='mso-ignore:colspan'&gt;&#12539;&#12539;&#12381;&#12371;&#12364;&lt;ruby&gt;&#20808;&#38957;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12475;&#12531;&#12488;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12524;&#12467;&#12540;&#12489;&#12424;&#12426;&lt;ruby&gt;&#21069;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12510;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12394;&#12425;&#12289;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&#27425;&#12398;&#12524;&#12467;&#12540;&#12489;&#65346;&#65364;&#65358;.SetFocus&lt;/td&gt;
  &lt;td class=xl31&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=2 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;ruby&gt;&#21069;&lt;span style='display:none'&gt;&lt;rt&gt;&#12510;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&#12524;&#12467;&#12540;&#12489;&#65346;&#65364;&#65358;.Enable=False&lt;/td&gt;
  &lt;td class=xl31 colspan=3 style='mso-ignore:colspan'&gt;&#12539;&#12539;&#12381;&#12428;&lt;ruby&gt;&#20197;&#19978;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12452;&#12472;&#12519;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;ruby&gt;&#21069;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12510;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&#12356;&#12369;&#12394;&#12356;&#12424;&#12358;False&#12395;&#12377;&#12427;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td&gt;End IF&lt;/td&gt;
  &lt;td colspan=6 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;Rs.MoveNext&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td class=xl31 colspan=2 style='mso-ignore:colspan'&gt;&#12539;&#12539;&#12524;&#12467;&#12540;&#12489;&#12434;&lt;ruby&gt;&#25147;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12514;&#12489;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=23 style='height:17.25pt'&gt;
  &lt;td height=23 class=xl32 style='height:17.25pt'&gt;&#12304;&lt;ruby&gt;&#26908;&#32034;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12465;&#12531;&#12469;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12305;&lt;/td&gt;
  &lt;td colspan=7 class=xl43 style='mso-ignore:colspan'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;Rs.Find &lt;ruby&gt;&#26465;&#20214;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12472;&#12519;&#12454;&#12465;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;, 0&#65288;&lt;ruby&gt;&#29694;&#22312;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12466;&#12531;&#12470;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12398;&lt;font class=font7&gt;&#12459;&#12524;&#12531;&#12488;&lt;/font&gt;&lt;ruby&gt;&lt;font
  class=font7&gt;&#34892;&lt;/font&gt;&lt;span style='display:none'&gt;&lt;rt&gt;&#12462;&#12519;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12424;&#12426;&lt;ruby&gt;&#26908;&#32034;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12465;&#12531;&#12469;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12377;&#12427;), (adSearchForward or
  adSearchBackward)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=19 style='mso-height-source:userset;height:14.25pt'&gt;
  &lt;td height=19 colspan=8 style='height:14.25pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=19 style='mso-height-source:userset;height:14.25pt'&gt;
  &lt;td height=19 colspan=2 style='height:14.25pt;mso-ignore:colspan'&gt;adSearchForward&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&#65381;&#65381;&lt;ruby&gt;&#26908;&#32034;&lt;span style='display:none'&gt;&lt;rt&gt;&#12465;&#12531;&#12469;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&#12363;&#12363;&#12425;&#12394;&#12363;&#12387;&#12383;&lt;ruby&gt;&#22580;&#21512;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12496;&#12450;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12289;EOF=TRUE&#12392;&#12394;&#12427;&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=19 style='mso-height-source:userset;height:14.25pt'&gt;
  &lt;td height=19 colspan=2 style='height:14.25pt;mso-ignore:colspan'&gt;adSearchBackward&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;&#65381;&#65381;&lt;ruby&gt;&#26908;&#32034;&lt;span style='display:none'&gt;&lt;rt&gt;&#12465;&#12531;&#12469;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&#12363;&#12363;&#12425;&#12394;&#12363;&#12387;&#12383;&lt;ruby&gt;&#22580;&#21512;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12496;&#12450;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12289;BOF=TRUE&#12392;&#12394;&#12427;&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=19 style='mso-height-source:userset;height:14.25pt'&gt;
  &lt;td height=19 colspan=8 style='height:14.25pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td class=xl27 colspan=7 style='mso-ignore:colspan'&gt;Rs.Find "&#12501;&#12451;&#12540;&#12523;&#12489;&lt;ruby&gt;&#21517;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12513;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;='&lt;ruby&gt;&#26908;&#32034;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12465;&#12531;&#12469;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12375;&#12383;&#12356;&lt;ruby&gt;&#25991;&#23383;&#21015;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12514;&#12472;&#12524;&#12484;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;'", 0, adSearchForward&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&#8221;&#8221;&#12398;&lt;ruby&gt;&#23459;&#35328;&lt;span style='display:
  none'&gt;&lt;rt&gt;&#12475;&#12531;&#12466;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12395;&lt;ruby&gt;&#22793;&#25968;&lt;span style='display:none'&gt;&lt;rt&gt;&#12504;&#12531;&#12473;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12434;&lt;ruby&gt;&#20351;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12484;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12358;&lt;ruby&gt;&#22580;&#21512;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12496;&#12450;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=5 style='mso-ignore:colspan'&gt;str="&#12501;&#12451;&#12540;&#12523;&#12489;&#21517; = '" &amp;
  &#21442;&#29031;&#20808;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488; &amp; "'"&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;Rs.Find str, 0, adSearchForward&lt;/td&gt;
  &lt;td colspan=4 style='mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=23 style='height:17.25pt'&gt;
  &lt;td height=23 class=xl32 colspan=3 style='height:17.25pt;mso-ignore:colspan'&gt;&#12304;&lt;ruby&gt;&#26032;&#35215;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12531;&#12461;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;/&lt;ruby&gt;&#32232;&#38598;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12504;&#12531;&#12471;&#12517;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;/&lt;ruby&gt;&#21066;&#38500;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12463;&#12472;&#12519;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12305;&lt;/td&gt;
  &lt;td colspan=5 class=xl43 style='mso-ignore:colspan'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl44 colspan=2 style='height:13.5pt;mso-ignore:colspan;
  border-right:.5pt solid black'&gt;&#12513;&#12477;&#12483;&#12489;&#12289;&#12503;&#12525;&#12497;&#12486;&#12451;&lt;/td&gt;
  &lt;td class=xl46&gt;&lt;ruby&gt;&#35500;&#26126;&lt;span style='display:none'&gt;&lt;rt&gt;&#12475;&#12484;&#12513;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl46&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl46&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl46&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl46&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl47&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;AddNew&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl48 colspan=2 style='mso-ignore:colspan'&gt;&lt;ruby&gt;&#26032;&#35215;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12471;&#12531;&#12461;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12524;&#12467;&#12540;&#12489;&#12434;&lt;ruby&gt;&#36861;&#21152;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12484;&#12452;&#12459;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;Delete&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl48 colspan=3 style='mso-ignore:colspan'&gt;&#12459;&#12524;&#12531;&#12488;&#12524;&#12467;&#12540;&#12489;&#12434;&lt;ruby&gt;&#21066;&#38500;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12463;&#12472;&#12519;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 class=xl37 style='height:13.5pt'&gt;Update&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl48 colspan=3 style='mso-ignore:colspan'&gt;&#12459;&#12524;&#12531;&#12488;&#12524;&#12467;&#12540;&#12489;&#12434;&lt;ruby&gt;&#26356;&#26032;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12467;&#12454;&#12471;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl38&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl39&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td class=xl51&gt;&lt;ruby&gt;&#26032;&#35215;&lt;span style='display:none'&gt;&lt;rt&gt;&#12471;&#12531;&#12461;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td colspan=3 class=xl52 style='mso-ignore:colspan'&gt;&#12288;&lt;/td&gt;
  &lt;td class=xl52&gt;&lt;ruby&gt;&#35299;&#35500;&lt;span style='display:none'&gt;&lt;rt&gt;&#12459;&#12452;&#12475;&#12484;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td colspan=2 class=xl52 style='mso-ignore:colspan'&gt;&#12288;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;Rs.AddNew&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&#65381;&#65381;&lt;ruby&gt;&#26032;&#35215;&lt;span style='display:none'&gt;&lt;rt&gt;&#12471;&#12531;&#12461;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12524;&#12467;&#12540;&#12489;&lt;ruby&gt;&#20316;&#25104;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12469;&#12463;&#12475;&#12452;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
  &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;Rs("&lt;ruby&gt;&#21517;&#21069;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12490;&#12510;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;")="&lt;ruby&gt;&#21152;&#34276;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12459;&#12488;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;"&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&#65381;&#65381;"&lt;ruby&gt;&#21517;&#21069;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12490;&#12510;&#12456;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;"&#12501;&#12451;&#12540;&#12523;&#12489;&#12408;"&lt;ruby&gt;&#21152;&#34276;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12459;&#12488;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;"&#12434;&lt;ruby&gt;&#30331;&#37682;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12488;&#12454;&#12525;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;Rs("&lt;ruby&gt;&#20303;&#25152;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12472;&#12517;&#12454;&#12471;&#12519;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;")="&lt;ruby&gt;&#26481;&#20140;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12488;&#12454;&#12461;&#12519;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;"&lt;/td&gt;
  &lt;td colspan=2 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&#65381;&#65381;"&lt;ruby&gt;&#20303;&#25152;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12472;&#12517;&#12454;&#12471;&#12519;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;"&#12501;&#12451;&#12540;&#12523;&#12489;&#12408;"&lt;ruby&gt;&#26481;&#20140;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12488;&#12454;&#12461;&#12519;&#12454;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;"&#12434;&lt;ruby&gt;&#30331;&#37682;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12488;&#12454;&#12525;&#12463;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 style='height:13.5pt'&gt;&lt;/td&gt;
  &lt;td&gt;Rs.Update&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&lt;/td&gt;
  &lt;td colspan=3 style='mso-ignore:colspan'&gt;&#65381;&#65381;&#12524;&#12467;&#12540;&#12489;&#12398;&lt;ruby&gt;&#26356;&#26032;&lt;span
  style='display:none'&gt;&lt;rt&gt;&#12467;&#12454;&#12471;&#12531;&lt;/rt&gt;&lt;/span&gt;&lt;/ruby&gt;&#12434;&#12377;&#12427;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=18 style='height:13.5pt'&gt;
  &lt;td height=18 colspan=8 style='height:13.5pt;mso-ignore:colspan'&gt;&lt;/td&gt;
 &lt;/