随笔分类 -  .net

上一页 1 2 3
IIS WMI Provider
摘要:section contains information about the classes that are implemented by the IIS WMI provider in the MicrosoftIISv2 namespace. For a list of commonly us... 阅读全文
posted @ 2013-11-13 20:38 viewcozy 阅读(462) 评论(0) 推荐(0)
ASP.NET操作WMI
摘要:WMI Functions from ASP.NETIntroductionThis article demonstrates how to use WMI in ASP.NET to create a website, add a virtual folder, and add host head... 阅读全文
posted @ 2013-11-13 19:17 viewcozy 阅读(566) 评论(0) 推荐(0)
Socket与TcpClient的区别(转载)
摘要:Socket和TcpClient有什么区别原文:http://wxwinter.spaces.live.com/blog/cns!C36588978AFC344A!322.entry回答: "网络编程中,使用Socket和TcpClient有什么区别" http://community.csdn.n... 阅读全文
posted @ 2013-09-24 14:44 viewcozy 阅读(434) 评论(0) 推荐(0)
域认证登录
摘要:public static bool VerifyUser(string username, string pwd) { string path; path = "LDAP://OU=Users,OU=,OU=,DC=,DC="; bool bRet = false; DirectoryEntry... 阅读全文
posted @ 2013-09-18 13:29 viewcozy 阅读(290) 评论(0) 推荐(0)
分享C#原生ID(流水号)生成功能实现
摘要:/// /// ///publicstaticclassDataBaseGenerator { /// /// ///privatestaticInt64seed=Int64.Parse(DateTime.UtcNow.Subtract(newDateTime(1970,1,1)).TotalM... 阅读全文
posted @ 2013-09-16 14:26 viewcozy 阅读(455) 评论(0) 推荐(0)
siverlight 实现神奇罗盘
摘要:一位Google发言人正式告诉SEL,Google百宝箱里的神奇罗盘(Wonder Wheel)功能在Google启用新的小清新风格之后,正式下线。神奇罗盘(Wonder Wheel)在2009年的Searchology发布会上正式发布,在此之前已经有做过几个月的测试。这个功能曾被SEO、SEM和广... 阅读全文
posted @ 2011-07-06 23:50 viewcozy 阅读(187) 评论(0) 推荐(0)

上一页 1 2 3