-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.html
45 lines (38 loc) · 1.05 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<link rev="MADE" href="mailto:[email protected]">
<link rel="INDEX" href="orverview.html">
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="../../vavi.css">
<title>test.123</title>
<!--
* Copyright (c) 2004 by Naohide Sano, All Rights Reserved.
*
* Written by Naohide Sano
*
* @description JDBC Front End 関連のクラス
* @status 動作未確認
*
* @author <a href=mailto:[email protected]>Naohide Sano</a> (nsano)
*
* @version 0.00 040620 nsano initial version
-->
</head>
<body>
<p>
JDBC Front End 関連のクラスを提供します.
</p>
<h2>
これから実装すること
</h2>
<ul>
<li>Excel</li>
<li>List</li>
<li>CSV</li>
<li>jon って <a href="http://mule.mulesource.org/">ESB</a> のこと?</li>
<li>やっぱりありやがった...<a href="http://vjdbc.sourceforge.net/">vjdbc</a></li>
</ul>
</body>
</html>