groot.view("myview", function (vm, ve) { ve.loada = function () { require("./app/pagea.js").loadpage($("#app"), "myapp") }...
分类:
移动开发 时间:
2014-06-15 22:08:15
阅读次数:
197
一。要点If in the course of processing the event, the view's bounds may need to be changed, the view will callrequestLayout().Similarly, if in the course ...
分类:
移动开发 时间:
2014-06-15 21:41:36
阅读次数:
320
熟悉css的都晓得这个,16进制的 如:#666666http://blog.sina.com.cn/s/blog_5816f6a101019imm.html这个是付值的,查找16进制的颜色对照表,self.view.backgroundColor = [selfcolorWithHexString...
分类:
移动开发 时间:
2014-06-15 21:35:07
阅读次数:
245
之所以转这篇文章是因为它可以对web请求有大致的理解。以下内容转自:http://www.open-open.com/news/view/19ed96a 英文原文:Full stack web development----------------------------分割线-----------...
分类:
Web程序 时间:
2014-06-15 21:01:47
阅读次数:
253
Android的文件读写与JavaSE的文件读写相同,都是使用IO流。而且Android使用的正是JavaSE的IO流,下面我们通过一个练习来学习Android的文件读写。1.创建一个Android工程[html]view plaincopyProjectname:FileBuildTarget:A...
分类:
移动开发 时间:
2014-06-15 20:25:12
阅读次数:
270
判断最后一条记录是否可见gdv.IsRowVisible(gdv.RowCount - 1) == RowVisibleState.Visibleif (gdv.IsRowVisible(gdv.RowCount - 1) == RowVisibleState.Visible && e.Delta ...
分类:
其他好文 时间:
2014-06-15 19:52:25
阅读次数:
403
在View视图中: $(document).ready(function () { $('#file_upload').uploadify({ 'buttonText': '选择上传文件', 'queueID': 'fileQueue'...
分类:
Web程序 时间:
2014-06-15 19:41:51
阅读次数:
432
适用场景:三个列表进行Join,然后试图上显示ProjectedField,而ProjectedField不支持设置DisplayName.默认只能显示英文名。join caml如下: ...
分类:
其他好文 时间:
2014-06-15 08:34:04
阅读次数:
180
android自定义View。
介绍了android开发中自定义View的步骤及相关注意事项做了较为详尽的说明。...
分类:
移动开发 时间:
2014-06-14 07:25:10
阅读次数:
425
MainActivity如下:
package cn.testscrollview;
import android.os.Bundle;
import android.view.MotionEvent;
import android.view.View;
import android.view.View.OnTouchListener;
import android.widget.ScrollV...
分类:
移动开发 时间:
2014-06-14 06:34:10
阅读次数:
415