1. Activity启动流程 一个应用程序至少有一个Activity2.
Activity与布局文件之间的关系 文件系统中layout文件夹3. 在Activity当中获取代表控件对象 改变按钮, 首先要思考哪个对象 1.
Activity启动流程 2. Activity与布局文件之间的关系3.....
分类:
其他好文 时间:
2014-06-07 00:00:16
阅读次数:
340
log4j(标准日志工具)三大组件:loggerappenderlayout例如:log4j.logger.myTest2=INFO,B
log4j.appender.B=org.apache.log4j.ConsoleAppender log4j.appender.B.layout=org...
分类:
其他好文 时间:
2014-06-06 20:44:43
阅读次数:
166
1. 屏幕对多分辨率适应的最好方法可能就是用 weight 属性了。线型布局里可以使用
layout_weight 属性来让控件按比例显示。这样不同屏幕分辨率下会有一致的显示效果。这个属性有两种使用方法: 1. 把 layout_width 或
layout_height (取决于你想在长度上还是....
分类:
移动开发 时间:
2014-06-06 18:11:48
阅读次数:
226
前言
JQuery EasyUI提供的组件包括功能强大的DataGrid,TreeGrid、面板、下拉组合等。用户可以组合使用这些组件,也可以单独使用其中一个。(使用的形式是以插件的方式提供的)
EasyUI体系结构
EasyUI所有的插件主要分为六大部分。Base基础、Layout布局、Menu&a...
分类:
其他好文 时间:
2014-06-03 04:21:57
阅读次数:
243
界面效果
应用的权限
布局文件
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
andr...
分类:
移动开发 时间:
2014-06-03 00:45:02
阅读次数:
303
from apue7.6. Memory Layout of a C ProgramA
typical memory representation of C program consists of following sections.1.
Text segment2. Initialized da...
分类:
其他好文 时间:
2014-06-02 19:05:28
阅读次数:
323
Android UI Layouts: Graphics Design Using the ViewGroup Class Android ViewGroup Superclass: A Foundation for Layouts The ViewGroup LayoutParams Class: Layout Parameters Deprecated Layouts: AbsoluteL...
分类:
移动开发 时间:
2014-06-01 14:50:42
阅读次数:
397
自定义了CSS的样式,希望在页面中起作用。因为MVC中Views/Shared/_Layout.cshtml是所有试图的公共文件,如下:
@ViewBag.Title @RenderBody()通过这句话使用了一个外部层叠样式表文件,位置在"~/Content/Site....
分类:
Web程序 时间:
2014-06-01 12:13:36
阅读次数:
274
布局文件:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="...
分类:
移动开发 时间:
2014-06-01 04:04:04
阅读次数:
490
1.修改PagerTabStrip中的背景颜色我们在布局中直接设置background属性即可: <android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="fill_parent"
android:layout_height="fill_paren...
分类:
移动开发 时间:
2014-05-31 23:42:11
阅读次数:
624