上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 43 下一页
摘要: 阅读全文
posted @ 2008-05-04 14:00 许晓光 阅读(147) 评论(0) 推荐(0)
摘要: ASP.NET 2.0 Table control Table row and table cell can not use this property, 阅读全文
posted @ 2008-04-30 16:16 许晓光 阅读(157) 评论(0) 推荐(0)
摘要: private string delstr(string theoldstr,string startstr,string endstr) { string teststr=theoldstr; int StartPosition=teststr.IndexOf(startstr); ... 阅读全文
posted @ 2008-04-30 09:53 许晓光 阅读(7213) 评论(1) 推荐(0)
摘要: By default, HTML elements within an ASP.NET file are treated as literal text and you cannot reference them in server-side code. To make these elements programmatically accessible, you can indicate tha... 阅读全文
posted @ 2008-04-29 10:53 许晓光 阅读(286) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2008-04-29 09:09 许晓光 阅读(165) 评论(0) 推荐(0)
摘要: 1:a=10,b=15,在不用第三方变题的前提下,把a,b的值互换 a=a+b; b=a-b; a=a-b; 2:已知数组int[] max={6,5,2,9,7,4,0};用快速排序算法按降序对其进行排列,并返回数组 3:请简述面向对象的多态的特性及意义! 4:session喜欢丢值且占内存,Cookis不安全,请... 阅读全文
posted @ 2008-04-28 09:59 许晓光 阅读(204) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2008-04-25 12:40 许晓光 阅读(148) 评论(0) 推荐(0)
摘要: Caching Application Block. Developers can use this application block to incorporate a local cache in their applications. Cryptography Application Block. Developers can use this application block to in... 阅读全文
posted @ 2008-04-24 16:07 许晓光 阅读(197) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2008-04-24 13:59 许晓光 阅读(112) 评论(0) 推荐(0)
摘要: 3 tier 2 tier 阅读全文
posted @ 2008-04-23 12:51 许晓光 阅读(98) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 43 下一页