使用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
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
一、样式:二、js 三、html
div在浏览器窗口中的位置是,居上200px,居左200px。四、图示(top/left/right/bottom具体指示)
分类:
其他好文 时间:
2014-04-29 21:22:58
阅读次数:
477
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
行内元素、非置换元素不会应用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