博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年8月14日

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace TestDelegate{ class Program { static void Main(string[] args) { //-----------简单... 阅读全文

posted @ 2012-08-14 17:22 love楠 阅读(216) 评论(0) 推荐(0) 编辑

摘要: 1.在Silverlight中遇到需要显示上标或者下标(如:水的化学式H2O)时,我们可以使用Silverlight中专门处理的上下标的特殊字符显示。上标的特殊字符:Superscript:0 : U+20701 : U+00B92 : U+00B23 : U+00B34-9 : U+2074-2079(表示从4到9的特殊字符)+ : U+207A- : U+207B= : U+207C( : U+207D) : U+207En : U+207F下标的特殊字符:0-9 : U+2080-2089(表示从0到9的特殊字符)+ : U+208A-: U+208B=: U+208C(: U+208D 阅读全文

posted @ 2012-08-14 17:08 love楠 阅读(209) 评论(0) 推荐(0) 编辑