There are generally two methods to write DFS
algorithm, one is using recursion, another one is using stack. (reference from
Wiki Pedia)Pseudocode for ...
分类:
其他好文 时间:
2014-06-13 08:39:34
阅读次数:
218
一、RAID 简介RAID 是英文Redundant Array of Independent
Disks 的缩写,翻译成中文意思是“独立磁盘冗余阵列”,有时也简称磁盘阵列(Disk
Array)。简单的说,RAID是一种把多块独立的硬盘(物理硬盘)按不同的方式组合起来形成一个硬盘组(逻辑硬盘),从...
分类:
其他好文 时间:
2014-06-13 00:02:38
阅读次数:
491
SUMMARY OF THE INVENTION The present invention
pertains to a write combining buffer for use in a microprocessor. The
microprocessor fetches data and i...
分类:
其他好文 时间:
2014-06-12 23:38:04
阅读次数:
435
看看IIS的网站,惊人的发现default web
site是停止状态。印象中没有停止它啊。右键->管理网站->启动。点击启动后居然弹出:“另一个程序正在使用此文件,进程无法访问。(异常来自HRESULT:0x80070020)”也就是我的default
web site 无法启动。上次一顿搜索,欣...
分类:
其他好文 时间:
2014-06-12 23:32:35
阅读次数:
271
BACKGROUND OF THE INVENTION The use of a cache
memory with a processor facilitates the reduction of memory access time. The
fundamental idea of cache ...
分类:
其他好文 时间:
2014-06-12 20:04:48
阅读次数:
441
解决方案:将c3p0.jar包换成c3p0-0.9.0.2.jar,c3p0这个包应该有bug引用如下:com.mchange.v2.log.MLogDetermines
which library c3p0 will output log messages to. By default, if l...
分类:
其他好文 时间:
2014-06-12 19:17:23
阅读次数:
419
(新建项目WebApplication,添加新项:源页面Default.aspx和目标页面WebForm1.aspx.
在源页面Default.aspx中添加两个TextBox,
ID分别为Nametb和Emailtb,两个Label;在WebForm1.aspx中添加两个Label,ID分别为ln...
分类:
Web程序 时间:
2014-06-12 19:03:32
阅读次数:
224