代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections.Generic;usi...
分类:
数据库 时间:
2015-08-05 10:28:13
阅读次数:
158
原文:c#的DateTime.Now函数详解 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //2008年4月24日 System.DateTime...
接口ICloneable为我们实现了拷贝的梦想。(一)如何实现浅拷贝?新建学校对象(School),实现接口ICloneable,如果我们这样写,即完成了浅拷贝:return base.MemberwiseClone();Code highlighting produced by Actipro C...
分类:
其他好文 时间:
2015-06-30 20:13:05
阅读次数:
191
原文:Lucene.Net 2.3.1开发介绍 —— 四、搜索(三)Lucene有表达式就有运算符,而运算符使用起来确实很方便,但另外一个问题来了。 代码 4.3.4.1 Code highlighting produced by Actipro CodeHighlighter (freeware)...
分类:
Web程序 时间:
2015-06-26 19:26:39
阅读次数:
192
[src: https://blog.idrsolutions.com/2012/05/replacing-the-deprecated-java-jpeg-classes-for-java-7/]In the early days of Java, Sun produced a really ha...
分类:
编程语言 时间:
2015-06-20 16:53:40
阅读次数:
117
Problem DescriptionThe GNU Compiler Collection (usually shortened to GCC) is a compiler system produced by the GNU Project supporting various programm...
分类:
其他好文 时间:
2015-06-09 21:39:38
阅读次数:
117
constructor TWSDLLookup.Create;begin FLookup := TDictionary.Create;end;destructor TWSDLLookup.Destroy;begin ClearWSDLLookup; //问题在这里 inherited;end...
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//小张类 public class MrZhang { //其实买车票的悲情人物是小张 publi...
分类:
编程语言 时间:
2015-05-21 14:07:57
阅读次数:
250
下面来了一个统计数据的需求,要求按日期、支付方式来统计充值金额信息。这也是一个典型的行转列的例子。我们可以通过下面的脚本来达到目的 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHi...
分类:
数据库 时间:
2015-05-19 12:15:11
阅读次数:
242
最近学习java多线程有点迷糊,经过一天的整理,知道了什么是生产者,什么是消费者,以及消费者与生产者的关系:在Person类中是一个实体没有具体的对象,靠Input传入,Output读出,只有当Input有传入后,才能被Output读出,因此对呀Input和Output,要上一把同样的锁,synchroniz..
分类:
编程语言 时间:
2015-05-07 01:04:09
阅读次数:
192