码迷,mamicode.com
首页 >  
搜索关键字:unit 6练习    ( 4539个结果
List继承体系实现内幕和方法操作源码揭秘之Scala学习笔记-32
package com.leegh.dataset/** * @author Guohui Li */object List_Interal { def main(args: Array[String]): Unit = { val list = List(1, 2, 3, 4, 5) ...
分类:其他好文   时间:2015-08-25 16:09:50    阅读次数:143
【软测试】(两)计算机组成原理-cpu
cpu,中文名称中央处理单元,central processing unit.系统的核心,用于数据的处理,算术以及逻辑运算和控制程序的运行.组成 运算器 从字面上就能够理解到。运算器主要用来对于逻辑运算和算术运算。 在运算器中又由算术逻辑单元。累加寄存器。数据缓冲寄存器。状态寄存器 ...
分类:其他好文   时间:2015-08-25 13:30:00    阅读次数:155
Memcache缓存居然不如直接File文件缓存?
使用本地的环境测试10万次和 100万次 缓存的读写,测试环境和结果如下。环境Win7 x64 AMD7750双核 内存8G Apache 2.4.9 PHP 5.5.12 ts vc11 memcache 2.2.7 代码<?php function convert($size) { $unit = array('b', 'kb', 'mb', 'gb', 'tb', 'pb');...
分类:系统相关   时间:2015-08-21 19:28:22    阅读次数:355
带标题的编辑框
unit ExEdit; interface uses System.Classes, Vcl.Controls, Winapi.Windows, Vcl.Graphics, Vcl.StdCtrls, System.SysUtils, Winapi.messages; type TBord...
分类:其他好文   时间:2015-08-21 19:25:58    阅读次数:142
Dll方式的线程,需要引用这个
{== D6DLLSynchronizer =================================================}{: This unit handles the D6 synchronize problem in DLLs@author Dr. Peter Below...
分类:编程语言   时间:2015-08-21 19:15:41    阅读次数:181
Windows多桌面切换(CreateDesktop,SwitchDesktop函数)
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, StdCtrls, Buttons, E...
分类:Windows程序   时间:2015-08-21 19:15:36    阅读次数:261
写一个服务程序的模板(网上还能搜到很多)
//unit UntService;interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, SvcMgr, Dialogs, DB, ADODB,Registry,ActiveX;type TService...
分类:其他好文   时间:2015-08-21 19:10:42    阅读次数:121
窗体包括标题作为一个位图复制到剪贴板
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,Clipbrd;type TForm1 = class(T...
分类:Windows程序   时间:2015-08-21 19:02:31    阅读次数:184
居然还有WM_TIMECHANGE(只在用户手动改变系统时间时才会产生作用)
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;const TIMER_ID = 200;type TForm1 ...
分类:其他好文   时间:2015-08-21 19:01:57    阅读次数:171
子类化窗口控件的窗口过程(系统级替换,与直接替换控件的WndProc方法不是一回事)
要说灵活性,自然是比不上Delphi自带的覆盖WndProc,或者替换WndProc方法。unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Controls, ...
分类:其他好文   时间:2015-08-21 18:51:50    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!