表格内容居中:
td?{text-align:center;}
表格最小高度:
line-height:25px;
div最小高度:
min-height:25px;
修改指定列内容:
function?changenumber(){
for(i=0;?i<?$(‘.class_td_audit_number‘).len...
分类:
其他好文 时间:
2015-04-28 12:09:11
阅读次数:
121
水平居中设置-行内元素
如果被设置元素为文本、图片等行内元素时,水平居中是通过给父元素设置 text-align:center 来实现的。如下代码:
html代码:
我是文本,哈哈,我想要在父容器中水平居中显示。
css代码:
div.txtCenter{
text-align:center;
}
水平居中设置-定宽块状元素
...
分类:
Web程序 时间:
2015-04-28 09:49:04
阅读次数:
163
1.在Ubuntu software Center中下载mysql;【注:mysql下载下来后好像就安装上了】2.使用命令检查mysql是否已安装上: 2.1 运行sudo netstat -tap | grep mysql命令查看是否有Mysql的端口 2.2 若已经安装上了这会出现以下结果: 3...
分类:
数据库 时间:
2015-04-27 19:48:21
阅读次数:
147
二、添加css文件找到style.css.catt{width:100%;height:auto;overflow:hidden;padding-bottom:5px;}.catta{border:#7E7E7E1pxsolid;
text-align:center;background-color:#fff;
margin-left:5px;margin-top:6px;padding-left:10px;padding-right:
10px;display:block;white-spa..
分类:
其他好文 时间:
2015-04-27 15:30:44
阅读次数:
115
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
But the f...
分类:
其他好文 时间:
2015-04-27 15:14:27
阅读次数:
101
1 7 12 19 error_circle.xml1 2 5 6 9 error_center_x.xml 1 2 3 4 5 10 11 12 ...
分类:
其他好文 时间:
2015-04-27 12:52:57
阅读次数:
261
最近在安装SQL server 2012时,碰到错误:Error while enabling Windows feature: NetFx3, Error Code: -2146498298。原本以为Windows 2012配上SQL server 2012应该是一路顺畅才对啊。下面是这个问题的描述及解决方案。 1、安装环境OS:Windows 2012 data center版本SQL:SQL...
分类:
数据库 时间:
2015-04-27 11:27:13
阅读次数:
239
一、Apple Watch简介
2015年3月10日,苹果在旧金山Moscone Center召开2015年春季新品发布会,正式发布了Apple WATCH,分为运动、标准、定制三版,将于2015年4月10号预售,4月24日上市。
Apple Watch采用蓝宝石屏幕不怕刮,两个屏幕尺寸。支持电话,语音回短信,连接汽车,天气、航班信息,地图导航,播放音乐,测量心跳...
分类:
移动开发 时间:
2015-04-27 10:03:50
阅读次数:
245
问题:翻转字符串中的单词顺序,如“hello world”变成“world hello”。要求使用常量空间。
c++代码如下:
void reverse(string &s, int start, int end){
int len=end+start;
int center=len/2;
for(int i=start;i<center;i++){
...
分类:
其他好文 时间:
2015-04-25 21:13:09
阅读次数:
127
首先感受九叔这位微软云专家MVP的指导!http://jiushu.blog.51cto.com/在安装好SCAC后,我们除了可以链接SCVMM外还可以连接WindowsAzure,怎么做呢?首先我们需要申请一张证书,并把该证书导出2份,一份PFX一份CER目前国内的Azure不行,国际版的才可以我们创建一个自签名证书把..
分类:
其他好文 时间:
2015-04-24 16:34:05
阅读次数:
188