///////消息广播只能将消息传递到接收消息的主程序中,MDIChild窗体不能接收到广播消息;/////////unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, ...
One day, Twilight Sparkle is interested in how to sort a sequence of integers
a1,?a2,?...,?an in non-decreasing order. Being a young unicorn, the only operation she can perform is a unit shift. That...
分类:
其他好文 时间:
2015-08-20 20:53:05
阅读次数:
169
有时在设计一个继承层级时,你想要确保一个成员不被子类重写。这在Scala中可以和Java一样通过给成员添加final修饰符来实现。例如: object?T6?{
????def?main(args:?Array[String]):?Unit?=?{
????...
分类:
其他好文 时间:
2015-08-20 19:18:59
阅读次数:
173
1 unit Unit1; 2 3 interface 4 5 uses 6 System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, 7 FMX.Types, FMX.Control...
分类:
移动开发 时间:
2015-08-20 18:28:02
阅读次数:
158
package com.leegh.dataset/** * @author Guohui Li */object List_HighOrder_Function_Ops { def main(args: Array[String]): Unit = { println(List(1, 2,...
分类:
其他好文 时间:
2015-08-20 09:04:57
阅读次数:
315
public ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, ...
分类:
编程语言 时间:
2015-08-19 23:03:47
阅读次数:
206
--DCB分组汇总过程 insert into bs_dcb_counts(id,country,currency_unit,partner,isp,business,cntgamecode,cntmoney,partmoney,bsharkmoney, ...
分类:
其他好文 时间:
2015-08-19 19:39:54
阅读次数:
101
select distinctt.id,p.palias,cname,c.currency_unit, t.company_name isp, --运营商名称t.code buessies, --下游客户名称t.country_code, --国家码 t.price, --价格t.co...
分类:
数据库 时间:
2015-08-19 19:34:40
阅读次数:
255
package com.leegh.dataset/** * @author Guohui Li */object MergedSort { def main(args: Array[String]): Unit = { def mergedsort[T](less: (T, T) => B...
分类:
编程语言 时间:
2015-08-19 10:59:14
阅读次数:
145
RTU是REMOTE TERMINAL UNIT 的简称,即远方数据终端,用于监视、控制与数据采集的应用。具有遥测、遥信、遥调、遥控功能。RTU功能必须确保两种功能:1,有数据传输功能。2,有采集和控制功能。经过多年的PLC+DTU在工业自动化应用中已经普遍采用这种方式在进行数据的在线监测和远程控制...
分类:
其他好文 时间:
2015-08-19 09:20:06
阅读次数:
136