码迷,mamicode.com
首页 >  
搜索关键字:diff    ( 2433个结果
甲级1003 Emergency
1003 Emergency (25 分) As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered citie ...
分类:其他好文   时间:2019-01-18 22:23:57    阅读次数:191
Test SLURM
Q: Where is slurm.conf? A: in /etc/slurm-llnl/slurm.conf Q: Why can't I run 2 "srun" on the same node at the same time? A: We should use "--mem-per-cu ...
分类:其他好文   时间:2019-01-16 00:22:17    阅读次数:170
VScode 好用插件集合(一)
VScode 好用插件集合(一) 什么是VScode Visual Studio Code (简称 VS Code / VSC) 是一款免费开源的现代化轻量级代码编辑器,支持几乎所有主流的开发语言的语法高亮、智能代码补全、自定义快捷键、括号匹配和颜色区分、代码片段、代码对比 Diff、GIT命令 等 ...
分类:其他好文   时间:2019-01-14 14:43:22    阅读次数:200
[LeetCode] Most Profit Assigning Work 安排最大利润的工作
We have jobs: difficulty[i] is the difficulty of the ith job, and profit[i] is the profit of the ith job. Now we have some workers. worker[i] is the a ...
分类:其他好文   时间:2019-01-14 01:04:30    阅读次数:261
【LeetCode】双指针 two_pointers(共47题)
https://leetcode.com/tag/two-pointers/ ...
分类:其他好文   时间:2019-01-13 19:39:34    阅读次数:214
Linux系统安装minuit包
Linux 系统安装minuit包 ...
分类:系统相关   时间:2019-01-13 17:16:29    阅读次数:241
从数据表中列出某字段不重复的所有列的数据
select * from table where id in (select min(id) from table where 1 = 1 and isused=0 and datediff(hh,addtime,'"&now()&"')<168 group by openid) 解释:从数据表t ...
分类:其他好文   时间:2019-01-13 13:40:12    阅读次数:150
Golang lint简易使用方法
根据作者的说法: 一句话就是Golint用于检查go代码中不够规范的地方。 一、编译及生成可执行程序 1、下载golang 的 lint,下载地址:https://github.com/golang/lint 2、解压文件到$GOPATH/src/github.com/golang/lint 3、到 ...
分类:其他好文   时间:2019-01-12 18:01:49    阅读次数:954
python3集合操作方法详解 python3集合操作大全
1 #!/usr/bin/env python 2 # -*- coding:utf-8 -*- 3 #Author:sking 4 #python3集合操作方法详解 python3集合操作大全 5 6 #集合是无序的 7 #创建集合 8 a = {1,2,3} #正确 9 b = set([1,2... ...
分类:编程语言   时间:2019-01-11 23:13:10    阅读次数:203
SQL SERVER 查看sql语句性能与执行时间
【方法一】 【方法二】 ...
分类:数据库   时间:2019-01-11 18:03:46    阅读次数:264
2433条   上一页 1 ... 61 62 63 64 65 ... 244 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!