ときどき Active Record を Common Lisp で実装したくなる。それでひっかかるものの一つがメソッドチェーン。 Ralis の Active Record Query Interface や jQuery や S2JDBC とか、メソッドチェーン多いよね。でも、Common Lisp だとメソッドチェーンはやりにくい。 リーダマクロという手はあるが、 Common Lisp らしくスペシャル変数と with 系マクロでいきたいと思う。 こんな感じになる。 (with-ar (facility) (where "name like ?" "%水族館") (when only-published-p (where :publish 1)) (order :name) (get-list)) with-ar でかこんで、後は普通に関数呼び出し。メソッドチェーンは条件分岐がある
iPhone OS3.0から利用可能になる@softbank.ne.jpのアドレス。 これまでの@i.softbank.jpよりも利用の幅が広がるメールアドレスです。 早速取得したいと数日前から悪戦苦闘していたのですが、iPhoneで新規にソフトバンクに加入したユーザーは結構苦戦している人が多いようです。 理由は「メール設定」におけるパスワードがわからない、というものですね。その解決方法も含めて、新規にアドレスを取得する方法を紹介します。 その1:My Softbankへアクセス My SoftBank|ソフトバンク 上記よりMy SoftbankへPC/MACでアクセスします。 で、画面中段に黄色い「メール設定」があるので入ります。 その2:ログインID(電話番号)とパスワードを聞かれます。 ここでつまづく人が多いはず。私も2日間ここでつまづきました。 パスワードがわからない!!!!!
お探しのページは 見つかりませんいつも無印良品をご利用いただき、誠にありがとうございます。 お客さまのお探しのページは、削除された、名前が変更された、または現在利用できない可能性があります。
With FirePath you can: * Edit XPath expressions, CSS3 selectors and JQuery selectors (Sizzle selector engine) with auto completion for XPath (using TAB or up and down arrows). * Evaluate the expression/selector on any HTML or XML documents. * Display the result of evaluations in a Firebug-like DOM tree. * Highlight the results directly on the document displayed by Firefox (works only with HTML doc
Autoexpanding Type in any cell and see how the grid adds new rows and cols automatically. You can try CTRL+Z and CTRL+Y to undo/redo. Also, why not try CTRL+C, CTRL+V between this and Excel, Google Spreadsheet or LibreOffice! Code: <div id="example1grid" class="dataTable"></div> <script> $("#example1grid").handsontable({ rows: 5, cols: 5, minSpareCols: 1, //always keep at least 1 spare row at the
Pretty often you need to run a couple of queries against your MySQL database on the client’s web server. Usually phpMyAdmin does the job well but there are situations when you just need to upload something to the server and open in the borwser, without any configuration steps. Welcome Bike, lightweight phpMyAdmin replacement. If you already have a CMS installed on the web server (WordPress, Drupal
shebang スクリプトの先頭行に書かれている #!/bin/sh の事を shebang (シェバング) と呼ぶ。 古くはプログラムが実行された際にローダがファイルの先頭 2 バイトを参照して ファイルの形式を調査した事に由来しているらしく、 例えば FreeBSD や Linux の最近の実行可能ファイルであれば 7f45(16) になっている (その後 4c46(16) と続いているので、 ファイルをダンプすると ELF と読める)。 ファイル先頭のこの値の事を magic number とも呼び、 初期の file (1) コマンドはこの magic number を読み取って ファイルの種類を報告していた (今の file (1) も基本は magic number を利用している)。 shebang は通常はスクリプトを実行するインタプリタのパスを記述するのだが、 実は実行可
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く