使用 FastAdmin 的 epay 插件时,我们通过传不同的 method 决定支付方式。 method=mp 时表示公众号支付,此时必须要 openid,但是插件里并没有说明如何获取。 其实这个 openid 的获取,addons/epay/library/Service.php 中已经写好了 ...
分类:
微信 时间:
2021-05-03 12:17:32
阅读次数:
0
1.1 前置 如果你已经了解 CSS 自定义属性和匹配系统主题设置的相关知识,略过此部分。 1.1.1 CSS 自定义属性 “自定义属性”(有时候也被称作“CSS变量”或者“级联变量”)是由CSS作者定义的。声明变量时,变量名前要加上 --,例如 --example: 20px 即是一个 css 自 ...
分类:
其他好文 时间:
2021-05-03 12:17:13
阅读次数:
0
RabbitMQ 安装记录 1.安装 1.1 环境 Zero dependency Erlang RPM from Team RabbitMQ 👉 RabbitMQ Erlang Version Requirements 使用PackageCloud Yum Repository安装 A quic ...
分类:
其他好文 时间:
2021-05-03 12:16:55
阅读次数:
0
package com.etoak.student.framework; import com.etoak.student.entity.School; import com.etoak.student.entity.Student; import com.etoak.student.service ...
分类:
其他好文 时间:
2021-05-03 12:13:09
阅读次数:
0
动态组件 动态组件适用于多个组件频繁切换的处理。 <component> 用于将一个‘元组件’渲染为动态组件,以 is 属性值决定渲染哪个组件。 用于实现多个组件的快速切换,例如选项卡效果。 is 属性会在每次切换组件时,Vue 都会创建一个新的组件实例。 <div id="app"> <!-- 按 ...
分类:
其他好文 时间:
2021-05-03 12:10:11
阅读次数:
0
自己学习用,待补充! 对比 LNC模块,就改一下 Controller (注解要换): @Controller public class TccController { @Autowired ProducerInfoMapper producerInfoMapper; @Autowired Rest ...
分类:
其他好文 时间:
2021-05-03 12:02:17
阅读次数:
0
自己学习用,待补充! 对比 LNC模块,就改一下 Controller (注解要换): @Controller public class TccController { @Autowired ConsumerInfoMapper consumerInfoMapper; private static ...
分类:
其他好文 时间:
2021-05-03 12:01:21
阅读次数:
0
一、安装influxdb 1.安装和进入influxdb docker pull influxdb:1.7.9 sudo docker run -d -p 8083:8083 -p8086:8086 --expose 8090 --expose 8099 --name influxDbService ...
分类:
数据库 时间:
2021-05-03 11:55:57
阅读次数:
0
Serverless deployment is a key consideration when starting to write software using Function-as-a-Service services such as AWS Lambda. In the beginning ...
分类:
其他好文 时间:
2021-05-03 11:50:17
阅读次数:
0
Mysql配置读写数据库 ERROR 1227 (42000): Access denied; you need (at least one of) the SUPER privilege(s) for this operation 原因之前mysql的vi /etc/my.cnf 修改配置没有重启 ...
分类:
其他好文 时间:
2021-04-30 12:42:22
阅读次数:
0