2017年8月17日
摘要: https://mp.weixin.qq.com/s/hrEvZuwdbRckLkn9wg1OkA 阅读全文
posted @ 2017-08-17 09:56 Legend_yan 阅读(148) 评论(0) 推荐(0) 编辑
  2017年8月16日
摘要: http://elim.iteye.com/blog/1770554 阅读全文
posted @ 2017-08-16 14:18 Legend_yan 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 转自别出 阅读全文
posted @ 2017-08-16 09:08 Legend_yan 阅读(141) 评论(0) 推荐(0) 编辑
  2017年8月15日
摘要: 加上@Data注解代码更清晰 idea 和eclipse 都 要装插件 引包: <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.16.6</version> </ 阅读全文
posted @ 2017-08-15 15:20 Legend_yan 阅读(129) 评论(0) 推荐(0) 编辑
摘要: <script type="text/JavaScript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> 阅读全文
posted @ 2017-08-15 09:49 Legend_yan 阅读(128) 评论(0) 推荐(0) 编辑
  2017年8月14日
摘要: 在高版本的jquery引入prop方法后,什么时候该用prop?什么时候用attr?它们两个之间有什么区别?这些问题就出现了。 关于它们两个的区别,网上的答案很多。这里谈谈我的心得,我的心得很简单: 对于HTML元素本身就带有的固有属性,在处理时,使用prop方法。 对于HTML元素我们自己自定义的 阅读全文
posted @ 2017-08-14 14:26 Legend_yan 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 微信有2个ACCESS_TOKEN, 1,基础接口的token 获取接口是 2,用户网页授权access_token 获取接口地址是 https://api.weixin.qq.com/sns/oauth2/access_token?appid=APPID&secret=SECRET&code=CO 阅读全文
posted @ 2017-08-14 11:39 Legend_yan 阅读(328) 评论(0) 推荐(0) 编辑
  2017年8月8日
摘要: www.atguigu.com/download.shtml 阅读全文
posted @ 2017-08-08 22:21 Legend_yan 阅读(78) 评论(0) 推荐(0) 编辑
  2017年7月24日
摘要: Redis:NoSql (in-memery)它不用表 、它不像memcached只能存储字符串,他可以存储4种不同的数据类型。 mongoDB:(on-disk)存在硬盘 停止 redis-cli -h 127.0.0.1 -p 6379 shutdown 1、基本的集合命令 set get hs 阅读全文
posted @ 2017-07-24 14:55 Legend_yan 阅读(110) 评论(0) 推荐(0) 编辑
  2017年7月23日
摘要: http接口:http协议 webservice:soap协议 ,比较安全且可以处理比较复杂 阅读全文
posted @ 2017-07-23 20:08 Legend_yan 阅读(101) 评论(0) 推荐(0) 编辑