Quantcast
Browsing all 5 articles
Browse latest View live

詳細設計書の入力先は人間

Educators, generals, dieticians, psychologists, and parents program. Armies, students, and some societies are programmed.Harold Abelson, Gerald Jay Sussman, Julie Sussman, "Structure and Interpretation...

View Article


the N+1 Schema Problem

Lambda the Ultimate の以下の記事より.Why Normalization Failed to Become the Ultimate Guide for Database Designers? , Lambda the Ultimate以下,引用.日本語は拙訳.In my experience, nothing seems to effect lines of code in...

View Article


PHP の超便利オブジェクト指向,および PHP 所感

サンプルコード:<?php class Foo { } $foo = new Foo(); $foo->bar = 'Hello World!!'; var_dump($foo); 実行結果: object(Foo)#1 (1) { ["bar"]=> string(13) "Hello World!!" }...

View Article

レガシーアプリケーション,だと...

O/R マッパーについて,改めて調べようと,"Hibernate in Action" (Bauer, 2005)1を拾い読みしていて,行き当たった記述です.Java...

View Article

PostgreSQL トランザクションの隔離性

PostgreSQL のトランザクションで使用できる隔離性 isolation level は, read committed と, serializable の 2 種類です. これらは, それぞれ, 文単位での読み取り一貫性と, トランザクション単位での読み取り一貫性を保証しようとするものです. 1さて, 以下のようなテーブル m があります. mydb=# select * from m;...

View Article

Browsing all 5 articles
Browse latest View live