摘要:
得到数据库存储过程列表: select * from dbo.sysobjects where OBJECTPROPERTY(id, N'IsProcedure') = 1 order by name 得到某个存储过程的参数信息:(SQL方法) select * from syscolumns wh 阅读全文
posted @ 2016-11-19 11:28
扶强
阅读(3966)
评论(0)
推荐(0)
摘要:
Json转C#Model实体 JsonCSharpClassGenerator 阅读全文
posted @ 2016-11-19 10:37
扶强
阅读(575)
评论(0)
推荐(0)
摘要:
最近客户一个网站升级至HTTPS协议访问,但是为了用户输入,客户要求当用户输入的是HTTP协议时,能自动定向到HTTPS,类似百度网站,当你输入www.baidu.com并回车后,地址栏自动变成了https://www.baidu.com。 以前步骤简要介绍了如何实现该功能。 1)下载并安装Micr 阅读全文
posted @ 2016-11-19 10:26
扶强
阅读(8151)
评论(0)
推荐(0)
摘要:
官方下载: http://ilspy.net/ 中文版下载地址: http://www.fishlee.net/soft/ilspy_chs/#C-310 阅读全文
posted @ 2016-11-19 10:08
扶强
阅读(879)
评论(0)
推荐(0)
摘要:
Discuz!NT3.0数据字典 阅读全文
posted @ 2016-11-19 10:06
扶强
阅读(198)
评论(0)
推荐(0)
摘要:
https://www.microsoft.com/zh-cn/download/details.aspx?id=7435 阅读全文
posted @ 2016-11-19 09:44
扶强
阅读(1572)
评论(0)
推荐(0)
摘要:
DEMO: 阅读全文
posted @ 2016-11-19 09:27
扶强
阅读(443)
评论(0)
推荐(0)
摘要:
TortoiseSVN 客户端 & Language packs 语言包 : https://tortoisesvn.net/downloads.html VisualSVN 插件官方地址: http://subversion.apache.org/packages.html https://www 阅读全文
posted @ 2016-11-19 09:22
扶强
阅读(2460)
评论(0)
推荐(0)
浙公网安备 33010602011771号