会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
.net读书笔记
C#设计模式
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2009年3月11日
Math函数
摘要: ceil()上舍 floor()下舍 round()4下5上
阅读全文
posted @ 2009-03-11 14:39 小贱
阅读(97)
评论(0)
推荐(0)
2009年3月10日
alert里面的折行
摘要:
阅读全文
posted @ 2009-03-10 22:13 小贱
阅读(203)
评论(0)
推荐(0)
2009年3月9日
做错的题目
摘要: 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 小贱
阅读(137)
评论(0)
推荐(0)
2009年3月8日
实体引用
摘要: < 大于 & & 和号 ' ' 单引号 " " 引号
阅读全文
posted @ 2009-03-08 22:09 小贱
阅读(160)
评论(0)
推荐(0)
2009年3月4日
产生serial number时gridview和repeater的区别
摘要: gridview是 repeater是
阅读全文
posted @ 2009-03-04 15:15 小贱
阅读(169)
评论(0)
推荐(0)
2009年3月1日
SQL中Like语句需要注意
摘要: 首先说明一点id 17的位置fdzyj我是存储了一个空格 可以看出'%%'和'% %'是不一样的空格也是个字符 所以在模糊查询中,首先要做的就是分析textbox中的值是不是为空textboxid.text=""10000000000000 ,如果为空 相当于进行的搜索了like '%%' 这并不匹配null值, static public string getTex...
阅读全文
posted @ 2009-03-01 20:15 小贱
阅读(236)
评论(0)
推荐(0)
2009年2月28日
asc||码
摘要: ASCII码表——在线ASCII字符转换 ASCII码对照表 下表列出了字符集中的 0 - 127。 代码 字符 代码 字符 代码 字符 代码 字符 0 32 [空格] 64 @ 96 ` ...
阅读全文
posted @ 2009-02-28 12:57 小贱
阅读(1336)
评论(0)
推荐(0)
2009年2月26日
简单C#数据库操作类(转)
摘要: 简单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 小贱
阅读(374)
评论(0)
推荐(0)
ListControl控件联动
摘要: 第一种方式(通过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 小贱
阅读(359)
评论(0)
推荐(0)
Listcontrol绑定的应用
摘要: 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 小贱
阅读(245)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告