mySQL error with query INSERT INTO nucleus_plugin_analyze_hit (ahdate, ahvisit, ahhit, ahlevel1, ahlevel2, ahlevel3, ahlevel4, ahlevel5, ahrobot) VALUES ('1970-01-01', '2', '1', '2', '', '', '', '', '0'): Duplicate entry '1970-01-01' for key 1

mySQL error with query SELECT * FROM nucleus_plugin_analyze_page WHERE LEFT(apdate, 7) = '1970-01' and apid = 'i?14?' LIMIT 1: Table './weblog/nucleus_plugin_analyze_page' is marked as crashed and last (automatic?) repair failed

mySQL error with query SELECT * FROM nucleus_plugin_analyze_page WHERE LEFT(apdate, 7) = '1970-01' and apid = 'i?100?' LIMIT 1: Table './weblog/nucleus_plugin_analyze_page' is marked as crashed and last (automatic?) repair failed

mySQL error with query INSERT INTO nucleus_plugin_analyze_page VALUES ('i?14?', '1970-01-01', '3', '2', '1'),('i?100?', '1970-01-01', '1', '1', '2'): Table './weblog/nucleus_plugin_analyze_page' is marked as crashed and last (automatic?) repair failed

Hip.Labo orz-log アーカイブ


月別のアーカイブリスト

2006-06:アーカイブ

2006-06-19

アンケートシステムを振り返ってみる

昨年の9月ぐらいから作り始めたファンファンアンケートを振り返ってみる。

2005.09
Webアプリケーションを何か作ってみようと思う。
PHPにするかJSP/Servletにするか迷うが、いろいろ考えてJSP/Servletで作る事に決める。

2005.10
DBの形をほぼ決定。

2005.12.18
「質問の表示&回答入力」「結果表示」「結果コメント表示」ができたのでその部分だけ公開。
(質問表示&回答入力はJSPのみ、結果表示のグラフ部分はサーブレット)

2006.01
しばらく忙しくて放置。

2006.03
アンケートオーナーの機能を着手。
(MVCモデルを意識した作りをやってみる)

2006.05.24
最低限のアンケートオーナーの機能ができたのでその部分をアップ。
・テーマ一覧表示、テーマ入力
・質問一覧表示、質問入力(選択肢の追加削除)

2006.06.15
アンケートオーナーの新規追加機能