摘要:#include "memmanagement.h"
memmangement::memmangement(int numofkb){ this->numofkb = numofkb; this->m_storage = new unsigned char[this->numofkb * 1024]; if (null == this->m_stora......
摘要:根据汉字声母,要在表中找相关记录,怎么实现?比如输入"zgyh",就能找到所有“中国银行”的记录。if exists (select * from dbo.sysobjects where id = object_id(n´[dbo].[f_getpy]´) and xtype in (n´fn´, n&a......
[学习笔记]WINDOWS2000技术内幕(1)Chapter 1 Concepts and Tools(暂时抄录,有空翻译以下)jjhou说的好,东西要自己消化后才是自己的,坚持blog!!!把«inside windows 2000»前几天看的内容回顾并做一下笔记: 【程序编程相关:
ASP.NET中的应用程序配置】 【推荐阅读:
项目经理应具备的素质(个人整理)(1)】
【扩展信息:在禁用 Cookie 的浏览器中使用 S】
on most systems, windows 2000 allocates half this address space (the lower half of the 4-gb virtual address space, from x00000000 through x7fffffff) to processes for their unique private storage and uses the other half (the upper half, addresses x80000000 through xffffffff) for its own protected operating system memory utilization. at the highest level of abstraction, a windows 2000 process comprises the following:
a private virtual address space, which is a set of virtual memory addresses that the process can use ...
下一页 摘要:什么时候会用到全屏幕模式? 也许用到的机会很少,但jdk还是为我们提供了这个的功能。像许多软件中的打印预览功能,还有某些文本编辑器中为了获得更大的编辑画面,也用到了全屏幕模式,如果你有兴趣写一个像acdsee这样的软件,使用全屏幕模式可以让用户看到更大的图片画面。 如何使用全屏幕模式? 关键是java.awt.*里面的两个与显示设备有关的类:graphicsenvironment和graphics......