摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--staticvoidReturnShowCOunt(stringinputStr){if(string.IsNullOrEmpty(inputStr))thrownewArgumentNullExce...
阅读全文
posted @ 2010-02-08 17:36
零点零一
阅读(324)
推荐(0)
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--staticintCountOneInInteger(intvalue){intiter=1;intcount=0;for(inti=0;i<32;i++){if((value&iter...
阅读全文
posted @ 2010-02-08 14:13
零点零一
阅读(251)
推荐(0)
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--staticstringTransToString(intvalue){intstep=1000000000;char[]results=newchar[10];intindex=0;if(value...
阅读全文
posted @ 2010-02-08 13:50
零点零一
阅读(287)
推荐(0)
摘要:
Silverlight 插件定义在其中显示基于 Silverlight 的应用程序的区域。可以将该插件嵌入到其宿主 HTML 页中,并且可以将该插件以内联方式定位到 HTML 页显示的某个位置,也可以使该插件占据整个 HTML 页。因此,定位 Silverlight 对象时,有两个参考框架。插件内:将 Silverlight 图面上的对象定位在该插件的边界框内。大多数布局概述都介绍了此类型的定位。...
阅读全文
posted @ 2010-01-24 09:58
零点零一
阅读(477)
推荐(0)
摘要:
你若想要程序获取用户信息,比如:名字, 登录名. 而这些信息有不是固定不变的, 你可以从文本文件中读取这些信息, 怎样从文本文件中读取信息, 用到了.net的System.IO命名空间, 具体如下:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--s...
阅读全文
posted @ 2010-01-12 10:26
零点零一
阅读(394)
推荐(0)
摘要:
如果你遇到这样的场景, 你知道远程机器的ip地址, 想要通过ip地址来获得主机名。可以使用.net的System.Net命名空间, 这里边有一个类是IPHostEntry, 使用方式如下:[代码]若是通过主机名获得IP地址也是使用此类.[代码]
阅读全文
posted @ 2010-01-12 10:18
零点零一
阅读(1479)
推荐(0)
posted @ 2010-01-11 12:09
零点零一
阅读(176)
推荐(0)
摘要:
MSDN 上的一篇介绍SP的中文article, 很好!!!探寻 SharePoint Services 中为开发人员提供的重大改进功能
阅读全文
posted @ 2010-01-08 10:47
零点零一
阅读(303)
推荐(0)
摘要:
Hi,Whenyou login with your username & password into sharepoint (2007) site, it displays as a "System Account" instead ofyour username orfull name on the top right corner of the website. What ever ...
阅读全文
posted @ 2010-01-07 12:54
零点零一
阅读(447)
推荐(0)
摘要:
EnglishChineseShortWindows Error ReportingWindows 错误报告WERCustomer Experience Improvement Plan用户体验改进计划CEIPsoftware as a service软件即服务SaaSusability testing可用性测试triage三方会审training as SDETSDET培训tracking te...
阅读全文
posted @ 2010-01-06 12:21
零点零一
阅读(759)
推荐(0)