01 2010 档案
摘要:在工作Research的时候,收集了一些Silverlight第三方控件.OpenSource Porject:1. Siverlight ToolKit (OpenSource)http://www.codeplex.com/Silverlight2. GOA ToolKit for Silverlight (OpentSource)http://www.netikatech.com/downl...
阅读全文
摘要:原文地址:http://blog.bossma.cn/archives/2009/09/271一个项目要用到ActiveX控件,参照网上众多的例子,ActiveX控件倒是很容易就搞出来了; 然后做了一个【安装项目】,倒是可以使用,只不过需要在客户端手动点击安装,下一步,下一步…觉得不是很爽; 又试了试【CAB项目】,好像没人用VS2008来做,费了点功夫,终于找到解决办法。 特将此经验...
阅读全文
摘要:我们知道,Silverlight的默认中文字体是【雅黑】,它是一种矢量字体,有点是可以保证在文字大小变化时也不失真。但是它的效果真的如我们想想中那么好吗?我们做一个实验,一段简单的XAML<TextBlock FontSize="14" Text="我是宋体吗ABC?" Margin="30"/>效果如下图: 看起来还可以,但是做过实际项目开发的各位都清楚,sl中雅黑下的某些字比如:&...
阅读全文
摘要:We’re currently working on a client application that captures time sheet information and needed the ability to completely customize the look and feel of DataGrid headers. Fortunately, that’s fairly straightforward to do in Silverlight 3 (or Silverlight 2 for that matter). Nearly all of the columns b
阅读全文
摘要:Defining a DataGridFor any of these columns to be useful you are going to first need a DataGrid to add them to. The following creates a DataGrid, adds it as a child of the root layout Grid, and sets i...
阅读全文
摘要:C#格式化数值结果表字符 说明 示例 输出 C货币string.Format("{0:C3}", 2)$2.000D十进制string.Format("{0:D3}", 2)002E科学计数法1.20E+0011.20E+001G常规string.Format("{0:G}", 2)2N用分号隔开的数字string.Format("{0:N}", 250000)250,000.00X十六进制str...
阅读全文
摘要:1. 执行摘要 Microsoft SQL Server 2008在与你的业务相关的方面胜过Oracle。下面总结了SQL Server 2008胜出的一些关键任务方面。 性能和可扩展性 由强大的行业标准基准结果证明,SQL Server 延伸到了一些全球最大的工作负载。像Unilever、Citi、Barclays Capital和Mediterranean Shipping之类的客户在S...
阅读全文