当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: 执行中的treeview 控件-stops: 45.8pt 13
 

 

    摘要:软件的涅磐 作者:黄柳青 1999年,计算机科学家布鲁克斯(frederick phillips brooks,jr.)以近70岁的“高龄”获得了图灵奖——这位数十年来蜚声世界的软硬件专家、教育家曾在其《没有银弹》(1986)一文中提出了一个迄今为止尚未被打破的著名论断:“没有一种单纯的技术或管理上的进步,能够独立地承诺在10年内大幅度地提高软件的生产率、可靠性和简洁性”。布鲁克斯用形象的譬喻来论述软件工程中存在的“陷阱”——“在所有恐怖民间传说的妖怪......
    摘要:transaction isolation(事务隔离) n isolation是acid原则中的i,意思就是将访问同一数据库的不同用户隔离开。你可以通过指定隔离级别来在性能和安全性之间获得平衡。共有四种隔离级别: l the read uncommitted:不做任何的隔离并且有最高的性能; l the read committed:能够解决读脏数据(dirty read)的问题;这种隔离级别是很多数据库缺省的隔离级,如:oralce和sql ser......


创建可编辑的xml文档(之五)执行中的treeview 控件
执行中的treeview 控件  为了更完美,列表4包含了vb.net version, or c# version 两个版本的最终treevie 控件。为了更容易使用,我重新定义了结构与代码。同时增加了keydown 控制来支持一些默认的快捷键例如:control-n (新建), f2 (编辑), 与del (删除).  这里好象不必附加任何事件,因此最终的api 包含一个方法与八个属性,他们在表1中列出来了,他们大多数都是简单的标志,或者默认的开关,我增加他们时为了让你可以选择使用来增强你的应用程序的可编辑特征 表1:xmltreeview 控件的属性与方法,你可以将它们用到你的应用程序中 attribute

parameter 【相关文章:机器人策略程序设计(1)

type 【扩展阅读:亲手制作操作系统(2)

xmldroptarget 【扩展信息:论文110

description

get

system.xml.xmlnode

the xml node corresponding to the currently selected node in the treeview

activexmldocument

get

system.xml.xmldocument

the xml document bound to the treeview. this updates as the tree changes

xpathfilter

get; set

string

the xpath filter used to identify the element or attribute whose value will be used to display the folder´s name. a folder constitutes the tree view´s smallest navigable unit

xmlinsertionnode

get; set

system.xml.xmlnode

the template for a new folder. the treeview caches this, and clones it when a new folder is required.

dragdropactive

get; set

bool

flag denoting whether a drag/drop operation is currently in progress.

enableeditnode

get; set

bool

flag denoting whether label editing is supported (default is yes)

enabledeletenode

get; set

bool

flag denoting whether folder deletion is supported (default is yes)

enableinsertnode

get; set

bool


...   下一页
 ·金额大写转换    »显示摘要«
    摘要:因为找不到相关函数,便自己写了一个,是仿excel 金额转换,不限金额长度。 const numberarray: array[0..9] of string = (´零´, ´壹´,´貳´,´叁´,´肆´,´伍´,´陆´,´柒´,´捌´,&......
» 本期热门文章:

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