2010-12-18 14:47:05 阅读88 评论0 182010/12 Dec18
Everything是速度最快的文件名搜索软件。其速度之快令人震惊,百G硬盘几十万个文件,可以在几秒钟之内完成索引;文件名搜索瞬间呈现结果。它小巧免费,支持中文,支持正则表达式,可以通过HTTP或FTP分享搜索结果。如果不满意Windows自带的搜索工具、Total Commander的搜索、Google 桌面搜索或百度硬盘搜索,如果正在使用或放弃了Locate32,都值得推荐这款体积小巧、免安装、免费、速度极快(比Locate32更快)的文件搜索工具Everything!
2010-8-8 19:59:51 阅读266 评论0 82010/08 Aug8
C/C++是最主要的编程语言。这里列出了50名优秀网站和网页清单,这些网站提供c/c++源代码。这份清单提供了源代码的链接以及它们的小说明。
1、http://snippets.dzone.com/tag/c/ --数以千计的有用的C语言源代码片段
2、http://www.hotscripts.com/category/c-cpp/ --提供数以百计的C和C++脚本和程序。所有程序都分为不同的类别。
3、
2008-3-24 16:23:49 阅读1322 评论0 242008/03 Mar24
矩阵及其运算
矩阵是MATLAB数据存储的基本单元,而矩阵的运算是MATLAB语言的核心,在MATLAB语言系统中几乎一切运算均是以对矩阵的操作为基础的。下面重点介绍矩阵的生成、矩阵的基本运算和矩阵的数组运算。
4.2.1 矩阵的生成
1. 直接输入法
2011-10-27 0:10:17 阅读11 评论0 272011/10 Oct27
Please note that this is an older article that discusses JavaScript issues in Internet Explorer versions 6 & 7, along with Firefox versions 2+ & 3.0.
Although the days of long and tedious code branches to target specific browsers in JavaScript are over, once in a while it’s still necessary to do some simple
2011-10-27 0:06:34 阅读10 评论0 272011/10 Oct27
1.document.formName.item("itemName") 问题
说明:IE下,可以使用document.formName.item("itemName")或document.formName.elements["elementName"];Firefox下,只能使用document.formName.elements["elementName"].
解决方法:统一使用document.formName.elements["elementName"].
2.集合类对象问题
说明:IE下,可以使用()或[]获取集合类对象;Firefox下,只能使用[]获取集合类对象.
解决方法:统一使用[]获取集合类对象.
3.自定义属性问题
2011-10-26 20:07:59 阅读5 评论0 262011/10 Oct26
Javascript Debug Toolkit is a software can debug javascript in ie,firefox,safari,chrome,opera,mobile ie browser,mobile opera browser and so on .It works in all the browser support ajax.
Javascript Debug Toolkit 2.2.0 is published!
update site URL: http://jsdt.googlecode.com/svn/trunk/org.ayound.js.debug.update
2011-10-23 21:15:28 阅读6 评论0 232011/10 Oct23
2011-10-14 0:24:37 阅读4 评论0 142011/10 Oct14
<!–[if lte IE 6]>……<![endif]–>