会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
笨笨丫头~双
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
下一页
2015年9月28日
如何禁止scrollView 的子控件自动滑到 底部或者中间部分
摘要: 现象:当一个scrollView里面包含很多childView,并且整个界面超出屏幕的范围,而且每个childView都获取焦点,scrollView就会自动滑到底部或者中间部分。可以使用以下几种方法解决: 1:有点绕,基本思路,就是让scrollView优先于childView获取到焦点,priv...
阅读全文
posted @ 2015-09-28 16:11 笨笨丫头~双
阅读(2802)
评论(0)
推荐(0)
2014年10月21日
进制表示
摘要: 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 笨笨丫头~双
阅读(208)
评论(0)
推荐(0)
2013年10月12日
MultiView空间例子
摘要: 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 笨笨丫头~双
阅读(224)
评论(0)
推荐(0)
TreeView控件例子
摘要: 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 笨笨丫头~双
阅读(215)
评论(0)
推荐(0)
2013年10月8日
FormView分页显示数据的例子
摘要: %@ 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 笨笨丫头~双
阅读(243)
评论(0)
推荐(0)
DataList嵌套绑定例子
摘要: 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 笨笨丫头~双
阅读(460)
评论(0)
推荐(0)
2013年10月7日
在GridView中实现全选反选的例子
摘要: '/> '>发邮件给 全选 反选 ...
阅读全文
posted @ 2013-10-07 21:57 笨笨丫头~双
阅读(305)
评论(0)
推荐(0)
ListBox控件例子
摘要: 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 笨笨丫头~双
阅读(143)
评论(0)
推荐(0)
2013年9月27日
DropDownList控件学习
摘要: 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 笨笨丫头~双
阅读(187)
评论(0)
推荐(0)
DataTabe对象的例子
摘要: 前: 编号用户名生日 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 笨笨丫头~双
阅读(158)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告