2010年6月23日
摘要: ProblemsCan't remember your passwords? Tired of filling out registration forms?--- It is OpenID that can solve these problems.What is OpenID?OpenID allows you to use an existing account to sign in to ... 阅读全文
posted @ 2010-06-23 15:19 sanmao.net 阅读(225) 评论(1) 推荐(0)
  2010年4月27日
摘要: DOS和批处理的基础知识DOS常见的有两种:IBM公司的PC-DOS和微软公司的MS-DOS(常用)分为核心启动程序和命令程序两个部分:1)核心启动程序有:Boot系统引导程序、IO.SYS、MSDOS.SYS和COMMAND.COM,有了它们系统就可以启动;2)命令分为内部命令和外部命令:内部命令存在于COMMAND.COM文件中,会在系统启动时加载到内存中,以方便调用。而其它的一些外部命令则以单独的可执行文件存在,在使用时才被调入内存。进入DOS: 在系统引导、出现"Starting Windows....."的时候按下"F8"键,然后再选择&quo 阅读全文
posted @ 2010-04-27 14:28 sanmao.net 阅读(394) 评论(0) 推荐(0)
  2010年4月23日
摘要: 中文:http://msdn.microsoft.com/zh-cn/dd320308.aspx英文:http://www.asp.net/(S(ywiyuluxr3qb2dfva1z5lgeg))/learn/mvc/tutorial-06-vb.aspx 阅读全文
posted @ 2010-04-23 15:37 sanmao.net 阅读(232) 评论(0) 推荐(0)
摘要: Let me give a brief introduction to selenium at first:Seleniumis a set of tools that supports rapid development of test automation for web-based applications. Two major tools will be used here: Selenium-IDE (Integrated Development Environment): A Firefox add-on, which has a recording feature and wil 阅读全文
posted @ 2010-04-23 11:02 sanmao.net 阅读(1414) 评论(0) 推荐(0)
  2010年4月22日
摘要: Environment: Windows 7 Enterprise + IIS 7.01. Build your application in VS.2. "Start -> Run<inetmgr>" to start IIS manager.3. Right click the root node,select "Add Web Site..."3. Input a site... 阅读全文
posted @ 2010-04-22 16:23 sanmao.net 阅读(234) 评论(0) 推荐(0)
摘要: If you want to develop or test ASP.NET application, IIS(Internet Information Server) is required, yet it may not come with your OS and you must configure it manually. Let me show the process on Window... 阅读全文
posted @ 2010-04-22 10:18 sanmao.net 阅读(200) 评论(0) 推荐(0)
  2010年4月14日
摘要: Opera:  1.Press “Alt” on keyboard  2.“Settings” -> “Preferences…”     3.On “Advanced” tab, “Content”->”Enable JavaScript&... 阅读全文
posted @ 2010-04-14 15:27 sanmao.net 阅读(600) 评论(0) 推荐(0)