码迷,mamicode.com
首页 >  
搜索关键字:tivoli productivity center    ( 10074个结果
Android 带密码输入界面的Dialog实现机制
1.布局实现: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_horizont...
分类:移动开发   时间:2015-03-14 17:06:09    阅读次数:1416
Tip:创建SCOM 2012 R2报表服务器时的报错
安装SCOM2012R2报表服务器角色的时候,报错。原因:1)查看SQLserver服务是否没有启动,报表服务是否停止;2)部署之前没有仔细看官方的部署文档,先安装的reportingservice,后装的database,这样就导致安装reportingservice的时候没有创建reportingservice数据库(因为这个时..
分类:其他好文   时间:2015-03-14 06:22:13    阅读次数:249
Centering HTML elements larger than their parents
Centering HTML elements larger than their parentsIt's not a common problem, but I've run into it a few times. How do you center an element when it is ...
分类:Web程序   时间:2015-03-13 12:09:26    阅读次数:140
CSS定位
positionposition:static| relative | absolute | fixed |center|page|sticky默认值:staticstatic:对象遵循常规流。top,right,bottom,left等属性不会被应用。relative:对象遵循常规流,并且参照自身...
分类:Web程序   时间:2015-03-13 10:35:26    阅读次数:148
CSS学习笔记(一)
1、背景 background:url() no-repeat left center red; background-repeat、background-position、background-image、background-color2、文字的样式 font-size 改变文字的大小 ...
分类:Web程序   时间:2015-03-12 18:31:53    阅读次数:185
delegate,notifucation,KVO三种模式实现通信的优缺点
在开发ios应用的时候,我们会经常遇到一个常见的问题:在不过分耦合的前提下,controllers间怎么进行通信。在IOS应用不断的出现三种模式来实现这种通信:1.委托delegation;2.通知中心Notification Center;3.键值观察key value observing...
分类:其他好文   时间:2015-03-11 23:03:23    阅读次数:234
easyui 回车搜索
这种UI框架,在回车搜索方面有个共同的缺点。 首先因为框架是把HTML放在了同一个页面。 即你切换了tabs后按回车,原先的tabs页的键盘事件也会执行。 我做了一下处理,分享给大家。 首选: /* 标签页 */ $('#page_layout_center_tabs').tabs({ cache: ...
分类:其他好文   时间:2015-03-11 19:49:25    阅读次数:133
as3.0 动态文本属性大全
var my_fmt = new TextFormat();//常用样式my_fmt.align = "center";my_fmt.blockIndent = 50; //区块缩进my_fmt.bold = true;my_fmt.bullet = true;my_fmt.color = 0xff...
分类:其他好文   时间:2015-03-11 18:48:15    阅读次数:233
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 fo...
分类:其他好文   时间:2015-03-11 17:19:41    阅读次数:143
Unity3D教程宝典之Shader篇:第二十六讲ImageEffects_Twirl
转载自风宇冲Unity3D教程学院Twirl是一个全屏画面扭曲的效果,新仙剑的战斗切换有用到这个效果。主要有三个设置:center 扭曲的中心点radius扭曲的范围angle扭曲的角度用到了如下函数Matrix4x4.TRS(Vector3 pos, Quaternion rotate,Vecto...
分类:编程语言   时间:2015-03-11 14:19:36    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!