惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
S
Securelist
D
Docker
The Register - Security
The Register - Security
GbyAI
GbyAI
Recorded Future
Recorded Future
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
罗磊的独立博客
博客园 - 【当耐特】
F
Full Disclosure
WordPress大学
WordPress大学
腾讯CDC
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
SecWiki News
SecWiki News
L
Lohrmann on Cybersecurity
I
InfoQ
MyScale Blog
MyScale Blog
量子位
Cyberwarzone
Cyberwarzone
博客园 - 三生石上(FineUI控件)
The Hacker News
The Hacker News
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
博客园_首页
H
Help Net Security
K
Kaspersky official blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Webroot Blog
Webroot Blog
Blog — PlanetScale
Blog — PlanetScale
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
The Cloudflare Blog
P
Proofpoint News Feed
V
Visual Studio Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tailwind CSS Blog
爱范儿
爱范儿
P
Privacy International News Feed
Security Archives - TechRepublic
Security Archives - TechRepublic
The GitHub Blog
The GitHub Blog
C
Cybersecurity and Infrastructure Security Agency CISA
B
Blog RSS Feed

博客园 - 古代

linux下关于重命名卷标 wget header参数使用。 - 古代 - 博客园 奔波尔霸温瑞安 方娥真〈月台〉析论 入凡尘十二年的方娥真 模拟兼容onmouseleave,onmouseenter - 古代 - 博客园 python 进程通信测试代码(程序A,程序B) parse_url 和再pathinfo,what you'll get - 古代 php转换拼音,全。 RPM 安装mod_encoding,linux下apache支持中文名 自动杀死pps的后台进程 js表达式转义 - 古代 - 博客园 批量jstest get_top_dom($dom); - 古代 - 博客园 rm大量文件 Read-only file system处理记录 通过PHP获取生僻字的汉语拼音[转] 唉,这个备案,头疼. 神奇的js代码,图片全都飞起来了
autopos
古代 · 2010-04-23 · via 博客园 - 古代

function tip(a)
{
xy=getPos(a)
os('sltt').left=(xy.x+a.offsetWidth+10)+'px'
os('sltt').top=(xy.y)+'px'
os('slt').display='none'
os('sltt').display=''
y=40,x=0
dH = bodys.clientHeight
dW = bodys.clientWidth
oH = xy.y+356
oW = xy.x+351
h=bodys.scrollTop
if( oH > dH ) y=(oH-dH)-40
if( oH > dH+h ) y=(oH-(dH+h))
if( oW > dW ) x=348
$('subject').innerHTML=a.innerHTML+'<span id=subs style="font-size:12px;color:#d00;padding-left:5px">'
os('slt').left=(xy.x+a.offsetWidth+10)-x+'px'
os('slt').top=(xy.y-y)+'px'

ht = (location.href).split('/');
ht=ht[ht.length-1];
ht = ht.split('.');
ht=ht[0];
var imgurl = v_http+'img.php?id='+(a.id)+'&html='+ht
$('imgs').src='i/loading.gif';
$('imgs').src=imgurl //'i/loading.gif';
$('imgl').href=a.href
//loadJS(imgurl)
//$('imgtmp').src=v_http+'img.php?id='+(a.id)+'&html='+ht;
$('cid').value=a.id;
}


function getPos(el){
var r = {'x':el.offsetLeft,'y':el.offsetTop}
if(el.offsetParent){
var tmp = getPos(el.offsetParent)
r.x += tmp.x;r.y += tmp.y
}return r}