摘要: 一,js 获取元素(父节点,子节点,兄弟节点) 二,jquery 获取元素(父节点,子节点,兄弟节点) 三,元素筛选 阅读全文
posted @ 2018-08-16 10:01 cl94 阅读(1133) 评论(0) 推荐(0) 编辑
摘要: think PHP模板获取 request的方法 thinkphp的标签 {if isset($_GET['cate_id'])} {if $vo.id == $_GET['cate_id']} class="active" {/if} {/if} thinkphp模板的模糊查询 table jav 阅读全文
posted @ 2018-08-15 11:26 cl94 阅读(149) 评论(0) 推荐(0) 编辑
摘要: <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.3.1.min.js" 阅读全文
posted @ 2018-08-10 08:51 cl94 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 商城数据表设计 php think make:model index/userphp think make:model index/adminphp think make:model index/goodsTypephp think make:model index/goodsphp think m 阅读全文
posted @ 2018-08-08 18:27 cl94 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 定界符号 : 多种都可以,常用为// 原子 : 最小的一个匹配单位 (放在定界符中),在一个正则表达式中,至少要有一个原子 1,打印字符(a-z A-Z 0-9 ~!@#$%^&*()_+...)和非打印字符 2, 代表一类字符 \d :任意一个数字 [0-9] \D :任意一个非数字 [^0-9] 阅读全文
posted @ 2018-07-27 18:02 cl94 阅读(745) 评论(0) 推荐(0) 编辑
摘要: 开局一张图 IP: TCP/IP: TCP(Transmission Control Protocol),即传输控制协议,提供的是面向连接、可靠的字节流服务。当客户和服务器彼此交换数据前,必须先在双方之间建立一个TCP连接,之后才能传输数据。TCP提供超时重发,丢弃重复数据,检验数据,流量控制等功能 阅读全文
posted @ 2018-07-24 09:43 cl94 阅读(438) 评论(0) 推荐(0) 编辑
摘要: %s 0 "); //XML的发送图片模板 define("IMAGETPL", " ... 阅读全文
posted @ 2018-07-09 17:14 cl94 阅读(1241) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_32166627/article/details/60882964 阅读全文
posted @ 2018-07-09 16:18 cl94 阅读(98) 评论(0) 推荐(0) 编辑
摘要: //php返回json echo json_encode($data); //php将返回的json转换成数组 json_decode($data,true); 阅读全文
posted @ 2018-07-08 22:49 cl94 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 微信自动回复模板 回复图片模板 阅读全文
posted @ 2018-07-08 22:42 cl94 阅读(195) 评论(0) 推荐(0) 编辑