http://www.2cto.com/os/201307/225399.html
2013最新linux运维面试题在对linux基本知识的归纳总结之后,这里是一份linux的测试题。希望能帮助大家复习和熟悉linux知识。一、选择题1.cron后台常驻程序(daemon)用于:
A.负责文件在网络...
分类:
系统相关 时间:
2014-05-27 01:07:45
阅读次数:
406
http://www.cnblogs.com/gaojun/p/3406096.html
可以直接使用top命令后,查看%MEM的内容。可以选择按进程查看或者按用户查看,如想查看oracle用户的进程内存使用情况的话可以使用如下的命令: (1)top
top命令是Linux下常用的性能分析工具,.....
分类:
系统相关 时间:
2014-05-27 00:46:19
阅读次数:
336
常这样去定义一个渐变的div:渐变1:(双色)background:
-moz-linear-gradient(top, #456d6c 0%, #32b66a 100%); /*适合 FF3.6+*/ background:
-webkit-gradient(linear, left top, l...
分类:
Web程序 时间:
2014-05-24 06:37:38
阅读次数:
438
//滚动到指定元素的id处 如:$("#Exam82") function Jump() { var
scroll_offset = $("#Exam82").offset(); //得到Exam82这个div层的offset,包含两个值,top和left
$("body,html").an...
分类:
其他好文 时间:
2014-05-24 01:56:28
阅读次数:
410
reference
from:http://www.programcreek.com/2013/09/top-10-questions-for-java-collections/The
following are the most popular questions of Java collecti...
分类:
编程语言 时间:
2014-05-23 22:27:40
阅读次数:
545
This list summarizes the top 10 mistakes that
Java developers frequently make.#1. Convert Array to ArrayListTo convert an
array to anArrayList, develo...
分类:
编程语言 时间:
2014-05-23 22:00:21
阅读次数:
668
1. 查看Oracle数据库是否存在IO相关的竞争等待有下面三种方法:statpack报告的top 5
wait events或者AWR报告中的top 5 timed
events。数据库等待事件的sql语句跟踪中主要都是IO相关的等待事件的限制。操作系统工具显示存储数据库文件的存储磁盘有非常高的利...
分类:
其他好文 时间:
2014-05-23 12:22:52
阅读次数:
429
http://www.codeproject.com/Articles/746191/SQLite-Helper-CsharpThis small class
(SQLiteHelper.cs) is built on top of System.Data.SQLite.DLL. A referen...
分类:
数据库 时间:
2014-05-23 12:08:00
阅读次数:
558
一、表单input file样式说明 -
TOP本上传表单特效是使用纯DIV+CSS代码实现,兼容各大浏览器,使用方便在此美化基础上稍加CSS美化将获得更好的美化效果,也就是通过DIV
CSS样式美化上传表单控件。二、CSS file美化后效果图 - TOPfile表单美化效果图支持多浏览器...
分类:
其他好文 时间:
2014-05-23 11:29:53
阅读次数:
257
1. 进程是unix系统中两个最重要的基础抽象之一(另一个是文件)A process is a
running programA thread is the unit of activity inside of a processthe
virtualization of memory is ass...
分类:
系统相关 时间:
2014-05-20 12:33:05
阅读次数:
407