Expedition Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 30702 Accepted: 8457 Description A group of cows grabbed a truck and ventured on ...
分类:
其他好文 时间:
2020-02-05 18:42:25
阅读次数:
71
Fence Repair Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 77001 Accepted: 25185 Description Farmer John wants to repair a small length o ...
分类:
其他好文 时间:
2020-02-05 18:17:42
阅读次数:
69
B - The Suspects POJ - 1611 Time Limit: 1000MS Memory Limit: 20000K Total Submissions: 61692 Accepted: 29146 Description Severe acute respiratory synd ...
分类:
其他好文 时间:
2020-02-05 16:34:46
阅读次数:
80
A - Wireless Network POJ - 2236 Time Limit: 10000MS Memory Limit: 65536K Total Submissions: 50348 Accepted: 20619 Description An earthquake takes plac ...
分类:
Web程序 时间:
2020-02-05 16:19:13
阅读次数:
94
top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器 第一行,任务队列信息 第二行,Tasks — 任务(进程) 第三行,cpu状态信息 第四行,内存状态 1003020k total, 234464k used, 777824k f ...
分类:
系统相关 时间:
2020-02-05 10:19:55
阅读次数:
131
anaconda安装和jupyter的使用 安装:https://zhuanlan.zhihu.com/p/32925500 anaconda一个包管理工具,提供了用户界面和命令行操作两种模式。Anaconda包含了conda、Python在内的超过180个科学包及其依赖项。 jupyter是ana ...
分类:
其他好文 时间:
2020-02-04 20:24:12
阅读次数:
59
1 """ 2 There are a total of n courses you have to take, labeled from 0 to n-1. 3 Some courses may have prerequisites, for example to take course 0 yo ...
分类:
其他好文 时间:
2020-02-04 17:16:30
阅读次数:
77
idea debug无法启动 Error running 'Tomcat8': Unable to open debugger port (127.0.0.1:50168): java.net.SocketException "socket closed 在日志里显示在 event log 里的 E ...
分类:
其他好文 时间:
2020-02-03 16:03:44
阅读次数:
75
本文主要介绍 python 解释器的基本用法,借 helloworld 来演示传入代码的四种方式:文件,字符串,stdin,module。同时介绍在 windows 下如何使用 py 启动器运行不同版本的 python。 ...
分类:
编程语言 时间:
2020-02-03 13:41:07
阅读次数:
91
There are a total of n courses you have to take, labeled from 0 to n-1. Some courses may have prerequisites, for example to take course 0 you have to ...
分类:
其他好文 时间:
2020-02-03 13:33:02
阅读次数:
57