码迷,mamicode.com
首页 >  
搜索关键字:tivoli productivity center    ( 10074个结果
购物车数量加减代码
.amount-wrap .icon{ display: inline-block; width: 28px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #cdcd...
分类:其他好文   时间:2015-01-09 10:39:56    阅读次数:205
解决“你己使用临时配置文件登录”的问题
解决"你己使用临时配置文件登录"的问题 在使用Windows操作系统的时候,有时候由于系统配置或者某方面的原因,会造成配置文件丢失或损坏,而系统使用临时配置文件登录的问题,主要提示如图1所示。 图1使用临时配置文件登录 在出现此类问题时,在"系统属性→高级→(用户配..
分类:其他好文   时间:2015-01-09 01:48:54    阅读次数:187
css3 transform
New Document div{ margin: 30px 0px 80px; width: 200px; height: 50px; font-size: 18px; font-weight: bold; background: none repeat scroll 0% 0% #DEE4EE; color: #305999; text-align: center; line-heigh...
分类:Web程序   时间:2015-01-08 21:39:44    阅读次数:159
js在指定的table行后添加新行(js实现select数据的填充,添加行,删除行)
无标题文档         body{width:900px; height:600px;margin: 0px auto; }       body,ul,table,li,pre,dd,dt,tr,th,td,{padding:0px;border:0px; margin:0px;font-size: 14px;}       .container{text-align:center...
分类:Web程序   时间:2015-01-08 20:14:05    阅读次数:264
android map 定位 圆圈设置
CircleOptions circle=new CircleOptions();circle.center(centre);circle.strokeColor(0xFFFFA420);circle.strokeWidth(2f);circle.fillColor(0x11FFA420);circ...
分类:移动开发   时间:2015-01-07 21:56:01    阅读次数:217
FineUI第十四天---布局之垂直布局和水平布局
布局值水平布局和垂直布局垂直盒子布局和水平盒子布局非常灵活易用,在很大程度上能够取代锚点布局,行布局和列布局。1.垂直盒子布局:BoxConfigAlign:控制子容器的的尺寸Start:位于父容器的开始位置(默认值)Center:位于父容器的中间位置;Stretch:被拉伸至父容器的大小;Stre...
分类:其他好文   时间:2015-01-07 18:29:54    阅读次数:185
ImageView
1.android:visibility="gone"其有三个属性:visible显示;invisible显示黑背景条;gone不显示2.android:scaleType属性ImageView.ScaleType.CENTER|android:scaleType="center"以原图的几何中心点...
分类:其他好文   时间:2015-01-07 18:08:10    阅读次数:119
纯css打造凹进与突出效果
1.凹进效果background:#f2f2f2 center repeat;border-bottom: 1px solid #e9e9e9;border-top: 1px solid #f9f9f9; 2.突出效果background:#f2f2f2 center repeat;border-t...
分类:Web程序   时间:2015-01-07 12:41:51    阅读次数:132
iOS - 集成game center (leader board)
最近又一次用到game center里面的leader board。其实这个事情很简单,只是很容易忘记。所以就打算写下来。 iTunes Connect上创建app,然后启用game center 创建app就省略了,等创建成功后,不需要提交。我们就可以设置game center了。 首先点击新建的app,找到Game Center,如图 点击进入具体的game c...
分类:移动开发   时间:2015-01-06 17:55:37    阅读次数:208
图片垂直居中代码
.img-outer { display: table; width: 100%; height: 100%; text-align: center; .img-inner { display: table-cell; vertical-al...
分类:其他好文   时间:2015-01-06 17:20:20    阅读次数:120
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!