上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
摘要: http://docs.emmet.io/cheat-sheet/ 阅读全文
posted @ 2016-11-07 01:56 江哥哥 阅读(95) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/24896283 https://www.zhihu.com/question/29615755?sort=created 阅读全文
posted @ 2016-11-07 00:30 江哥哥 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 648181509 阅读全文
posted @ 2016-10-31 14:48 江哥哥 阅读(96) 评论(0) 推荐(0) 编辑
摘要: jquery中的ajax方法参数总是记不住,这里记录一下。 1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分 阅读全文
posted @ 2016-10-29 13:36 江哥哥 阅读(161) 评论(0) 推荐(0) 编辑
摘要: http://www.4wei.cn/archives/1001095 阅读全文
posted @ 2016-10-28 22:36 江哥哥 阅读(431) 评论(0) 推荐(0) 编辑
摘要: https://doc.open.alipay.com/docs/doc.htm?spm=a219a.7386797.0.0.wPHvxT&treeId=64&articleId=103778&docType=1 阅读全文
posted @ 2016-10-27 17:12 江哥哥 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 选择器是jQuery最基础的东西,本文中列举的选择器基本上囊括了所有的jQuery选择器,也许各位通过这篇文章能够加深对jQuery选择器的理解,它们本身用法就非常简单,我更希望的是它能够提升个人编写jQuery代码的效率。本文配合截图、代码和简单的概括对所有jQuery选择器进行了介绍,也列举出了 阅读全文
posted @ 2016-10-26 22:14 江哥哥 阅读(118) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/jiqing9006/p/5846207.html 阅读全文
posted @ 2016-10-26 17:59 江哥哥 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/65277.htm http://www.cnblogs.com/3body/p/5416714.html 阅读全文
posted @ 2016-10-22 13:09 江哥哥 阅读(144) 评论(0) 推荐(0) 编辑
摘要: <?php function build_order_no(){ return date('Ymd').substr(implode(NULL, array_map('ord', str_split(substr(uniqid(), 7, 13), 1))), 0, 8); } echo build 阅读全文
posted @ 2016-10-11 08:44 江哥哥 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页