配置lvs-dr环境 master配置文件 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_conne ...
分类:
其他好文 时间:
2021-04-27 14:56:45
阅读次数:
0
Master配置 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_connect_timeout 30 ...
分类:
其他好文 时间:
2021-04-27 14:42:00
阅读次数:
0
遇到两个报错: 第一个权限问题报错,好解决 startForeground requires android.permission.FOREGROUND_SERVICE Manifest给下权限就行 <manifest ...> ... <uses-permission android:name=" ...
分类:
移动开发 时间:
2021-02-18 13:21:34
阅读次数:
0
keepalived配置文件 ! Configuration File for keepalived global_defs { notification_email { root@localhost } notification_email_from root@localhost smtp_ser ...
分类:
其他好文 时间:
2020-12-09 12:31:15
阅读次数:
14
键空间通知(Keyspace Notification)是一个从Redis 2.8.0版本开始可用的功能。 1、简介: 键空间通知基于订阅Pub/Sub(发布/订阅),当库中的key发生改变时,能够对你感兴趣的事件进行通知。 可能接收到的事件示例,如下所示: 所有影响到一个给定键的命令。 所有接收到 ...
分类:
其他好文 时间:
2020-07-28 13:58:08
阅读次数:
106
Redis的哨兵机制存在的意义就是当主从架构中,master发生宕机,无需人工干预,自动实现故障转移。官方文档Redis哨兵能干什么?Redis的Sentinel系统用于管理多个Redis示例,该系统执行以下三个任务:监控(Monitoring):Sentinel会不断地检查你的master和slave是否运作正常。提醒(Notification):当被监控的某个Redis服务器出现问题时,Sen
分类:
其他好文 时间:
2020-07-27 09:54:54
阅读次数:
72
在按照书中的例子使用通知在设备上没有通知,查找资料后发现Android8后通知需要NotificationChannel,兼容Android8.0的通知如下:NotificationManagernotificationManager=(NotificationManager)getSystemService(NOTIFICATION_SERVICE);Intentintent=newIntent
分类:
移动开发 时间:
2020-07-22 16:03:18
阅读次数:
90
if (!message.touser) { $("#sound").attr('src', "https://taibao-image.ecdpower.net/shtlc/chat/msg.mp3"); Notification.requestPermission(function (permi ...
分类:
其他好文 时间:
2020-06-27 16:21:01
阅读次数:
195
新建项目 打开VS,新建一个名为BlazorApp的Blazor项目,至于是Server还是WASM都可以。 安装NuGe包 在项目上右键,选择“管理NuGet程序t包”,在搜索界面上勾选“包括预发行版”,然后搜索AntDesign,如下图所示第一个即为本程序的nuget包(不要选择安装第5个Ant ...
分类:
其他好文 时间:
2020-06-25 19:20:15
阅读次数:
130
/bin/目录下下 sh zkCli.sh 进入客户端目录下: 查看根目录 [zk: localhost:2181(CONNECTED) 11] ls /[cluster, controller, brokers, zookeeper, admin, isr_change_notification, ...
分类:
其他好文 时间:
2020-06-24 00:40:09
阅读次数:
206