GrpcPrint/TestClient/问题记录.txt

20 lines
337 B
Plaintext
Raw Normal View History

2024-05-11 17:43:38 +08:00
辅机的配置信息获取
m_alarmCfgMp
SignalService::GetInstance().SetAlarm(m_AlarmCfgWrapper->m_PurifierInternalAlarm, true); 注释掉了
2024-06-04 17:49:56 +08:00
客户端参数要用带后缀的
//点击时只执行一次代码
static bool isenter = false;
if(点击tab){
if(!isenter){
func();
isenter = true;
}
}
else {
isenter = false;
}