摘要: http://edu.csdn.net/course/detail/336/2616?auto_start=1 阅读全文
posted @ 2016-07-10 17:22 anranstl 阅读(83) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/make1828/article/details/39498197 阅读全文
posted @ 2016-03-18 15:46 anranstl 阅读(3535) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Olive116/p/3355840.html 阅读全文
posted @ 2016-03-04 14:34 anranstl 阅读(230) 评论(0) 推荐(0) 编辑
摘要: SET NOCOUNT ON BEGIN TRY BEGIN TRANSACTION --your logic COMMIT TRANSACTION END TRY BEGIN CATCH IF XACT_STATE() <> 0 --当前请求有活动的用户事务 BEGIN ROLLBACK TRAN 阅读全文
posted @ 2016-03-04 14:22 anranstl 阅读(195) 评论(0) 推荐(0) 编辑
摘要: private void CallTaxonomyNodeAttributeApi(TaxonomyNodeAttribute taxonomyNodeAttribute) { string apiUri = string.Format(nodeAttributeURL, taxonomyNodeA 阅读全文
posted @ 2016-03-04 14:06 anranstl 阅读(2205) 评论(0) 推荐(0) 编辑
摘要: USE DBName GO WHILE ( 1 = 1 ) BEGIN UPDATE TOP ( 1000 ) dbo.TableName SET Filter= '' WHERE Filter IS NULL IF @@ROWCOUNT < 1000 BREAK WAITFOR DELAY '00 阅读全文
posted @ 2016-03-04 13:12 anranstl 阅读(741) 评论(0) 推荐(0) 编辑
摘要: Kendo UI 介绍: http://docs.telerik.com/kendo-ui/introduction 30天试用版地址:https://www.telerik.com/download-trial-file/v2/kendo-ui 阅读全文
posted @ 2016-03-04 11:10 anranstl 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Resharper的永久有效的license: cfed Wx6BHWsaHRZ9R5AU+7BF+ED1cruTlceD 阅读全文
posted @ 2016-03-04 11:09 anranstl 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 安装nodejs:https://nodejs.org/en/ 安装git:http://www.git-scm.com/download/ 使用git cmd安装npm,命令: git clone --recursive git://github.com/isaacs/npm.git (注意这个可 阅读全文
posted @ 2016-03-04 11:09 anranstl 阅读(250) 评论(0) 推荐(0) 编辑
摘要: <td style="text-align: center;" bind="{fieldName:'$.UserTypeName', attribute: 'innerText'}"></td> <td style="text-align: center;" bind="{fieldName:'$. 阅读全文
posted @ 2016-03-04 11:08 anranstl 阅读(147) 评论(0) 推荐(0) 编辑