码迷,mamicode.com
首页 >  
搜索关键字:produced    ( 169个结果
sqlhelper
代码 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函数详解
原文:c#的DateTime.Now函数详解 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //2008年4月24日 System.DateTime...
分类:Windows程序   时间:2015-08-03 06:31:32    阅读次数:190
由浅拷贝讨论到深拷贝再讨论到接口(一):浅拷贝和深拷贝
接口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.Net 2.3.1开发介绍 —— 四、搜索(三)Lucene有表达式就有运算符,而运算符使用起来确实很方便,但另外一个问题来了。 代码 4.3.4.1 Code highlighting produced by Actipro CodeHighlighter (freeware)...
分类:Web程序   时间:2015-06-26 19:26:39    阅读次数:192
Replacing the deprecated Java JPEG classes for Java 7
[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
hdu3123GCC
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
delphi xe memory leak produced in WSDLLookup.pas
constructor TWSDLLookup.Create;begin FLookup := TDictionary.Create;end;destructor TWSDLLookup.Destroy;begin ClearWSDLLookup; //问题在这里 inherited;end...
分类:Windows程序   时间:2015-06-08 19:00:04    阅读次数:154
C#委派 timer 和线程以及GC
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//小张类 public class MrZhang { //其实买车票的悲情人物是小张 publi...
分类:编程语言   时间:2015-05-21 14:07:57    阅读次数:250
重温SQL——行转列,列转行
下面来了一个统计数据的需求,要求按日期、支付方式来统计充值金额信息。这也是一个典型的行转列的例子。我们可以通过下面的脚本来达到目的 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHi...
分类:数据库   时间:2015-05-19 12:15:11    阅读次数:242
java 生产者与消费者初级探讨
最近学习java多线程有点迷糊,经过一天的整理,知道了什么是生产者,什么是消费者,以及消费者与生产者的关系:在Person类中是一个实体没有具体的对象,靠Input传入,Output读出,只有当Input有传入后,才能被Output读出,因此对呀Input和Output,要上一把同样的锁,synchroniz..
分类:编程语言   时间:2015-05-07 01:04:09    阅读次数:192
169条   上一页 1 ... 7 8 9 10 11 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!