当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: NVM stands for nonvolatile memor
 

 

 ·ashkelon:一种源代码发布系统    »显示摘要«
    摘要:sourceforge上的一个项目,可以把源代码发布成web应用,显示的包括javadoc,java source code,但是这些内容都是存在数据库中的,用jsp页面来动态显示处理,所以还有一个特有的功能就是“搜索”,试用了下,还比较强大。不过现在还是beta版,有些bug。 除了搜索这个功能,感觉软件做的有些没有必要。发布成静态的页面也可以,浏览速度更快些。java2html,src-highlite就是这样做的,也可以放在......
 ·关于shared pool的深入探讨(五)    »显示摘要«
    摘要:关于shared pool的深入探讨(五) 原文链接: http://www.eygle.com/internal/shared_pool-5.htm oracle使用两种数据结构来进行shared pool的并发控制:lock 和 pin.lock比pin具有更高的级别. lock在handle上获得,在pin一个对象之前,必须首先获得该handle的锁定.锁定主要有三种模式: null,share,exclusive.在读取访问对象时,通常需要......


issue03: TMS NVM+ Learning note

nvm stands for nonvolatile memory (such as flash, floppy diskette, etc.). nvm+ is a tms module to support a functional api to access nvm.

nvm+ is tied to idb+. we can use idbgen to add a initialize function to the idb+ module to support nvm+; 【相关文章:浙江移动MISC1.6平台的Provis

【扩展阅读:[ZT] Mambo中国启动Mambo中

【扩展信息:浙江移动MISC1.6平台反向取消接口(

nvm+ storage media includes a nvm+ header of nvmhdr_t type that summarizes the nvm+ information, and a body contains modules(e.g., idb+ module) of type nvmmod_t that controls data in the nvm+ database. each module contains one or more nvm+ objects using the nvmtbl_t structure.

there are also other two strucutres, the nvmobj_t structure is used to point to the nvmtlv_t structure. nvmdata_t is the structure passed in the nvminit() call.

nvm+ data layout in ram is a list of modules.

the nvm+ api has many functions designed to allow the developer to add,update, and delete objects and modules from the nvm+ database.


...   下一页
 ·关于指针和内存的几个问题    »显示摘要«
    摘要:一、"delete p" 会删去 "p" 指针,还是它指到的资料,"*p" ? 该指针指到的资料。"delete" 真正的意思是:「删去指针指到的东西」(delete the thing pointed to by)。同样的英文误用也发生在 c 语言的「释放」指标所指向的记忆体("free(p)"真正的意思是:"free_the_stuff_p......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE