摘要: program Demo1;{ Create Date: 2014-06-29 Author: P.S.M 1.接口Demo1}{$APPTYPE CONSOLE}uses SysUtils;{定义接口}type ITestInterface = interface {GUID通过CTR... 阅读全文
posted @ 2014-06-29 18:24 TryHard 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 版本 : devexpress 13.1.4打开包在ExpressExportLibary目录中.修改FCells.SetCellDataCurrency为FCells.SetCellDataDouble重新编译包 阅读全文
posted @ 2014-04-22 11:22 TryHard 阅读(858) 评论(0) 推荐(0) 编辑
摘要: TStringDynArray 在System.Types中定义 阅读全文
posted @ 2013-10-15 17:04 TryHard 阅读(463) 评论(0) 推荐(0) 编辑
摘要: Win7系统 下载 DroidSansFallback.ttf字体(android设备上自带了) 源代码第一行增加#-*- coding:utf-8 -*- 创建widget值定font_name s 阅读全文
posted @ 2013-09-17 17:26 TryHard 阅读(1754) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-09-09 10:29 TryHard 阅读(315) 评论(0) 推荐(0) 编辑
摘要: AppDomain是CLR的运行单元,它可以加载Assembly、创建对象以及执行程序AppDomain是CLR实现代码隔离的基本机制。 每一个AppDomain可以单独运行、停止;每个AppDomain有自己默认的异常处理; 一个AppDomain的运行失败不会影响到其他的AppDomain。 CLR在被CLR Host(windows shell or InternetExp... 阅读全文
posted @ 2013-09-07 17:25 TryHard 阅读(1629) 评论(0) 推荐(2) 编辑
摘要: 输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat... 阅读全文
posted @ 2013-09-06 17:31 TryHard 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat... 阅读全文
posted @ 2013-09-06 17:29 TryHard 阅读(267) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Reflection;using System.Text;namespace Attribute01{ class Program { static void Main(string[] args) { Type type ... 阅读全文
posted @ 2013-09-06 16:31 TryHard 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 杀手要有杀手的角度,游戏有游戏的魅力 --阴川蝴蝶君 #include <Windows.h>const char g_szClassName[] = "myWindowClass";LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM... 阅读全文
posted @ 2013-05-25 12:24 TryHard 阅读(760) 评论(0) 推荐(0) 编辑