09 2013 档案
摘要:Win7系统 下载 DroidSansFallback.ttf字体(android设备上自带了) 源代码第一行增加#-*- coding:utf-8 -*- 创建widget值定font_name s
阅读全文
摘要:AppDomain是CLR的运行单元,它可以加载Assembly、创建对象以及执行程序AppDomain是CLR实现代码隔离的基本机制。 每一个AppDomain可以单独运行、停止;每个AppDomain有自己默认的异常处理; 一个AppDomain的运行失败不会影响到其他的AppDomain。 CLR在被CLR Host(windows shell or InternetExp...
阅读全文
摘要:输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat...
阅读全文
摘要:输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat...
阅读全文
摘要:using System;using System.Reflection;using System.Text;namespace Attribute01{ class Program { static void Main(string[] args) { Type type ...
阅读全文

浙公网安备 33010602011771号