定义一个布局文件
<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-08-03 15:25:05
阅读次数:
204
JsRender DemosExample Scenario: Accessing parent data.Stepping up through the views (tree of nested rendered templates) TitleLang...
分类:
Web程序 时间:
2014-08-03 15:10:25
阅读次数:
294
布局文件中定义一下UI,虽然没什么UI.....
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
androi...
分类:
移动开发 时间:
2014-08-02 15:40:23
阅读次数:
301
1 if (e.Node.Parent!=null)//如果存在父节点2 {3 MessageBox.Show(e.Node.Text);//就显示当前选中的4 }
分类:
其他好文 时间:
2014-08-02 12:23:03
阅读次数:
157
--> 正在处理依赖关系 perl(VMS::Filespec),它被软件包 perl-PathTools-3.2701-1.el5.rf.x86_64 需要---> 软件包 perl-parent.noarch.1.0.228-1.fc20 将被 安装--> 解决依赖关系完成错误:软件包:perl...
分类:
其他好文 时间:
2014-08-02 04:00:02
阅读次数:
153
c++构造函数初始化成员变量列表: 1 #pragma once 2 class Node 3 { 4 public: 5 int data; // 权值 6 Node *parent; // 父节点 7 Node *left; // 左子节...
分类:
编程语言 时间:
2014-08-02 01:35:02
阅读次数:
263
先上效果图:
Layout文件:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
and...
分类:
移动开发 时间:
2014-08-01 23:18:22
阅读次数:
489
今天在ubuntu10.04上配置dns主从区域数据传送时 从服务器学习不到主服务器的配置,查看/var/log/messages时显示为
Aug 1 06:42:45 ubuntu kernel: [ 5397.159601] type=1503 audit(1406900565.661:37): operation="mknod" pid=2351 parent=1 profile="/...
分类:
其他好文 时间:
2014-08-01 23:10:22
阅读次数:
394
先上效果图:
验证码采用PHP返回的imageview来实现,xml如下:
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
andr...
分类:
移动开发 时间:
2014-08-01 19:40:42
阅读次数:
332
function save(){ var nodes = $('#funcSelectTree').tree('getChecked');//获取所有打勾的节点 var flag = false; var array = new Ar...
分类:
其他好文 时间:
2014-08-01 18:30:12
阅读次数:
227