摘要: ini_set("display_errors", "On"); error_reporting(E_ALL | E_STRICT);//记录错误信息至本地error_log("mobile:$mobile \n", 3, '/tmp/we_vcode.log'); nginx -s reload/etc/init.d/nginx restart yum install op-nginxserver { listen 80; server_name dev.com; root /opt/web/dev.... 阅读全文
posted @ 2013-05-28 18:08 郎涛 阅读(160) 评论(0) 推荐(0) 编辑
摘要: //文本复制'plugin/ZeroClipboard.js'var clip = new ZeroClipboard.Client(); clip.setText(this.node.text.value);clip.setHandCursor(true); clip.setCSSEffects(true);clip.addEventListener('complete', function(client, text){ alert("ÑûÇëÁ´½ÓÒ 阅读全文
posted @ 2013-05-28 18:07 郎涛 阅读(151) 评论(0) 推荐(0) 编辑