- 博客(5)
- 资源 (1)
- 收藏
- 关注

原创 Java 微信公众登录
一、准备工作1、准备需要的配置参数(APPID、APPSecret)2、网页授权域名(位置:公众号设置->功能设置)二、代码实现#微信公众号wechat: appid: 123455667878 appSecret: aabcdsrdsfdgdfrgtr466446 #snsapi_base (不弹出授权页面,直接跳转,只能获取用户openid) # snsapi_userinfo (弹出授权页面,可通过openid拿到昵称、性别、所在地 scope..
2021-11-08 15:50:09
408

原创 Linux Ubuntu 18.04上安装和配置Redis
一、准备环境1、操作系统Linux Ubuntu 18.04二、安装redis1、更新apt存储库缓存
2021-06-20 14:20:37
163

原创 Windows环境下安装配置 rabbitMQ3.8.3+Erlang21.3
一、简介RabbitMQ是实现了高级消息队列协议(AMQP)的开源消息代理软件(亦称面向消息的中间件)。RabbitMQ服务器是用Erlang语言编写的,而集群和故障转移是构建在开放电信平台框架上的。所有主要的编程语言均有与代理接口通讯的客户端库。二、下载地址1、Erlang下载地址:http://www.erlang.org/download.html2、RabbitMQ 下载地址:http://www.rabbitmq.com/download.html安装rabbitMq一定要去官网查看ra
2020-05-21 15:33:15
1494
1

原创 springboot搭建APP调起支付宝支付
一,准备工作1.申请支付的相关资料(https://docs.open.alipay.com/203/107084/)@Data@Slf4j@Component@ConfigurationProperties(prefix = AliPayProperties.PREFIX)public class AliPayProperties { public static fi...
2019-10-25 11:48:57
593
原创 Java实现本地聊天A(TCP/IP)
public class ChatServer extends WebSocketServer { // 自动绑定日期字段 @InitBinder public void initBinder(WebDataBinder binder) { binder.registerCustomEditor(Date.class, new DateEditorC()); } // 无参构造/读取配置文件we...
2018-05-14 14:48:14
505
rabbitMQ3.8.3+Erlang21.3.rar【Windows】
2020-05-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人