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

Search list

[Windows MobilePhoneNumber

Description: 操作手机内电话簿的工具源代码。对手机开发是个很好的借鉴-operate the phone directory of the source code tool. Right handset development is a very good reference
Platform: | Size: 169837 | Author: sdfiwh2002 | Hits:

[ADO-ODBCPhoneNumber

Description: EVC4下对Access数据库的操作,实现了添加,删除,检索等操作
Platform: | Size: 102416 | 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:

[Windows MobilePhoneNumber

Description: 操作手机内电话簿的工具源代码。对手机开发是个很好的借鉴-operate the phone directory of the source code tool. Right handset development is a very good reference
Platform: | Size: 169984 | Author: sdfiwh2002 | Hits:

[ADO-ODBCPhoneNumber

Description: EVC4下对Access数据库的操作,实现了添加,删除,检索等操作-EVC4 under the Access database operation, the realization of the add, delete, search and other operations
Platform: | Size: 102400 | Author: 李德亮 | Hits:

[Windows DevelopPhoneNumber

Description: 对手机来电截获,取得手机号码,并在主界面上进行显示。-On intercepted phone calls to obtain the phone number, and in the main display interface.
Platform: | Size: 7215104 | Author: netdragons | Hits:

[JSP/Javaphonenumber

Description: 现代社会离不开手机和电话,离不开电话号码的存储和查询。因此也需要《电话号码存储查询系统》来帮助您存储和查询有关的电话号码。《电话号码存储查询系统》是手机和电话的伴侣,是您工作和生活的不可缺少的帮手。我们经常遇到这样的情况,为了找到一个人的电话号码而费了好多的时间才找到,有时甚至会由于没有及时找到客户的电话号码而错过了一笔生意,造成了经济上的损失。遇到这种情况你更会感到拥有《电话号码存储查询系统》的重要性和必要性。-Can not be separated from modern society and mobile phone, telephone numbers can not be separated from the storage and query. Therefore necessary, " the telephone number stored query system" to help you store and inquire about the phone number. " Phone number stored query system" and mobile phone are partners, work and life are your indispensable assistant. We often encountered such a situation, the people in order to find a phone number and charges a lot of time to find, sometimes because the client did not find a phone number and missed a business, resulting in economic losses. When this happens, you will feel a " phone number stored query system," the importance and necessity.
Platform: | Size: 46080 | Author: | Hits:

[source in ebookPhoneNumber

Description: 编程习题 2974电话簿 的代码,C++ 实现-Exercise programming code 2974 telephone directory, C++ to achieve
Platform: | Size: 429056 | Author: 娟儿 | Hits:

[Otherphonenumberentereditandserach

Description: 电话号码本的编辑与查找,实现输入,编辑,查找,电话号码限定8位-the enter,search and edit of phonenumber
Platform: | Size: 2048 | Author: zhouren | Hits:

[Windows MobilePhoneNumber

Description: c++读取SIM卡电话号码,在Windows Mobile 上工作正常,版本是VS2005-read sim phone numbers by c++ language
Platform: | Size: 26624 | Author: johnocean | Hits:

[CSharpphonelist

Description: 简单 电话薄 使用xml功能构建的电话薄 支持导出导入功能 查找-phonenumber list
Platform: | Size: 132096 | Author: Mr.先人板板 | Hits:

[Windows DevelopVB_Programming_multi_condition_query_database_Demo

Description: VB编程开发多条件查询数据库演示代码VB Programming multi-condition query the database Demo code-VB Programming multi-condition query the database Demo code
Platform: | Size: 9216 | Author: ujg | Hits:

[SCMphonenumber

Description: 光标首先定位在右窗口最下面一行的行首(15,50),如果从键盘输入字符,则显示在右窗口,同时也显示在下窗口的最下面一行。若需要将字符显示于左窗口,则先按下左键,接着再从键盘输入字符,字符就会从左窗口的最下行开始显示,同时下窗口也显示左窗口的内容。当一行字符显示满后,窗口自动向上卷动一行,输入字符继续显示于最低一行,窗口最高一行向上卷动后消失。-First locate the cursor in the right window, the first line of the bottom line (15.50), if the input character from the keyboard is displayed in the right window, the next window also shows the bottom line. If you need the character shown in the left window, you first press the left button, then re-enter the characters from the keyboard, the character will start from the left window to display the most down, while the left under the window also displays the contents of the window. When a line full of character display, the window automatically scroll up one line, enter the characters continue to show the lowest line, top line scroll up the window disappears.
Platform: | Size: 2048 | Author: 欠钱 | Hits:

[ListView/ListBoxEoe_Contact

Description: 获取电话号码列表,可以添加电话号码。实现获取listview,实现相对布局的灵活应用-get phonenumber list,add phonenumber
Platform: | Size: 31744 | Author: yy | Hits:

[androidcontact

Description: 自动获取电话号码列表,选中某个号码之后添加到EditText里面-auto get phonenumber list,select one,the phonenumber can add EditText inside
Platform: | Size: 62464 | Author: yy | Hits:

[Otherphonenumber-book-C

Description: 多功能C++电话本,小巧玲珑,可实现增减删改多项功能,包括对文件的操作-Good phonebook~
Platform: | Size: 613376 | Author: wangweizhi | Hits:

[Communicationphonenumber

Description: 电话簿管理系统 能连接数据库很好的一个系统哟!-Management system can connect to the database directory, a system of good yo!
Platform: | Size: 1024 | Author: chenzhao | Hits:

[androidJapanesePhoneNumberFormatter

Description: android中国电话号码格式化,它将电话号码格式化。-fromat number for chinese phonenumber,it can change the number.
Platform: | Size: 2048 | Author: zouyongjun | Hits:

[JSP/Java071213_Telephone

Description: phonenumber,java project,book
Platform: | Size: 3072 | Author: 희 열 | Hits:

[JSP/JavaPhoneNumber

Description: 实现一个表示电话号码(要求带有区号和号码,如010-68911205)的Phone类,其中某个构造函数的参数应为表示电话号码的字符串。要求实现相应的set和get函数来分别设置及获取电话号码中的区号(area,如010)和号码(number,如68911205),重写Object.toString( )函数打印出整个电话号码。(提示:可使用String.indexOf( )和String.substring( )等函数)(A telephone number (expressed with the area code and number of requirements, such as 01068911205) of the Phone class, which should be a constructor parameter string that represents a phone number. Required to achieve the corresponding set and get function were set up and get the phone number in the code (area, 010) and number (number, 68911205), Object.toString () function to rewrite print out the entire phone number. (hint: you can use functions such as String.indexOf () and String.substring ())
Platform: | Size: 9216 | Author: zw2044 | Hits:
« 12 »

CodeBus www.codebus.net