码迷,mamicode.com
首页 >  
搜索关键字:bottom bar    ( 10976个结果
使用Apache Axis2 创建 Web Services (bottom-up)
使用ApacheAxis2创建WebServices一.什么是WebServices简单来说WebServices就是一种资源,我们可以通过http访问它,它以xml形式返回我们想要的结果。二.Web应用程序和webservices对比Web应用程序WebServices返回HTML返回XML(SO...
分类:Web程序   时间:2014-07-22 23:14:16    阅读次数:563
线性渐变
1 background: -webkit-gradient(linear,left bottom,left top,color-stop(0,white),color-stop(0.5,#eee));2 background: -webkit-linear-gradient(center bott...
分类:其他好文   时间:2014-07-22 23:06:13    阅读次数:364
[复变函数]第21堂课 6 留数理论及其应用 6. 1 留数
0. 引言---回忆(1) Cauchy 积分公式 (第三章) $$\beex \bea f\mbox{ 在 }D\mbox{ 内解析}, \mbox{ 在 }\bar D=D+\p D\mbox{ 上连续}&\ra \int_C \cfrac{f(z)}{z-a}\rd z=2\pi if(a),...
分类:其他好文   时间:2014-05-01 03:47:46    阅读次数:352
getBoundingClientRect() 来获取页面元素的位置
一、样式:二、js 三、html div在浏览器窗口中的位置是,居上200px,居左200px。四、图示(top/left/right/bottom具体指示)
分类:其他好文   时间:2014-04-29 21:22:58    阅读次数:477
Leetcode:Minimum Path Sum 最小路径和
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or right at...
分类:其他好文   时间:2014-04-28 10:46:41    阅读次数:311
【前段开发】行内元素和块级元素总结(HTML CSS)
行内元素、非置换元素不会应用width属性,比如对行内元素应用了width:200px,你不会看到任何效果出现。 行内元素、非置换元素不会应用height属性,但是高度可以通过line-height来指定。 行内元素你可以给它设置padding,但只有padding-left和padding-right会有效果,没有padding-top和padding-bottom。 margin属性也是和padding属性一样,对行内元素左右有效,上下无效。...
分类:Web程序   时间:2014-04-27 19:57:13    阅读次数:1043
10976条   上一页 1 ... 1096 1097 1098
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!