// Vertical gradient using CSS where possible, and base64-encoded SVG for IE9 (enables use of this in combination with border-radius)// Based on this ...
分类:
其他好文 时间:
2014-07-16 23:04:10
阅读次数:
177
CProgressCtrl常用属性CProgressCtrl类常用成员函数CProgressCtrl代码示例一、CProgressCtrl控件属性 当我们在处理大程序时,常常需要耗很长时间(比如搜索内存,复制大文件),为了不让用户错误的认为系统已经死机,我们要给程序添加进度条。 vertical :...
分类:
其他好文 时间:
2014-07-14 00:25:46
阅读次数:
328
CTabCtrl常用属性CTabCtrl类常用成员函数CTabCtrl代码示例一、CTabCtrl控件属性Bottom:底部样式Vertical:垂直样式 与Bottom结合使用,可以使选项卡显示在上下左右四个位置Buttons:按钮式选项卡Flat Button:平面按钮选项卡,结合Buttons...
分类:
其他好文 时间:
2014-07-13 21:07:28
阅读次数:
191
DIV CSS overflow (visible auto hidden scroll)语法结构与css overflow教程Overflow可以实现隐藏超出对象内容,同时也有显示与隐藏滚动条的作用,接下来我们来了解学习css overflow样式。一、Overflow语法值 - TOPo...
分类:
Web程序 时间:
2014-07-10 15:25:54
阅读次数:
301
css左右两列布局:高度100%,左侧float,右侧自动宽度(无float,overflow为auto)、白色字体:color:#FFFFFF;不错的蓝色背景:background:#0099CC;浅一点的不错的背景色: background:#B0CFFA;段落缩进: text-indent:2...
分类:
Web程序 时间:
2014-07-09 13:25:47
阅读次数:
237
Action Bar主要功能包含:
1. 显示选项菜单
2. 提供标签页的切换方式的导航功能,可以切换多个fragment.
3. 提供下拉的导航条目.
4. 提供交互式活动视图代替选项条目
5. 使用程序的图标作为返回Home主屏或向上的导航操作。
首先说下,使用OverFlow的时候需要在onCreate()函数中调用如下方法:
privat...
分类:
移动开发 时间:
2014-07-09 10:32:01
阅读次数:
313
当 android:orientation="vertical"时, 只有水平方向的设置才起作用,垂直方向的设置不起作用。即:left,right,center_horizontal 是生效的。当 android:orientation="horizontal" 时, 只有垂直方向的设置才起作用,水...
分类:
移动开发 时间:
2014-07-08 22:35:30
阅读次数:
188
1、main.xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"...
分类:
移动开发 时间:
2014-07-08 20:00:21
阅读次数:
277
两种方法翻转一个整数,顺序翻转和递归翻转这里没考虑overflow的情况递归的作用是使得反向处理,即从递归栈的最低端开始处理,通过画图可得。如果是rec(num/10):123451234123121 package recursion;
public class Reverse_digits_of_a_number {
public static void main(Str...
分类:
其他好文 时间:
2014-07-08 18:34:14
阅读次数:
208
Problem Description
A number of rectangular posters, photographs and other pictures of the same shape are pasted on a wall. Their sides are all vertical or horizontal. Each rectangle can be partially...
分类:
其他好文 时间:
2014-07-08 11:10:23
阅读次数:
164