SQL Server
常用查询
所有数据库名称
SELECT Name FROM Master..SysDatabases ORDER BY Name
某库所有表名称
SELECT Name FROM SysObjects Where XType='U' ORDER BY Name
某库所有的视图
SELECT Name FROM sysobject...
VS2017
VS2017
适用于 Windows 和 Mac 的 Visual Studio IDE。
这么多年,终于支持了。不容易。
不是很想了解 Visual Studio Code,因为使用MONO也可以简单的编译。
Install
VS2017 安装案例
Download preview
Download from here.
Install
...
Baidu Share
百度分享不支持 HTTPS,会报错如下:
Mixed Content: The page at 'https://houbb.github.io/' was loaded over HTTPS, but requested an insecure script 'http://bdimg.share.baidu.com/static/api/js/share.js...
DataTables
Datatables is a plug-in for the jQuery Javascript library.
It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction contro...