字节数组倒序
    
            
摘要:procedure SwapBytesArr(var BytesArr:array of Byte);var i,h:Integer;begin h:=High(BytesArr); if h=1 then Exit; for i:=0 to (h div 2)-1 do begin BytesAr
        
阅读全文
 
        
            
    Windows和Linux下apache-artemis-2.10.0安装配置
    
            
摘要:window下安装配置 一、官网下载 http://activemq.apache.org/artemis/download.html 二、百度网盘下载 链接:https://pan.baidu.com/s/1KBMw0mAwaCfsZ1g6D42Zdw 提取码:to0q 三、下载完成后,解压到任意
        
阅读全文
 
        
            
    delphi superobject解析复杂json
    
            
摘要:var JO, JO1, JO2, JRec: ISuperObject; JA1,JA2:TSuperArray; JT:TSuperAvlTree; JTI:TSuperAvlIterator; iCount,iField:integer; begin JT := SO(memo1.lines.
        
阅读全文
 
        
            
    delphi实现起泡提示效果
    
            
摘要:unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl
        
阅读全文
 
        
            
    启动delphi 2010 后无响应,过很久(几十秒后),出现错误框“displayNotification:堆栈溢出
    
            
摘要:现象:启动delphi 2010 后无响应主界面白色,过段时间,出现错误框“displayNotification:堆栈溢出”,无法正常使用功能。 原因是IDE启动的时候加载了一个网页,正是用的自带浏览器 最终解决方法:在IE浏览器的Internet选项中,删除历史记录,我一般就不用IE浏览器,所以
        
阅读全文