会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TryHard
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2014年6月29日
Delphi接口
摘要: 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
阅读(337)
评论(0)
推荐(0)
2014年4月22日
delphi cxgrid导出excel去除货币符号
摘要: 版本 : devexpress 13.1.4打开包在ExpressExportLibary目录中.修改FCells.SetCellDataCurrency为FCells.SetCellDataDouble重新编译包
阅读全文
posted @ 2014-04-22 11:22 TryHard
阅读(891)
评论(0)
推荐(0)
2013年10月15日
DelphiXE4- System.IOUtils.TDirectory笔记查询后缀名为dll的文件
摘要: TStringDynArray 在System.Types中定义
阅读全文
posted @ 2013-10-15 17:04 TryHard
阅读(482)
评论(0)
推荐(0)
2013年9月17日
Kivy中文显示
摘要: Win7系统 下载 DroidSansFallback.ttf字体(android设备上自带了) 源代码第一行增加#-*- coding:utf-8 -*- 创建widget值定font_name s
阅读全文
posted @ 2013-09-17 17:26 TryHard
阅读(1772)
评论(0)
推荐(0)
2013年9月9日
AppDomain(1)-AppDomainSetup
摘要:
阅读全文
posted @ 2013-09-09 10:29 TryHard
阅读(323)
评论(0)
推荐(0)
2013年9月7日
AppDomain与进程、线程、Assembly之间关系
摘要: AppDomain是CLR的运行单元,它可以加载Assembly、创建对象以及执行程序AppDomain是CLR实现代码隔离的基本机制。 每一个AppDomain可以单独运行、停止;每个AppDomain有自己默认的异常处理; 一个AppDomain的运行失败不会影响到其他的AppDomain。 CLR在被CLR Host(windows shell or InternetExp...
阅读全文
posted @ 2013-09-07 17:25 TryHard
阅读(1667)
评论(0)
推荐(2)
2013年9月6日
Attributes(2): Displaying attributes for a class.(显示类属性)
摘要: 输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat...
阅读全文
posted @ 2013-09-06 17:31 TryHard
阅读(218)
评论(0)
推荐(0)
Attributes(2): Displaying attributes for a class.(显示类属性)
摘要: 输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat...
阅读全文
posted @ 2013-09-06 17:29 TryHard
阅读(278)
评论(0)
推荐(0)
Attributes(1):反射Attribute并输出
摘要: 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
阅读(353)
评论(0)
推荐(0)
2013年5月25日
windows API(二)
摘要: 杀手要有杀手的角度,游戏有游戏的魅力 --阴川蝴蝶君 #include <Windows.h>const char g_szClassName[] = "myWindowClass";LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM...
阅读全文
posted @ 2013-05-25 12:24 TryHard
阅读(779)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告