介绍 1、组件介绍 apollo-configservice:提供配置获取接口,提供配置更新推送接口,接口服务对象为Apollo客户端apollo-adminservice:提供配置管理接口,提供配置修改、发布等接口,接口服务对象为Portal,以及Eureka 在Eureka之上我们架了一层Met ...
分类:
其他好文 时间:
2020-09-18 00:04:46
阅读次数:
40
1 简介
2 环境搭建
3 if判断
4 where查询条件
5 trim自定义字符串截取
6 choose分支选择
7 set更新
8 foreach遍历
9 MySQL下的foreach批量插入的两种方式
10 Oracle下的foreach批量插入的两种方式
11 内置参数
12 bind绑定... ...
分类:
数据库 时间:
2020-09-17 23:35:24
阅读次数:
41
Plugin group_replication reported;Authentication plugin ‘caching_sha2_password‘ reported error: Authentication requires secure connection. Error_code: MY-002061
分类:
数据库 时间:
2020-09-17 22:46:40
阅读次数:
36
input { stdin{ } elasticsearch { hosts => ["http://127.0.0.1:9200"] user => "admin" index => "*" password => "admin" #设置为true,将会提取ES文档的元数据信息,例如index、t ...
分类:
其他好文 时间:
2020-09-17 21:46:29
阅读次数:
33
<view class="input-item"> <view class="img"> <image src="../../static/icons/password.png" mode=""></image> </view> <view class="input-acc"> <input typ ...
分类:
微信 时间:
2020-09-17 21:44:21
阅读次数:
121
删除用户:dropuserjack@‘%‘;(drop比delete删除的优势在于drop可以删除用户的权限,更加彻底)更改用户名:renameuserjacktojacknew;(用户的都存在与user表中,更改名称,权限不变)更改用户密码:updatemysql.usersetpassword=password(‘123456‘)whereuser=‘j
分类:
数据库 时间:
2020-09-17 21:37:49
阅读次数:
36
2020.09.10 奥力给,举步维艰的时候就是要一边做一遍记,虽然慢但是不要嫌弃,要不然就是举步不前🙄 做题搞起来 第一题 MySQL I 题目地址 关键代码: <?php # Username and Password sent? 检查是否是空 if ( ('' !== ($username ...
分类:
其他好文 时间:
2020-09-17 21:27:08
阅读次数:
28