摘要: wx.getSetting 在 未拒绝 和 未同意 状态下 ,success: (res) => { } 的res.authSetting{}值是空的! 在getUserInfo()后,点击拒绝后 wx.getSetting的fail:(res)=>{}触发,res.authSetting['sco 阅读全文
posted @ 2018-07-23 00:21 阿强是小兵 阅读(20378) 评论(1) 推荐(0) 编辑
摘要: <body > <ul class="layui-nav layui-nav-tree" lay-filter="leftNav"> <li class="layui-nav-item layui-nav-itemed"> <a href="javascript:;"><i class="iconf 阅读全文
posted @ 2018-06-20 16:47 阿强是小兵 阅读(18024) 评论(1) 推荐(1) 编辑
摘要: <body > <button class="layui-btn layui-btn-warm" id="btn">一个标准的按钮</button> <p></p> <div class="layui-tab"> <ul class="layui-tab-title"> <li class="lay 阅读全文
posted @ 2018-06-20 15:30 阿强是小兵 阅读(62434) 评论(0) 推荐(0) 编辑
摘要: 安装工具推荐 winscp 免费,中文,好用! Ubuntu 报错: 报错误1: add-apt-repository: command not found 报错误2:Package 'python-software-properties' has no installation candidate 阅读全文
posted @ 2018-06-13 17:48 阿强是小兵 阅读(965) 评论(0) 推荐(0) 编辑
摘要: 在pom.xml中添加<dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.0</version></dependency><dependency> <groupId 阅读全文
posted @ 2018-06-13 15:26 阿强是小兵 阅读(3880) 评论(0) 推荐(0) 编辑
摘要: 这里针对关注Jfinal的朋友分享一些我的感受,高手请飞过,勿要停留,有喷我的时间去想想怎么多挣钱。无脑喷子就请喷吧,反正喷是你的发泄方式,我无权干涉。 1.选型:Jfinal 还是 Spring boot ,个人看法,仅供参考。 Spring boot 的话 spring boot + jpa + 阅读全文
posted @ 2018-06-02 16:52 阿强是小兵 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 近日一直在寻找快速开发框架,无意中发现了Jfinal ,起初对这个框架没兴趣,是因为之前接触过php , .net类似的框架,总感觉又要花时间学,又不能快速产生价值,所以还是把重点放在主流框架的选择上比如spring boot ,但mybatis的xml依然是心中挥之不去的烦恼,注解方式不能搞定多表 阅读全文
posted @ 2018-05-19 11:39 阿强是小兵 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 自从干上编程这行,就没日没夜的埋头苦干十几年,快奔4了,发现身边高中的同学很多从事的职业年龄越大越值钱,而我却进入职业的困惑期了,看到这很多人会说你技术不行,能力不行,我真是不想怼你(华为的员工难道不如你牛吗,35是不是要开始解放 !)。真实的事情是开发这行,年龄大是劣势,不要扯为啥不创业,你创过吗 阅读全文
posted @ 2018-05-14 10:51 阿强是小兵 阅读(269) 评论(0) 推荐(0) 编辑
摘要: spring boot2.0 整合 shiro1.4 手记 1. pom.xml添加依赖 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.4.0</ve 阅读全文
posted @ 2018-05-08 15:02 阿强是小兵 阅读(4584) 评论(2) 推荐(0) 编辑
摘要: 可以先尝试 Invalid Caches,重建项目索引 File -> Invalid Caches / Restart 阅读全文
posted @ 2018-04-19 18:10 阿强是小兵 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 好记性不如烂博客啊!学习Vue的安装记录下 1.安装Nodejs https://nodejs.org 2.安装python2.7 http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi 3. 安装webpack npm install -g 阅读全文
posted @ 2018-04-18 00:34 阿强是小兵 阅读(1428) 评论(0) 推荐(0) 编辑
摘要: 企鹅开放了小游戏,社交帝国突袭电商宝宝珍珠港,要说小程序已经让电商宝宝够喝一壶的啦,再来个娱乐性更强的小游戏,且看电商宝宝还有啥招! 吾辈生活鸭梨大,泛娱乐的内容最受欢迎的,直播,影视,小说文字只要好玩有趣能乐,就一定流量满满! 回来说正题,小游戏引流手法和粉丝裂变密招: 1.通过小游戏赠送新手礼包 阅读全文
posted @ 2018-04-06 14:27 阿强是小兵 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 今日学习spring boot的安全框架spring security ,做了个demo ,实现登录验证和访问授权功能,好记性不如烂博客,在此做个笔记! 先说遇到的坑吧: 1. PasswordEncoder 密码加密方式问题:There is no PasswordEncoder mapped f 阅读全文
posted @ 2018-04-02 01:55 阿强是小兵 阅读(3887) 评论(2) 推荐(0) 编辑
摘要: spring boot 2.0 + Mybatis整合篇之XML,注解 1.pom.xml添加: <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</arti 阅读全文
posted @ 2018-03-28 01:38 阿强是小兵 阅读(378) 评论(0) 推荐(0) 编辑