-
ISO8583c#实现方式
应用背景
金融行业通信标准。ISO8583 128位域解析传输。
SOCKET传输。
C#实现方式
WEB示例代码
关键技术
//智能组包
Iso8583Package sendPackage = new Iso8583Package("fullSchema.xml");
sendPackage.SmartBitmap = true;
sendPackage.MessageType = "0210";
sendPackage.SetString(2, "8888888888888888888");
sendPackage.SetString(3, "171111");
sendPackage.SetMoney(4, 12.34M);
sendPackage.SetDateTime(7, DateTime.Now);
sendPackage.SetNumber(11, 111);
sendPackage.SetDateTime(12, DateTime.Now);
sendPackage.SetDateTime(13, DateTime.Now);
sendPackage.SetString(25, "20");
sendPackage.SetNumber(28, 123);
sendPackage.S
- 2023-06-13 06:35:04下载
- 积分:1
-
分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windo...
分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写"动态库名称@函数名称"(参数表)即可,例如下面函数可以写为"FXJFUNC@MYCMALOSE"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a standardized function. This instruction applies to analysts 3.10 standard and professional versions formula system. 2. Spread Function Function system for achieving the impossible special algorithm. 3. PSF with windows 32 DLL realized, production proposed use Microsoft Visual C programming. 4. called to the formula editor wrote "@ name DLL function name" (Table parameters) can be, for example, the following function can be written as "FXJFUNC @ MYCMALOSE" (5) 5. DLL name and function name can be its own definition. 6. using DLL can be copied to the directory analysts use.
- 2023-06-11 08:55:03下载
- 积分:1
-
Sometimes, it would be nice to have an edit box with a spell checker and/or thes...
Sometimes, it would be nice to have an edit box with a spell checker and/or thesaurus built in, especially if you use edit boxes to enter longer messages
- 2022-02-12 05:19:41下载
- 积分:1
-
VC例程Iocomp控件库,超过70的来源
IOComp控件库的vc例程,有70多个源程序-IOComp vc widget library of routines, more than 70 source
- 2022-07-28 00:50:11下载
- 积分:1
-
实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。...
实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。-BM algorithm to find the realization of the text string function, given the number and the matching time.
- 2022-01-25 14:38:29下载
- 积分:1
-
演示程序的手写笔,简单的绘制边界和记录X的位置。
演示手写笔编程,简单绘制边界并记录X和O的位置。主要演示了手写笔的基本交互功能。-Demo programming stylus, simple drawing the border and record the location of X and O. The main demonstration of the stylus basic interactive features.
- 2023-08-02 09:55:02下载
- 积分:1
-
BMP灰度图的绘制
BMP灰度图的绘制-BMP grayscale rendering
- 2022-04-16 17:38:56下载
- 积分:1
-
主要介绍在SuperMap IS .NET的使用和开发过程中需要了解和掌握的一些专题内容,包括许可配置信息、数字水印功能、智能集群缓存...
主要介绍在SuperMap IS .NET的使用和开发过程中需要了解和掌握的一些专题内容,包括许可配置信息、数字水印功能、智能集群缓存-Mainly describes the SuperMap IS. NET s use and development process need to understand and master a number of topics, including the license configuration information, digital watermarking capabilities, intelligent clustered cache
- 2022-11-10 16:15:03下载
- 积分:1
-
接口文件。只是顶层文件,故用处不大,第一次试发
接口文件。只是顶层文件,故用处不大,第一次试发-Interface file. Only top-level document, it is not useful, the first test-fat
- 2023-09-03 19:15:03下载
- 积分:1
-
a similar Windows calculator.
一个类似Windows的计算器 。-a similar Windows calculator.
- 2022-07-16 18:49:51下载
- 积分:1