码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
Gradle 1.12用户指南翻译——第四十一章. 项目报告插件
第四十一章. 项目报告插件 项目报告插件将一些任务添加到项目中,用于生成包含有关构建的有用信息的报告。这些任务生成内容,与由gradle tasks, gradle dependencies和gradle properties触发的命令行报告的内容完全相同(见第 11.6 节,“获取有关您的构建的信息”)。与命令行报告相比,报告插件将报告生成到一个文件中。这里也有一个聚合的任务,它依赖于由该插件添加的所有的报告任务。 我们计划在未来发布的版本中,向现有的报告添加更多的内容,以及创建额外的东西。 41.1...
分类:其他好文   时间:2015-08-31 10:13:19    阅读次数:225
C++ 线程池的简易实现
首先,先简单介绍,线程池的工作原理。1.他自身拥有一定数量的线程数组 threads,处于等待状态,等待唤醒(通过条件变量)2.拥有一个任务队列 m_tasks,存储用户的任务,有新任务以后,唤醒线程,取出任务,通过回调函数的方式调用任务,执行完以后继续等待。使用情况:线程池,适用于会话简短的情况下...
分类:编程语言   时间:2015-08-30 15:33:12    阅读次数:190
hdu 5422 Rikka with Graph(简单题)
Problem DescriptionAs we know, Rikka is poor at math. Yuta is worrying about this situation, so he gives Rikka some math tasks to practice. There is o...
分类:其他好文   时间:2015-08-29 23:16:15    阅读次数:245
hdu 5423 Rikka with Tree(dfs)
Problem DescriptionAs we know, Rikka is poor at math. Yuta is worrying about this situation, so he gives Rikka some math tasks to practice. There is o...
分类:其他好文   时间:2015-08-29 23:12:18    阅读次数:260
reduce的数目到底和哪些因素有关
reduce的数目到底和哪些因素有关1、我们知道map的数量和文件数、文件大小、块大小、以及split大小有关,而reduce的数量跟哪些因素有关呢?设置mapred.tasktracker.reduce.tasks.maximum的大小可以决定单个tasktracker一次性启动reduce的数目...
分类:其他好文   时间:2015-08-28 21:18:34    阅读次数:278
四舍五入小算法 (以前写的,采用拆分)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 四舍五入小算法{ public class Math...
分类:编程语言   时间:2015-08-28 19:31:36    阅读次数:149
半监督式学习(维基百科)
以下的内容摘自维基百科semi-supervised learning。用来对半监督学习进行一个概念性的直观体验。 Semi-supervised learning is a class of supervised learning tasks and techniques that also make use of unlabeled data for training - typically...
分类:其他好文   时间:2015-08-28 15:41:53    阅读次数:181
Ant Tasks 使用总结
Ant文档http://ant.apache.org/manual/replacehttp://ant.apache.org/manual/Tasks/replace.htmlreplaceregexphttp://ant.apache.org/manual/Tasks/replaceregexp....
分类:其他好文   时间:2015-08-26 19:48:00    阅读次数:150
Mac outlook 2011共享calendar
Goto"Tools"ChooseAccountsClickonAdvancedClickonDelegates(Thecentertabontop)Clickonthe"+"signtoaddanemailaddressoftheindividualyouwanttoadd.Onethe"Permissions"windowthatpopsup,under"Calendar"select"Reviewer(Canread)".Choose"None"fortheothersections(Tasks,Inb..
分类:系统相关   时间:2015-08-25 17:04:10    阅读次数:251
.net 异步编程小结
.net 异步编程小结 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Test { public class MyMain {...
分类:Web程序   时间:2015-08-25 16:47:35    阅读次数:139
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!