码迷,mamicode.com
首页 >  
搜索关键字:mikrotik routeros wifi guest password    ( 16748个结果
zabbix4.2配置监控MySQL
1.在被监控主机安装好MySQL 相关步骤省略。 2.创建监控所需要的MySQL账户(MySQL服务器端) 1 2 MariaDB [(none)]>grant usage on *.* to zabbix@192.168.10.100 identified by '123456'; MariaDB ...
分类:数据库   时间:2021-01-25 10:58:33    阅读次数:0
Go之Gin框架的web开发
目录列表 安装gin框架 go get github.com/gin-gonic/gin 路由包 package routers import ( "github.com/gin-gonic/gin" "lesson26/bubble/controller" ) func SetupRouter() ...
分类:Web程序   时间:2021-01-25 10:50:03    阅读次数:0
线程执行带有参数的任务
from threading import * from time import * def show_info(name,age): print(name,age) def show_user_info(username,password): print(username,password) if ...
分类:编程语言   时间:2021-01-21 10:50:33    阅读次数:0
Influx cli cheetsheet
Influx cli cheetsheet -- 管理用户 CREATE USER "hsj" WITH PASSWORD 'hsj' CREATE USER "zx" WITH PASSWORD 'zx' 创建admin账号 CREATE USER "todd" WITH PASSWORD '12 ...
分类:其他好文   时间:2021-01-21 10:44:35    阅读次数:0
【Buuctf】[极客大挑战 2019]HardSQL WriteUp
题目 【Buuctf】[极客大挑战 2019]HardSQL 解题 一.试万能密码 username=admin' or 1='1&password=1 真有你的 二.尝试绕开 大写,双写。 看来是没办法使用基础手段绕开了。 这次没有过滤or,但是过滤了空格,=。 查了一下得知是考报错注入,使用ex ...
分类:数据库   时间:2021-01-19 11:44:01    阅读次数:0
Centos7安装MySQL5.7和Redis6.0流水账
安装mysql 使用rpm包安装 yum remove mariadb-libs.x86_64 yum install perl rpm -ivh mysql-community-common-5.7.31-1.el7.x86_64.rpm rpm -ivh mysql-community-libs ...
分类:数据库   时间:2021-01-19 11:40:29    阅读次数:0
MySQL8 Keepalived+双主
1. 配置双主: 双机名 win89.inno.com win88.inno.com 准备账号 SET SQL_LOG_BIN=0; set password for 'root'@'localhost'='123456'; grant all privileges on *.* to root@' ...
分类:数据库   时间:2021-01-18 11:43:38    阅读次数:0
grafana邮件告警功能
1、配置 /etc/grafana/grafana.ini,配置信息如下: [smtp] enabled = true host = smtp.163.com:25 user = frankpico@163.com # If the password contains # or ; you have ...
分类:其他好文   时间:2021-01-18 11:24:48    阅读次数:0
redis实现禁止重复请求的切面小功能
场景:3秒时间内禁止重复提交! Controller: 伪代码 package com..aopCommit; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web. ...
分类:其他好文   时间:2021-01-16 11:57:58    阅读次数:0
【答疑汇总】HarmonyOS组件的分布式适配和应用畅想
1、开发板是什么级别,类似51单片机,ESP8266或nanopi之类?答:本次直播抽奖的WIFI Iot智能家居套件是可以运行鸿蒙OS的开发版套件,采用3861芯片。比51单片机的算力要强很多。 2、画的组件有点击或者触摸事件? 答:单击或触摸事件需要通过ClickListner和TouchEve ...
分类:其他好文   时间:2021-01-16 11:55:03    阅读次数:0
16748条   上一页 1 ... 17 18 19 20 21 ... 1675 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!