pt-online-schema-change使用 工作原理:1、如果存在外键,根据alter-foreign-keys-method参数的值,检测外键相关的表,做相应设置的处理。没有使用 --alter-foreign-keys-method=rebuild_constraints 指定特定的值, ...
分类:
其他好文 时间:
2020-03-24 09:20:23
阅读次数:
141
FireFox 6.0=Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2IE8(Windows XP)=Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trid ...
分类:
其他好文 时间:
2020-03-23 17:17:40
阅读次数:
110
1 import time # 导入时间模块 2 import random # 导入随机数模块 3 # from functools import reduce # 从函数工具模块中引入reduce函数 4 import functools 5 """ 6 复习: 7 与序列相关的三个常用函数 8 ...
分类:
其他好文 时间:
2020-03-23 16:50:07
阅读次数:
137
借助scroll可以实现滚动,但是我的左边没有使用scroll.所以左边有需要的请见谅。 <template> <van-row> <van-col span="5"> <van-sidebar v-model="activeKey" @change="onChange"> <van-sidebar ...
分类:
其他好文 时间:
2020-03-23 15:13:01
阅读次数:
181
简要翻译了一下官方给出的 Spring Framework Overview ...
分类:
编程语言 时间:
2020-03-23 15:12:44
阅读次数:
91
1. file格式 (创建formData来完成file上传) 我们的接口需求: 代码: <input type="file" id="imgfile" accept="image/jpeg, image/png, image/jpg" > $("#imgfile").change(function ...
分类:
Web程序 时间:
2020-03-23 13:53:16
阅读次数:
1217
是因为jdk版本不一致导致的,如何解决? 方法一: 选中项目Properties,选择Project Facets,右击选择Java,Change Version 方法二: 在项目的目录下有一个.settings的文件夹,该文件夹下有一个org.eclipse.wst.common.project. ...
分类:
编程语言 时间:
2020-03-23 11:28:10
阅读次数:
73
查看文件的时间属性的命令 stat 1.txt_bak atime:文件的内容被访问的时间(access time)。当“该文件的内容被取用”时,就会更新这个读取时间。ctime:改变权限或者属性时的时间(status time、或者change time)。mtime:内容变更时间(modific ...
分类:
系统相关 时间:
2020-03-22 17:28:41
阅读次数:
98
@charset "utf-8";html{background-color:#fff;color:#000;font-size:12px} body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,b ...
分类:
Web程序 时间:
2020-03-22 15:51:26
阅读次数:
446
曾经我刚开始学习 shell 脚本时,除了知道用 echo 输出一些信息外,并不知道其他方法,仅仅依赖 echo 来查找错误,比较难调试且过程繁琐、效率低下。本文介绍下我常用的一些 shell 脚本调试方法,希望能对 shell 的初学者有所帮助。 sh 命令调试选项(推荐) 选项 | 说明 : | ...
分类:
系统相关 时间:
2020-03-21 23:24:23
阅读次数:
122