1.网易body { text-align: center; font-family:"宋体", arial;margin:0; padding:0; background: #FFF; font-size:12px; color:#000;}div,form,img,ul,ol,li,dl,dt,...
分类:
Web程序 时间:
2015-05-12 15:29:33
阅读次数:
143
android:columnWidth设置列的宽度。关联的方法为:setColumnWidth(int)android:gravity设置此组件中的内容在组件中的位置。可选的值有:top、bottom、left、right、center_vertical、fill_vertical、center_h...
分类:
其他好文 时间:
2015-05-12 13:19:14
阅读次数:
121
弹性布局总结:box是先出来的,flex后出,现在主要用flex。但是box有一个特性是flex没有的,文字可以垂直居中~display:-webkit-box; -webkit-box-align:center; -webkit-box-pack:center;设了宽度+padding+borde...
分类:
其他好文 时间:
2015-05-12 11:08:03
阅读次数:
179
#box{
width:150px;height:150px;border:1px dashed red;
font-size:13px;line-height:150px;text-align:center;
}...
分类:
Web程序 时间:
2015-05-12 09:34:27
阅读次数:
126
先贴代码:data = rand(100,2); [center,U,obj_fcn] = fcm(data,2); plot(data(:,1), data(:,2),'o'); hold on; maxU = max(U); % Find th...
分类:
其他好文 时间:
2015-05-11 23:40:02
阅读次数:
318
transform-origin接受两个参数,它们可以是百分比,em,px等具体的值,也可以是left,center,right,或者 top,center,bottom等描述性参数,第一个参数表示X方向,第二个参数表示Y方向,但是,当用 left,right,center 来表示的时候,是不区分先...
分类:
其他好文 时间:
2015-05-11 19:57:24
阅读次数:
177
1. My Symantec Products 选择需要更新的产品 2. Source Servers 选择ftp, 下载比较稳定 3. Distribute Center 类似于WSUS中的approve操作, download下来的更新只有经过distribute之后才会被客户端获得 1. Ad...
分类:
其他好文 时间:
2015-05-11 10:39:42
阅读次数:
203
http://share.weiyun.com/c47530d3e44ea15b606d4ba6f1b00a28
分类:
其他好文 时间:
2015-05-10 18:42:53
阅读次数:
173
NSString*dataString =@"<div id='context' style='overflow: auto; width:95%;'><br/><div align=center ><strong>关于授权汕头市和珠海市人民代表大会....
分类:
Web程序 时间:
2015-05-09 21:51:57
阅读次数:
247
//demo.js
window.onload = function () {
//个人中心
$().getClass("member").hover(function(){
$(this).css("background","url(images/arrow2.png) no-repeat 55px center");
$().get...
分类:
Web程序 时间:
2015-05-08 09:33:59
阅读次数:
144