04 2010 档案
LinqToEntities:Union IEqualityComparer
摘要:转自:http://stackoverflow.com/questions/2296966/linq-to-entities-unions-distinctQ:I don't know how I can do several union with a distinct. When I use .Distinct with an IEqualityComparer an exception in ...
阅读全文
Walkthrough: Creating a RIA Services Class Library
摘要:轉自:http://msdn.microsoft.com/en-us/library/ee707351(VS.91).aspxWalkthrough: Creating a RIA Services Class Library[Note: This topic is pre-release documentation and is subject to change in future relea...
阅读全文
Netstat
摘要:Netstat 是DOS命令,是一个监控TCP/IP网络的非常有用的工具,它可以显示路由表、实际的网络连接以及每一个网络接口设备的状态信息.Netstat用于显示与IP、TCP、UDP和ICMP协议相关的统计数据,一般用于检验本机各端口的网络连接情况。 如果你的计算机有时候接收到的数据报导致出错数据或故障,你不必感到奇怪,TCP/IP可以容许这些类型的错误,并能够自动重发数据报。但如果累计的出错...
阅读全文
Creating a RIA Services Class Library
摘要:轉自:http://msdn.microsoft.com/en-us/library/ee707351(VS.91).aspxWalkthrough: Creating a RIA Services Class Library[Note: This topic is pre-release documentation and is subject to change in future relea...
阅读全文
Silverlight-TextBlock換行-LineBreak
摘要:在 TextBlock 設定文字時,也可以使用較直覺的內部文字格式,而不使用明確的 Text 屬性集,如以下範例:Copy Code 注意事項:設定 Text 屬性時並不會保留前置或尾端空白字元,只會保留內部空白字元。 如需以 XAML 處理空白字元的詳細資訊,請參閱 XAML 概觀。 使用 Run 和 LineBreak 物件TextBlock 並不會呈現單一字串,它也可以呈現不同 Run 項目...
阅读全文