Welcome![Sign In][Sign Up]
Location:
Search - srv

Search list

[ADO-ODBCOdsApi20051017

Description: 开放数据服务接口单元文件, 转换VC6和VC7下的srv.h等头文件为pas文件,方便Delphi编写SQL Server的扩展存储过程. -open data service interface modules, switch VC6 and VC7 srv.h the first such document pas paper to facilitate the preparation of Delphi SQL Server extended stored procedures.
Platform: | Size: 56169 | Author: 西南三少 | Hits:

[Windows Developsrv

Description: 聊天工具服务器端,winsock编程,对初学者来说应该很有用-Chat server-side tools and protocols of programming for beginners should be a very useful
Platform: | Size: 839 | Author: 张帆 | Hits:

[Other resourcesrv-113006

Description: 一个机器人开发的相关嵌入式开发源码,其中的说明会有更多相关介绍
Platform: | Size: 191009 | Author: hh | Hits:

[Windows Developsrv

Description: vc中的网络应用的客户 应用程序
Platform: | Size: 1178443 | Author: jiei | Hits:

[BREWsmslib-2[1].1.2

Description: 最新发送短信的jar包 COutgoingMessage msg = new COutgoingMessage(mobile , message) msg.setMessageEncoding(CMessage.MessageEncoding.EncUcs2) msg.setStatusReport(true) srv.sendMessage(msg)
Platform: | Size: 62462 | Author: fangjun | Hits:

[DirextXsrv

Description: 在windows系统下可实现快速关闭所打开的不必要的文件和窗口,没有解密码-in windows systems can be quickly opened by the closure of unnecessary documents and window, not a secret code
Platform: | Size: 1104058 | Author: 孙明 | Hits:

[J2MESMS扩展配置.rar

Description:

1、将jre文件夹复制到你本机所在的JDK下覆盖掉全部jre文件夹

2、将lib文件夹复制到你项目所在的lib,添加对应lib


import org.smslib.IOutboundMessageNotification;
import org.smslib.Library;
import org.smslib.MessageEncodings;
import org.smslib.MessageProtocols;
import org.smslib.OutboundMessage;
import org.smslib.Service;
import org.smslib.modem.SerialModemGateway;
import java.util.List;


public class SendSms {
    public SendSms() {
    }


    public void sendSMS(String[] phoneNumber) throws Exception {
        Service srv;
        OutboundMessage msg;

        OutboundNotification outboundNotification = new OutboundNotification();

        srv = new Service();
        SerialModemGateway gateway = new SerialModemGateway("modem.com1",
                "COM1", 9600, null, null);
        gateway.setInbound(true);
        gateway.setOutbound(true);
        gateway.setSimPin("0000");
        gateway.setOutboundNotification(outboundNotification);
        gateway.setProtocol(MessageProtocols.PDU);
        srv.addGateway(gateway);

        try {
            srv.startService();

            for (int i = 0; i < phoneNumber.length; i++) {
                msg = new OutboundMessage(phoneNumber[i], "您有会议待处理,请登陆查看!");
                msg.setEncoding(MessageEncodings.ENCUCS2);
                srv.sendMessage(msg);

            }

        } finally {
            srv.stopService();
        }
    }

    public class OutboundNotification implements IOutboundMessageNotification {
        public void process(String gatewayId, OutboundMessage msg) {
            System.out.println("Outbound handler called from Gateway: " +
                               gatewayId);
            System.out.println(msg);
        }
    }


    public static void main(String args[]) {
        SendSms app = new SendSms();
        try {
            app.doIt();
        } catch (Exception e) {
            e.printStackTrace();
        }
    }

}
 


Platform: | Size: 1040178 | Author: idhuanghao | Hits:

[matlabSurveyor Toolbox v4.2

Description: matlab环境下控制srv-1型机器人的运动与图像返回,解压后放于toolbox下,java文件夹放入matlab的bin中
Platform: | Size: 10918 | Author: bad_habit@sina.com | Hits:

[ScannerAllhosts

Description: DNS上主机查询 -Machine query on DNS
Platform: | Size: 1024 | Author: 站长 | Hits:

[DirextXsrv

Description: 在windows系统下可实现快速关闭所打开的不必要的文件和窗口,没有解密码-in windows systems can be quickly opened by the closure of unnecessary documents and window, not a secret code
Platform: | Size: 1103872 | Author: 孙明 | Hits:

[ADO-ODBCOdsApi20051017

Description: 开放数据服务接口单元文件, 转换VC6和VC7下的srv.h等头文件为pas文件,方便Delphi编写SQL Server的扩展存储过程. -open data service interface modules, switch VC6 and VC7 srv.h the first such document pas paper to facilitate the preparation of Delphi SQL Server extended stored procedures.
Platform: | Size: 56320 | Author: 西南三少 | Hits:

[Windows Developsrv

Description: 聊天工具服务器端,winsock编程,对初学者来说应该很有用-Chat server-side tools and protocols of programming for beginners should be a very useful
Platform: | Size: 1024 | Author: 张帆 | Hits:

[Other Embeded programsrv-113006

Description: 一个机器人开发的相关嵌入式开发源码,其中的说明会有更多相关介绍-A robot developed by the relevant source embedded development, of which there will be more relevant description of Introduction
Platform: | Size: 190464 | Author: hh | Hits:

[Windows Developsrv

Description: vc中的网络应用的客户 应用程序 -vc of Network Applications Client Application
Platform: | Size: 1178624 | Author: jiei | Hits:

[Windows DevelopRTP

Description: 一个用VC编写的RTP传输程序,挺好用的!-A VC prepared using RTP transmission procedures, very good use!
Platform: | Size: 579584 | Author: 王明 | Hits:

[Windows Developsrv

Description: socket 的简单服务器端程序,不过功能有限,只能接收分步,有兴趣可以改改,使它可以像QQ那样,再联系我,再交流一下-socket simple server-side program, but limited only to receive step-by-step, are interested in can be changed so that it can be done as QQ, and then contact me, and then exchange
Platform: | Size: 1024 | Author: p | Hits:

[Othersrv

Description: 将应用程序转成服务运行的小工具 包含两个应用程序 srvany.exe 和 instsrv.exe-Convert an application service runs a gadget consists of two applications srvany.exe and instsrv.exe
Platform: | Size: 22528 | Author: 李永刘 | Hits:

[Communication-Mobilesrv

Description: 集合了srv服务端和客户端,详细讲解了srv的工作原理,对初学者非常有益!-Brings together services and client srv, srv explained in detail the working principle is very useful for beginners!
Platform: | Size: 187392 | Author: 王飞 | Hits:

[Software EngineeringSurveyor-SRV-1-Robot--Android---Blackfin

Description: Robot manufacturer Surveyor Corp. has released an open-source Google Android application that remotely operates its Blackfin-based robots. Surveyor demonstrated the SRV-1 Console Android software running its SRV-1 Blackfin Robot (pictured) and YARB Robotic Blimp, as well as a Macpod Software robot that slices-Robot manufacturer Surveyor Corp. has released an open-source Google Android application that remotely operates its Blackfin-based robots. Surveyor demonstrated the SRV-1 Console Android software running its SRV-1 Blackfin Robot (pictured) and YARB Robotic Blimp, as well as a Macpod Software robot that slices...
Platform: | Size: 463872 | Author: DG | Hits:

[Otherius_s32

Description: SRV License RF Online GA
Platform: | Size: 184320 | Author: lews | Hits:
« 12 3 »

CodeBus www.codebus.net