07 2017 档案

在.NET中读取嵌入和使用资源文件的方法
摘要:转http://www.jb51.net/article/84660.htm 本文分别介绍了使用GetManifestResourceStream读取嵌入资源,和使用. resx资源文件嵌入资源,希望对大家有所帮助。 Dotnet中嵌入资源(位图、图标或光标等)有两种方式,一是直接把资源文件加入到项 阅读全文

posted @ 2017-07-27 09:09 _ali 阅读(1578) 评论(0) 推荐(0)

T-SQL with关键字 with as 递归循环表
摘要:DECLARE @OrgId nvarchar(36)SET @OrgId = N'901205CA-6C22-4EE7-AE4B-96CC7165D07F'; WITH Childs AS ( SELECT * FROM HROrgRelation WHERE ParentNM = @OrgId UNION ALL SELECT A.* FROM HROrgRelation A, Chi... 阅读全文

posted @ 2017-07-26 10:54 _ali 阅读(187) 评论(0) 推荐(0)

IIS 部署WCF时遇到这么个错:
摘要:转(http://blog.csdn.net/vic0228/article/details/48806405) 部署WCF时遇到这么个错: "The service cannot be activated because it does not supportASP.NET compatibili 阅读全文

posted @ 2017-07-12 16:32 _ali 阅读(426) 评论(0) 推荐(0)

WCF引用 代码
摘要:方法1: 方法2: 方法3: 阅读全文

posted @ 2017-07-08 22:41 _ali 阅读(210) 评论(0) 推荐(0)

C#中Windows通用的回车转Tab方法
摘要:标签: windowsc#textboxbuttondropdownobject 2007-03-28 09:37 2773人阅读 评论(0) 收藏 举报 标签: windowsc#textboxbuttondropdownobject 2007-03-28 09:37 2773人阅读 评论(0)  阅读全文

posted @ 2017-07-04 14:10 _ali 阅读(1012) 评论(0) 推荐(0)

导航