上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: ☞:官方文档 ☞:参考文档 场景介绍 调用获取平台证书V2接口之前,请前往微信支付商户平台升级API证书,升级后才可成功调用本接口。 接口调用请求说明 开发前准备: 首先要升级API证书, 设置APIv3秘钥(设置这个秘钥对API商户秘钥没有影响) 微信工具类: 获取平台序列号 提交微信进件申请 阅读全文
posted @ 2019-05-16 14:26 橘子味儿的猫 阅读(2437) 评论(0) 推荐(0) 编辑
摘要: netty-socketio maven依赖 <dependency> <groupId>com.corundumstudio.socketio</groupId> <artifactId>netty-socketio</artifactId> <version>1.7.7</version> </ 阅读全文
posted @ 2019-04-26 17:06 橘子味儿的猫 阅读(14958) 评论(0) 推荐(1) 编辑
摘要: package com.vcgeek.hephaestus.utils; import com.auth0.jwt.JWT; import com.auth0.jwt.JWTVerifier; import com.auth0.jwt.algorithms.Algorithm; import com.auth0.jwt.interfaces.Claim; import com.auth0... 阅读全文
posted @ 2019-04-01 14:36 橘子味儿的猫 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: package com.vcgeek.hephaestus.utils; import java.security.MessageDigest; public class Md5Utils { /** 16进制的字符数组 */ private final static String[] hexDigits = { "0", "1", "2", "3... 阅读全文
posted @ 2019-04-01 14:33 橘子味儿的猫 阅读(532) 评论(0) 推荐(0) 编辑
摘要: package com.vcgeek.hephaestus.utils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.*; import org.springframework.stereotype.Service; i... 阅读全文
posted @ 2019-04-01 14:30 橘子味儿的猫 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 摘要: Spring Boot之使用@Scheduled定时器任务 假设我们已经搭建好了一个基于Spring Boot项目,首先我们要在Application中设置启用定时任务功能@EnableScheduling。 启动定时任务 package com.scheduling; import org 阅读全文
posted @ 2019-03-31 11:26 橘子味儿的猫 阅读(1999) 评论(0) 推荐(1) 编辑
摘要: package com.vcgeek.hephaestus.utils; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.util.HashMap; import java... 阅读全文
posted @ 2019-03-22 16:29 橘子味儿的猫 阅读(7287) 评论(1) 推荐(1) 编辑
摘要: 1.配置Maven的环境变量 a.首先我们去maven官网下载Maven程序,解压到安装目录,如图所示: b.配置M2_HOME的环境变量,然后将该变量添加到Path中 备注:必须要有JAVA_HOME的M2_HOME环境变量,不然Maven会提示错误。配置 环境变量如图所示: c.如果想要修改Ma 阅读全文
posted @ 2019-03-22 10:55 橘子味儿的猫 阅读(28751) 评论(0) 推荐(0) 编辑
摘要: import java.util.Date; import java.text.SimpleDateFormat; public class NowString { public static void main(String[] args) { SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd H... 阅读全文
posted @ 2019-03-22 09:51 橘子味儿的猫 阅读(202) 评论(0) 推荐(0) 编辑
摘要: base64 --> ArrayBuffer ArrayBuffer --> base64 阅读全文
posted @ 2019-03-21 17:52 橘子味儿的猫 阅读(20693) 评论(0) 推荐(1) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页