安装完Mysql之后使用root账户登录出现1698错误 pi@raspberrypi:~ $ mysql -uroot ERROR 1698 (28000): Access denied for user 'root'@'localhost' pi@raspberrypi:~ $ 查看Mysql官 ...
分类:
数据库 时间:
2020-06-19 13:47:45
阅读次数:
68
一、添加自定义事件 通过jQuery的bind()或者on()方法 添加自定义事件 如下代码 自定义了一个mychange事件 $("#postionId").on("mychange",function () { console.log(11); validForm.check(false,"#p ...
分类:
Web程序 时间:
2020-06-19 00:46:28
阅读次数:
132
Ant Design Vue 中 DatePicker 日期选择框 使用 单页面中使用_demo: 新建 test.vue,内容如下 <template> <div> <a-date-picker @change="onChange" /> <br /> <a-month-picker placeh ...
分类:
其他好文 时间:
2020-06-18 16:08:14
阅读次数:
808
首先选中要同步的目录或文件,然后右键 Subversion —— Browse Change ...
分类:
其他好文 时间:
2020-06-17 10:32:15
阅读次数:
45
Write a function to check whether an input string is a valid IPv4 address or IPv6 address or neither. IPv4 addresses are canonically represented in do ...
分类:
其他好文 时间:
2020-06-17 09:19:26
阅读次数:
55
虚拟机有三种网络 ,详情参考:https://www.linuxidc.com/Linux/2016-09/135521.htm 我说下配置文件,网上很多都说,虚拟机centos的网卡,都是ens33之类的,但是,你要懂得,这是一般,还有另类。最好的办法就是。。。直捣黄龙。 配置文件一般都放在/et ...
分类:
系统相关 时间:
2020-06-17 01:30:35
阅读次数:
100
mysql指令 启动 net start mysql 退出mysql quit 登录 mysql -uroot -p 逻辑非 not ! 逻辑与 and && 或者 or || 逻辑异或 xor范围查询 where 字段 between 开始值 and结束值消除重复值 distinct select ...
分类:
数据库 时间:
2020-06-16 20:23:41
阅读次数:
69
<template> <div> <el-form-item label="类型"> <el-select v-model="ProjectStatus" clearable style="width:150px" @change="filter"> <el-option v-for="item i ...
分类:
其他好文 时间:
2020-06-16 15:25:53
阅读次数:
117
<el-select v-model="form.coupon" placeholder="请选择优惠券类型" @change="selectCoupon" > <el-option v-for="(item, index) in couponList" :key="index" :label="` ...
分类:
其他好文 时间:
2020-06-16 14:49:30
阅读次数:
213
CloudEndure 支持CDC(Change Data Capture)。
主要是两个功能:
1. 迁移
2. 灾备
这里主要讲迁移Migration这一部分:
先Overview一下CloudEndure架构原理
分类:
其他好文 时间:
2020-06-16 14:46:27
阅读次数:
237