瀏覽代碼

add cookbook reference to front page

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@662 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-1.2.11
James Ahlborn 11 年之前
父節點
當前提交
f7b8c4a72b
共有 2 個文件被更改,包括 17 次插入0 次删除
  1. 12
    0
      src/site/xdoc/cookbook.xml
  2. 5
    0
      src/site/xdoc/index.xml

+ 12
- 0
src/site/xdoc/cookbook.xml 查看文件

@@ -264,5 +264,17 @@
</p>
</section>

<section name="Finding Stuff">
<p>
FIXME, writeme
</p>
</section>

<section name="Miscellaneous Examples">
<p>
FIXME, writeme
</p>
</section>

</body>
</document>

+ 5
- 0
src/site/xdoc/index.xml 查看文件

@@ -20,6 +20,11 @@
</p>
</section>
<section name="Sample code">
<p>
Here are a few snippets of code to whet your appetite. For more
extensive examples, checkout the <a href="cookbook.html">cookbook</a>. And, since Jackcess is heavily
unit tested, you can find even more example code in the <a href="xref-test/index.html">unit tests</a>.
</p>
<ul>
<li>Displaying the contents of a table:
<source>System.out.println(Database.open(new File("my.mdb")).getTable("MyTable").display());

Loading…
取消
儲存