0.下载jdk8 登录网址:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html选择对应jdk版本下载。(可在Windows下下载完成后,通过文件夹共享到Linux上) 1. 登录Lin ...
分类:
编程语言 时间:
2016-09-24 00:50:26
阅读次数:
219
1.os - Normal Method: os.name() : os.getcwd(): 给出当前的目录,python当前的工作目录 os.listdir(): 返回 os.remove():删除 os.system(): 来到shell os.sep: 取代操作系统特定路径分隔符 os.lin ...
分类:
编程语言 时间:
2016-09-23 06:36:55
阅读次数:
169
Given a nested list of integers, return the sum of all integers in the list weighted by their depth. Each element is either an integer, or a list -- w ...
分类:
其他好文 时间:
2016-09-22 07:41:00
阅读次数:
130
Given a nested list of integers, return the sum of all integers in the list weighted by their depth. Each element is either an integer, or a list -- w ...
分类:
其他好文 时间:
2016-09-22 06:35:53
阅读次数:
178
1.软件有很多种,如工具类软件、游戏类软件、系统类软件,它们的运行方式也各种各样,如以单机方式运行、以网站方式运行或者以APP方式运行在手机端等,请选取三种软件,分析它们各自的特点。 工具类软件:腾讯QQ,微信,百度等 游戏类软件:英雄联盟,守望先锋,魔兽世界等 系统类软件:Windows, Lin ...
分类:
其他好文 时间:
2016-09-18 13:38:13
阅读次数:
184
需要唯一吗? 需要:Set 需要制定顺序吗? 需要:TreeSet 不需要:HashSet 但是想要一个和存储一致的顺序(有序):LinkedHashSet 不需要:List 需要频繁的增删吗? 需要:LinkedList 不需要:ArrayList List |--ArrayList |--Lin ...
分类:
其他好文 时间:
2016-09-17 14:49:25
阅读次数:
115
应朋友需求,他要在vps上面安装metasploit,因为kali2.0是基于debian8的,所以我建议他使用debian8。但是他说使用debian8添加kali源,更新时出现404NotFound错误。于是乎,我就亲自尝试了一下。先看一下环境root@localhost:~#cat/etc/issue.net&&uname-a
DebianGNU/Lin..
分类:
Web程序 时间:
2016-09-17 13:35:18
阅读次数:
246
使用shell脚本实现对Oracle数据库的监控与管理将大大简化DBA的工作负担,如常见的对实例的监控,监听的监控,告警日志的监控,以及数据库的备份,AWR report的自动邮件等。本文给出Linux 下使用 shell 脚本来监控 Oracle 实例。 Linux Shell的相关参考: Lin ...
分类:
数据库 时间:
2016-09-17 00:27:41
阅读次数:
233
!!!声明 1-3 是jsp页面所写内容 文中需要的util 参见百度云 1、首先引入css,js文件 <script type="text/javascript" src="<%=path%>/js/uploadify/jquery.uploadify.min.js"></script> <lin ...
分类:
编程语言 时间:
2016-09-15 13:44:54
阅读次数:
182
1. 反函数 定义1: A function ? is called a one-to-one function if it never takes on the same value twice; that is ?(x1)≠?(x2) whenever x1≠x2. Horizontal Lin ...
分类:
其他好文 时间:
2016-09-14 16:29:12
阅读次数:
115