码迷,mamicode.com
首页 >  
搜索关键字:center    ( 9983个结果
ThinkPHP中volist标签的使用
Volist标签主要用于在模板中循环输出数据集或者多维数组。 web页面代码 table,tr,td{border: 1px solid gray;text-align: center;} pre{font-size: 16px;} ...
分类:Web程序   时间:2014-06-19 12:42:12    阅读次数:497
第二版博客首页安装代码
css:#profile_block{text-align:center;position:absolute; top:60px; right:10px;}#blog-calendar{border-radius: 7px;background:#fff;}#p_b_follow{padding-t...
分类:其他好文   时间:2014-06-18 19:09:20    阅读次数:198
分页css样式 class引用
.page_nav{clear:both; padding:15px 0; color:#666; font:normal 12px/24px Arial; text-align:center;}.page_nav a{display:inline-block; height:22px; margi...
分类:Web程序   时间:2014-06-18 13:54:39    阅读次数:262
LeetCode——Symmetric Tree
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...
分类:其他好文   时间:2014-06-15 19:49:35    阅读次数:176
Leetcode:Symmetric Tree 判断对称树
Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
分类:其他好文   时间:2014-06-15 18:55:36    阅读次数:188
胖客户端组织树
//OrgTreePanel是一个panelorgTree = new OrgTreePanel(TcApp.getSession());contentPanel.add(orgTree, BorderLayout.CENTER);//获取选中的东西OrgObject orgObject = org...
分类:其他好文   时间:2014-06-15 07:40:40    阅读次数:205
Android:ScaleType设置图片
设置例子:ImageViewId.setScaleType(ScaleType.CENTER);ScaleType:设置图片显示方式效果预览:
分类:移动开发   时间:2014-06-14 23:30:54    阅读次数:370
HP quality center 9.0 邮件设置
[转载]HPqualitycenter9.0邮件设置 (2010-09-20 10:28:03)转载▼标签:转载原文地址:HPqualitycenter9.0邮件设置作者:清江石看了N多的论坛,N多的帖子,也没看出个结果,有的说使用IIS SMTP,有的则说使用mail direct pro,或许都...
分类:其他好文   时间:2014-06-12 22:45:10    阅读次数:441
安装qc 出现error An error occurred while attempting to connect to the database.
When trying to install mercury quality center starter edition 9.0 on Windows XP media center, I am getting the following error Wrong attributes "An er...
分类:数据库   时间:2014-06-12 18:07:45    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!