匿名者黑页源码 黑页源码

<html>
<styletype="text/css">
<!--
.STYLE1 {font-size:medium}
-->
</style>
<center><br><br><br><br><HEAD>
<title>贵站存在漏洞,请及时修复,以免带来不必要的损失 -by:testerQQ:61783753</title>
<br><br>
<styletype="text/css">

#outerCircleText {

font-style: italic;
font-weight: bold;
font-family: 'comic sansms', verdana, arial;
color: #1400FF;
</style>
<bgsoundsrc=http://zhangmenshiting2.baidu.com/data2/music/13557853/13557853.mp3?xcode=888415dce9dcabc57c370964f995582b&mid=0.98297898353513loop="-1">
<scripttype="text/javascript">
;(function(){
// Your message here (QUOTEDSTRING)
var msg = "testerQQ:61783753";
// Set font's style size forcalculating dimensions
// Set to number of desiredpixels font size (decimal and negative numbers not allowed)
var size = 24;
// Set both to 1 for plaincircle, set one of them to 2 for oval
// Other numbers& decimals can have interesting effects, keep theselow (0 to 3)
var circleY = 0.75; varcircleX = 2;
// The larger this divisor,the smaller the spaces between letters
// (decimals allowed, notnegative numbers)
var letter_spacing =5;
// The larger thismultiplier, the bigger the circle/oval
// (decimals allowed, notnegative numbers, some rounding is applied)
var diameter = 10;
// Rotation speed, set itnegative if you want it to spin clockwise (decimals allowed)
var rotation = 0.4;
// This is not the rotationspeed, its the reaction speed, keep low!
// Set this to 1 or adecimal less than one (decimals allowed, not negativenumbers)
var speed = 0.3;
if (!window.addEventListener&& !window.attachEvent ||!document_createElement_x) return;
msg = msg.split('');
var n = msg.length - 1, a =Math.round(size * diameter * 0.208333), currStep = 20,
ymouse = a * circleY + 20,xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o =document_createElement_x('div'), oi =document_createElement_x('div'),
b = document.compatMode&& document.compatMode !="BackCompat"? document.documentElement : document.body,
mouse = function(e){
e = e ||window.event;
ymouse =!isNaN(e.pageY)? e.pageY : e.clientY; // y-position
xmouse =!isNaN(e.pageX)? e.pageX : e.clientX; // x-position
},
makecircle = function(){ //rotation/positioning
if(init.nopy){
o.style.top = (b || document.body).scrollTop + 'px';
o.style.left = (b || document.body).scrollLeft + 'px';
};
currStep-= rotation;
for (vard, i = n; i > -1; --i){ // makes the circle
d =document.getElementByIdx_x('iemsg' + i).style;
d.top =Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) *circleY - 15) + 'px';
d.left =Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) *circleX) + 'px';
};
},
drag = function(){ // makesthe resistance
y[0] =Y[0] += (ymouse - Y[0]) * speed;
x[0] =X[0] += (xmouse - 20 - X[0]) * speed;
for (var i= n; i > 0; --i){
y[i] =Y[i] += (y[i-1] - Y[i]) * speed;
x[i] =X[i] += (x[i-1] - X[i]) * speed;
};
makecircle();
},
init = function(){ //appends message divs, & sets initial values forpositioning arrays
if(!isNaN(window.pageYOffset)){
ymouse +=window.pageYOffset;
xmouse +=window.pageXOffset;
} elseinit.nopy = true;
for (vard, i = n; i > -1; --i){
d =document_createElement_x('div'); d.id = 'iemsg' + i;
d.style.height = d.style.width = a + 'px';
d.a(document_createTextNode(msg[i]));
oi.a(d);y[i] = x[i] = Y[i] = X[i] = 0;
};
o.a(oi);document.body.a(o);
setInterval(drag, 25);
},
ascroll = function(){
ymouse +=window.pageYOffset;
xmouse +=window.pageXOffset;
window.removeEventListener('scroll', ascroll,false);
};
o.id = 'outerCircleText';o.style.fontSize = size + 'px';
if(window.addEventListener){
window.addEventListener('load', init,false);
document.addEventListener('mouseover', mouse,false);
document.addEventListener('mousemove', mouse,false);
if(/Apple/.test(navigator.vendor))
window.addEventListener('scroll', ascroll,false);
}
else if(window.attachEvent){
window.attachEvent('onload', init);
document.attachEvent('onmousemove', mouse);
};
})();
</script>
<scripttype="text/javascript">
<!--Begin



function toSpans(span){
匿名者黑页源码 黑页源码
varstr=span.firstChild.data;
vara=str.length;
span.removeChild(span.firstChild);
for(vari=0; i<a; i++) {
vartheSpan=document_createElement_x("SPAN");
theSpan.a(document_createTextNode(str.charAt(i)));
span.a(theSpan);
}
}
function RainbowSpan(span,hue, deg, brt, spd, hspd) {
this.deg=(deg==null?360:Math.abs(deg));
this.hue=(hue==null?0:Math.abs(hue)60);
this.hspd=(hspd==null?3:Math.abs(hspd)60);
this.length=span.firstChild.data.length;
this.span=span;
this.speed=(spd==null?50:Math.abs(spd));
this.hInc=this.deg/this.length;
this.brt=(brt==null?255:Math.abs(brt)%6);
this.timer=null;
toSpans(span);
this.moveRainbow();
}
RainbowSpan.prototype.moveRainbow = function() {
if(this.hue>359) this.hue-=360;
varcolor;
varb=this.brt;
vara=this.length;
varh=this.hue;

for(vari=0; i<a; i++) {

if(h>359) h-=360;

if(h<60) {color=Math.floor(((h)/60)*b); red=b;grn=color;blu=0; }
else if(h<120) {color=Math.floor(((h-60)/60)*b); red=b-color;grn=b;blu=0; }
else if(h<180) {color=Math.floor(((h-120)/60)*b); red=0;grn=b;blu=color; }
else if(h<240) {color=Math.floor(((h-180)/60)*b); red=0;grn=b-color;blu=b; }
else if(h<300) {color=Math.floor(((h-240)/60)*b); red=color;grn=0;blu=b; }
else { color=Math.floor(((h-300)/60)*b);red=b;grn=0;blu=b-color; }

h+=this.hInc;

this.span.childNodes[i].style.color="rgb("+red+", "+grn+","+blu+")";
}
this.hue+=this.hspd;
}
// End-->
</script>
</HEAD>
<BODY>
<style>
body {
padding:0;
margin:0;
background-image:url();
background-repeat:no-repeat;
background-position:bottom;
background-color:black;
color: #ffffff;
font: normal 80%Verdana;
margin-top: 0px;
margin-left: 0px;
padding: 0;
margin-right: 0px;
}
</style>
<divalign="center">
<h1id="r1">HaCker by:tester</h1>
</div>
<scripttype="text/javascript">
varr1=document.getElementByIdx_x("r1"); //get span to apply rainbow
var myRainbowSpan=newRainbowSpan(r1, 0, 360, 255, 50, 18); //apply static rainboweffect
myRainbowSpan.timer=window.setInterval("myRainbowSpan.moveRainbow()",myRainbowSpan.speed);
</script>
<divalign="center">
<p id="r2">《=tester QQ 61783753网络兴趣爱好者=》


</p>
</div>
<scripttype="text/javascript">
varr2=document.getElementByIdx_x("r2"); //get span to apply rainbow
var myRainbowSpan2=newRainbowSpan(r2, 0, 360, 255, 50, 348); //apply static rainboweffect
myRainbowSpan2.timer=window.setInterval("myRainbowSpan2.moveRainbow()",myRainbowSpan2.speed);
</script>
</html>
<html>
<bodybgcolor="#000000">
<bodyonContextMenu="alert('你能复制我的源码却无法复制我的真心。'); return false" NOOP="if(window.event != null &&window.event.button == 2) alert('Thanks...');">
<styletype="text/css">

#outerCircleText {

font-style: italic;
font-weight: bold;
font-family: 'comic sansms', verdana, arial;
color: #ff0000;


position: absolute;top:0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div{position: relative;}
#outerCircleText div div{position: absolute;top: 0;left: 0;text-align: center;}


</style>
<scripttype="text/javascript">
;(function(){
// Your message here (QUOTEDSTRING)
var msg = "";

// Set font's style size forcalculating dimensions
// Set to number of desiredpixels font size (decimal and negative numbers not allowed)
var size = 24;
// Set both to 1 for plaincircle, set one of them to 2 for oval
// Other numbers& decimals can have interesting effects, keep theselow (0 to 3)
var circleY = 0.75; varcircleX = 2;
// The larger this divisor,the smaller the spaces between letters
// (decimals allowed, notnegative numbers)
var letter_spacing =5;
// The larger thismultiplier, the bigger the circle/oval
// (decimals allowed, notnegative numbers, some rounding is applied)
var diameter = 10;
// Rotation speed, set itnegative if you want it to spin clockwise (decimals allowed)
var rotation = 0.4;
// This is not the rotationspeed, its the reaction speed, keep low!
// Set this to 1 or adecimal less than one (decimals allowed, not negativenumbers)
var speed = 0.3;
if (!window.addEventListener&& !window.attachEvent ||!document_createElement_x) return;
msg = msg.split(');
var n = msg.length - 1, a =Math.round(size * diameter * 0.208333), currStep = 20,
ymouse = a * circleY + 20,xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o =document_createElement_x('div'), oi =document_createElement_x('div'),
b = document.compatMode&& document.compatMode !="BackCompat"? document.documentElement : document.body,
mouse = function(e){
e = e ||window.event;
ymouse =!isNaN(e.pageY)? e.pageY : e.clientY; // y-position
xmouse =!isNaN(e.pageX)? e.pageX : e.clientX; // x-position
},
makecircle = function(){ //rotation/positioning
if(init.nopy){
o.style.top = (b || document.body).scrollTop + 'px';
o.style.left = (b || document.body).scrollLeft + 'px';
};
currStep-= rotation;
for (vard, i = n; i > -1; --i){ // makes the circle
d =document.getElementByIdx_x('iemsg' + i).style;
d.top =Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) *circleY - 15) + 'px';
d.left =Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) *circleX) + 'px';
};
},
drag = function(){ // makesthe resistance
y[0] =Y[0] += (ymouse - Y[0]) * speed;
x[0] =X[0] += (xmouse - 20 - X[0]) * speed;
for (var i= n; i > 0; --i){
y[i] =Y[i] += (y[i-1] - Y[i]) * speed;
x[i] =X[i] += (x[i-1] - X[i]) * speed;
};
makecircle();
},
init = function(){ //appends message divs, & sets initial values forpositioning arrays
if(!isNaN(window.pageYOffset)){
ymouse +=window.pageYOffset;
xmouse +=window.pageXOffset;
} elseinit.nopy = true;
for (vard, i = n; i > -1; --i){
d =document_createElement_x('div'); d.id = 'iemsg' + i;
d.style.height = d.style.width = a + 'px';
d.a(document_createTextNode(msg[i]));
oi.a(d);y[i] = x[i] = Y[i] = X[i] = 0;
};
o.a(oi);document.body.a(o);
setInterval(drag, 25);
},
ascroll = function(){
ymouse +=window.pageYOffset;
xmouse +=window.pageXOffset;
window.removeEventListener('scroll', ascroll,false);
};
o.id = 'outerCircleText';o.style.fontSize = size + 'px';
if(window.addEventListener){
window.addEventListener('load', init,false);
document.addEventListener('mouseover', mouse,false);
document.addEventListener('mousemove', mouse,false);
if(/Apple/.test(navigator.vendor))
window.addEventListener('scroll', ascroll,false);
}
else if(window.attachEvent){
window.attachEvent('onload', init);
document.attachEvent('onmousemove', mouse);
};
})();
</script>
<center><div>
<h2>
<center>
<scriptlanguage="JavaScript1.2">
varmessage="‖一行行无情的代码、用最真挚的感情去编写,一个个冰冷的黑页,却流下烫手的眼泪。‖"
varneonbasecolor="white"
varneontextcolor="red"
var flashspeed=100//in milliseconds
var n=0
if(document.all||document.getElementByIdx_x){
document.write('<fontcolor="'+neonbasecolor+'">')
for(m=0;m<message.length;m++)
document.write('<spanid="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)
functioncrossref(number){
var crossobj=document.all?eval_r("document.all.neonlight"+number) :document.getElementByIdx_x("neonlight"+number)
return crossobj
}
function neon(){
//Change all letters to basecolor
if (n==0){
for(m=0;m<message.length;m++)
//eval_r("document.all.neonlight"+m).style.color=neonbasecolor
crossref(m).style.color=neonbasecolor
}
//cycle through and changeindividual letters to neon color
crossref(n).style.color=neontextcolor
if(n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}
function beginneon(){
if(document.all||document.getElementByIdx_x)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script></h2>
<imgsrc="http://tophack.net/Akill_2012testwebshell.jpg" align="middle"border="0"><br/>
<td><center>
<FONTface="Monotype Corsiva" size="3"color="#ffffff">hacker by:teseer<br><br>http://blog.sina.com.cn/999mix999<br/>
<tr>
</tr>
</table>
<br/>
</script> <scripttype='text/javascript'>

function blendoff(idname){document.getElementByIdx_x(idname).style.display = 'none';}
function blendon(idname){document.getElementByIdx_x(idname).style.display = 'block';}
</script>
<scripttype='text/javascript'>

function swichtabs(wert){
if (wert=='1'){
document.getElementByIdx_x('tablink1').className='tab1tabactive';
document.getElementByIdx_x('tablink2').className='tab2';
document.getElementByIdx_x('tablink3').className='tab3';
document.getElementByIdx_x('tablink4').className='tab4';
}else if (wert=='2'){
document.getElementByIdx_x('tablink1').className='tab1';
document.getElementByIdx_x('tablink2').className='tab2tabactive';
document.getElementByIdx_x('tablink3').className='tab3';
document.getElementByIdx_x('tablink4').className='tab4';
}else if (wert=='3'){
document.getElementByIdx_x('tablink1').className='tab1';
document.getElementByIdx_x('tablink2').className='tab2';
document.getElementByIdx_x('tablink3').className='tab3tabactive';
document.getElementByIdx_x('tablink4').className='tab4';
} else if (wert=='4'){
document.getElementByIdx_x('tablink1').className='tab1';
document.getElementByIdx_x('tablink2').className='tab2';
document.getElementByIdx_x('tablink3').className='tab3';
document.getElementByIdx_x('tablink4').className='tab4tabactive';
}
}
</script>
<SCRIPTlanguage=JavaScripttype=text/javascript>
<!--
var rows=1; // must be anodd number
var speed=10; // lower isfaster
var reveal=2; // between 0and 2 only. The higher, the faster the word appears
var effectalign="default"//enter "center" to center it.
varw3c=document.getElementByIdx_x &&!window.opera;;
var ie45=document.all&& !window.opera;
var ma_tab, matemp, ma_bod,ma_row, x, y, columns, ma_txt, ma_cho;
var m_coch=newArray();
var m_copo=newArray();
function matrix() {
if (!w3c&& !ie45) return
varmatrix=(w3c)?document.getElementByIdx_x("matrix"):document.all["matrix"];
ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
ma_txt=" "+ma_txt+" ";
columns=ma_txt.length;
if (w3c) {
while(matrix.childNodes.length)matrix.removeChild(matrix.childNodes[0]);
ma_tab=document_createElement_x("table");
ma_tab.setAttribute("border", 0);
ma_tab.setAttribute("align",effectalign);
ma_tab.style.backgroundColor="#000000";
ma_bod=document_createElement_x("tbody");
for (x=0;x<rows; x++) {
ma_row=document_createElement_x("tr");
for (y=0;y<columns; y++) {
matemp=document_createElement_x("td");
matemp.setAttribute("id","Mx"+x+"y"+y);
matemp.className="matrix";
matemp.a(document_createTextNode(String.fromCharCode(160)));
ma_row.a(matemp);
}
ma_bod.a(ma_row);
}
ma_tab.a(ma_bod);
matrix.a(ma_tab);
} else {
ma_tab='<ta'+'ble align="'+effectalign+'" border="0">';
for (var x=0;x<rows; x++) {
ma_tab+='<t'+'r>';
for (var y=0;y<columns; y++) {
ma_tab+='<t'+'did="Mx'+x+'y'+y+'">&nbsp;</'+'td>';
}
ma_tab+='</'+'tr>';
}
ma_tab+='</'+'table>';
matrix.innerHTML=ma_tab;
}
ma_cho=ma_txt;
for (x=0;x<columns; x++) {
ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
m_copo[x]=0;
}
ma_bod=setInterval("mytricks()", speed);
}

function mytricks() {
x=0;
for (y=0;y<columns; y++) {
x=x+(m_copo[y]==100);
ma_row=m_copo[y]0;
if (ma_row&& m_copo[y]<100){
if(ma_row<rows+1) {
if (w3c) {
matemp=document.getElementByIdx_x("Mx"+(ma_row-1)+"y"+y);
matemp.firstChild.nodeValue=m_coch[y];
}
else {
matemp=document.all["Mx"+(ma_row-1)+"y"+y];
matemp.innerHTML=m_coch[y];
}
matemp.style.color="#FF0000";
matemp.style.fontWeight="bold";
}
if (ma_row>1&& ma_row<rows+2){
matemp=(w3c)?document.getElementByIdx_x("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
matemp.style.fontWeight="normal";
matemp.style.color="#FF0000";
}
if (ma_row>2){
matemp=(w3c)?document.getElementByIdx_x("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
matemp.style.color="#FF0000";
}
if(ma_row<Math.floor(rows/2)+1) m_copo[y]++;
else if(ma_row==Math.floor(rows/2)+1 &&m_coch[y]==ma_txt.charAt(y)) zoomer(y);
else if(ma_row<rows+2) m_copo[y]++;
else if(m_copo[y]<100) m_copo[y]=0;
}
else if(Math.random()>0.9&& m_copo[y]<100){
m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
m_copo[y]++;
}
}
if (x==columns)clearInterval(ma_bod);
}
function zoomer(ycol){
var mtmp, mtem, ytmp;
if(m_copo[ycol]==Math.floor(rows/2)+1) {
for (ytmp=0;ytmp<rows; ytmp++) {
if (w3c) {
mtmp=document.getElementByIdx_x("Mx"+ytmp+"y"+ycol);
mtmp.firstChild.nodeValue=m_coch[ycol];
}
else {
mtmp=document.all["Mx"+ytmp+"y"+ycol];
mtmp.innerHTML=m_coch[ycol];
}
mtmp.style.color="#FF0000";
mtmp.style.fontWeight="bold";
}
if(Math.random()<reveal) {
mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
ma_cho=ma_cho.substring(0,mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
}
if(Math.random()<reveal-1) ma_cho=ma_cho.substring(0,ma_cho.length-1);
m_copo[ycol]+=199;
setTimeout("zoomer("+ycol+")", speed);
}
else if(m_copo[ycol]>200) {
if (w3c) {
mtmp=document.getElementByIdx_x("Mx"+(m_copo[ycol]-201)+"y"+ycol);
mtem=document.getElementByIdx_x("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
}
else {
mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
}
mtmp.style.fontWeight="normal";
mtem.style.fontWeight="normal";
setTimeout("zoomer("+ycol+")", speed);
}
else if (m_copo[ycol]==200)m_copo[ycol]=100+Math.floor(rows/2);
if(m_copo[ycol]>100 &&m_copo[ycol]<200) {
if (w3c) {
mtmp=document.getElementByIdx_x("Mx"+(m_copo[ycol]-101)+"y"+ycol);
mtmp.firstChild.nodeValue=String.fromCharCode(160);
mtem=document.getElementByIdx_x("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
mtem.firstChild.nodeValue=String.fromCharCode(160);
}
else {
mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
mtmp.innerHTML=String.fromCharCode(160);
mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
mtem.innerHTML=String.fromCharCode(160);
}
setTimeout("zoomer("+ycol+")", speed);
}
}
//-->
setTimeout('matrix()',1);
col=0;
function fadein()
{
document.getElementByIdx_x("fade1").style.color="rgb(" + col +",0,0)";
document.getElementByIdx_x("fade2").style.color="rgb(" + col +",0,0)";
document.getElementByIdx_x("fade3").style.color="rgb(" + col +",0,0)";
document.getElementByIdx_x("fade4").style.color="rgb(" + col +",0,0)";
document.getElementByIdx_x("fade5").style.color="rgb(" + col +",0,0)";
document.getElementByIdx_x("fade6").style.color="rgb(" + col +",0,0)";
col+=5;
if(col<255)setTimeout('fadein()', 1);
if(col==255)setTimeout('fadeout()', 1);
}
function fadeout()
{
document.getElementByIdx_x("fade1").style.color="rgb(" + col +",0,0)";
document.getElementByIdx_x("fade2").style.color="rgb(" + col +",0,0)";
document.getElementByIdx_x("fade3").style.color="rgb(" + col +",0,0)";
document.getElementByIdx_x("fade4").style.color="rgb(" + col +",0,0)";
document.getElementByIdx_x("fade5").style.color="rgb(" + col +",0,0)";
document.getElementByIdx_x("fade6").style.color="rgb(" + col +",0,0)";
col-=5;
if(col>0)setTimeout('fadeout()', 1);
if(col==0)setTimeout('fadein()', 1);
}
setTimeout('fadein()',1);
</script>
<scriptlanguage='JavaScript1.2'>
functiondisableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=newFunction ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<EMBEDsrc="http://www.xmbsh.com/themass.mp3" width="0" height="0"border=0 loop="ture"></EMBED>
<br>
</FONT></P></FONT><BGSOUNDbalance=0 volume=0 loop=infinite>
<SCRIPTlanguage=javascript> <divclass=startanmo><ul>
</center>
</div><center><DIVid=matrix>xxxxxxxxx</DIV><!--xxxxxxxxx -->
</center></body>


<html>
</center></html>

  

爱华网本文地址 » http://www.aihuau.com/a/25101011/66454.html

更多阅读

清心咒(道教) 清心咒mp3

老君曰:大道无形,生育天地;大道无情,运行日月;大道无名,长养万物;吾不知其名,强名曰道。夫道者:有清有浊,有动有静;天清地浊,天动地静。男清女浊,男动女静。降本流末,而生万物。清者浊之源,动者静之基。人能常清静,天地悉皆归。夫人神好清,而心扰之;人

漫步者R800TC有源音箱电路图 漫步者r800tc拆解

漫步者R800TC有源音箱一款使用TDA2616功放IC的产品,前级部分使用为大家所熟悉的NE5532运放做放大。其中RP1和RP2作用是高音截止频率调节。由于电路非常简单,且无需调试,所以很适合广大初学朋友制作。电路图如下。漫步者R800TC有源音箱

滋源无硅油洗发水怎么样? 滋源无硅油洗发水广告

无硅油洗发水,正是目前中国发用市场的热点。而滋源无硅油洗发水,确切来说,应该叫做滋源无硅油洗头水,正在成分这个细分市场的领跑者。滋源无硅油洗发水怎么样呢?其实无硅的话题,我在前面的护发栏目的文章中写了不少,包括无硅油洗发水,你也

《太上老君清静心经》 清静心经

老君曰:夫道,一清一浊,一静一动。清静为本,浊动为末。故阳清阴浊,阳动阴静;男清女浊,男动女静;降本流末,而生万物。清者浊之源,静者动之基。人能清静,天下贵之。人神好清而心扰之,人心好静而欲牵之。常能遣其欲而心自静,澄其心,而神自清,自然六欲不

真正的匿名者,TOR的原理 tor工作原理

真正的匿名者,TOR 的原理(1 ) ----到底什么才是匿名?  先说一下我为什么又开了一个系列:美国司法局(背后八成是NSA )对TOR下手了「0 」。TOR有难,我怎能袖手旁观?是有坏人在使用TOR ,但TOR 所保护的,更多是好人!像天朝这种a发条微博就" 分裂国

声明:《匿名者黑页源码 黑页源码》为网友友情难以取替分享!如侵犯到您的合法权益请联系我们删除