Projeto: Vermelho

logs of development
スポンサーサイト

一定期間更新がないため広告を表示しています

| - | | - | -
[Ruby]ユーザ管理classを作ろう
class ユーザ管理
def 表示(ユーザデータ)
インターフェイスから受け取って,
照合して、表示
end

def 登録(ユーザデータ)
インターフェイスから受け取ってDBに登録
end

def 更新(ユーザデータ)
インターフェイスから受け取ってDBを更新
end

def 削除(ユーザデータ)
インターフェイスから受け取ってDBから削除
end
end
| Pg_Ruby_Board0704 | 08:33 | comments(0) | trackbacks(0)
CGIが動かない(500 Internal Server Error)
toukou_training.htmlからtoukou_training.cgiを呼び出すと、以下のようなエラーメッセージ

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
root@localhost and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>


error_logを読んでみると…
続きを読む >>
| Pg_Ruby_Board0704 | 07:52 | comments(1) | trackbacks(0)
社内用掲示板_スケジュール
基本機能
表示

  1. 降順でソート表示

  2. 10件でページきりかえ

  3. ログインページへのリンク

  4. 別ウィンドウ表示へのリンク生成

  5. ログインユーザには投稿ページへのリンク表示

  6. ログアウトリンク



投稿

  1. 下書き

  2. 即時反映

  3. ログインユーザのみ可能

  4. ログアウトリンク

  5. 登録日、更新日、登録者、タイトル、カテゴリ、実行の種類、タイトル、記事の責任者、概略



追加機能は…
続きを読む >>
| Pg_Ruby_Board0704 | 07:43 | comments(0) | trackbacks(0)