摘要:
Sublime Text 3中文版是一款跨平台代码编辑器(Code Editor)软件。Sublime Text 3既可以编写代码还可以编辑文本,是程序员必不可少的工具,相比之前的版本Sublime Text有了很大的改进,支持代码补全、代码折叠,自定义皮肤等功能,同时支持多种语言和多种操作系统。相 阅读全文
摘要:
use master if exists(select * from sys.databases where name='db_Test') drop database db_Test go create database db_Test go use db_Test go if exists(select * from sys.objects where name='Stude... 阅读全文