Eclipse中调试的时候报错[2014-06-18 13:07:49 - DinnerBooker] The connection to adb is down, and a severe error has occured.[2014-06-18 13:07:49 - DinnerBooker]...
分类:
移动开发 时间:
2014-06-28 21:52:07
阅读次数:
287
ctrl+/ 单行注释ctrl+shift+/ 块注释ctrl+shift+ +/- 展开/折叠ctrl+alt+L 格式化代码ctrl+shift+ up/down 上下移动句子Alt+回车 导入包,自动修正Ctrl+N 查找类Ctrl+Shift+N 查找文件Ctrl+Alt+L 格式化代码Ct...
分类:
Web程序 时间:
2014-06-20 13:49:42
阅读次数:
189
WHAT?集成是这样一种软件开发行为:将一些独立的软件组合为一个完整的系统。WHY?更容易诊断缺陷尽早获得一个可工作的产品更好的顾客关系增强士气更可靠地估计进度表更准确的现状报告HOW?集成的两种方式阶段式集成(爆炸集成)增量集成(滚雪球集成)增量集成的策略自顶向下(Top-Down):使用底层st...
分类:
其他好文 时间:
2014-06-18 17:48:18
阅读次数:
170
网上看见nginx的upstream目前支持的5种方式的分配,摘录备忘。1、轮询(默认)每个请求按时间顺序逐一分配到不同的后端服务器,如果后端服务器down掉,能自动剔除。upstream backserver {server 192.168.0.14;server 192.168.0.15;}2、...
分类:
其他好文 时间:
2014-06-18 15:25:59
阅读次数:
182
1、reportlab:由很多部分组成且允许用户使用多种方法创建输出,地址:下载ReportLabhttps://pypi.python.org/simple/reportlab/http://www.reportlab.com/software/opensource/rl-toolkit/down...
分类:
编程语言 时间:
2014-06-18 14:22:27
阅读次数:
313
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:
其他好文 时间:
2014-06-18 12:51:52
阅读次数:
205
vsftp服务要求:1.禁止匿名用户登录2.修改FTP默认端口为21213.禁锢本地用户在自己家目录4.本地用户登录到/data/ftproot目录5.up上传/下载,down仅下载。拒绝所有用户,登录包括匿名用户6.最多20个并发,每IP地址最多2个并发7.限制下载速度限制为100KB/s#FTP虚拟账户实现步骤:..
分类:
其他好文 时间:
2014-06-16 16:23:39
阅读次数:
420
RedhatLinux系统管理http://down.51cto.com/data/1328166The.Complete.FreeBSD.3rd.Editionhttp://down.51cto.com/data/1328165UNIX和Linux权威教程(第三版)http://down.51cto.com/data/1328164linux系统常用基本命令http://down.51cto.com/data/1328163红帽企业Linux虚拟化管..
分类:
系统相关 时间:
2014-06-16 15:38:35
阅读次数:
359
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.
此题和求二叉树的最短路径几乎一模一样。
public int...
分类:
其他好文 时间:
2014-06-15 16:36:40
阅读次数:
209
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
Note: You can only move either down or right at...
分类:
其他好文 时间:
2014-06-13 20:36:56
阅读次数:
280