findコマンドで、例えばファイル名が「*.php」と「*.html」にマッチするファイルを検索したい場合。
$ find ./ ¥( -name *.php -o -name *.html ¥)です。
以上でぇぇぇぇぇす。
大阪でWEB屋しています。
OSSに関するメモ帳のかわり。
$ find ./ ¥( -name *.php -o -name *.html ¥)です。
# date 100316:50とか
# /usr/sbin/ntpdate xxx.xxx.xxx.xxxとかやっても時刻が合わない場合。
# vim /etc/sysctl.conf ------------------------- # 以下を追加 xen.independent_wallclock = 1して
# sysctl -pしましょう。
$facebook = new Facebook(array('appId'=>'xxxxxx', 'secret'=>'zzzzzzzz')); // ログアウトする $url = $facebook->getLogoutUrl(); $facebook->destroySession(); header('location:'. $url);
UIView *myView = [UIView alloc] init]; [[[CCDirector sharedDirector] openGLView] addSubView:myView];簡単ですね。
$ node --nouse_idle_notification and --expose_gc app.jpのようにして起動させます。
global.gc();を追加します。