05 2015 档案
摘要:将sms.dll文件拷贝到系统安装目录中的system32文件夹中,然后再根据以下接口函数说明和提供的例程源码开发接口函数:1、Sms_Connection(Com_PortAsInteger,Com_BaudRateAsInteger,Mobile_TypeAsString)AsIntegerSm...
阅读全文
摘要:等待多个子线程结束后再执行主线程class MultiThread{ #region join test public void MultiThreadTest() { Thread[] ths = new Thread[2]; ths[0] = new Thread(Method...
阅读全文