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
安装SCOM2012R2报表服务器角色的时候,报错。原因:1)查看SQLserver服务是否没有启动,报表服务是否停止;2)部署之前没有仔细看官方的部署文档,先安装的reportingservice,后装的database,这样就导致安装reportingservice的时候没有创建reportingservice数据库(因为这个时..
分类:
其他好文 时间:
2015-03-14 06:22:13
阅读次数:
249
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
positionposition:static| relative | absolute | fixed |center|page|sticky默认值:staticstatic:对象遵循常规流。top,right,bottom,left等属性不会被应用。relative:对象遵循常规流,并且参照自身...
分类:
Web程序 时间:
2015-03-13 10:35:26
阅读次数:
148
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
在开发ios应用的时候,我们会经常遇到一个常见的问题:在不过分耦合的前提下,controllers间怎么进行通信。在IOS应用不断的出现三种模式来实现这种通信:1.委托delegation;2.通知中心Notification Center;3.键值观察key value observing...
分类:
其他好文 时间:
2015-03-11 23:03:23
阅读次数:
234
这种UI框架,在回车搜索方面有个共同的缺点。
首先因为框架是把HTML放在了同一个页面。
即你切换了tabs后按回车,原先的tabs页的键盘事件也会执行。
我做了一下处理,分享给大家。
首选:
/* 标签页 */
$('#page_layout_center_tabs').tabs({
cache: ...
分类:
其他好文 时间:
2015-03-11 19:49:25
阅读次数:
133
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
题目:
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教程学院Twirl是一个全屏画面扭曲的效果,新仙剑的战斗切换有用到这个效果。主要有三个设置:center 扭曲的中心点radius扭曲的范围angle扭曲的角度用到了如下函数Matrix4x4.TRS(Vector3 pos, Quaternion rotate,Vecto...
分类:
编程语言 时间:
2015-03-11 14:19:36
阅读次数:
193