Changes between Version 8 and Version 9 of jazz/09-09-11


Ignore:
Timestamp:
Sep 12, 2009, 1:02:07 AM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-09-11

    v8 v9  
    7979== SQLite ==
    8080
    81  * [http://mailliststock.wordpress.com/2007/03/01/sqlite-examples-with-bash-perl-and-python/ SQLite examples with Bash, Perl and Python]
     81 * [http://www.linuxjournal.com/article/6650/ Embedding an SQL Database with SQLite] - 有講到 SQLite 的架構
     82 * [http://mailliststock.wordpress.com/2007/03/01/sqlite-examples-with-bash-perl-and-python/ SQLite examples with Bash, Perl and Python] - 用很簡潔的方式介紹 Bash, Perl 跟 Python 如何存取 SQLite
    8283{{{
    8384#!perl
     
    118119sqlite3 test.db  "select * from n";
    119120}}}
    120 
     121 * [http://tw.php.net/sqlite PHP: SQLite - Manual] - PHP 存取 SQLite 的原文手冊
     122 * [http://support.oss.org.tw/wiki/index.php/Php_sqlite PHP-SQLite - 資策會技術支援資料庫]
     123 
    121124== Torque ==
    122125