-
基于联通SGIP1.2供简单的短信平台开发系统接口
基于联通SGIP1.2接口库开发的简单短消息平台,支持参数配置,日志记录功能。同时与后台数据库集成,自动将接收到的消息写入数据库的MO_Log表,同时将发送出去的消息写入MT_Log表,失败的话记录失败原因.MT_Log表的FinishFlag字段表示发送是否成功,FinishFlag = 0表示正在短信中心等待,发送成功的话FinishFlag=1,失败的话=2,如果发送失败,将在ErrorDescribe字段中记录失败原因。 数据库可以是Access,SqlServer2000,Oracle,或者Sybase等,只要有MO_Log,MT_Log表即可。也可以建立一个发送表,将要发送的消息写入该表,然后程序定时检测该表的内容,有新记录的话就发送出去。 程序现在用的是ACCESS数据库,如果要改用其它数据库的话,需要更改数据库的连接字符串。-Unicom SGIP1.2 based interface for the development of a simple SMS platform to support parameter configuration, logging function. While integrated with the back-end databases, automatically sending the information into the database MO_Log table, will be sent out into the news MT_Log table, and failure to do what the reasons for failure. MT_Log questionnaire sent FinishFlag field said that the success of FinishFlag = 0 is said the Center for SMS, successfully sent the FinishFlag = 1, the failure = 2, if this fails, will ErrorDescribe field record the reasons for failure. Access is the database, SqlServer2000, Oracle,
- 2022-10-29 06:40:03下载
- 积分:1
-
一个锁住屏幕的源程序
一个锁住屏幕的源程序-a locked screen source
- 2022-03-31 06:22:42下载
- 积分:1
-
一个c++builder写的一组控间。包含很多控间,可以直接安装到builder里面去。...
一个c++builder写的一组控间。包含很多控间,可以直接安装到builder里面去。-c builder a written between a control group. Contain a lot of control, can be installed directly to the builder inside.
- 2023-06-27 14:50:03下载
- 积分:1
-
tekt示波器通讯程序,通过串口对tekt示波器实时读取数据;
tekt示波器通讯程序,通过串口对tekt示波器实时读取数据;-tekt oscilloscope communication process through serial real-time oscilloscope tekt to read data;
- 2022-11-15 21:55:03下载
- 积分:1
-
仿WIN7操作系统
资源描述
使用FLEX 技术,多年前搞的一个仿win7操作系统的界面,现在共享出来,大家一起hi,高手勿喷,小菜级别的东西,主要是使用了AMBI的库来实现的
MDI。。。。。
amdi.windowManager.addEventListener(MDIManagerEvent.APP_MENU_ITEM_CLICK,lisentApplicationMenu);
amdi.windowManager.addEventListener(MDIManagerEvent.WINDOW_CLOSE,confirmWindowClose);
amdi.windowManager.cascade();
amdi.menuButton.setStyle("rollOverEffect",glowOver);
amdi.menuButton.setStyle("rollOutEffect",glowOut);
更多东西自己去感受吧
- 2022-08-09 08:03:21下载
- 积分:1
-
winform datagridview 分页查询
资源描述
资源描述
winform中,datagridview对于数据展示比较便利。当后台数据量非常大时,将数据一次性全部加载将导致极大的内存消耗和网络开销,甚至导致程序卡死。因此,分页查询很有必要。附件代码通过自定义控件实现分页导航栏的控制,通过调用后台数据库存储过程实现数据的分页获取。
- 2022-02-20 08:26:29下载
- 积分:1
-
开发了一套画图软件,还可以进行填充,背景等等的设置
开发了一套画图软件,还可以进行填充,背景等等的设置-developed a drawing software can also be used for filling, background settings, etc.
- 2022-08-11 09:39:21下载
- 积分:1
-
vc下的超级好用的按钮类
vc6或vs都可以使用的按钮类,超级好用,可以设置各种属性实现图片加载、鼠标移入等特效动作
- 2022-07-26 09:11:42下载
- 积分:1
-
本程序是界面编程,用来实现在WORD中输出报表,打印预览和打印选项。...
本程序是界面编程,用来实现在WORD中输出报表,打印预览和打印选项。-This program is programming interface used to achieve the WORD in the output report, print preview and print options.
- 2022-10-11 12:05:03下载
- 积分:1
-
图象combobox,从本地硬盘中导入图片到内存中,加载到一个imagelist中,然后设置combobox的imagelist属性,即可...
图象combobox,从本地硬盘中导入图片到内存中,加载到一个imagelist中,然后设置combobox的imagelist属性,即可-image combobox, from the local hard disk into pictures into memory, loading of a Imagelist, then set up the combobox Imagelist attributes can be
- 2022-03-19 22:15:49下载
- 积分:1