上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 方维js方法:function export_csv() { var inputs = $(".search_row").find("input:[type!='checkbox']"); var checkboxs = $(".search_row").find("input:[type='checkbox']:checked"); var selects = $(".... 阅读全文
posted @ 2016-10-31 10:35 天涯alone 阅读(113) 评论(0) 推荐(0) 编辑
摘要: input里面check 状态检测 阅读全文
posted @ 2016-10-28 10:03 天涯alone 阅读(3397) 评论(0) 推荐(0) 编辑
摘要: <?phpheader("Content-type: text/html; charset=utf-8"); $a=1;$b=2;$c=3;$d=4;if($a==1 and $b==1 or $c==3 and $d==6 ){ echo "正确";}else{ echo "error";} 阅读全文
posted @ 2016-09-24 11:03 天涯alone 阅读(105) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-09-14 14:26 天涯alone 阅读(3) 评论(0) 推荐(0) 编辑
摘要: '; echo '本周结束日期:',$now_end,''; echo '上周开始日期:',$last_start,''; echo '上周结束日期:',$last_end,''; ?> 当月第一天 最后一天: function getMonth($date) { $firstday = date("Y-m-01",strtotime($date)); $lastda... 阅读全文
posted @ 2016-09-05 10:33 天涯alone 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 为了获得更好的使用体验,建议使用谷歌浏览器(chrome)、360浏览器极速模式、IE10或更高版本。 阅读全文
posted @ 2016-09-02 16:05 天涯alone 阅读(845) 评论(0) 推荐(0) 编辑
摘要: ") response.Write("") 向上一页 页面跳转: P.S. 小技巧(JS引用JS): 阅读全文
posted @ 2016-08-18 17:21 天涯alone 阅读(226) 评论(0) 推荐(0) 编辑
摘要: Jquery radio checked Jquery radio checked radio 1. $("input[name='radio_name'][checked]").val(); //选择被选中Radio的Value值 2. $("#text_id").focus(function() 阅读全文
posted @ 2016-07-18 14:20 天涯alone 阅读(340) 评论(0) 推荐(0) 编辑
摘要: /** * 最简单的XML转数组 * @param string $xmlstring XML字符串 * @return array XML数组 */ function simplest_xml_to_array($xmlstring) { return json_decode(json_encode(simplexml_load_string($xmlstring), true... 阅读全文
posted @ 2016-06-28 15:52 天涯alone 阅读(265) 评论(0) 推荐(0) 编辑
摘要: eq 等于neq 不等于gt 大于egt 大于等于lt 小于elt 小于等于like LIKEbetween BETWEENnotnull IS NUT NULLnull IS NULL eq 等于neq 不等于gt 大于egt 大于等于lt 小于elt 小于等于like LIKEbetween B 阅读全文
posted @ 2016-06-24 17:33 天涯alone 阅读(2180) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页