練功房推薦書單

  • Google!Android 3手機應用程式設計入門(第四版)
  • 賈伯斯傳(軟皮精裝版)
  • 猛虎出閘制霸版:最新OCP Java SE 6 Programmer專業認證(附原始程式碼及範例檔)
  • SCWCD 5 猛虎出閘:Java Web 應用程式專業認證
安道生網站技術練功房成立滿一週年了  XML
Forum Index » 公告區 Announcements
Author Message
andowson

六段學員
[Avatar]

Joined: 2007-01-02 22:20:40
Messages: 652
Location: 台北
Offline

大家好,今天是網站成立滿一年的日子,2007年的元旦假期讓我有時間把網站架起來,從2007年1月的月流量182名訪客成長到2007年12月的月流量4608名訪客,可以說每日的訪客數都大於第一個月整個月加起來的訪客數了。
去年的成果大致如下:
註冊會員數:423名
select count(*) from jforum_users where user_regdate < to_date('2008-01-01', 'yyyy-mm-dd')

已啟用帳號數:300人
select count(*) from jforum_users where user_active = 1 and user_regdate < to_date('2008-01-01', 'yyyy-mm-dd')

啟用率約為七成(300/423)
有發表文章人數:17人
select count(*) from jforum_users where user_regdate < to_date('2008-01-01', 'yyyy-mm-dd') and user_posts > 0

發文率約為5.67%(17/300)
發表文章數:222篇
select count(*) from jforum_posts where post_time < to_date('2008-01-01', 'yyyy-mm-dd')


今年的展望:
1.會員數成長到1000人,啟用率八成
2.發表文章數成長到500篇,發文率8%

希望大家多多發表自己練功的成果喔!

分享經驗 累積智慧
[WWW] [MSN]
 
Forum Index » 公告區 Announcements
Go to: