package org.dx.service.impl;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.dx.service.TotalService;
import org.springframework.stereotype.Service;
@Service
public class TotalServieImpl implements TotalService{
private Integer total;
@Override
public List<String> sendSMS(List<String> numbers,String content) {
List<String> failNum=new ArrayList<String>();
total=0;//spring单例
for(int i=0;i<numbers.size();i++){
try {
Thread.sleep(1000);
total+=1;
int a=(int)(Math.random()*10) ;
if(a==5){
failNum.add(numbers.get(i));//失败号码
continue;
}
failNum.add("1100");//成功代码
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
return new ArrayList<String>();
}
}
return failNum;
}
@Override
public int getNum() {
return total;
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
注意:这是MAVEN项目,直接导入Eclipse 到Tomcat服务器访问sendSMS.jsp即可 介绍: 项目是http://blog.csdn.net/wanghaofeng/article/details/18305599 文章代码的实现,实现了easyui 进度条的功能,感觉很好玩,可以参考一下
资源推荐
资源详情
资源评论
收起资源包目录
ZeasyUIdemo.rar (36个子文件)
ZeasyUIdemo
.project 1KB
WebContent
WEB-INF
lib
web.xml 1KB
sendSMS.jsp 5KB
META-INF
MANIFEST.MF 39B
src
applicationContext.xml 4KB
log4j.properties 779B
org
dx
service
impl
TotalServieImpl.java 961B
TotalService.java 168B
controller
TestController.java 932B
test
TestMethod.java 393B
entity
Message.java 411B
target
m2e-wtp
web-resources
META-INF
MANIFEST.MF 113B
maven
ZeasyUIdemo
ZeasyUIdemo
pom.properties 220B
pom.xml 4KB
classes
applicationContext.xml 4KB
log4j.properties 779B
org
dx
service
impl
TotalServieImpl.class 2KB
TotalService.class 331B
controller
TestController.class 1KB
test
TestMethod.class 632B
entity
Message.class 981B
test-classes
.settings
org.eclipse.wst.jsdt.ui.superType.container 49B
org.eclipse.wst.common.project.facet.core.xml 305B
org.eclipse.m2e.core.prefs 90B
org.eclipse.ltk.core.refactoring.prefs 106B
org.eclipse.wst.ws.service.policy.prefs 87B
org.eclipse.jdt.core.prefs 736B
org.eclipse.wst.validation.prefs 50B
org.eclipse.wst.jsdt.ui.superType.name 6B
org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs 117B
org.eclipse.core.resources.prefs 97B
org.eclipse.wst.common.component 569B
.jsdtscope 567B
build
classes
applicationContext.xml 4KB
pom.xml 4KB
.classpath 885B
共 36 条
- 1
资源评论
- qq_292107712018-06-05不错!!!!!
- 蒋沧浪2018-01-22满足了我的需求 还不错的
仰望星空_Star
- 粉丝: 14
- 资源: 14
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功