摘要:
场景:证书问题:java.io.IOException: exception decrypting data - java.security.InvalidKeyException: Illegal key size at org.bouncycastle.jce.provider.JDKPKCS12KeyStore.cryptData(Unknown Source) at org.bouncycastle.jce.provider.JDKPKCS12KeyStore.engineLoad(Unknown Source) at java.security.KeyStore.load(KeySt 阅读全文
posted @ 2012-08-01 14:15
繁星中的点点星光
阅读(380)
评论(0)
推荐(0)
摘要:
场景:<iframe id="loadframe" src="http://xxx地址" border="0" width="300" height="600"></iframe><script language="javascript">function changeFrameUrl(url){ document.getElementById("loadframe").location.href=url;}change 阅读全文
posted @ 2012-08-01 14:06
繁星中的点点星光
阅读(177)
评论(0)
推荐(0)
摘要:
场景:<iframe id="loadiframe" src="http://xxx地址" border="0" width="300" height="600"></iframe>window.onload=function(){document.getElementById("loadiframe").src="http://新的跳转地址";}问题:window.onload没有响应。解决方法:解决办法好复杂,懒得去想了。分析: 阅读全文
posted @ 2012-08-01 14:00
繁星中的点点星光
阅读(178)
评论(0)
推荐(0)
摘要:
场景: <a href="javascript:void(0);" onclick="location.href='http://xxx地址';">测试跳转</a>问题: 在ie6下点击无反应解决办法:<a href="javascript:void(0);" onclick="location.href='http://xxx地址';return false;">原因分析: 在ie6下javascript:void(0)是认为浏览器载入内容没有刷 阅读全文
posted @ 2012-08-01 13:53
繁星中的点点星光
阅读(87)
评论(0)
推荐(0)

浙公网安备 33010602011771号