Billpeng Space

技术源自生活
随笔 - 273, 文章 - 0, 评论 - 97, 阅读 - 60万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

08 2010 档案

摘要:[代码] 阅读全文

posted @ 2010-08-17 22:46 billpeng 阅读(682) 评论(0) 推荐(0) 编辑

摘要:#搜索引擎User-Agent代码对照表######################### 搜索引擎 User-Agent代码# AltaVista Scooter# Infoseek Infoseek# Hotbot Slurp# AOL Search Slurp# Excite ArchitextSpider# Google Googlebot#... 阅读全文

posted @ 2010-08-17 10:57 billpeng 阅读(372) 评论(0) 推荐(0) 编辑

摘要:1.virtual:允许被重写,但不强制要求。声明时提供其自身实现;2.abstract:强制要求其继承者重写。声明时不提供其自身的实现,抽象类不能被实例化;3.interface:接口就是协议,其声明的成员(属性,方法,事件和索引器)必须由其继承的类实现。接口不能直接被实例化。虚方法与抽象方法的区别在于,虚方法提供自身的实现,并不强制要求子类重写;而抽象方法不提供自身的实现,并且强制子类重写。抽... 阅读全文

posted @ 2010-08-15 15:14 billpeng 阅读(299) 评论(0) 推荐(0) 编辑

摘要:用label生成棋谱速度好慢,有待改进,另外计算获胜时的四个方法应该可以合并为一个,没有优化整合代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSys... 阅读全文

posted @ 2010-08-14 10:27 billpeng 阅读(1242) 评论(2) 推荐(0) 编辑

摘要:select top 10 * from userinfo order by NEWID() 阅读全文

posted @ 2010-08-08 16:23 billpeng 阅读(303) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示