タグ

2010年2月4日のブックマーク (10件)

  • Model View Controller - Wikipedia

    MVCの典型的な相関図 Model-View-Controller (MVC、モデル・ビュー・コントローラ) はUIを持つソフトウェアに適用されるソフトウェアアーキテクチャの一種である。 MVCはソフトウェアを処理/Model・表示/View・入力伝達/Controllerの3要素に分割し、ソフトウェア内部データをユーザーが直接参照・編集する情報から分離する。プレゼンテーション(View・Controller)とドメイン(Model)を分離しまたユーザー入力(Controller)と表示(View)も分離することでソフトウェアの保守性・開発生産性を向上させる。 1979年: パロアルト研究所にてトリグヴェ・リーンスカウクが考案[1][2]。長い間、Smalltalk-80の実装のみが公開され、MVCに関する公開情報はなかった 1988年: 最初の論文「A Cookbook for Usin

    Model View Controller - Wikipedia
    knmsyk
    knmsyk 2010/02/04
    Model View Controller(モデル・ビュー・コントローラ; MVC)は、コンピュータ内部のデータをユーザに提示し、それに対してユーザが何らかの指示を出すタイプの、独自のユーザーインタフェースをもつアプリケーションソフト
  • John McCarthy (computer scientist) - Wikipedia

    John McCarthy (September 4, 1927 – October 24, 2011) was an American computer scientist and cognitive scientist. He was one of the founders of the discipline of artificial intelligence.[1] He co-authored the document that coined the term "artificial intelligence" (AI), developed the programming language family Lisp, significantly influenced the design of the language ALGOL, popularized time-sharin

    John McCarthy (computer scientist) - Wikipedia
    knmsyk
    knmsyk 2010/02/04
    John McCarthy (born September 4, 1927, in Boston, Massachusetts), is an American computer scientist and cognitive scientist who received the Turing Award in 1971 for his major contributions to the field of Artificial Intelligence (AI). He was responsible for the coining of the term "Artificial Intel
  • OpenPNE3のリポジトリがSubversionからgithubへお引っ越ししたようです - (旧) じゆうちょう - ooharabucyou

    knmsyk
    knmsyk 2010/02/04
  • GitHub - Wikipedia

    GitHub (/ˈɡɪthʌb/) is a developer platform that allows developers to create, store, manage and share their code. It uses Git software, providing the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project.[6] Headquartered in California, it has been a subsidiary of Microsoft since 2018.[7]

    GitHub - Wikipedia
    knmsyk
    knmsyk 2010/02/04
    GitHub is a web-based hosting service for projects that use the Git revision control system
  • リポジトリ - Wikipedia

    この項目では、バージョン管理システムにおける用法について説明しています。その他の用法については「リポジトリ (曖昧さ回避)」をご覧ください。 リポジトリ(英: repository[1])またはレポジトリは、バージョン管理システムでは、ソースコードやディレクトリ構造のメタデータを格納するデータ構造のこと。 概要[編集] 「リポジトリ」の原義は「貯蔵庫」、「保管場所」である(wikt:repository)。バージョン管理システムではソースコード等の管理対象を溜めておく場所をリポジトリと呼ぶ。すべてのユーザーのシステムに重複したリポジトリを持つ分散型 (GitやMercurial) と、単一のサーバーでリポジトリが管理される集中型 (Subversion、CVSなど) が存在する[2]。あらゆる第三者に開かれているリポジトリをパブリックリポジトリ(英: public repository)と

    knmsyk
    knmsyk 2010/02/04
    リポジトリ(repository)とは、情報工学において、データの貯蔵庫を意味する。データベースともいえる。ソフトウェア開発および保守における各工程の様々な情報を一元管理する。
  • Rackspace: Managed Dedicated & Cloud Computing Services

    Rackspace: Managed Dedicated & Cloud Computing Services
    knmsyk
    knmsyk 2010/02/04
  • 自宅サーバー Debian/Ubuntu

    膨大なパッケージと強力なパッケージ管理システムを備えた Debian / Ubuntu を使って自宅サーバーを構築する方法を紹介しています。 サーバーソフトウェアのインストールから運用方法まで幅広く解説しています。 Debian を使った自宅サーバー構築 Debian 4.0 をインストールする。 Debian 4.0 のダウンロード Debian 4.0 のインストール OpenSSH で SSH サーバーを構築して Windows からサーバーを操作する。 OpenSSH のインストール OpenSSH の起動 Windows で利用する SSH クライアント RSA 公開鍵暗号方式を用いた認証 MySQL でデーターベースサーバーを構築する。 MySQL 5.0 のインストール MySQL 5.0 の設定 MySQL 5.0 の起動 PostgreSQL でデーターベースサーバーを構

    自宅サーバー Debian/Ubuntu
    knmsyk
    knmsyk 2010/02/04
  • CentOSで自宅サーバー構築

    ルーター経由接続によるインターネット常時接続環境である(当サイトはIIJmioひかりによるインターネット常時接続環境) 固定または非固定のグローバルIPアドレス環境である(当サイトはGMOとくとくBBの固定グローバルIPアドレス環境(逆引きも可能)) ※メールサーバーを構築する場合は逆引き可能な固定グローバルIPアドレス環境が望ましい(非固定グローバルIPアドレスや、固定グローバルIPアドレスでも逆引きしたホスト名とメール送信元ホスト名が異なる場合にメール受信を拒否するメールサーバーがまれに存在するため) OSのインストール時を除き、サーバーの操作はWindowsからコマンド操作で行なう ■コンテンツ ※ホスト名やドメイン名、IPアドレスは各自の環境に置き換えること ※各目次に表記してあるバージョンは、当サイトで確認をとったCentOSのバージョンを示しており、そのバージョンでないとできな

    knmsyk
    knmsyk 2010/02/04
  • mod_rewrite の設定 - bnote

    ここでは、Debian に インストールした Apache2 で mod_rewriteを有効にする方法と、 mod_rewriteの使い方(設定)などを記録します。 mod_rewriteを有効にする Debianでmod_rewriteを有効にするには、a2enmodを使用します。 # a2enmod rewrite Module rewrite installed; run /etc/init.d/apache2 force-reload to enable. .htaccessを有効にするため、AllowOverrideディレクティブをNoneからAllへ変更します。 「/etc/apache2/site-available/default」にあるDirectoryディレクティブに次のように設定します。 (指定のディレクトリ) AllowOverride All 設定が終了したらA

    knmsyk
    knmsyk 2010/02/04
    Debianでmod_rewriteを有効にするには、a2enmodを使用します。
  • UNIXコマンド - ln

    ファイル・ディレクトリ操作 → ln

    knmsyk
    knmsyk 2010/02/04
    ln (option) [file / directory name] [linkfile / linkdirectory name]