摘要:
原文发布时间为:2009-04-05 —— 来源于本人的百度文章 [由搬家工具导入] <HTML><head><title>show pic</title></head><body> <div align=center id="div1"><img src='1.jpg' width=300 hei 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(179)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-04-29 —— 来源于本人的百度文章 [由搬家工具导入] 用ISNUMERIC函数 确定表达式是否为一个有效的数字类型。 语法 ISNUMERIC ( expression ) 参数 expression 要计算的表达式。 返回类型 int 注释 当输入表达式得数为一个有 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(442)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-04-06 —— 来源于本人的百度文章 [由搬家工具导入] Program.cs 里面改成如下: static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRend 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(166)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-04-16 —— 来源于本人的百度文章 [由搬家工具导入] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-tran 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(453)
评论(0)
推荐(0)
摘要:
x 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(97)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-05-06 —— 来源于本人的百度文章 [由搬家工具导入] 调用方法如:<tr id="<%# Container.ItemIndex+1 %>" onclick="LightRow(this)" onmouseover=" MouseOverColor(this)" on 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(184)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-05-19 —— 来源于本人的百度文章 [由搬家工具导入] 2009年5月19日 今天我生日,祝福一下!!(*^__^*) 嘻嘻…… 祝福今天来这里的人,开心幸福一辈子。。。O(∩_∩)O哈哈~。。。 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(115)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-04-13 —— 来源于本人的百度文章 [由搬家工具导入] 1、 foreach (Control objCtrl in this.Page.Controls[3].Controls) { if (objCtrl is CheckBox) { if (((CheckBox) 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(244)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-07-16 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(113)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-03-09 —— 来源于本人的百度文章 [由搬家工具导入] using System; namespace unname{ public class Program//是否回文 { public static void Main(string[] args) { strin 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(125)
评论(0)
推荐(0)