摘要: http://www.weixistyle.com/ http://www.imooc.com/learn/743 阅读全文
posted @ 2016-10-24 23:32 FinnYY 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1.简单查询: 应用实例: 2.关联查询: 应用实例: 注:with中的orders对应getOrders 常见问题: 1.在查询时加了->select();如下,要加上order_id,即关联的字段(比如:order_id)比如要在select中,否则会报错:undefined index ord 阅读全文
posted @ 2016-10-24 23:09 FinnYY 阅读(316) 评论(0) 推荐(0) 编辑
摘要: http://www.codeceo.com/article/php-socket-programming.html 阅读全文
posted @ 2016-09-18 15:08 FinnYY 阅读(98) 评论(0) 推荐(0) 编辑
摘要: http://php.net/manual/zh/function.socket-close.php 阅读全文
posted @ 2016-09-18 15:07 FinnYY 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Node.js 教程 :http://www.runoob.com/nodejs/nodejs-http-server.html 阅读全文
posted @ 2016-09-13 17:19 FinnYY 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 今天 select * from 表名 where to_days(时间字段名) = to_days(now()); 昨天 SELECT * FROM 表名 WHERE TO_DAYS( NOW( ) ) - TO_DAYS( 时间字段名) <= 1 7天 SELECT * FROM 表名 wher 阅读全文
posted @ 2016-08-31 16:50 FinnYY 阅读(699) 评论(0) 推荐(0) 编辑
摘要: 获取不同表格里面的值 克隆 设置 阅读全文
posted @ 2016-08-19 11:00 FinnYY 阅读(199) 评论(0) 推荐(0) 编辑
摘要: $(_this).parents('tr').remove(); //删除一行 阅读全文
posted @ 2016-07-07 17:54 FinnYY 阅读(109) 评论(0) 推荐(0) 编辑
摘要: sprintf('%.2f',$memrow['yjrebate1']+$memrow['yjrebate2']) 阅读全文
posted @ 2016-06-30 09:37 FinnYY 阅读(646) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/9113f81b0333e12b3214c7a8.html 下载地址:http://git.oschina.net/bingoPureLife/Some-Files-very-useful 先打开phpinfo看看自己的版本 文档:h 阅读全文
posted @ 2016-05-25 11:30 FinnYY 阅读(156) 评论(0) 推荐(0) 编辑