摘要: 现象:当一个scrollView里面包含很多childView,并且整个界面超出屏幕的范围,而且每个childView都获取焦点,scrollView就会自动滑到底部或者中间部分。可以使用以下几种方法解决: 1:有点绕,基本思路,就是让scrollView优先于childView获取到焦点,priv... 阅读全文
posted @ 2015-09-28 16:11 笨笨丫头~双 阅读(2784) 评论(0) 推荐(0) 编辑
摘要: class VarDemo{ public static void main(String[] args){ /*System.out.println(4); System.out.println('a');//字符System.out.println("asc");//字符串 System.out... 阅读全文
posted @ 2014-10-21 23:33 笨笨丫头~双 阅读(203) 评论(0) 推荐(0) 编辑
摘要: CSS代码: 1 body 2 { 3 font-size:11pt; 4 font-family:宋体; 5 } 6 .mainTitle 7 { 8 font-size:11pt; 9 font-weight:bold;10 font-family:宋体;11 }12 .commonText13 {14 font-size:11pt;15 font-family:宋体;16 }17 .littleMainTitle18 {19 font-size:10pt;20 font-weight:bold;21 fon... 阅读全文
posted @ 2013-10-12 13:49 笨笨丫头~双 阅读(217) 评论(0) 推荐(0) 编辑
摘要: XmL文件代码: aspx前代码: CS代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Xml;namespace WebApplication1.复合控制和模板页{ public partial cla... 阅读全文
posted @ 2013-10-12 11:25 笨笨丫头~双 阅读(210) 评论(0) 推荐(0) 编辑
摘要: %@ Page Language="C#" AutoEventWireup="true" CodeBehind="FormView控件.aspx.cs" Inherits="WebApplication1.FormView控件" %> 编号真实姓名年龄性别手机电话电子邮件 女"%> CS:using System;using System.Collections.Gen... 阅读全文
posted @ 2013-10-08 20:31 笨笨丫头~双 阅读(239) 评论(0) 推荐(0) 编辑
摘要: DataList嵌套绑定例子 ' Visible="false"> CS代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Sy... 阅读全文
posted @ 2013-10-08 09:35 笨笨丫头~双 阅读(454) 评论(0) 推荐(0) 编辑
摘要: '/> '>发邮件给 全选 反选 ... 阅读全文
posted @ 2013-10-07 21:57 笨笨丫头~双 阅读(301) 评论(0) 推荐(0) 编辑
摘要: CS:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data.SqlClient;using System.Data;namespace WebApplication1{ public partial class ListBox : System.Web.UI.Page { ... 阅读全文
posted @ 2013-10-07 19:08 笨笨丫头~双 阅读(140) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data.SqlClient;using System.Data;namespace WebApplication1{ public partial class DropDownList控件 : System.Web.UI.Page { protected void Page_Lo... 阅读全文
posted @ 2013-09-27 20:09 笨笨丫头~双 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 前: 编号用户名生日 CS代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data;namespace WebApplication1{ public partial class DataTable对象 : System.Web.UI.Page { pro... 阅读全文
posted @ 2013-09-27 19:34 笨笨丫头~双 阅读(157) 评论(0) 推荐(0) 编辑