码迷,mamicode.com
首页 >  
搜索关键字:creates    ( 750个结果
Java ThreadFactory接口用法
根据需要创建新线程的对象。使用线程工厂就无需再手工编写对 new Thread 的调用了,从而允许应用程序使用特殊的线程子类、属性等等。 JDK中的介绍: An object that creates new threads on demand. Using thread factories rem ...
分类:编程语言   时间:2016-06-29 07:46:30    阅读次数:246
E.Mastering Mastermind
题目描述 Mastermind is a two-person code breaking game which works as follows. The ?rst person (the code maker) creates a sequence of n colored pegs (with ...
分类:其他好文   时间:2016-06-11 18:51:12    阅读次数:146
问题 E: Mastering Mastermind
题目描述 Mastermind is a two-person code breaking game which works as follows. The ?rst person (the code maker) creates a sequence of n colored pegs (with ...
分类:其他好文   时间:2016-06-11 00:32:17    阅读次数:200
第三章 ServerSpcket用法详解
3.1 构造ServerSocket ServerSocket的构造方法如下: 1 ServerSocket() 2 //Creates an unbound server socket. 3 4 ServerSocket(int port) 5 //Creates a server socket, ...
分类:其他好文   时间:2016-05-22 21:25:28    阅读次数:226
java thread reuse(good)
I have always read that creating threads is expensive. I also know that you cannot rerun a thread. I see in the doc of Executors class: Creates a thre ...
分类:编程语言   时间:2016-05-13 14:31:57    阅读次数:205
java里面的FutureTask简单使用(配合源码讲解)
最近无意间看到了关于AsyncTask的一篇分析文章AsyncTask源码分析,记得很早之前还看过郭神博客里面分析了AsyncTask源码。去查看AsyncTask源码会发现里面使用了FutureTask在它自己的构造函数里面,我的sdk是android-23里面查看的。 /** * Creates a new asynchronous task. This constructor mus...
分类:编程语言   时间:2016-05-12 18:20:46    阅读次数:223
核心标签
核心组标签是最常用的JSTL标签,包括: Creates a URL with optional query parameters <c:out>显示表达式的结果,类似于<%=表达式%> 语法: <c:out value="value" [escapeXml="{true|false}"] [def ...
分类:其他好文   时间:2016-05-07 13:25:09    阅读次数:235
RMAN备份动态性能视图 V$BACKUP_SET_DETAILS
V$BACKUP_SET_DETAILS provides detailed information about the backup set. This view will contain an extra row for each backup session that invokes BACKUP BACKUPSET (that is, creates new copies for th...
分类:其他好文   时间:2016-05-07 10:45:20    阅读次数:215
HDOJ(HDU) 2317 Nasty Hacks(比较、)
Problem Description You are the CEO of Nasty Hacks Inc., a company that creates small pieces of malicious software which teenagers may use to fool their friends. The company has just finished their f...
分类:其他好文   时间:2016-05-07 09:20:07    阅读次数:243
prototype & constructor
Examples: Displaying the constructor of an object The following example creates a prototype, Tree, and an object of that type. The example then displa ...
分类:其他好文   时间:2016-04-12 14:12:30    阅读次数:122
750条   上一页 1 ... 57 58 59 60 61 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!