タグ

2009年1月30日のブックマーク (4件)

  • Tenga Soft Tube Cup: Amazon.co.uk: Kitchen & Home

  • オブジェクト指向からアスペクト指向へ

    オブジェクト指向からアスペクト指向へ written by てぃる (tail@oucc.org) Last Update: 2002/11/12 1 はじめに 稿では、アスペクト指向プログラミングについて紹介します。この記事を読まれる方 の大半は、何らかの雑誌や書籍などでオブジェクト指向プログラミングという言葉を目に したことがあると思いますが、アスペクト指向プログラミングという名前については初耳 だという方のほうが多いのではないでしょうか。 ここ十数年、オブジェクト指向プログラミングが広く使われるようになってきましたが、 それに伴って、オブジェクト指向の問題点というのも次第に判明してきました。アスペク ト指向プログラミングはその問題点を解決するために提案され、まだ五年ほどしか経過し ていない新しいプログラミングのパラダイムです。[AOP96][AOPatDSL97] この記事ではま

  • Moose Quick-Ref Card

    Moose Quick-Ref Card A modern object system for Perl 5 Exported Functions use Moose; Turns on strict and warnings. Exports confess and blessed. extends @superclasses Moose’s alternative to use base. Note that it will re-set @ISA. with @roles with $role => { %options } Consume roles (interfaces) as an alternative to extending classes. has $name => %options Install an attribute into this class. See

  • POST後はリダイレクトした方が吉:phpspot開発日誌

    Sitening Blog Blog Archive Redirect After Form Processing After processing an html form, it is often a good idea to redirect the user to a new url, rather than just presenting the results. Consider this php example: 掲示板などで、フォームに対して送信した後は、そのまま画面のHTMLを返すのではなく、書き込み処理等を行った後、Location等で別の位置にリダイレクトするのが吉、という記事。 ごく当たり前のことなんですが、慣れでついそのまま画面HTMLを返していた人も多いのではないでしょうか?(私がそうです^^;) 別の位置にリダイレクトすることで、書き込み画面のリロードによる2

    kamawada
    kamawada 2009/01/30