Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - rsa string
Search - rsa string - List
TXmlIni支援以下功能(特征):         1. 具有压缩能力(使用ZLib)         2. 储存成其他程式语言看得懂得xml(在非压缩的情况下)         3. 具Stream串流载入与输出能力         4. 具字串载入与输出能力         5. 具Base64能力(当使用压缩时, 则输出字串将强迫为Base64格式)         6. 具自动存档能力         7. 支援压缩、AES加密、RSA加密。 范例: uses XmlIni proceduree ...() var XmlIni: TXmlIni Ret: string begin XmlIni := TXmlIni.Create try XmlIni.LoadFromFile( C:\...\sample.xi ) Ret := XmlIni[ section ][ key ] XmlIni[ section ][ key ] := Value XmlIni.SaveToFile( C:\...\sample.xi ) finally XmlIni.Free end end -TXmlIni supports the following functionality (features): 1. Has compressed capacity (ZLib) Saved as other programming languages ​ ​ to see to know how to xml (in the case of non-compressed) 3 with Stream streaming load output capability 4 with string loaded with output capacity 5 the Base64-capacity (when using compressed output string will be forced to Base64 format) 6 with automatic archiving capabilities Support compression, AES encryption, RSA encryption. Example:         uses                 XmlIni         proceduree ... ()         var             XmlIni: TXmlIni             Ret: string         begin             XmlIni: = TXmlIni.Create             try                 XmlIni.LoadFromFile ( C: \ ... \ sample.xi )   &nbs
Date : 2025-12-26 Size : 3.84mb User : 刘孟雄
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.