|
From: <ha...@us...> - 2007-02-10 12:13:09
|
Revision: 88
http://jgbbs.svn.sourceforge.net/jgbbs/?rev=88&view=rev
Author: hanru
Date: 2007-02-10 04:13:04 -0800 (Sat, 10 Feb 2007)
Log Message:
-----------
Not so aggressive to these challenges, add some possible solutions.
Modified Paths:
--------------
jgbbs4/trunk/docs/challenge_zh.txt
Modified: jgbbs4/trunk/docs/challenge_zh.txt
===================================================================
--- jgbbs4/trunk/docs/challenge_zh.txt 2007-02-05 11:25:12 UTC (rev 87)
+++ jgbbs4/trunk/docs/challenge_zh.txt 2007-02-10 12:13:04 UTC (rev 88)
@@ -1,7 +1,7 @@
0 介绍
本文档描述开发 JGBBS 4.x 时会碰到的无法避免的问题,在着手 4.x 的开发
- 之前,必须找到解决这些问题的方法。
+ 之前,应该找到解决这些问题的方法。
JGBBS 3.x 基于 ASP + Access 开发,计划中的 4.x 将基于 PHP + MySQL
(同时希望数据库支持 SQLite)。
@@ -22,10 +22,14 @@
2 解决方法
- 1)
+ 1) Access 数据导入 MySQL,可以使用 Access To MySQL
+ (http://www.bullzip.com/products/a2m/info.php);
+ Access 数据导入 SQLite 可以使用 SQLite Database Browser
+ (http://sqlitebrowser.sourceforge.net/index.html)。
+ 以上方案未经过验证。
2)
3)
- 4)
+ 4) 期望的方案是代码与界面分离,拥有一种类似 Blogger 或 Planet 的模版机制。
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|