码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
少标签数据学习:宾夕法尼亚大学Learning with Few Labeled Data
Few-shot image classification Three regimes of image classification Problem formulation Training set consists of labeled samples from lots of “tasks”, ...
分类:其他好文   时间:2020-05-27 12:09:24    阅读次数:85
[LeetCode 621] Task Scheduler
Given a char array representing tasks CPU need to do. It contains capital letters A to Z where different letters represent different tasks. Tasks coul ...
分类:其他好文   时间:2020-05-27 09:16:52    阅读次数:74
nop 中创建任务(Task)
NopCommerce 中Task 原理是服务端开启线程定时跑。 1.在数据表ScheduleTask中添加一条数据, 2.自定义类,继承ITask 即可 using Data.Log4Net; using Data.Services.Tasks; using System; using Syste ...
分类:其他好文   时间:2020-05-18 14:40:34    阅读次数:65
vscode 常用变量
${workspaceFolder} the path of the workspace folder that contains the tasks.json file ${workspaceRootFolderName} the name of the folder opened in VS C ...
分类:其他好文   时间:2020-05-11 15:51:53    阅读次数:78
3、Hive-sql优化,数据倾斜处理
一、Hive-sql优化 #增加reducer任务数量(拉取数量分流) set mapred.reduce.tasks=20; #在同一个sql中的不同的job是否可以同时运行,默认为false set hive.exec.parallel=true; #增加同一个sql允许并行任务的最大线程数 s ...
分类:数据库   时间:2020-05-11 01:21:52    阅读次数:80
AtCoder Beginner Contest 167
比赛链接:https://atcoder.jp/contests/abc167/tasks A - Registration 题意 字符串 t 比字符串 s 长 1,除此外其余部分是否与 s 相同。 代码 #include <bits/stdc++.h> using namespace std; i ...
分类:其他好文   时间:2020-05-10 23:16:45    阅读次数:118
Educational DP Contest S-Digit Sum(数位dp)
S - Digit Sum 原题链接:https://atcoder.jp/contests/dp/tasks/dp_s 题目大意: 给一个n,求从1到n的数中,所有位上的数字之和能被m整除的个数。 解题思路: 数位$dp$,建一个三维数组,$dp[i][j][k]$,其中,$i$代表第几位,j代表 ...
分类:其他好文   时间:2020-05-08 20:02:36    阅读次数:87
robot framework error: [ ERROR ] Suite 'XXX' contains no tests or tasks.(解决方法)
robot framework 按照如下操作创建项目 一、创建项目 选择菜单栏file >new Project Name 输入项目名称。 Type 选择Directory。 二、创建测试套件 右键点击“TestDemo”选择new Suite 选项 Name 输入项目名称。 Type 选择File ...
分类:其他好文   时间:2020-05-08 18:25:24    阅读次数:917
nikkei2019_2_qual_e Non-triangular Triplets
nikkei2019_2_qual_e Non triangular Triplets https://atcoder.jp/contests/nikkei2019 2 qual/tasks/nikkei2019_2_qual_e 给出 $N$ 和 $K$ . 判断对于这 $3N$ 个数 $K,K+ ...
分类:其他好文   时间:2020-05-08 13:14:59    阅读次数:56
公司的Excel导出
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FineUICore; using Microsoft.AspNetCore.Authoriz ...
分类:其他好文   时间:2020-05-06 21:34:28    阅读次数:86
2110条   上一页 1 ... 12 13 14 15 16 ... 211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!