KBMMW 4.93.00 发布
可喜可敬,作者非常勤奋,跟上了delphi 10.1 的步伐。
4.93.00 April 26 2016 Important notes (changes that may break existing code)
======================================================
* Updated transport stream format to include support for streaming
cardinal values.
* Updated XML streamformats to use camelcase and fixed bugs.
* Removed DeleteOldLog and DeleteOldAudit properties from file log
manager. New stuff
=========
- Added FileOptions to TkbmMWLocalFileLogManager.
(mwlfoDeleteOldLog,mwlfoDeleteOldAudit,mwlfoBackup,
mwlfoTimestampBackup,mblfoBackupIfEmpty)
- Added support for multiple timestamped backups of file based logs.
- Added MaxLogFileAge and MaxAuditFileAge to file log manager. Set to
provoke a file change after a specific duration. Change happens at
next log event.
- Added BackupPath and BackupExt to file log manager.
- Added Passed functions to TkbmMWDateTime. Returns true if a
specific time has passed.
- Added Lock property to TkbmMWCustomThread.
- Added Lock property to TkbmMWCustomMessageProcessor.
- Added support for RAD Studio 10.1 Berlin. Changes/minor additions
=======================
- Improved Remote Desktop switch user support.
- Updated transport stream format to include support for streaming
cardinal values.
- Updated XML streamformats to use camelcase and fixed bugs.
- Removed DeleteOldLog and DeleteOldAudit properties from file log
manager.
- Changed kbmMWString2Var to convert cardinals correctly. Fixes
=====
- Fixed server transport shutdown issue on regular (non WIB)
transport due
to TerminateYarn bug in Indy 10.
- Fixed issues in TkbmMWCustomThread.
- Fixed leak and bug in LZ4 compression.
KBMMW 4.93.00 发布的更多相关文章
- kbmmw 5.05.00 发布
新年前最后几天,kbmmw 发布了新版本,增加一大波功能.we are happy to announce v5.05.50 of our popular middleware for Delphi ...
- KbmMW 4.30.00 发布
今天早上,KbmMW发布了4.30.00 版,这个版本开始支持XE4 的WIN/WIN64/OSX. 暂时不支持ios开发,同时加强了通过JSON 的对象序列化.还有就是解决了我提交的几个有关 汉字处 ...
- KBMMW 4.92.00 发布
We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW c ...
- KBMMW 4.90.00 发布
kbmMW is a portable, highly scalable, high end application server andenterprise architecture integra ...
- KBMMW 4.84.00 发布
kbmMW is a portable, highly scalable, high end application server and enterprise architecture integr ...
- KBMMW 4.83.00 发布
新版本又来了,端午节都不让大家过好:) 这次终于支持ios 64了,不用我再手工改了. Components4Developers is a company established in 1999 w ...
- KBMMW 4.82.00 发布
作者最近加紧了更新进度,赞一个. 时间都去哪儿了? 还没好好看4.81, 新版就来了. 这个版本主要是增强日志管理,已经强大到替换delphi 本身的异常处理了. We are happy to an ...
- KBMMW 4.80.00 发布
一大波更新来了. 4.80.00 March 30 2015 Important notes (changes that may break existing code) ======= ...
- KBMMW 4.70.00 发布
We are happy to announce the release of kbmMW v. 4.70.00 Professional and Enterprise Edition. kbmMW ...
随机推荐
- 使用PopupContainerEdit和PopupContainerControl制作下拉菜单树小记
转自:http://jlcon.iteye.com/blog/898210 首先拖动一个PopupContainerEdit控件和PopupContainerControl控件到界面上,在PopupC ...
- .net解决程序集版本冲突的方法
以log4net为例,分为两种情况 1.不同version,相同publicKeyToken 在bin里放较新版本的dll 并在web|app.config的<configuration> ...
- [Linux] - Docker制作nginx+php
使用Docker制作nginx+php的镜像,这里的镜像是centos + nginx 1.9.7 + php 5.6.14 首先下载到nginx和php: nginx-1.9.5.tar.gz 下载 ...
- sql server2008 检查是否需要挂起计算机重新启动。挂起重新启动会导致安装程序失败。
解决方法: 1.如果重新启动后,一样无效, 2.那么就进入注册表编辑器,通过修改注册表的方法来解决.除了删除SQL安装时遗留下的LJ文件,还必须进行以下操作: 在"开始"-&quo ...
- 条款19:设计class犹如设计type
1,新的type对象应该如何被创建和销毁? 这会影响class的构造函数ctor和析构函数dtor,以及内存分配函数和释放函数 //operator new //operator new[] // ...
- Linux:删除程序
首先查看程序是否安装,以mariadb 为例 卸载程序 .........
- c#操作Excel
Excel是微软公司办公自动化套件中的一个软件,他主要是用来处理电子表格.Excel以其功能强大,界面友好等受到了许多用户的欢迎.在设计应用系统时,对于不同的用户,他们对于打印的需求是不一样的,如果要 ...
- Spark Job的提交与task本地化分析(源码阅读八)
我们又都知道,Spark中任务的处理也要考虑数据的本地性(locality),Spark目前支持PROCESS_LOCAL(本地进程).NODE_LOCAL(本地节点).NODE_PREF.RACK_ ...
- policy
template <class Apolicy> class Host { Apolicy direct_policy_use; Apolicy <SomeInternalT ...
- SOAP(简单对象访问协议)
ylbtech-Miscellaneos:SOAP(简单对象访问协议) A,返回顶部 1, 简单对象访问协议是交换数据的一种协议规范,是一种轻量的.简单的.基于XML(标准通用标记语言下的一个子集)的 ...