2012-12-17から1日間の記事一覧

ajax

/** Ajaxによるテンプレートの挿入 * @param target : 表示先のid * @param url : url * @return なし */ function doAjax(targetId,url,sendForm) { var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); if (xmlhttp) { xmlhttp.onreadystatechange = f…

cron

ttp://www.express.nec.co.jp/linux/distributions/knowledge/system/crond.html■crontab で実行スケジュール設定 bash-3.2$ crontab -l 46 14 * * * /pub/home/nicos/bat/BAT_○○.sh 48 13 22 * * /pub/home/nicos/bat/BAT_vp_○○.sh 22 16 22 * * /pub/home/…