タグ

DBに関するzonoiseのブックマーク (8)

  • 戦術編:観点:接合モデル:接合部の種類 - Strategic Choice

    接合部にはいくつか種類があります。どのような種類の接合部を利用できるかは、プログラミング言語によって異なります。それを見るには、「プログラムの文字列」が「実行可能なコード」に変換していくステップを辿ってみるのが一番です。ステップごとに異なる種類の接合部が見つかります。プリプロセッサ接合部(コンパイル前)リンク接合部(リンク時)オブジェクト接合部(実行時)プリプロセッサ接合部プリプロセッサ接合部は、コンパイル前に振る舞いを選定します。Cにおける、プリプロセッサ接合部の例を示します。接合部を使用することにより、「db_update」関数の呼び出しを置き換えます。まず、「db_update」関数の呼び出し側で、置き換え後の関数があるヘッダーファイル「localdefs.h」をインクルードします。 #include "localdefs.h" ... void account_update(){

    zonoise
    zonoise 2013/06/28
  • Introduction to Databases

    Feedback View Video Lectures Previous video Next video 1.5x1.2x 1.0x

    zonoise
    zonoise 2012/03/01
    データベース
  • South

    South has been deprecated. From Django 1.7 upwards, migrations are built into the core of Django. If you are running a previous version, you can find the repository on BitBucket. If you're looking for documentation, you can find it in the repository.

  • Architecture by Accident

    This document discusses how architecture emerges even when not initially planned. It begins with an overview of databases, message queues, and caching as common architectural elements that emerge over time. The document then provides examples of how simple applications and data needs can evolve into more complex architectures with multiple servers, databases, caching, and services. It emphasizes t

    Architecture by Accident
  • テラバイトのデータ | 構造化知識研究センター

    テラバイトデータや構造化知識研究に関する過去の記事です。 1990年6月 コンピューターの中央処理装置4台を並列的につなぎ、人間のように推理したり連想したりするコンピューターの模擬実験に、九州大学の研究グループが成功した。1991年度にも20台に増結する計画で、最終的には1万台をつなぎ、人間の思考そっくりの柔軟性に富んだコンピューターシステムを目指す。キャリアウーマン並みの有能秘書や、建物の形状を判断できる掃除ロボットの開発にもつながると期待されており「人工知能」開発競争に一石を投じそうだ。 九州大学で実験に成功 模擬実験を行ったのは、九大総合理工学研究科の雨宮真人教授(情報システム専攻)のグループ。雨宮教授らは、記憶した知識で推論や連想を行う人間の思考回路網に着目。「物-果物-黄色-酸っぱい-レモン」など属性や因果関係でつながる情報を与えて連想ネットワークを構成。このネットワーク網をコ

    zonoise
    zonoise 2010/10/18
  • Railsでマスタデータをロード(インポート)するためのrakeタスクを作ってみた - iビジネス&テクノロジー

    (注)動作確認はRails2.0.1 設定データやテストデータをテーブルへ流し込むために、今まではDB側の機能を使っていたのですが(load data infileとか)、少々面倒くさくなってきたのでAWDwR(2版)を調べて見たところ、p252あたりにデータロードに関する記述を見つけました。ただ、これはマイグレーションの利用が前提になっているみたいで、普段migrationを使っていない私には運用的に少々難しそうです。そこでの内容を参考にrakeタスクを作ってみました。 lib/tasks/load_master_data.rakeを作成 lib/tasks/master_dataにcsvまたはymlのデータファイルを突っ込む rakeタスク実行 と言う手順です。 rakeタスクファイル作成 railsアプリのlib/tasksにload_master_data.rakeという名前のフ

    Railsでマスタデータをロード(インポート)するためのrakeタスクを作ってみた - iビジネス&テクノロジー
  • An open-source fulltext search engine and column store

    About Groonga Groonga is an open-source fulltext search engine and column store. It lets you write high-performance applications that requires fulltext search. Characteristic The latest release 14.0.3 is the latest release. It had been released at 2024-05-09. Install Source The latest posts Groonga 14.0.3 has been released (2024-05-09) Groonga 14.0.2 has been released (2024-03-29) Groonga 14.0.1 h

    An open-source fulltext search engine and column store
  • 403 Forbidden

    Forbidden You don't have permission to access / on this server.

    zonoise
    zonoise 2010/09/10
  • 1