01.
Avoiding Buffer Overruns with String SafetyString handling is one of the most error-prone aspects of programming in C and C++. Errors in dealing with strings account for most of the buffer overruns that result in security problems. In many lan...查看完整版>>
Avoiding Buffer Overruns with String Safety
02.
A Boolean wrapped with string (如何将布尔变量转换为字符串变量--写给java初学者)这是一片写给初学者的文章,也是本人第一次发表文章,请各位高手不要见笑能帮我指出其中的错误之处。 这是我在javaworld网站上看到的一篇文章,所以顺便翻译一下,当然可能和原文档差别较大,不是按原文直译的,...查看完整版>>
A Boolean wrapped with string (如何将布尔变量转换为字符串变量--写给java初学者)
03.
问题解决分析:String Buffer的小问题在String对象中有个构造函数是直接接受StringBuffer的。程序如下:public String (StringBuffer buffer) {synchronized(buffer) {buffer.setShared();this.value = buffer.getValue();t...查看完整版>>
问题解决分析:String Buffer的小问题
04.
Constructive Solid Geometry with the Stencil BufferCSG是从简单的实体的逻辑组合来构建复杂的实体的过程。基本的逻辑操作(如合并、相交和补集)用来作为三维实体之间的关系操作。在这些算法中,假设实体由多边形组成的封闭表面来定义。组成体元的多边形以一致的方式定...查看完整版>>
Constructive Solid Geometry with the Stencil Buffer
05.
Defeating Non Executable Stack Protection With TEB BufferDefeating Non Executable Stack Protection With TEB BufferSummary Below is an example of exploiting a TEB (Thread Execution Block) buffer and libc that can be used when exploiting a non-executable stac...查看完整版>>
Defeating Non Executable Stack Protection With TEB Buffer
06.
Kernel Compilation& Avoiding ‘Unresolved Symbol’Avoiding ‘Unresolved Symbol’ Sun, 08/01/2004 - 14:36 :: Many of the kernel newbies are not aware of certain important concepts which are essential for proper compilation and insertion of ...查看完整版>>
Kernel Compilation& Avoiding ‘Unresolved Symbol’
07.
Kernel Compilation& Avoiding ‘Unresolved Symbol’Avoiding ‘Unresolved Symbol’ Sun, 08/01/2004 - 14:36 :: Web Servers & Systems | Tutorials...查看完整版>>
Kernel Compilation& Avoiding ‘Unresolved Symbol’
08.
手动调整路由器的Buffer分配-应用技巧本文主要从技术层面向大家介绍了如何通过手动去调整路由器Buffer的分配,那么我们在配置时要进行哪些操作呢?此文会对你有所帮助。路由器维护两个 Buffer池,public buffers和 interface buffers调整pub...查看完整版>>
手动调整路由器的Buffer分配-应用技巧
09.
手动调整路由器Buffer分配-应用技巧本文主要从技术层面向大家介绍了如何通过手动去调整路由器Buffer的分配,那么我们在配置时要进行哪些操作呢?此文会对你有所帮助。路由器维护两个 Buffer池,public buffers和 interface buffers调整public buffersR...查看完整版>>
手动调整路由器Buffer分配-应用技巧
10.
排除Cache影响手动强制刷新Buffer Cache手动刷新Buffer Cache主要的原因是为了排除Cache对于测试的影响,以此促使Oracle重新执行物理访问。以下为具体的示例参考: ◆Oracle 9i里,Oracle提供了一个内部事件,用来强制刷新Buffer Cache,它的语法如下: alt...查看完整版>>
排除Cache影响手动强制刷新Buffer Cache
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。