为了账号安全,请及时绑定邮箱和手机立即绑定

springmvc 返回一个对象 却返回一个列表?

springmvc 返回一个对象 却返回一个列表?

慕妹3242003 2018-11-17 11:07:44
springmvc 返回一个对象 却返回一个列表
查看完整描述

1 回答

?
慕仙森

TA贡献1827条经验 获得超7个赞

void CExample44Dlg::OnTimer(UINT_PTR nIDEvent)
{ //如果有多个定时器,我们可以像下面这样处理:
// TODO: Add your message handler code here and/or call default
switch (nIDEvent)
{
case 1:
// 如果收到ID为1的定时器的消息则调用func1函数
func1();
break;
case 2:
// 如果收到ID为2的定时器的消息则调用func2函数
fun2();
break;
......
default:
break;
}

CDialogEx::OnTimer(nIDEvent);
}



查看完整回答
反对 回复 2018-12-08
  • 1 回答
  • 0 关注
  • 798 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信