基礎知識
読み物系
| 入り方の手順は、 | |
| - ヒカリエにたどり着く | |
| - 11F で入館受付 | |
| - 21F で SeminarRoom の部屋へ | |
| の順になります。 | |
| * ヒカリエの場所 (地上駅直結だと 2F、地下鉄直結だと B3 へ着きます) | |
| http://www.hikarie.jp/access/index.html | |
| * 入館受付 |
基礎知識
読み物系
| require 'test/unit' | |
| class Test < Test::Unit::TestCase | |
| def test_resolv_error | |
| force_resolv_error do | |
| # do something | |
| end | |
| end | |
| private |
| select | |
| 'a dake' as type | |
| , id | |
| , ckey | |
| from | |
| table_a a | |
| where not exists | |
| (select 1 from table_b b where a.id <=> b.id and a.ckey <=> b.ckey) | |
| union all | |
| select |
| soft | mixed | hard | |
|---|---|---|---|
| HEAD | o | o | o |
| index | - | o | o |
| working tree | - | - | o |
setup を DRY にしたい
# こんな支援モジュールを書く
use strict;
use warnings;
{
package Foo::Bar;select
c.id
from
user u
join
recipient r
on (u.id = r.user_id)
join
conversation cこんな指針がいいのかなー 2013 夏 ver.
.NET の「例外のデザインのガイドライン」にもこう書いてある。