码迷,mamicode.com
首页 >  
搜索关键字:task    ( 7323个结果
Week 1:2015/4/27~2015/5/3
Update everyday.(Last edit:4/27 21:39)Task 1:TPO X 2.5(finish 1,then finish 2 more)Task 2:TC Tarjan相关(Ch.22)Task 3:To be continued
分类:其他好文   时间:2015-04-27 23:21:25    阅读次数:107
矩阵缩放和投影
缩放在目前代码只有3D的,2D自己想想(╯▽╰)吧 投影矩阵公式: 3D using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Task...
分类:其他好文   时间:2015-04-26 22:33:44    阅读次数:177
#sora#celery笔记——call the task
基本的两种task调用方式: apply_async()和delay(),前者要把参数放在元组或字典中,后者直接使用参数 快速参考: T.delay(arg, kwarg=value) always a shortcut to .apply_async. T.apply_async((arg, ), {‘kwar...
分类:其他好文   时间:2015-04-26 15:21:48    阅读次数:191
利用Gulp优化部署Web项目[长文慎入]
GulpGulp是一款项目自动化的构建工具,与Grunt一样可以通过创建任务(Task)来帮助我们自动完成一些工作流的内容。当然,今天我们的内容并不是讨论这二者的区别,仅仅是介绍介绍如何利用Gulp来优化我们的Web项目中前端自动化工作流。引言相信不少人看过百度大牛张云龙的那篇讲解大公司里怎样开发和...
分类:Web程序   时间:2015-04-26 12:14:21    阅读次数:141
linux线程池
typedef struct task_queue { pthread_mutex_t mutex; pthread_cond_t cond; /* when no task, the manager thread wait for ;when a new task come,...
分类:编程语言   时间:2015-04-25 14:52:57    阅读次数:160
async await
public static Task GetValueAsync(double num1, double num2) { return Task.Run(() => { Console.WriteLine(Ap...
分类:其他好文   时间:2015-04-24 01:04:18    阅读次数:194
[POJ 1850] Code
CodeTime Limit:1000MSMemory Limit:30000KTotal Submissions:8539Accepted:4048DescriptionTransmitting and memorizing information is a task that requires ...
分类:其他好文   时间:2015-04-23 23:15:18    阅读次数:194
杭电1042(N!)
点击打开杭电1042 Problem Description Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N!   Input One N in one line, process to the end of file.   Output For each N, output N! i...
分类:其他好文   时间:2015-04-23 15:50:21    阅读次数:239
“你没有权限登录JIRA”的解决办法
jira默认的用户组有 jira-administrators、jira-developers、jira-users。为了测试功能,我建立了一些用户、项目、还有task。后来觉得jira-users没有什么用,就删掉了。后来发现,除了jira-administrators组里的用户可以登录jira外...
分类:其他好文   时间:2015-04-23 15:16:21    阅读次数:165
回溯-POJ2676-Sudoku
Description Sudoku is a very simple task. A square table with 9 rows and 9 columns is divided to 9 smaller squares 3x3 as shown on the Figure. In some of the cells are written decimal digits from 1...
分类:其他好文   时间:2015-04-23 13:17:16    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!