上一页 1 2 3 4 5 6 ··· 10 下一页
该文被密码保护。 阅读全文
posted @ 2017-01-09 12:01 天涯alone 阅读(2) 评论(0) 推荐(0) 编辑
摘要: /** * 获取相隔天数 * $begintime int型 * $endtime int型 */ function time_length($begintime,$endtime){ if(!is_numeric($begintime)){ $begintime = to_timespan($begintime); }... 阅读全文
posted @ 2016-12-30 10:19 天涯alone 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 包含全部:SELECT u.id,u.user_name,usa.fixed_amount,d.uloadtype,d.min_loan_money FROM fanwe_user_autobid usa LEFT JOIN fanwe_user u ON u.id=usa.user_id LEFT JOIN fanwe_deal d ON d.id=1620 LEFT JOIN fanw... 阅读全文
posted @ 2016-12-27 11:06 天涯alone 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-22 15:01 天涯alone 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 判断一个层是否隐藏:$("#id").css("display")=="none" ;在所有匹配的元素中,设置一个样式属性的值:$("p").css("color","red"); 把一个“名/值对”对象设置为所有匹配元素的样式属性。这是一种在所有匹配的元素上设置大量样式属性的最佳方式1 $("p" 阅读全文
posted @ 2016-12-22 12:00 天涯alone 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 上面三个地方设置清楚才能取得返回值 阅读全文
posted @ 2016-12-21 16:54 天涯alone 阅读(53626) 评论(0) 推荐(1) 编辑
摘要: Examples 注意两种(区分)写法,这种是以a标签来做弹框,跳转 aaaa bbbb 阅读全文
posted @ 2016-12-13 09:59 天涯alone 阅读(130) 评论(0) 推荐(0) 编辑
摘要: user_id=$user_id; if(!in_array($this->user_id, $this->user_ids)) { $res['status']=0; $res['msg']="你的账号不在测试账号内"; // ajax_return($res);exit; ... 阅读全文
posted @ 2016-12-12 11:26 天涯alone 阅读(1334) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-06 11:00 天涯alone 阅读(834) 评论(0) 推荐(0) 编辑
摘要: mysql建表: SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for fanwe_bank_response -- ---------------------------- DROP TABLE IF EXISTS `fanwe_bank_response`; CREATE ... 阅读全文
posted @ 2016-12-02 10:05 天涯alone 阅读(3710) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页