REDIS6.x: [Unit] Description=Redis Database After=network.target After=network-online.target Wants=network-online.target [Service] Type=notify PIDFile ...
分类:
其他好文 时间:
2021-05-03 12:28:31
阅读次数:
0
使用 FastAdmin 的 epay 插件时,我们通过传不同的 method 决定支付方式。 method=mp 时表示公众号支付,此时必须要 openid,但是插件里并没有说明如何获取。 其实这个 openid 的获取,addons/epay/library/Service.php 中已经写好了 ...
分类:
微信 时间:
2021-05-03 12:17:32
阅读次数:
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
一、安装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
抽取为接口后, springboot事务开启,不在报错。 @Transactional public interface DescriptionService { public Description addDescription(Description description) ; 启动类 @Sp ...
分类:
其他好文 时间:
2021-04-30 12:36:32
阅读次数:
0
PowerBI可以通过RLS(Row-level security)限制用户对数据的访问,过滤器在行级别限制数据的访问,用户可以在角色中定义过滤器,通过角色来限制数据的访问。在PowerBI Service中,workspace中的member能够访问Workspace中的Dataset,RLS不会 ...
分类:
其他好文 时间:
2021-04-30 12:35:30
阅读次数:
0
一、问题 最近测试环境的 consul 发生了重启 但是重启之后,发现服务注册不上去了,查看consul 的日志,发现了下面的信息。 2021/04/28 06:40:55 [WARN] agent: Syncing service "uat_10.60.6.30:davietest:8092" f ...
分类:
其他好文 时间:
2021-04-29 12:11:26
阅读次数:
0
我总结了下启动dhcp服务报这个错误原因,大概有三种情况: 1、默认配置文件默认为空 2、配置文件配置错误导致 3、与网卡设置有关,不能自动获取到地址,导致dhcp服务不能启动。 上面两种错误一般很少出现,只要正确配置就能成功,但第三种配置正确后也不一定会成功,今天我就遇到了这个问题,后面发现是网卡 ...
分类:
其他好文 时间:
2021-04-29 11:55:36
阅读次数:
0