周记 2015.07.27

1. 自适应宽高:

<iframe src="a.html" width="100%" onload="this.height=0;var fdh=(this.Document?this.Document.body.scrollHeight:this.contentDocument.body.offsetHeight);this.height=(fdh>700?fdh+20:700)" scrolling="no" name="dataIframe" frameborder="0"> </iframe>

 

2. 设置禁止自动更新:

    菜单栏:高级->配置->应用程序布局->其他 取消勾选“自动检查更新”

 

3. 鼠标放上去显示内容:

    <a href="http://www.baidu.com" title搜索 = "点击进入百度">百度</a>

    <img src="http://www.baidu.com/img/logo.gif" alt="百度图标"/>

 

4. SSDB中scan key_start key_end limit ,key_start 和 key_end 是指字母的顺序,不是数字。

你可能感兴趣的:(周记 2015.07.27)