Changes between Version 8 and Version 9 of jazz/09-09-11
- Timestamp:
- Sep 12, 2009, 1:02:07 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-09-11
v8 v9 79 79 == SQLite == 80 80 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 82 83 {{{ 83 84 #!perl … … 118 119 sqlite3 test.db "select * from n"; 119 120 }}} 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 121 124 == Torque == 122 125