摘要:
1. Visual C++ Redistributable for Visual Studio 2015系统要求:Windows 7情况下必须是Windows 7 with SP1.或者Windows10 2.系统检测方法:命令行输入winver.exe回车,如果你的windows版本是7600,需 阅读全文
摘要:
oracle创建表时,不支持在建表时同时增加字段注释。故采用以下方式: mysql创建表时,支持在建表时同时增加字段注释。故采用以下方式: 注意:mysql在建立表的时候,不能使用as,即不能使用create table tablename as,否则报错“1064 - You have an er 阅读全文