摘要:[代码]
阅读全文
posted @ 2010-08-17 22:46
|
|||
搜索随笔档案
最新评论
|
08 2010 档案
摘要:#搜索引擎User-Agent代码对照表######################### 搜索引擎 User-Agent代码# AltaVista Scooter# Infoseek Infoseek# Hotbot Slurp# AOL Search Slurp# Excite ArchitextSpider# Google Googlebot#...
阅读全文
posted @ 2010-08-17 10:57
摘要:1.virtual:允许被重写,但不强制要求。声明时提供其自身实现;2.abstract:强制要求其继承者重写。声明时不提供其自身的实现,抽象类不能被实例化;3.interface:接口就是协议,其声明的成员(属性,方法,事件和索引器)必须由其继承的类实现。接口不能直接被实例化。虚方法与抽象方法的区别在于,虚方法提供自身的实现,并不强制要求子类重写;而抽象方法不提供自身的实现,并且强制子类重写。抽...
阅读全文
posted @ 2010-08-15 15:14
摘要:用label生成棋谱速度好慢,有待改进,另外计算获胜时的四个方法应该可以合并为一个,没有优化整合代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSys...
阅读全文
posted @ 2010-08-14 10:27
摘要:select top 10 * from userinfo order by NEWID()
阅读全文
posted @ 2010-08-08 16:23
|
||
Powered by:
|