1.在AndroidManifest.xml中注册
2.在Activity中注册MyReceiver receiver = new MyReceiver();IntentFilter filter = ne...
分类:
移动开发 时间:
2014-05-09 16:24:54
阅读次数:
432
http://blog.csdn.net/absurd/article/details/4307903
分类:
其他好文 时间:
2014-05-09 08:33:42
阅读次数:
201
Github只允许上传最大100MB的文件,如果超过,则会被server reject则需:git filter-branch --force --index-filter "git rm --cached --ignore-unmatch Project1/Project1.1\ Sample\ Project/output.txt" --prune-empty --tag-name-filt...
分类:
其他好文 时间:
2014-05-09 06:35:41
阅读次数:
341
javaweb action无法跳转,javaweb表单无法跳转的解决方法。web.xml文件配置...
分类:
编程语言 时间:
2014-05-09 01:05:35
阅读次数:
527
邮件附件在线预览,就是当收到邮件带有附件时,尤其是超大附件,可以不用下载邮件中的附件,通过web页面,以在线的方式读取其中的内容。此功能方便用户直接查看附件,节省下载的时间,同时也在很多时候极大的方便了没有安装相应软件的用户,对于异地登录邮箱用户,更是一项不错..
分类:
Web程序 时间:
2014-05-09 00:52:52
阅读次数:
483
来尝试一下更为复杂一点的检索。我们想要找到姓中包含“Smith"且年龄大于30的员工信息,一个有效的查询如下:GET
/megacorp/employee/_search{ "query":{ "filtered":{ "filter":{ "range":{ ...
分类:
其他好文 时间:
2014-05-09 00:06:23
阅读次数:
358
-webkit-box-shadow: #666 0px 5px
10px;-moz-box-shadow: #666 0px 5px 10px;box-shadow: #666 0px 5px 10px;/* For IE
8 */-ms-filter: "progid:DXImageTransf...
分类:
Web程序 时间:
2014-05-08 23:14:26
阅读次数:
328
.blur{-webkit-filter:blur(5px);-moz-filter:blur(5px);-o-filter:blur(5px);-ms-filter:blur(5px);filter:url(#blur-effect-1);filter:progid:DXImageTransfor...
分类:
Web程序 时间:
2014-05-08 23:10:46
阅读次数:
637
listener,filter,servlet的初始化顺序 web.xml中可以配置如下信息:
context-param,listener,filter,servlet。 他们的加载顺序和在web.xml文件中的先后顺序没有关系。
context-param用于向ServletContext提供键...
分类:
编程语言 时间:
2014-05-08 08:38:46
阅读次数:
462
1.web.xml加载顺序http://mianhuaman.iteye.com/blog/1105522关键点:ServletContext
-> context-param -> listener -> filter -> servlet2.beans
xmlnshttp://www.w3sch...
分类:
编程语言 时间:
2014-05-08 07:08:24
阅读次数:
510