该文被密码保护。
02 2010 档案
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?xmlversion="1.0"encoding="utf-8"?><root><!--当前酒店信息--><CurretnHotelInfo><...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--ModuleFunctionsFunctionIsDefaultValue(OfT)(ByValvalueAsT)AsBooleanDimdefValueAsT=NothingReturnObject...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--PublicClassPersonPublicFirstNameAsStringPublicLastNameAsStringPublicSubNew(ByValfirstNameAsString,By...
阅读全文
摘要:每个使用关系型数据库的程序都可能遇到数据死锁的情况。理解什么是死锁之前先要了解锁定的概念:如果需要“修改”一条数据,首先数据库管理系统会在上面加锁,以保证在同一时间只有一个事务能进行修改操作。锁定(Locking)发生在当一个事务获得对某一资源的“锁”时,这时,其他的事务就不能更改这个资源了,这种机制的存在是为了保证数据一致性。 多数情况下,可以认为...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--ImportsSystem.IOImportsSystem.ThreadingImportsSystem.ComponentModelPublicClassForm1'Adelegatethatcan...
阅读全文
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--ImportsSystem.Net.MailImportsSystem.Net.ConfigurationImportsSystem.ConfigurationImportsSystem.TextI...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--一、报表参数1.nHotelID名称:nHoteId数据类型:Integer隐藏可用值:无查询默认值:无查询=22.Team名称:Team数据类型:Integer提示:团散多值可用值:无查询标签:住客...
阅读全文
摘要:一、 报表参数 1.nHotelID 名称:nHoteId 数据类型:Integer 隐藏 可用值:无查询 默认值: 无查询 =2 2.nRoomId 名称: nRoomId 数据类型:Integer 提示:房号 多值 可用值:来自查询 数据集: Room 值字段: nId 标签字段:cCode 默认值:来自查询 数据集: Room 值字段: nId 数据集 Room 定义: SQL语句: ...
阅读全文