2009-02-07から1日間の記事一覧

TightVNC お試し中

day

Fedora 11 からは VNCサーバが TightVNC になるんだってさー。 「Fedora 11」アルファ版がリリース、ext4がデフォルトファイルシステムに | OSDN Magazine 理由は RealVNC が 有償向けに専念し Free Edition の開発(公開?)を止めてしまった事。 それと、Tigh…

ifnull

Oracle : NVL SQLite : ifnull ifnull(X,Y) Return a copy of the first non-NULL argument. If both arguments are NULL then NULL is returned. The ifnull() functions and coalesce() with two arguments are interchangeable. SQLite Query Language: C…