最近遇到一个很纠结的问题:jquery.autocomplete在IE6下被下拉框遮挡 。如图:网上找到原因,例如:http://www.360doc.com/content/10/1126/16/2197500_72641076.shtml但是,我们的问题是我们用了jquery.autocompl...
分类:
Web程序 时间:
2014-08-19 18:47:45
阅读次数:
229
静态资源一般都会在代理服务器上进行缓存,而有的浏览器支持gzip,但是也有不支持gzip的老旧浏览器,所以需要设置Vary: Accept-Encoding 头,这个头告诉浏览器,服务器已经接受压缩请求,将原压缩过的内容返回了,还有这个Content-Encoding: gzip头部,它通知浏览器,...
分类:
其他好文 时间:
2014-08-19 18:21:15
阅读次数:
198
array(
"wx_content" => array("weixin_user" => "微信号码", "weixin_pass" => "微信密码")
)
);
wx_login();
$messge_list = get_message_list();
$file_id=$messge_list[...
分类:
微信 时间:
2014-08-19 16:32:34
阅读次数:
416
使用after伪类清除浮动.department li:after{content:".";height:0;visibility:hidden;display:block;clear:both;}
分类:
其他好文 时间:
2014-08-19 16:00:04
阅读次数:
212
android的所有UI控件,都是基于View的,因此特意重点学习了下这个,为后面学习其他控件打下基础。http://www.360doc.com/content/14/0102/12/12050012_342019150.shtml重新时常用覆盖的方法package com.example.ddd...
分类:
移动开发 时间:
2014-08-19 15:57:14
阅读次数:
314
string strJS = "art.dialog({icon:'question',title:'询问',content:'您确定要删除吗?',ok:function(){__doPostBack('" + btnDelete.ID + "','');},okVal:'确定',cancel:tr...
分类:
Windows程序 时间:
2014-08-19 15:55:14
阅读次数:
1837
上几篇讲contact的时候,取得的头像都是存在数据库中,通过:
cursor = context.getContentResolver().query(
ContentUris.withAppendedId(ContactsContract.Data.CONTENT_URI, photoId),
new ...
分类:
移动开发 时间:
2014-08-19 12:57:14
阅读次数:
220
The original page sourceContent is the most important aspect of any site. So let's design for the content and not let the design dictate(命令) the conte...
分类:
其他好文 时间:
2014-08-19 12:32:14
阅读次数:
210
1. For all DIVs of a page$(function() { $("div").lazyload({effect: 'fadeIn'});});2. For a particular DIV having some ID like: some content $(function(...
分类:
其他好文 时间:
2014-08-19 12:18:34
阅读次数:
218
总结一,用curl排错Content-Length设置错误,误导了客户端。访问/cgi-bin/txproj_list时,firebug显示总是不多不少15秒,调试其他问题时郁闷。 firebug没有具体延时15秒的提示,一直百思不得其解。 直到我使用curlwilson@ubun:~$ curl ...
分类:
其他好文 时间:
2014-08-19 10:49:44
阅读次数:
241