摘要: ceil()上舍 floor()下舍 round()4下5上 阅读全文
posted @ 2009-03-11 14:39 小贱 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2009-03-10 22:13 小贱 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 15.定义JavaScript数组的正确方法是? 正确答案:var txt = new Array("tim","kim","jim"); 19.如何在浏览器的状态栏放入一条消息? 正确答案:window.status = "put your message here" 20.如何获得客户端浏览器的名称? 正确答案:navigator.appName 阅读全文
posted @ 2009-03-09 22:45 小贱 阅读(131) 评论(0) 推荐(0) 编辑
摘要: < 大于 & & 和号 ' ' 单引号 " " 引号 阅读全文
posted @ 2009-03-08 22:09 小贱 阅读(153) 评论(0) 推荐(0) 编辑
摘要: gridview是 repeater是 阅读全文
posted @ 2009-03-04 15:15 小贱 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 首先说明一点id 17的位置fdzyj我是存储了一个空格 可以看出'%%'和'% %'是不一样的空格也是个字符 所以在模糊查询中,首先要做的就是分析textbox中的值是不是为空textboxid.text=""10000000000000 ,如果为空 相当于进行的搜索了like '%%' 这并不匹配null值, static public string getTex... 阅读全文
posted @ 2009-03-01 20:15 小贱 阅读(222) 评论(0) 推荐(0) 编辑
摘要: ASCII码表——在线ASCII字符转换 ASCII码对照表 下表列出了字符集中的 0 - 127。 代码 字符 代码 字符 代码 字符 代码 字符 0 32 [空格] 64 @ 96 ` ... 阅读全文
posted @ 2009-02-28 12:57 小贱 阅读(1208) 评论(0) 推荐(0) 编辑
摘要: 简单C#数据库操作类 using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebContr... 阅读全文
posted @ 2009-02-26 14:17 小贱 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 第一种方式(通过autopostback) Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->>" DataValueField="t_id" AutoPostBack="true" runat="server"> ... 阅读全文
posted @ 2009-02-26 13:36 小贱 阅读(353) 评论(0) 推荐(0) 编辑
摘要: DropDownList CheckBoxList RadioButtonList ListBox Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Data Binding ListBox ... 阅读全文
posted @ 2009-02-26 10:37 小贱 阅读(237) 评论(0) 推荐(0) 编辑