1. problem description: as the title show, i miss the first problem using pt-online-schema-change tool to modify the table online. no more message pri ...
分类:
其他好文 时间:
2017-07-04 18:28:23
阅读次数:
536
增加列: alter table table_name add name varchar(100); alter table table_name add name varchar(100) after id; alter table table_name add name varchar(100)... ...
分类:
数据库 时间:
2017-07-03 23:59:23
阅读次数:
440
The virtual keyword is used to modify a method, property, indexer, or event declaration and allow for it to be overridden in a derived class. For exam ...
Centos 6.6 1. modify /etc/modprobe.d/bond.conf alias bond0 bonding 2. config eth0 & eth1 cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 TYP... ...
分类:
系统相关 时间:
2017-07-02 19:47:07
阅读次数:
240
1、错误描写叙述2、错误原因 因为在改动方法传參的过程,须要传个id,可是这个id是字符串类型,传入的是数值型3、解决的方法 在传參时,须要加入“”,变成字符串类型 User.modify("id"); 1、错误描写叙述 2、错误原因 因为在改动方法传參的过程,须要传个id,可是这个id是字符串类型 ...
分类:
其他好文 时间:
2017-07-01 16:15:47
阅读次数:
118
在微网站上面如何去除a、button、input点击后出现的蓝色覆盖层或者边框 0 [待解决问题] 浏览: 2959次 a,button,input{ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-user-modify: r ...
分类:
其他好文 时间:
2017-06-30 18:04:21
阅读次数:
168
<A Byte of Python> Chapter 16. What next? Problem: create your own command-line address-book program using which you can add, modify, delete or search ...
分类:
其他好文 时间:
2017-06-30 17:23:28
阅读次数:
133
P25)SQL分类 DDL(Data Definition Languages)语句:数据定义语句,这些语句定义了不同的数据段、数据库、表、列、索引等数据库对象,常用的语句关键字主要包括create、drop、alter等。 DML(Data Manipulation Language)语句:数据操 ...
分类:
数据库 时间:
2017-06-30 12:22:08
阅读次数:
224
Windows Forms Application Creation and Initialization This topic details the steps performed after an end-user has run an XAF Windows Forms applicatio ...
分类:
移动开发 时间:
2017-06-23 21:00:51
阅读次数:
249
Plugins 摘一段来自MyBatis官方文档的文字。 MyBatis允许你在某一点拦截已映射语句执行的调用。默认情况下,MyBatis允许使用插件来拦截方法调用: Executor(update、query、flushStatements、commint、rollback、getTransact ...
分类:
数据库 时间:
2017-06-23 19:33:09
阅读次数:
259