05 2011 档案
摘要:SELECT 表名 = case when a.colorder=1 then d.name else '' end, 表说明 = case when a.colorder=1 then isnull(f.value,'') else '' end, 字段序号 = a.colorder, 字段名 = a.name, 标识 = case when COLUMNPROPERTY( a.id,a.name,'IsIdentity')=1 then '√'else '' end, 主键 = case whe
阅读全文
摘要:TF255070: Configuring services for Team Foundation Build failed with the following exception: Cannot start service TFSBuildServiceHost on computer 'XXXBLD1'. changed from the login informations from n...
阅读全文
摘要:Custom Authentication provider by implementing IHttpModule, IPrincipal and IIdentityhttp://www.codeproject.com/KB/web-security/AspNetCustomAuth.aspxAsp.Net: Authentication based on HTTP Basic protocol. HttpModule.http://blogs.x2line.com/al/articles/146.aspxImplementing Intercepting Filter in ASP.NET
阅读全文