import numpy as np import pandas as pd import matplotlib.pyplot as plt from sklearn.preprocessing import StandardScaler from sklearn.model_selection i... ...
分类:
编程语言 时间:
2019-01-18 12:25:48
阅读次数:
182
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
1. nohup execute >/dev/null 2>&1 & 提交了一个后台jobs 2. 然后查看一下 哪个进程正在用 3. yum 安装lsof 4. 查看进程信息 5. 效果为: ...
分类:
系统相关 时间:
2019-01-15 10:42:20
阅读次数:
299
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
使用scrapy框架爬取前程无忧上的python职位 1. 创建cmd文件:star.cmd 2. 使用编译器打开Jobs开始项目 打开/spiders/Job51Spider.py 写入 items.py 中 pipelines.py 中存入mongodb setttings.py 中配置, 最后 ...
分类:
编程语言 时间:
2019-01-09 13:44:56
阅读次数:
136
--查询当前库中运行的 job SELECT t.* FROM user_jobs t; --创建一个定时任务 job declare job number; BEGIN DBMS_JOB.SUBMIT( JOB => job, /*自动生成JOB_ID*/ WHAT => 'GET_WARNING ...
分类:
数据库 时间:
2019-01-04 19:11:25
阅读次数:
185
一、top命令 https://blog.csdn.net/gxiaop/article/details/55096686 1是显示其他cpu内容 M按照内存排序 P按照cpu排序 K 杀掉某个进行 nice 表示优先级改动过的,优先级数字越低,优先度越大 top -p 1234 显示1234的情况 ...
分类:
系统相关 时间:
2019-01-03 16:36:51
阅读次数:
253
(1)typeof 和 instanceof 1、typeof 对于基本数据类型(boolean、null、undefined、number、string、symbol)来说,除了 null 都可以显示正确的类型;对于对象来说,除了函数都会显示 object。 2、instanceof 是通过原型链 ...
分类:
编程语言 时间:
2019-01-02 15:09:52
阅读次数:
217
第1名:1306票《Code Complete (2nd Ed) by Steve McConnell》中文版《代码大全(第二版)》 第2名:1161票 《The Pragmatic Programmer》,中文版《程序员修炼之道》 第3名:689票 《Structure and Interpret ...
分类:
其他好文 时间:
2018-12-27 11:20:43
阅读次数:
137
转自:https://blog.csdn.net/xinzhi8/article/details/71455883 操作: 其中一个表较小,但是key集中 group by 维度过小,某值的数量过多 原因: 1)、key分布不均匀 2)、业务数据本身的特性 3)、建表时考虑不周 4)、某些SQL语句 ...
分类:
其他好文 时间:
2018-12-11 01:37:00
阅读次数:
597