-
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
-
旅游业管理系统
此源代码是关于旅游管理体制,引导游客为旅游景点的网站。
- 2022-09-24 04:35:03下载
- 积分:1
-
此压缩文件夹包含22本c++方面的著作,如面向对象程序设计理论,算法,网络编程等等。十一部不可多得的c++经典合集,绝对超值,但对阅读者的英文要求较高。...
此压缩文件夹包含22本c++方面的著作,如面向对象程序设计理论,算法,网络编程等等。十一部不可多得的c++经典合集,绝对超值,但对阅读者的英文要求较高。-this compressed folder contains 22 c++ books, for example: OO design theories, algorithms, network programing. It s a good colection of classic c++ books. Very worthy, but a high level of English reading command is required.
- 2022-11-24 20:25:10下载
- 积分:1
-
89C52_graphic display
89C52_graphic display
- 2023-07-17 22:10:03下载
- 积分:1
-
VC++编程,有源代码,属性表页类,wizard97风格,大小可调
VC++编程,有源代码,属性表页类,wizard97风格,大小可调-VC++ Programming, active code page attribute table category, wizard97 style, size adjustable
- 2022-01-26 01:37:24下载
- 积分:1
-
简单直接的base64编码查看器,可以在邮件收发程序中发挥作用...
简单直接的base64编码查看器,可以在邮件收发程序中发挥作用-Simple and direct viewer base64 encoding, you can send and receive e-mail program to play a role in
- 2022-02-19 21:57:46下载
- 积分:1
-
tts_tool是使用SAPI文本界面
Tts_Tool is an Interface for using SAPI Text-to-Speech.
-Tts_Tool is an Interface for using SAPI Tex t-to-Speech.
- 2022-05-05 02:13:20下载
- 积分:1
-
: 介绍国外在微型显示器军事应用方面的状况 , 提出研发 L C o S微型显示器配置...
: 介绍国外在微型显示器军事应用方面的状况 , 提出研发 L C o S微型显示器配置-: Introduction to micro-display in the status of military applications, the R
- 2022-08-02 13:33:30下载
- 积分:1
-
最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办...
最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办法,学的不是很多,这样的程序也拿来传。。希望大家见谅,不过我觉得这也有他的好处。-Recent study for a period of time C, feeling good, and this single-chip programming is also helpful in this offer, a small program (to run in VC6.0 so, can see more clearly), its function is to display any calendar year, no way, learning is not a lot, so that the procedures used Chuan. . I hope everyone will forgive, but I think this also has the advantage of him.
- 2022-05-08 07:54:29下载
- 积分:1
-
《获取并使用系统的字体》源程序.zip
《获取并使用系统的字体》源程序.zip-"access to and use of the system font" source. Zip
- 2022-08-21 03:21:01下载
- 积分:1