演示:http://jsfiddle.net/Adce2/
主要思路:
1, 首先画出侧边栏的html。
2, 利用css3属性分别为close sidebar-content添加显示和隐藏的动画。
3, 利用css3的keyframes来定义动画的样式。...
分类:
Web程序 时间:
2014-06-05 10:05:44
阅读次数:
466
DFC - Documentum Foundation Classes
位于Content server和client 之间。 用来做服务端业务逻辑和客制。
BOF- Business Object Framework.
模组。 最重要的两个模组是
1. TBOs --type based objects
2. SBOs-- service based objects
3. Aspec...
分类:
其他好文 时间:
2014-06-05 09:09:06
阅读次数:
264
代码如下: //删除短信
getContentResolver().delete(Uri.parse("content://sms/#"),"address=?", new
String[]{"10001"}); ...
分类:
移动开发 时间:
2014-06-03 07:28:46
阅读次数:
223
1、一个文档如下db.posts.find(){ "_id" :
ObjectId("5388162dfc164ee1f39be37f"), "title" : "Java Example", "content" :
"This is a example for Java!", ...
分类:
数据库 时间:
2014-05-31 21:50:28
阅读次数:
396
NameNumericDescriptionHexISO in CSS
contentOctal no-break space%A0p:before { content:"\00a0";
}alert("\240");¡?¡inverted exclamation m...
分类:
Web程序 时间:
2014-05-31 11:26:22
阅读次数:
881
1、提示符助手快捷键alt+/你可以自定义 window->keys->Content
assist->Binding2、复制当前行alt+ctrl+下3、删除ctrl+D4、加注释块注释 shift+ctrl+\取消块注释
shift+ctrl+/行ctrl+/
分类:
其他好文 时间:
2014-05-31 06:49:27
阅读次数:
195
提升软件性能,通常喜欢去调整各种启动参数,这没有多大意义,小伎俩。
性能优化要从架构和策略入手,才有可能得到较大的收益Solr的查询是基于Field的,以Field为基本单元,例如一个文章站要索引classArticle{
String title; String content; String t...
分类:
其他好文 时间:
2014-05-31 06:15:39
阅读次数:
226
post请求 url后面加参数 接收不到的,必须 放到send("use"=user)形式还要加上
xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded");servlet
1 package cn.itcast...
分类:
Web程序 时间:
2014-05-31 05:51:04
阅读次数:
418
1 header("Content-type:
application/vnd.ms-excel"); 2 header("Content-disposition: attachment;
filename=$EXPORT_TIME.xls"); 3 ...
分类:
其他好文 时间:
2014-05-31 03:30:28
阅读次数:
258
该错误一般是编码带来的问题,比如在请求post的时候,使用了application/x-www-form-urlencoded的content
type那么请求传过来的string则需要用urlDecoder进行decode。否则就会报上述错误body =
java.net.URLDecoder.d...
分类:
数据库 时间:
2014-05-30 21:52:15
阅读次数:
237