会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
加油
替别人着想,为自己而活。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2010年7月13日
llog
摘要: /Files/TNTZWC/zxLog.rar
阅读全文
posted @ 2010-07-13 14:02 TNTZWC
阅读(255)
评论(0)
推荐(0)
2010年5月17日
JS 中document详解
摘要: 转】document 文挡对象 - JavaScript脚本语言描述 --------------------------------------------------------------------- 注:页面上元素name属性和JavaScript引用的名称必须一致包括大小写 否则会提示你一个错误信息 "引用的元素为空或者不是对象" --------------------------...
阅读全文
posted @ 2010-05-17 17:00 TNTZWC
阅读(471)
评论(0)
推荐(0)
window.parent与window.opener的区别 转
摘要: 1: window.parent 是iframe页面调用父页面对象举例:a.html程序代码<html> <head><title>父页面</title></head> <body> <form name="form1" id="form1"> <input type="text" name="usernam...
阅读全文
posted @ 2010-05-17 16:43 TNTZWC
阅读(159)
评论(0)
推荐(0)
2010年3月9日
event.srcElement
摘要: event.srcElement从字面上可以看出来有以下关键字:事件,源 他的意思就是:当前事件的源,我们可以调用他的各种属性 就像:document.getElementById("")这样的功能,经常有人问 firefox 下的 event.srcElement 怎么用,在此详细说明:IE下,event对象有srcElement属性,但是没有target属性;Firefox下,event对象有...
阅读全文
posted @ 2010-03-09 16:42 TNTZWC
阅读(214)
评论(0)
推荐(0)
window.print打印指定div
摘要: window.print打印指定div window.print可以打印网页,但有时候我们只希望打印特定控件或内容,怎么办呢?首先我们可以把要打印的内容放在div中,然后用下面的代码进行打印。<html><head><script language="javascript">function printdiv(printpage){var headstr = "...
阅读全文
posted @ 2010-03-09 16:41 TNTZWC
阅读(268)
评论(0)
推荐(0)
2009年11月16日
helper
摘要: helper
阅读全文
posted @ 2009-11-16 14:22 TNTZWC
阅读(151)
评论(0)
推荐(0)
2009年10月11日
datagrid使用方法
摘要: 如何给DataGrid添加两个的题头分类显示 http://dev.csdn.net/develop/article/27/27465.shtm DataGrid和DropDownList的一些配合以及使用css定制DataGrid http://www.cnblogs.com/lovecherry/archive/2005/03/25/125525.html 引用自:http://www.c...
阅读全文
posted @ 2009-10-11 16:18 TNTZWC
阅读(527)
评论(0)
推荐(0)
2009年9月23日
GridView的各种用法
摘要: GridView的各种用法(1)快速预览:GridView无代码分页排序GridView选中,编辑,取消,删除GridView正反双向排序GridView和下拉菜单DropDownList结合GridView和CheckBox结合鼠标移到GridView某一行时改变该行的背景色方法一鼠标移到GridView某一行时改变该行的背景色方法二GridView实现删除时弹出确认对话框GridView实现自...
阅读全文
posted @ 2009-09-23 08:58 TNTZWC
阅读(240)
评论(0)
推荐(0)
2009年7月14日
WinCE 中操作配置文件
摘要: 获取配置文件所在路径System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase)读Public Function getServers() As String Dim xmldoc As XmlDocument = New XmlDocument Dim p...
阅读全文
posted @ 2009-07-14 15:51 TNTZWC
阅读(971)
评论(0)
推荐(0)
2009年7月3日
获取Windows Mobile开发工具
摘要: 目前Windows Mobile的主流开发平台/语言分为两种:.NET(包括C#和VB.NET)和C++。微软已经将这两种开发语言的支持加入到Visual Studio中。Visual Studio 2005和2008均内置了Windows Mobile的SDK,可以直接开发Windows Mobile应用程序。Visual Studio也支持安装最新版本的Windows Mobile SDK。如...
阅读全文
posted @ 2009-07-03 14:58 TNTZWC
阅读(350)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告