-
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
-
关于括号匹配和车皮进站的小程序,自己写的~很简单,主要是希望能多多交流...
关于括号匹配和车皮进站的小程序,自己写的~很简单,主要是希望能多多交流-matching brackets on the wagon stops and small programs, written in their own ~ very simple, the main hope to be able to interact more
- 2022-10-28 15:00:03下载
- 积分:1
-
An animated simulation of a vertical pinball bouncing movements, each attenuatio...
模拟一个动画弹球的垂直弹跳的动作,每次衰减为上次高度的0.9,考虑重力加速度。-An animated simulation of a vertical pinball bouncing movements, each attenuation for the last time a high degree of 0.9, consider the acceleration of gravity.
- 2022-11-05 11:00:04下载
- 积分:1
-
sd card for pxa270 (在bootloader 下)
sd card for pxa270 (在bootloader 下)-sd card for pxa270 (under the bootloader)
- 2022-02-02 18:46:09下载
- 积分:1
-
通过VC代码bridge_cs
vc桥接模式源码.-code of bridge_cs by vc
- 2022-03-13 06:24:13下载
- 积分:1
-
本程序是实现经典游戏贪吃蛇的源码,可以帮助读者了解游戏的制作原理。...
本程序是实现经典游戏贪吃蛇的源码,可以帮助读者了解游戏的制作原理。-This procedure is to achieve the classic Snake game source code, can help readers to understand the principles of game production.
- 2022-01-26 05:41:42下载
- 积分:1
-
这个小程序可以帮你统计你输入的总的字符数和英文(中文)字符数!...
这个小程序可以帮你统计你输入的总的字符数和英文(中文)字符数!-This little program can help you statistics you enter the total number of characters and English (Chinese) characters!
- 2022-04-26 23:24:36下载
- 积分:1
-
串口小工具代码
VC编写的上位机串口通讯小工具,通过API CreateFile打开串口并通讯,对初学者有很大的帮助。
- 2023-03-23 23:20:04下载
- 积分:1
-
This programme shows how to draw an rotating cylinder,and how to set lighting an...
在VC++ DirectX环境下,绘制一个空心圆柱体,实现圆柱体的旋转,并设置光照和材质信息。-This programme shows how to draw an rotating cylinder,and how to set lighting and materials.
- 2022-03-21 19:23:56下载
- 积分:1
-
这个文件用于打开端口,祥细注释的功能可以从代码中获得,有问题可以查看注释。...
这个文件用于打开端口,祥细注释的功能可以从代码中获得,有问题可以查看注释。-this document to open the ports, wound Notes of the functions can be obtained from the code, a problem can view the Notes.
- 2022-09-01 13:05:03下载
- 积分:1