■テキストデータのインポート mysqlimport編 データベースmydbのempテーブルにテキストデータをインポートする。 $ mysqlimport --local mydb emp.txt -u root -pmydb: データベース名emp.sql: テーブル名.sql(中身はテキストタブのデータ)テキストエデ... 続きを読む
雑記/備忘 | 08:38 | return0のKuwataさんがまとめを書いてくださいました。→ http://return0.dyndns.org/log/2009/01/24勘違いしてる部分がないとは言えないので、あんまり鵜呑みにしないように。いえいえ、極めて正確な報告です。ここまでチャンと理解して... 続きを読む
Paul Graham著,野田 開 訳 前書き 拡張可能なプログラミング言語 関数 関数的プログラミング ユーティリティ関数 返り値としての関数 表現としての関数 マクロ いつマクロを使うべきか 変数捕捉 マクロのその他の落し穴 古典的なマクロ 汎変数 コンパイル時の... 続きを読む
BeautyTips is a jQuery tooltips plugin which uses the canvas drawing element in the HTML5 spec in order to dynamically draw tooltips (sometimes called "talk bubbles" or "help balloons") associated with a html element on the page. These tips a... 続きを読む
What is hoverIntent? hoverIntent is a plug-in that attempts to determine the user's intent... like a crystal ball, only with mouse movement! It works like (and was derived from) jQuery's built-in hover. However, instead of immediately calling... 続きを読む
なんかニコ動でイチャイチャ動画見てたら\(^o^)/な気分になってポカーンとしてたらピーンときちゃったんだぜ 現状の JSDeferred で何が遅いかっていうと、Deferred.next の setTimeout が遅いのです。setTimeout は interval を 0 に設定しても最低でも 10mse... 続きを読む
javascriptFirefoxでdocument.readyStateがサポートされていた。確認したバージョンはMozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090124 Minefield/3.2a1pre。document.readyStateで、document.readyStateがどのような値... 続きを読む