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,中文名称中央处理单元,central processing unit.系统的核心,用于数据的处理,算术以及逻辑运算和控制程序的运行.组成 运算器 从字面上就能够理解到。运算器主要用来对于逻辑运算和算术运算。 在运算器中又由算术逻辑单元。累加寄存器。数据缓冲寄存器。状态寄存器 ...
分类:
其他好文 时间:
2015-08-25 13:30:00
阅读次数:
155
使用本地的环境测试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
{== D6DLLSynchronizer =================================================}{: This unit handles the D6 synchronize problem in DLLs@author Dr. Peter Below...
分类:
编程语言 时间:
2015-08-21 19:15:41
阅读次数:
181
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, StdCtrls, Buttons, E...
//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...
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
要说灵活性,自然是比不上Delphi自带的覆盖WndProc,或者替换WndProc方法。unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Controls, ...
分类:
其他好文 时间:
2015-08-21 18:51:50
阅读次数:
227