随笔分类 -  收藏

在cs类中调用嵌入资源并输出流
摘要:using System;using System.Collections.Generic;using System.IO;using System.Reflection;using System.Text;using System.Web.UI;[assembly: WebResource("MenuPurview.Resource.style.css", "text/css", Perform... 阅读全文

posted @ 2010-11-19 18:46 悟空空 阅读(282) 评论(0) 推荐(0)

SSL网站自动安装根目录证书(整理备用)javascript
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"&... 阅读全文

posted @ 2010-03-09 17:45 悟空空 阅读(3496) 评论(1) 推荐(1)

DoubleAnimation 类
摘要:DoubleAnimation 类更新:2007 年 11 月在指定的 Duration 内使用线性内插对两个目标值之间的 Double 属性值进行动画处理。命名空间: System.Windows.Media.Animation程序集: PresentationCore(在 PresentationCore.dll 中)用于 XAML 的 XMLNS:http://schemas.microso... 阅读全文

posted @ 2010-01-18 23:24 悟空空 阅读(1961) 评论(0) 推荐(0)

Storyboard 类
摘要:Storyboard 类通过时间线控制动画,并为其子动画提供对象和属性目标信息。命名空间: System.Windows.Media.Animation程序集: System.Windows(在 System.Windows.dll 中) C# [ContentPropertyAttribute("Children", true)]public sealed class Storyboard : ... 阅读全文

posted @ 2010-01-18 23:16 悟空空 阅读(527) 评论(0) 推荐(0)

CroppedBitmap 类
摘要:CroppedBitmap 类更新:2007 年 11 月裁剪一个 BitmapSource。命名空间: System.Windows.Media.Imaging程序集: PresentationCore(在 PresentationCore.dll 中)CroppedBitmap 实现 ISupportInitialize 接口,以对多个属性的初始化进行优化。只能在对象初始化过程中对属性进行更改... 阅读全文

posted @ 2010-01-18 22:59 悟空空 阅读(1302) 评论(0) 推荐(0)

Windows Presentation Foundation 中的 Pack URI
摘要:Windows Presentation Foundation 中的 Pack URI更新:2007 年 11 月在 Windows Presentation Foundation (WPF) 中,使用统一资源标识符 (URI) 标识和加载文件的方式有很多,包括:指定当应用程序第一次启动时显示的用户界面 (UI)。加载图像。导航到页加载不可执行的数据文件。在代码中使用 Pack URI在代码中,可... 阅读全文

posted @ 2010-01-18 22:36 悟空空 阅读(1427) 评论(0) 推荐(1)

ToString() 格式【收藏】
摘要:C货币2.5.ToString("C")¥2.50 D十进制数25.ToString("D5")00025E科学型25000.ToString("E")2.500000E+005F固定点25.ToString("F2")25.00G常规2.5.ToString("G")2.5N数字2500000.ToString("N")2,500,000.00X十六进制255.ToString("X")FF 阅读全文

posted @ 2009-12-11 11:54 悟空空 阅读(193) 评论(0) 推荐(0)

导航