摘要: //** poi jar包//public class ReadExcel { @SuppressWarnings("static-access") private static String getValue(HSSFCell hssfCell) { if (hssfCell.getCellType() == hssfCell.CELL_TY... 阅读全文
posted @ 2017-10-27 10:20 冬天不眠 阅读(1635) 评论(0) 推荐(0) 编辑
摘要: 经过一周的加班加点开发,xxx有机商城小程序终于接近尾声,来到支付这一块了。由于用户的域名备案问题(小程程上线必须要域名)还没申请下来,只好暂且使用公司域名调试 万事俱备,只欠东风。微信小程序支付。省略申请时间。。。。。。。。 着手开发支付。。。。。 1 获取用户openid正常 2 微信支付统一下 阅读全文
posted @ 2017-10-10 10:50 冬天不眠 阅读(912) 评论(0) 推荐(0) 编辑
摘要: 1 pom.xml添加依赖 # spring redisspring.redis.host=127.0.0.1spring.redis.port=6379#spring.redis.database=0spring.redis.pool.max-idle=100spring.redis.pool.m 阅读全文
posted @ 2017-10-10 10:26 冬天不眠 阅读(1281) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-10-10 10:16 冬天不眠 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1 配置文件 application.properties #server server.port=8090 server.address=127.0.0.1 server.session.timeout=1800 server.error.whitelabel.enabled=true #myba 阅读全文
posted @ 2017-09-11 20:05 冬天不眠 阅读(777) 评论(0) 推荐(0) 编辑
摘要: 官方api https://mp.weixin.qq.com/debug/wxadoc/dev/api/api-network.html 1 注册微信小程序帐号 2 下载开发工具 链接 https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/downlo 阅读全文
posted @ 2017-09-11 19:53 冬天不眠 阅读(183) 评论(0) 推荐(0) 编辑
摘要: https://github.com/opendigg/awesome-github-vue 阅读全文
posted @ 2017-05-12 17:11 冬天不眠 阅读(137) 评论(0) 推荐(0) 编辑
摘要: /** * * @param out 输出流 * @param maplist 数据 * @param title 标题 * @param headers 表头 * @param keys 表头对应的字段名 * @return */ public static boolean getExcelDao(Out... 阅读全文
posted @ 2016-08-26 12:00 冬天不眠 阅读(461) 评论(0) 推荐(0) 编辑
摘要: java类继承TagSupport /** * 输出两个数的和 * @author sys * */public class TestTag extends TagSupport{ /** * */ private static final long serialVersionUID = 1L; p 阅读全文
posted @ 2016-08-23 11:25 冬天不眠 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 前台页面怎么用? 阅读全文
posted @ 2016-08-22 09:24 冬天不眠 阅读(761) 评论(0) 推荐(0) 编辑