android- pulltorefresh 一个强大的拉动刷新开源项目,支持各种控件下拉刷新,如ListView、ViewPager、WevView、 ExpandableListView、GridView、(Horizontal) ScrollView、Fragment上下左右拉动刷新。并且他 ...
分类:
移动开发 时间:
2014-10-14 20:22:59
阅读次数:
216
Problem Description
Jack and Jill play a game called "Leap Frog" in which they alternate turns jumping over each other. Both Jack and Jill can jump a maximum horizontal distance of 10 units in any ...
分类:
其他好文 时间:
2014-10-07 13:34:33
阅读次数:
152
Problem Description
Jack and Jill play a game called "Leap Frog" in which they alternate turns jumping over each other. Both Jack and Jill can jump a maximum horizontal distance of 10 units in any ...
分类:
其他好文 时间:
2014-10-03 00:03:23
阅读次数:
361
转载请注明出处:http://blog.csdn.net/lhy_ycu/article/details/39643669
LinearLayout是Android控件中的线性布局控件,它包含的子控件将以横向(HORIZONTAL)或竖向(VERTICAL)的方式排列,按照相对位置来排列所有的子控件及引用的布局容器。超过边界时,某些控件将缺失或消失。因此一个垂直列表的每一行只会有一个控件或者是引用的布局容器。...
分类:
移动开发 时间:
2014-09-29 02:02:37
阅读次数:
486
1. Unity 的输入系统1.1 虚拟轴的输入检测Unity默认定义了15个虚拟轴。可以通过Edit -> Project Settings -> Input 打开 InputManager 来查看定义好的虚拟轴(1) 虚拟轴的属性Size之后的一些属性,例如:Horizontal,Vertica...
分类:
其他好文 时间:
2014-09-26 19:32:08
阅读次数:
279
-webkit-box-orient: horizontal||vertical设置或检索弹性盒模型对象的子元素的排列方式。对应的脚本特性为boxOrient。需设置容器的display:-webkit-box;CSS样式:html,body,div{ margin:0px; padding:0px...
分类:
Web程序 时间:
2014-09-26 11:20:38
阅读次数:
2770
readme:这次可以不readme了,因为这个是我copy过来的~ISO Latin-1字符集:	 — 制表符Horizontal tab — 换行Line feed — 回车Carriage Return  — Space! ! — 惊叹号Exclam...
分类:
Web程序 时间:
2014-09-24 14:02:36
阅读次数:
368
线性布局
LinearLayout是线性布局控件,它包含的子控件将以横向或竖向的方式排列。
LinearLayout本身常用到的两个属性
android:orientation=”vertical”----该属性决定他子类控件的排布方式(vertical:垂直;horizontal:水平)
android:gravity=”center”----该属性决定他子类的xy的位置。
常用到的几...
分类:
其他好文 时间:
2014-09-20 14:47:39
阅读次数:
275
禁止多行文本框textarea拖拽:textarea { resize: none;}resize这个是用于元素缩放,它可以取以下几个值:none 默认值both 允许水平方向及垂直方向缩放horizontal 只允许水平方向缩放vertical 只允许垂直方向缩放
分类:
其他好文 时间:
2014-09-16 18:42:30
阅读次数:
1134
布局:在android中我们常用的布局方式有这么几种:1.LinearLayout (线性布局):(里面只可以有一个控件,并且不能设计这个控件的位置,控件会放到左上角) 线性布局分为水平线性和垂直线性二者的属性分别为: android:orientation="horizontal" android...
分类:
移动开发 时间:
2014-09-16 12:21:40
阅读次数:
318