MyHtml.html
-->
*{margin:0px 0px ; padding:0px 0px;}
body{background:#000;position:relative;}
body .bg {width:1300px;height:700px;position:absolute;left:20px;
top:10p...
分类:
Web程序 时间:
2015-02-26 10:05:47
阅读次数:
496
MyHtml.html
*{margin:0px 0px; padding:0px 0px;}
body{background:url("img/bg.jpg");position:relative;}
#main{width:1186px;height:788px;
border:1px solid #66FF33;margin:50px au...
分类:
Web程序 时间:
2015-02-26 10:00:15
阅读次数:
195
MyHtml.html
-->
*{margin:0px ; padding:0px}
body{background:url("imgs/bg.jpg")}
.list{width:1200px; height:700px;background:rgba(0,0,0,0.3 );
box-shadow:0px 0px 5px #000;...
分类:
Web程序 时间:
2015-02-25 18:40:59
阅读次数:
246
In my stochastic processes class, Prof Mike Steele assigned a homework problem to calculate the ruin probabilities for playing a game where you with $...
分类:
其他好文 时间:
2015-02-23 09:36:56
阅读次数:
382
首先启动混杂模式
ifconfig查看interfaceairmon-ng start wlan0Found 5 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (...
分类:
其他好文 时间:
2015-02-20 11:57:50
阅读次数:
2129
4.几个常用的shell脚本例子 4.0.在写脚本(同样适用在编程的时候),最好写好完善的注释 4.1.kill_processes.sh(一个杀死进程的脚本)#!/bin/bashcurrent_PID=$$ps -aux | grep "/usr/sbin/httpd" | grep -v "g...
分类:
系统相关 时间:
2015-02-15 20:33:54
阅读次数:
210
从日志分析看,数据库出现故障前,大量process w000 died, see its trace file 无法获得连接,目前参数设置为150,太少,修改processes参数。--整改方法:sqlplus "/ as sysdba "alter system set processes=150...
分类:
其他好文 时间:
2015-02-12 18:10:26
阅读次数:
157
1.Overview of the Automatic Workload RepositoryTheAutomatic Workload Repository (AWR) collects, processes, and maintains performance statistics for pr...
分类:
数据库 时间:
2015-02-12 13:52:45
阅读次数:
219
效果参考http://vip.163.com/http://vip.sina.com.cn/特点:背景图片在不变形的情况下尽可能的显示完整,窗口不出现滚动条,始终全屏显示JS:#content代表最外层的DIV,使页面全屏.bg代表背景图片 //此参数表示图片缩放的比例,如果有需要定位在窗口某位置的...
分类:
其他好文 时间:
2015-02-11 18:10:05
阅读次数:
329
$(function(){ var _srcList = [], i = 0; //获取所有图片路径,存为数组 $('.bg').each(function(){ _srcList.push($(this).attr('src')); }) fun...
分类:
其他好文 时间:
2015-02-09 18:14:08
阅读次数:
233