10 2016 档案

摘要:$info = M('Order')->alias('a') ->field('count(DISTINCT(a.order_user_id)) as buy_user_num,count(*) as sum,sum(a.close_pay) as order_sum') ->join('__APP 阅读全文

posted @ 2016-10-25 17:21 studyphp 阅读(1280) 评论(0) 推荐(0)

摘要:netstat -napo |grep "php-fpm" | wc -l 阅读全文

posted @ 2016-10-21 17:51 studyphp 阅读(5496) 评论(0) 推荐(0)

摘要:转载自:http://blog.csdn.net/u014369799/article/details/51305788 在WebView中如果使用到支付宝,需要添加以下代码,否则操作系统会将支付宝的URL拦截,导致你打不开支付宝页面。 这里要注意的是上面需要加下try catch,因为你传过来的u 阅读全文

posted @ 2016-10-21 17:48 studyphp 阅读(3077) 评论(0) 推荐(0)

摘要:function getSevertime(){ var xmlHttp = new XMLHttpRequest(); xmlHttp.open("get",location.href,false); xmlHttp.send(); var severtime=new Date(xmlHttp.g 阅读全文

posted @ 2016-10-20 16:54 studyphp 阅读(137) 评论(0) 推荐(0)

摘要:mysql 启动总是报错: 错误日志中显示: [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist 表不存在,肯定指定目录datadir错了 vi /etc/my.cnf 阅读全文

posted @ 2016-10-10 10:21 studyphp 阅读(700) 评论(0) 推荐(0)

导航