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

推荐订阅源

L
Lohrmann on Cybersecurity
I
Intezer
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
G
GRAHAM CLULEY
Jina AI
Jina AI
Engineering at Meta
Engineering at Meta
AI
AI
SecWiki News
SecWiki News
C
Cybersecurity and Infrastructure Security Agency CISA
IT之家
IT之家
D
Darknet – Hacking Tools, Hacker News & Cyber Security
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
S
Security Affairs
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Google DeepMind News
Google DeepMind News
H
Hacker News: Front Page
爱范儿
爱范儿
F
Fortinet All Blogs
大猫的无限游戏
大猫的无限游戏
V
V2EX
H
Help Net Security
The Hacker News
The Hacker News
G
Google Developers Blog
Latest news
Latest news
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Tor Project blog
宝玉的分享
宝玉的分享
博客园 - 司徒正美
H
Heimdal Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
S
SegmentFault 最新的问题
C
Cisco Blogs
Blog — PlanetScale
Blog — PlanetScale
S
Security @ Cisco Blogs
B
Blog RSS Feed
B
Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Cyberwarzone
Cyberwarzone
L
LINUX DO - 最新话题
K
Kaspersky official blog
MongoDB | Blog
MongoDB | Blog

博客园 - 曲达子

Oralce sys system密码找回 oracle服务丢失的解决办法 JS 实现table 分页 xmlHttp 中乱码处理 C# windows 服务(转) 在oc4j中安装、配置MapViewer 关于PostBack(转) 自定义控件属性的一些特性 oracle 游标使用 (转)实用JaveScript 用.NET 2.0压缩/解压封装的类 (转) ASP.NET 项目中用到的广告效果(转) js 在杂烩 在NHibernate中使用Oracle的sequence主键 window对象详解 asp.net 获取服务器信息 路径问题 js中一些鼠标事件 常见问题与错误小总结
刷新父窗口
曲达子 · 2008-07-25 · via 博客园 - 曲达子

  我们在使用window.location.reload;进行刷新时,如果是提交数据的动作,则会出现“不重新发送信息,则无法刷新网页”

  window.location.href=window.location.href;
  window.location.reload;
  刷新父窗口/////
  window.opener.location.href=window.opener.location.href;
  window.location.reload;