06 2019 档案

摘要:1、表名:1)alter table old_name rename to new_name;2)rename table old_name to new_name; 2、字段:alter table table_name change old_field new_field constract(类 阅读全文
posted @ 2019-06-27 14:51 文二1234 阅读(881) 评论(0) 推荐(0)
摘要:1、vim 在官网下载即可,建议用迅雷下载比较快。一直next即可安装成功(选用full安装所有组件)。 2、在你安装成功的/vim目录下按下shift+鼠标右键,选择在此处打开命令窗口,进入cmd。 输入命令:git clone https://github.com/VundleVim/Vundl 阅读全文
posted @ 2019-06-21 14:04 文二1234 阅读(164) 评论(0) 推荐(0)