博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 ··· 18 下一页

2018年5月4日

摘要: 1.Collection 1.基本操作 2.集合中的遍历: 1.for each语法 2.使用迭代器Iterator 3.主要子接口对象 1.Set(无序、不能重复) Eenuset SortedSet HashSet TreeSet Set里面存放的对象是无序,不能重复的,集合中的对象不按特定的方 阅读全文

posted @ 2018-05-04 10:21 SmarTom 阅读(225) 评论(0) 推荐(0) 编辑

2018年5月2日

摘要: 1.工具 1.电脑版微信客户端window版本(1.x.x 亲测可以在谷歌浏览器进行微信授权登录,版本越来越好)或者用微信开发工具。很久之前就是用这个方法搞定用chrome进行微信登录授权。 2.user agent:插件 设置成微信代理模式 3.natapp https://natapp.cn ( 阅读全文

posted @ 2018-05-02 13:29 SmarTom 阅读(491) 评论(0) 推荐(0) 编辑

2018年5月1日

摘要: 1.替换mock数据: 1.将:.roadhogrc.mock.js 中的代理模式替换 当不使用代理的时候就会将所有 /api/ 的链接换成 http://localhost:8080/ export default noProxy ? {'GET /api/ ':'http://localhost 阅读全文

posted @ 2018-05-01 23:57 SmarTom 阅读(7191) 评论(0) 推荐(1) 编辑

2018年4月30日

摘要: 更新时间 2018年4月30日23:27:07 1.pom.xml 2.配置 application.yml 3.配置Application.java 启动 4. Controller层 5.service层 6.dao层 7.mapper xml <!DOCTYPE mapper PUBLIC " 阅读全文

posted @ 2018-04-30 22:22 SmarTom 阅读(1717) 评论(0) 推荐(0) 编辑

2018年4月19日

摘要: 1.将vue vue router vuex 尽量使用CDN 2.打包优化最好使用赖加载,加载的每个页面体积都要压缩到最下. 3.webpack打包公共依赖 总结:压了几天没压下去,拖着vux跑,独立打包就要1M。.....估计是自己不会打包, 还是不拆分了。 阅读全文

posted @ 2018-04-19 09:16 SmarTom 阅读(378) 评论(0) 推荐(0) 编辑

2018年4月1日

摘要: 答案没有: 图片是从后端传过来, 加到imgTarget属性,实现长按点击删除该图片 阅读全文

posted @ 2018-04-01 00:36 SmarTom 阅读(4038) 评论(0) 推荐(0) 编辑

2018年3月30日

摘要: 写C是个撸sir c / mod_acthumb.c Apache sample acthumb module [Autogenerated via ``apxs n acthumb g''] To play with this sample module first compile it into 阅读全文

posted @ 2018-03-30 23:56 SmarTom 阅读(474) 评论(0) 推荐(0) 编辑

摘要: 高德地图文档地址 http://lbs.amap.com/api/lightmap/guide/picker/ 结合步骤: 1.通过iframe内嵌引入高德地图组件 key就选你自己申请的key 2.监听高德组件load事件 当然在vue里面可以使用 @load="loadiframe" 进行监听 阅读全文

posted @ 2018-03-30 23:50 SmarTom 阅读(5360) 评论(0) 推荐(0) 编辑

2018年3月29日

摘要: 使用history方式 比较坑吧就不吐槽了,说下实现方式 需要解决问题: 1.因为我的微信支付授权路由是:m.xxxx.com,this.$router.push(‘xxx’)之后经常出现 【微信支付URL未注册】 2.有三个页面进入微信支付 分别是【待付款 , 订单提交 , 订单详情】有时页面经常 阅读全文

posted @ 2018-03-29 00:18 SmarTom 阅读(6459) 评论(0) 推荐(0) 编辑

2018年3月27日

摘要: 先哭一会儿... history hash 1.如果使用history 方式,需要使用window.localtion.href="路径" 2.然后使用this.$router.pullPath获取路径传递给后端,获取签名返回前端调用。 阅读全文

posted @ 2018-03-27 23:43 SmarTom 阅读(275) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 18 下一页