码迷,mamicode.com
首页 >  
搜索关键字:password required eclipse    ( 40321个结果
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
四十二:HTML5之HTML5属性变化之表单新增类型
1.autocomplete:作用于form或input域,点击时自动弹出历时输入过的数据,点击可快速输入 on:打开此功能 off:关闭此功能 在form上使用时,对整个form有效,但是form下的inout标签可以单独声明 2.autofocus:页面初始化时,自动聚焦到使用此属性的标签 3. ...
分类:Web程序   时间:2021-01-18 10:40:00    阅读次数:0
eclipse 18 4.4.2
https://blog.csdn.net/zht666/article/details/29837777 Eclipse搭建Android开发环境(安装ADT,Android4.4.2) 海涛zht666 2014-06-10 14:57:13 243010 收藏 24 分类专栏: Android ...
分类:系统相关   时间:2021-01-16 12:10:55    阅读次数:0
40321条   上一页 1 ... 26 27 28 29 30 ... 4033 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!