活动介绍

后端使用 private List<Date> exeTime;前端 <el-form-item label="执行时间" prop="exeTime"> <el-date-picker clearable v-model="queryParams.exeTime" value-format="yyyy-MM-dd HH:mm:ss" type="datetimerange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" placeholder="请选择创建时间"> </el-date-picker> </el-form-item>查询不来数据数组返回为空

时间: 2024-03-21 22:39:03 浏览: 110
前端传递的参数是一个 Date 类型的数组,而后端接收的参数是一个 List<Date> 类型的,需要在前端传递参数时将数组转换为 List。可以在前端代码中使用 JavaScript 的 Array.prototype.map() 方法将 Date 类型的数组转换为字符串类型的数组,然后再传递给后端。修改后的代码如下: ``` <el-form-item label="执行时间" prop="exeTime"> <el-date-picker clearable v-model="queryParams.exeTime" value-format="yyyy-MM-dd HH:mm:ss" type="datetimerange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" placeholder="请选择创建时间"> </el-date-picker> </el-form-item> <script> export default { data() { return { queryParams: { exeTime: [] } }; }, methods: { search() { // 使用 Array.prototype.map() 方法将 Date 类型的数组转换为字符串类型的数组 let exeTime = this.queryParams.exeTime.map(item => { return item.toLocaleString(); }); // 将转换后的参数传递给后端 let params = { exeTime: exeTime }; // 发送请求 axios.get('/api/data', { params: params }) .then(res => { console.log(res.data); }) .catch(err => { console.log(err); }); } } } </script> ``` 这样就可以将前端传递的参数转换为后端需要的 List 类型了。
阅读全文

相关推荐

switched from RUNNING to FAILED on container_e04_1735031422098_0024_01_000002 @ bigdata-1-72.flink01.zkjsim.hadoop (dataPort=27337). java.io.IOException: Failed to deserialize consumer record due to at org.apache.flink.connector.kafka.source.reader.KafkaRecordEmitter.emitRecord(KafkaRecordEmitter.java:54) at org.apache.flink.connector.kafka.source.reader.KafkaRecordEmitter.emitRecord(KafkaRecordEmitter.java:32) at org.apache.flink.connector.base.source.reader.SourceReaderBase.pollNext(SourceReaderBase.java:143) at org.apache.flink.streaming.api.operators.SourceOperator.emitNext(SourceOperator.java:350) at org.apache.flink.streaming.runtime.io.StreamTaskSourceInput.emitNext(StreamTaskSourceInput.java:68) at org.apache.flink.streaming.runtime.io.StreamOneInputProcessor.processInput(StreamOneInputProcessor.java:65) at org.apache.flink.streaming.runtime.tasks.StreamTask.processInput(StreamTask.java:496) at org.apache.flink.streaming.runtime.tasks.mailbox.MailboxProcessor.runMailboxLoop(MailboxProcessor.java:203) at org.apache.flink.streaming.runtime.tasks.StreamTask.runMailboxLoop(StreamTask.java:809) at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:761) at org.apache.flink.runtime.taskmanager.Task.runWithSystemExitMonitoring(Task.java:958) at org.apache.flink.runtime.taskmanager.Task.restoreAndInvoke(Task.java:937) at org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:766) at org.apache.flink.runtime.taskmanager.Task.run(Task.java:575) at java.lang.Thread.run(Thread.java:748) Suppressed: java.lang.RuntimeException: Writing records to stream load failed. at org.apache.doris.flink.table.DorisDynamicSinkFunction.checkFlushException(DorisDynamicSinkFunction.java:431) at org.apache.doris.flink.table.DorisDynamicSinkFunction.doClose(DorisDynamicSinkFunction.java:551) at org.apache.doris.flink.table.DorisDynamicSinkFunction.close(DorisDynamicSinkFunction.java:535) at org.apache.flink.api.common.functions.util.FunctionUtils.closeFunction(FunctionUtils.java:41) at org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator.close(AbstractUdfStreamOperator.java:114) at org.apache.flink.streaming.runtime.tasks.StreamOperatorWrapper.close(StreamOperatorWrapper.java:141) at org.apache.flink.streaming.runtime.tasks.RegularOperatorChain.closeAllOperators(RegularOperatorChain.java:127) at org.apache.flink.streaming.runtime.tasks.StreamTask.closeAllOperators(StreamTask.java:1035) at org.apache.flink.streaming.runtime.tasks.StreamTask.runAndSuppressThrowable(StreamTask.java:1021) at org.apache.flink.streaming.runtime.tasks.StreamTask.cleanUp(StreamTask.java:928) at org.apache.flink.runtime.taskmanager.Task.lambda$restoreAndInvoke$0(Task.java:940) at org.apache.flink.runtime.taskmanager.Task.runWithSystemExitMonitoring(Task.java:958) at org.apache.flink.runtime.taskmanager.Task.restoreAndInvoke(Task.java:940) ... 3 common frames omitted Caused by: java.lang.OutOfMemoryError: Java heap space Caused by: java.io.IOException: Failed to deserialize consumer record ConsumerRecord(topic = icrm_ljdatabuscrmworkbenchrw.msfinance.db_3306.crmworkbench.workorder_info, partition = 2, leaderEpoch = 13, offset = 205372, CreateTime = 1752760878920, serialized key size = 7, serialized value size = 9918, headers = RecordHeaders(headers = [], isReadOnly = false), key = [B@3df646cb, value = [B@472353fd). at org.apache.flink.connector.kafka.source.reader.deserializer.KafkaDeserializationSchemaWrapper.deserialize(KafkaDeserializationSchemaWrapper.java:57) at org.apache.flink.connector.kafka.source.reader.KafkaRecordEmitter.emitRecord(KafkaRecordEmitter.java:51) ... 14 common frames omitted Caused by: java.io.IOException: Corrupt binlog JSON message '{"destination":"","dbName":"crmworkbench","tblName":"workorder_info","opType":"UPDATE","exeTime":1752760878000,"seq":1690464059130944,"endTran":true,"cells":[{"key":true,"updated":false,"colName":"id","colValue":"6109082","toNull":false,"currentColName":"id"},{"key":false,"updated":false,"colName":"uniqueid","colValue":"a1caa26cdbb94f9a8edbabcab31b4f26","toNull":false,"currentColName":"uniqueid"},{"key":false,"updated":false,"colName":"mobile","colValue":"","toNull":true,"currentColName":"mobile"},{"key":false,"updated":false,"colName":"record_number","colValue":"","toNull":true,"currentColName":"record_number"},{"key":false,"updated":false,"colName":"work_order_number","colValue":"P20250716212522759381","toNull":false,"currentColName":"work_order_number"},{"key":false,"updated":false,"colName":"work_order_type","colValue":"P","toNull":false,"currentColName":"work_order_type"},{"key":false,"updated":false,"colName":"parent_work_order_number","colValue":"","toNull":true,"currentColName":"parent_work_order_number"},{"key":false,"updated":false,"colName":"handle_user_id","colValue":"7434","toNull":false,"currentColName":"handle_user_id"},{"key":false,"updated":false,"colName":"handle_group_id","colValue":"206","toNull":false,"currentColName":"handle_group_id"},{"key":false,"updated":false,"colName":"handle_group_name","colValue":"枭龙云-客服关怀组","toNull":false,"currentColName":"handle_group_name"},{"key":false,"updated":false,"colName":"handle_user_name","colValue":"胡巧玲01","toNull":false,"currentColName":"handle_user_name"},{"key":false,"updated":false,"colName":"handle_type","colValue":"1","toNull":false,"currentColName":"handle_type"},{"key":false,"updated":false,"colName":"handle_status","colValue":"2","toNull":false,"currentColName":"handle_status"},{"key":false,"updated":false,"colName":"urge_num","colValue":"0","toNull":false,"currentColName":"urge_num"},{"key":false,"updated":false,"colName":"message_status","colValue":"1","toNull":false,"currentColName":"message_status"},{"key":false,"updated":false,"colName":"repeat_call_total","colValue":"0","toNull":false,"currentColName":"repeat_call_total"},{"key":false,"updated":false,"colName":"emergency_code","colValue":"1","toNull":false,"currentColName":"emergency_code"},{"key":false,"updated":false,"colName":"emergency_name","colValue":"紧急","toNull":false,"currentColName":"emergency_name"},{"key":false,"updated":false,"colName":"task_id","colValue":"17726217","toNull":false,"currentColName":"task_id"},{"key":false,"updated":false,"colName":"partner","colValue":"","toNull":true,"currentColName":"partner"},{"key":false,"updated":false,"colName":"customer_appeal_code","colValue":"4","toNull":false,"currentColName":"customer_appeal_code"},{"key":false,"updated":false,"colName":"customer_appeal_name","colValue":"网络投诉平台","toNull":false,"currentColName":"customer_appeal_name"},{"key":false,"updated":false,"colName":"prev_handle_user_id","colValue":"7265","toNull":false,"currentColName":"prev_handle_user_id"},{"key":false,"updated":false,"colName":"prev_handle_user_name","colValue":"张蓉16","toNull":false,"currentColName":"prev_handle_user_name"},{"key":false,"updated":false,"colName":"prev_handle_group_id","colValue":"206","toNull":false,"currentColName":"prev_handle_group_id"},{"key":false,"updated":false,"colName":"prev_handle_group_name","colValue":"枭龙云-客服关怀组","toNull":false,"currentColName":"prev_handle_group_name"},{"key":false,"updated":false,"colName":"prev_handle_type","colValue":"1","toNull":false,"currentColName":"prev_handle_type"},{"key":false,"updated":false,"colName":"prev_handle_time","colValue":"2025-07-17 17:20:50","toNull":false,"currentColName":"prev_handle_time"},{"key":false,"updated":false,"colName":"description","colValue":"【黑猫投诉编号】17385287311 【案件链接】https://tousu.sina.com.cn/complaint/view/17385287311?sld=c62e8d8892a481d69a7953dfbb717930 【涉诉单号】 【投诉内容】在实懿贷合作金融机构借款4000元与1000元,分十二期还,每期账单收取高额担保费,巧立名目收取高额利息,在未逾期的情况下暴利催收!投诉根本没有用!现在还不给看账单!","toNull":false,"currentColName":"description"},{"key":false,"updated":false,"colName":"close_time","colValue":"","toNull":true,"currentColName":"close_time"},{"key":false,"updated":false,"colName":"create_org_id","colValue":"0","toNull":false,"currentColName":"create_org_id"},{"key":false,"updated":false,"colName":"create_org_name","colValue":"系统","toNull":false,"currentColName":"create_org_name"},{"key":false,"updated":false,"colName":"create_name","colValue":"系统","toNull":false,"currentColName":"create_name"},{"key":false,"updated":false,"colName":"create_id","colValue":"0","toNull":false,"currentColName":"create_id"},{"key":false,"updated":false,"colName":"create_time","colValue":"2025-07-16 21:25:22","toNull":false,"currentColName":"create_time"},{"key":false,"updated":true,"colName":"update_id","colValue":"0","toNull":false,"currentColName":"update_id"},{"key":false,"updated":true,"colName":"update_name","colValue":"系统","toNull":false,"currentColName":"update_name"},{"key":false,"updated":true,"colName":"update_time","colValue":"2025-07-17 22:01:19","toNull":false,"currentColName":"update_time"},{"key":false,"updated":false,"colName":"deleted","colValue":"0","toNull":false,"currentColName":"deleted"},{"key":false,"updated":false,"colName":"system_code","colValue":"ICRM","toNull":false,"currentColName":"system_code"},{"key":false,"updated":false,"colName":"case_no","colValue":"","toNull":true,"currentColName":"case_no"},{"key":false,"updated":false,"colName":"cur_handle_system_code","colValue":"","toNull":true,"currentColName":"cur_handle_system_code"},{"key":false,"updated":false,"colName":"result_sync_system","colValue":"","toNull":true,"currentColName":"result_sync_system"},{"key":false,"updated":false,"colName":"lost_count","colValue":"","toNull":true,"currentColName":"lost_count"},{"key":false,"updated":false,"colName":"receive_time","colValue":"2025-07-17 17:20:50","toNull":false,"currentColName":"receive_time"},{"key":false,"updated":false,"colName":"last_follow_time","colValue":"2025-07-17 14:45:47","toNull":false,"currentColName":"last_follow_time"},{"key":false,"updated":true,"colName":"message_type","colValue":"新中途意见","toNull":false,"currentColName":"message_type"},{"key":false,"updated":false,"colName":"inspect","colValue":"0","toNull":false,"currentColName":"inspect"},{"key":false,"updated":false,"colName":"extend_json","colValue":"","toNull":true,"currentColName":"extend_json"},{"key":false,"updated":false,"colName":"expect_solve_time","colValue":"","toNull":true,"currentColName":"expect_solve_time"},{"key":false,"updated":false,"colName":"appointment_call_start_time","colValue":"","toNull":true,"currentColName":"appointment_call_start_time"},{"key":false,"updated":false,"colName":"appointment_call_end_time","colValue":"","toNull":true,"currentColName":"appointment_call_end_time"},{"key":false,"updated":false,"colName":"brainmap_switch","colValue":"0","toNull":false,"currentColName":"brainmap_switch"},{"key":false,"updated":false,"colName":"is_service","colValue":"0","toNull":false,"currentColName":"is_service"},{"key":false,"updated":false,"colName":"stop_collection_end_time","colValue":"","toNull":true,"currentColName":"stop_collection_end_time"},{"key":false,"updated":false,"colName":"out_call_enc","colValue":"*ma0tfsLq6PlD3Q6bWS7ahsQ==","toNull":false,"currentColName":"out_call_enc"},{"key":false,"updated":false,"colName":"mobile_enc","colValue":"*ma0tfsLq6PlD3Q6bWS7ahsQ==","toNull":false,"currentColName":"mobile_enc"},{"key":false,"updated":false,"colName":"last_follow_user_id","colValue":"7265","toNull":false,"currentColName":"last_follow_user_id"},{"key":false,"updated":false,"colName":"last_follow_user_name","colValue":"张蓉16","toNull":false,"currentColName":"last_follow_user_name"},{"key":false,"updated":false,"colName":"last_follow_group_id","colValue":"206","toNull":false,"currentColName":"last_follow_group_id"},{"key":false,"updated":false,"colName":"last_follow_group_name","colValue":"枭龙云-客服关怀组","toNull":false,"currentColName":"last_follow_group_name"},{"key":false,"updated":false,"colName":"detail_template_name","colValue":"协助类-交易侦测","toNull":false,"currentColName":"detail_template_name"},{"key":false,"updated":false,"colName":"urge_follow_flag","colValue":"0","toNull":false,"currentColName":"urge_follow_flag"},{"key":false,"updated":false,"colName":"back_follow_flag","colValue":"0","toNull":false,"currentColName":"back_follow_flag"},{"key":false,"updated":false,"colName":"belong_entity","colValue":"MSXF","toNull":false,"currentColName":"belong_entity"},{"key":false,"updated":false,"colName":"credit_plate","colValue":"","toNull":true,"currentColName":"credit_plate"},{"key":false,"updated":false,"colName":"register_mobile_enc","colValue":"","toNull":true,"currentColName":"register_mobile_enc"},{"key":false,"updated":false,"colName":"call_identity","colValue":"","toNull":true,"currentColName":"call_identity"},{"key":false,"updated":false,"colName":"icc_account","colValue":"","toNull":true,"currentColName":"icc_account"},{"key":false,"updated":false,"colName":"asset_belong","colValue":"","toNull":true,"currentColName":"asset_belong"},{"key":false,"updated":false,"colName":"contract_source","colValue":"HZQ","toNull":false,"currentColName":"contract_source"}],"schemaId":-1,"originalTopic":"","odsBinlogColumnCount":71,"odsCkbeanColumnCount":71,"logName":"mysql-bin.000147","startLogPos":50536574,"endLogPos":50538723,"uniqueKey":"6109082","gtids":"4558f21b-6543-11ef-9fef-fa163e1b683d:1-57769574","jsonType":"canal_json","targetTopic":"icrm_ljdatabuscrmworkbenchrw.msfinance.db_3306.crmworkbench.workorder_info"}'. at org.apache.flink.formats.json.msxf.BinlogDeserializationSchema.deserialize(BinlogDeserializationSchema.java:234) 这个flink 任务报错什么问题

‘{“destination”:“”,“dbName”:“crmworkbench”,“tblName”:“workorder_info”,“opType”:“INSERT”,“exeTime”:1752760953000,“seq”:1690464218513568,“endTran”:true,“cells”:[{“key”:true,“updated”:true,“colName”:“id”,“colValue”:“6109346”,“toNull”:false,“currentColName”:“id”},{“key”:false,“updated”:true,“colName”:“uniqueid”,“colValue”:“b4a33e7a6d6147dabc4049aad5d2fe9f”,“toNull”:false,“currentColName”:“uniqueid”},{“key”:false,“updated”:true,“colName”:“mobile”,“colValue”:“”,“toNull”:true,“currentColName”:“mobile”},{“key”:false,“updated”:true,“colName”:“record_number”,“colValue”:“”,“toNull”:true,“currentColName”:“record_number”},{“key”:false,“updated”:true,“colName”:“work_order_number”,“colValue”:“S20250717215748751053”,“toNull”:false,“currentColName”:“work_order_number”},{“key”:false,“updated”:true,“colName”:“work_order_type”,“colValue”:“S”,“toNull”:false,“currentColName”:“work_order_type”},{“key”:false,“updated”:true,“colName”:“parent_work_order_number”,“colValue”:“P20250717173522119910”,“toNull”:false,“currentColName”:“parent_work_order_number”},{“key”:false,“updated”:true,“colName”:“handle_user_id”,“colValue”:“3087”,“toNull”:false,“currentColName”:“handle_user_id”},{“key”:false,“updated”:true,“colName”:“handle_group_id”,“colValue”:“206”,“toNull”:false,“currentColName”:“handle_group_id”},{“key”:false,“updated”:true,“colName”:“handle_group_name”,“colValue”:“枭龙云-客服关怀组”,“toNull”:false,“currentColName”:“handle_group_name”},{“key”:false,“updated”:true,“colName”:“handle_user_name”,“colValue”:“吴琼林”,“toNull”:false,“currentColName”:“handle_user_name”},{“key”:false,“updated”:true,“colName”:“handle_type”,“colValue”:“1”,“toNull”:false,“currentColName”:“handle_type”},{“key”:false,“updated”:true,“colName”:“handle_status”,“colValue”:“0”,“toNull”:false,“currentColName”:“handle_status”},{“key”:false,“updated”:true,“colName”:“urge_num”,“colValue”:“0”,“toNull”:false,“currentColName”:“urge_num”},{“key”:false,“updated”:true,“colName”:“message_status”,“colValue”:“0”,“toNull”:false,“currentColName”:“message_status”},{“key”:false,“updated”:true,“colName”:“repeat_call_total”,“colValue”:“0”,“toNull”:false,“currentColName”:“repeat_call_total”},{“key”:false,“updated”:true,“colName”:“emergency_code”,“colValue”:“2”,“toNull”:false,“currentColName”:“emergency_code”},{“key”:false,“updated”:true,“colName”:“emergency_name”,“colValue”:“高风险”,“toNull”:false,“currentColName”:“emergency_name”},{“key”:false,“updated”:true,“colName”:“task_id”,“colValue”:“17726542”,“toNull”:false,“currentColName”:“task_id”},{“key”:false,“updated”:true,“colName”:“partner”,“colValue”:“1”,“toNull”:false,“currentColName”:“partner”},{“key”:false,“updated”:true,“colName”:“customer_appeal_code”,“colValue”:“4”,“toNull”:false,“currentColName”:“customer_appeal_code”},{“key”:false,“updated”:true,“colName”:“customer_appeal_name”,“colValue”:“网络投诉平台”,“toNull”:false,“currentColName”:“customer_appeal_name”},{“key”:false,“updated”:true,“colName”:“prev_handle_user_id”,“colValue”:“”,“toNull”:true,“currentColName”:“prev_handle_user_id”},{“key”:false,“updated”:true,“colName”:“prev_handle_user_name”,“colValue”:“”,“toNull”:true,“currentColName”:“prev_handle_user_name”},{“key”:false,“updated”:true,“colName”:“prev_handle_group_id”,“colValue”:“”,“toNull”:true,“currentColName”:“prev_handle_group_id”},{“key”:false,“updated”:true,“colName”:“prev_handle_group_name”,“colValue”:“”,“toNull”:true,“currentColName”:“prev_handle_group_name”},{“key”:false,“updated”:true,“colName”:“prev_handle_type”,“colValue”:“”,“toNull”:true,“currentColName”:“prev_handle_type”},{“key”:false,“updated”:true,“colName”:“prev_handle_time”,“colValue”:“”,“toNull”:true,“currentColName”:“prev_handle_time”},{“key”:false,“updated”:true,“colName”:“description”,“colValue”:“【客户诉点】:一直发信息威胁恐吓,说爆通讯录怎么样的\n【客户提供凭证】:必须填。已提供\n【需协助】:烦请核实催收是否违规”,“toNull”:false,“currentColName”:“description”},{“key”:false,“updated”:true,“colName”:“close_time”,“colValue”:“”,“toNull”:true,“currentColName”:“close_time”},{“key”:false,“updated”:true,“colName”:“create_org_id”,“colValue”:“524”,“toNull”:false,“currentColName”:“create_org_id”},{“key”:false,“updated”:true,“colName”:“create_org_name”,“colValue”:“枭龙云-重庆关怀团队”,“toNull”:false,“currentColName”:“create_org_name”},{“key”:false,“updated”:true,“colName”:“create_name”,“colValue”:“吴琼林”,“toNull”:false,“currentColName”:“create_name”},{“key”:false,“updated”:true,“colName”:“create_id”,“colValue”:“3087”,“toNull”:false,“currentColName”:“create_id”},{“key”:false,“updated”:true,“colName”:“create_time”,“colValue”:“2025-07-17 22:02:34”,“toNull”:false,“currentColName”:“create_time”},{“key”:false,“updated”:true,“colName”:“update_id”,“colValue”:“3087”,“toNull”:false,“currentColName”:“update_id”},{“key”:false,“updated”:true,“colName”:“update_name”,“colValue”:“吴琼林”,“toNull”:false,“currentColName”:“update_name”},{“key”:false,“updated”:true,“colName”:“update_time”,“colValue”:“2025-07-17 22:02:34”,“toNull”:false,“currentColName”:“update_time”},{“key”:false,“updated”:true,“colName”:“deleted”,“colValue”:“0”,“toNull”:false,“currentColName”:“deleted”},{“key”:false,“updated”:true,“colName”:“system_code”,“colValue”:“ICRM”,“toNull”:false,“currentColName”:“system_code”},{“key”:false,“updated”:true,“colName”:“case_no”,“colValue”:“”,“toNull”:true,“currentColName”:“case_no”},{“key”:false,“updated”:true,“colName”:“cur_handle_system_code”,“colValue”:“”,“toNull”:true,“currentColName”:“cur_handle_system_code”},{“key”:false,“updated”:true,“colName”:“result_sync_system”,“colValue”:“”,“toNull”:true,“currentColName”:“result_sync_system”},{“key”:false,“updated”:true,“colName”:“lost_count”,“colValue”:“”,“toNull”:true,“currentColName”:“lost_count”},{“key”:false,“updated”:true,“colName”:“receive_time”,“colValue”:“”,“toNull”:true,“currentColName”:“receive_time”},{“key”:false,“updated”:true,“colName”:“last_follow_time”,“colValue”:“”,“toNull”:true,“currentColName”:“last_follow_time”},{“key”:false,“updated”:true,“colName”:“message_type”,“colValue”:“”,“toNull”:false,“currentColName”:“message_type”},{“key”:false,“updated”:true,“colName”:“inspect”,“colValue”:“0”,“toNull”:false,“currentColName”:“inspect”},{“key”:false,“updated”:true,“colName”:“extend_json”,“colValue”:“[{"englishName":"collectionNumbers","multiField":1,"values":[],"chineseName":"催收号码","fieldType":"STRING","desensitization":0,"required":0},{"englishName":"collectionedNumbers","desensitizationType":"MOBILE","multiField":1,"values":[],"chineseName":"被催号码","fieldType":"STRING","desensitization":1,"required":0},{"englishName":"decompressionCode","desensitizationType":"DECOMPRESSIONCODE","multiField":1,"values":[],"chineseName":"解压码","fieldType":"STRING","desensitization":1,"required":0},{"englishName":"caseDate","multiField":1,"values":[{"valueEnc":"[\"2025-06-28\",\"2025-07-17\"]","value":"[\"2025-06-28\",\"2025-07-17\"]"}],"chineseName":"案发时间","fieldType":"DATE_RANGE","desensitization":0,"required":1}]”,“toNull”:false,“currentColName”:“extend_json”},{“key”:false,“updated”:true,“colName”:“expect_solve_time”,“colValue”:“”,“toNull”:true,“currentColName”:“expect_solve_time”},{“key”:false,“updated”:true,“colName”:“appointment_call_start_time”,“colValue”:“”,“toNull”:true,“currentColName”:“appointment_call_start_time”},{“key”:false,“updated”:true,“colName”:“appointment_call_end_time”,“colValue”:“”,“toNull”:true,“currentColName”:“appointment_call_end_time”},{“key”:false,“updated”:true,“colName”:“brainmap_switch”,“colValue”:“0”,“toNull”:false,“currentColName”:“brainmap_switch”},{“key”:false,“updated”:true,“colName”:“is_service”,“colValue”:“0”,“toNull”:false,“currentColName”:“is_service”},{“key”:false,“updated”:true,“colName”:“stop_collection_end_time”,“colValue”:“”,“toNull”:true,“currentColName”:“stop_collection_end_time”},{“key”:false,“updated”:true,“colName”:“out_call_enc”,“colValue”:“”,“toNull”:false,“currentColName”:“out_call_enc”},{“key”:false,“updated”:true,“colName”:“mobile_enc”,“colValue”:“*mTBVhCm7osQ+lmA0jZ7hUYw==”,“toNull”:false,“currentColName”:“mobile_enc”},{“key”:false,“updated”:true,“colName”:“last_follow_user_id”,“colValue”:“”,“toNull”:true,“currentColName”:“last_follow_user_id”},{“key”:false,“updated”:true,“colName”:“last_follow_user_name”,“colValue”:“”,“toNull”:true,“currentColName”:“last_follow_user_name”},{“key”:false,“updated”:true,“colName”:“last_follow_group_id”,“colValue”:“”,“toNull”:true,“currentColName”:“last_follow_group_id”},{“key”:false,“updated”:true,“colName”:“last_follow_group_name”,“colValue”:“”,“toNull”:true,“currentColName”:“last_follow_group_name”},{“key”:false,“updated”:true,“colName”:“detail_template_name”,“colValue”:“协助类-催收调查”,“toNull”:false,“currentColName”:“detail_template_name”},{“key”:false,“updated”:true,“colName”:“urge_follow_flag”,“colValue”:“0”,“toNull”:false,“currentColName”:“urge_follow_flag”},{“key”:false,“updated”:true,“colName”:“back_follow_flag”,“colValue”:“0”,“toNull”:false,“currentColName”:“back_follow_flag”},{“key”:false,“updated”:true,“colName”:“belong_entity”,“colValue”:“MSXF”,“toNull”:false,“currentColName”:“belong_entity”},{“key”:false,“updated”:true,“colName”:“credit_plate”,“colValue”:“”,“toNull”:true,“currentColName”:“credit_plate”},{“key”:false,“updated”:true,“colName”:“register_mobile_enc”,“colValue”:“”,“toNull”:true,“currentColName”:“register_mobile_enc”},{“key”:false,“updated”:true,“colName”:“call_identity”,“colValue”:“03”,“toNull”:false,“currentColName”:“call_identity”},{“key”:false,“updated”:true,“colName”:“icc_account”,“colValue”:“125863”,“toNull”:false,“currentColName”:“icc_account”},{“key”:false,“updated”:true,“colName”:“asset_belong”,“colValue”:“”,“toNull”:true,“currentColName”:“asset_belong”},{“key”:false,“updated”:true,“colName”:“contract_source”,“colValue”:“”,“toNull”:true,“currentColName”:“contract_source”}],“schemaId”:-1,“originalTopic”:“”,“odsBinlogColumnCount”:71,“odsCkbeanColumnCount”:71,“logName”:“mysql-bin.000147”,“startLogPos”:50717027,“endLogPos”:50717739,“uniqueKey”:“6109346”,“gtids”:“4558f21b-6543-11ef-9fef-fa163e1b683d:1-57769841”,“jsonType”:“canal_json”,“targetTopic”:“icrm_ljdatabuscrmworkbenchrw.msfinance.db_3306.crmworkbench.workorder_info”}’ 这些json为什么序列化失败

zip
CH341A编程器是一款广泛应用的通用编程设备,尤其在电子工程和嵌入式系统开发领域中,它被用来烧录各种类型的微控制器、存储器和其他IC芯片。这款编程器的最新版本为1.3,它的一个显著特点是增加了对25Q256等32M芯片的支持。 25Q256是一种串行EEPROM(电可擦可编程只读存储器)芯片,通常用于存储程序代码、配置数据或其他非易失性信息。32M在这里指的是存储容量,即该芯片可以存储32兆位(Mbit)的数据,换算成字节数就是4MB。这种大容量的存储器在许多嵌入式系统中都有应用,例如汽车电子、工业控制、消费电子设备等。 CH341A编程器的1.3版更新,意味着它可以与更多的芯片型号兼容,特别是针对32M容量的芯片进行了优化,提高了编程效率和稳定性。26系列芯片通常指的是Microchip公司的25系列SPI(串行外围接口)EEPROM产品线,这些芯片广泛应用于各种需要小体积、低功耗和非易失性存储的应用场景。 全功能版的CH341A编程器不仅支持25Q256,还支持其他大容量芯片,这意味着它具有广泛的兼容性,能够满足不同项目的需求。这包括但不限于微控制器、EPROM、EEPROM、闪存、逻辑门电路等多种类型芯片的编程。 使用CH341A编程器进行编程操作时,首先需要将设备通过USB连接到计算机,然后安装相应的驱动程序和编程软件。在本例中,压缩包中的"CH341A_1.30"很可能是编程软件的安装程序。安装后,用户可以通过软件界面选择需要编程的芯片类型,加载待烧录的固件或数据,然后执行编程操作。编程过程中需要注意的是,确保正确设置芯片的电压、时钟频率等参数,以防止损坏芯片。 CH341A编程器1.3版是面向电子爱好者和专业工程师的一款实用工具,其强大的兼容性和易用性使其在众多编程器中脱颖而出。对于需要处理25Q256等32M芯片的项目,或者26系列芯片的编程工作,CH341A编程器是理想的选择。通过持续的软件更新和升级,它保持了与现代电子技术同步,确保用户能方便地对各种芯片进行编程和调试。
zip
内存分区情况的分析是嵌入式系统开发中的一个重要环节,特别是在资源有限的MCU(微控制器)环境中。标题提到的工具是一款专为分析Linux环境下的gcc-map文件设计的工具,这类文件在编译过程结束后生成,包含了程序在目标设备内存中的布局信息。这个工具可以帮助开发者理解程序在RAM、ROM以及FLASH等存储区域的占用情况,从而进行优化。 gcc-map文件通常包含以下关键信息: 1. **符号表**:列出所有定义的全局和静态变量、函数以及其他符号,包括它们的地址和大小。 2. **节区分配**:显示每个代码和数据节区在内存中的位置,比如.text(代码)、.data(已初始化数据)、.bss(未初始化数据)等。 3. **内存汇总**:总览所有节区的大小,有助于评估程序的整体内存需求。 4. **重定位信息**:显示了代码和数据如何在目标地址空间中定位。 该分析工具可能提供以下功能: 1. **可视化展示**:将内存分配以图形化方式呈现,便于直观理解。 2. **详细报告**:生成详细的分析报告,列出每个符号的大小和位置。 3. **比较功能**:对比不同编译版本或配置的map文件,查看内存使用的变化。 4. **统计分析**:计算各种内存区域的使用率,帮助识别潜在的优化点。 5. **自定义过滤**:允许用户根据需要筛选和关注特定的符号或节区。 虽然在MCU环境中,Keil IDE自带的工具可能更方便,因为它们通常针对特定的MCU型号进行了优化,提供更加细致的硬件相关分析。然而,对于通用的Linux系统或跨平台项目,这款基于gcc-map的分析工具提供了更广泛的适用性。 在实际使用过程中,开发者可以利用这款工具来: - **优化内存使用**:通过分析哪些函数或数据占用过多的内存,进行代码重构或调整链接器脚本以减小体积。 - **排查内存泄漏**:结合其他工具,比如动态内存检测工具,查找可能导致内存泄漏的部分。 - **性能调优**:了解代码执行时的内存分布,有助于提高运行效率。 - **满足资源限制**:在嵌入式系统中,确保程序能在有限的内存空间内运行。 总结来说,gcc-amap这样的工具对于深入理解程序的内存布局和资源消耗至关重要,它能帮助开发者做出更明智的决策,优化代码以适应不同的硬件环境。在处理map文件时,开发者不仅能获取到程序的内存占用情况,还能进一步挖掘出可能的优化空间,从而提升系统的整体性能和效率。

最新推荐

recommend-type

应用CNN卷积神经网络构建的auto encoder自编码器,经过训练实现了对带有噪点的MNIST手写字体图片进行去噪的处理

资源下载链接为: https://pan.quark.cn/s/864eaed220e0 应用CNN卷积神经网络构建的auto encoder自编码器,经过训练实现了对带有噪点的MNIST手写字体图片进行去噪的处理(最新、最全版本!打开链接下载即可用!)
recommend-type

IP-guard应用程序预定义库

IP-guard应用程序预定义库
recommend-type

CH341A编程器软件1.3支持25Q256等32M芯片

CH341A编程器是一款广泛应用的通用编程设备,尤其在电子工程和嵌入式系统开发领域中,它被用来烧录各种类型的微控制器、存储器和其他IC芯片。这款编程器的最新版本为1.3,它的一个显著特点是增加了对25Q256等32M芯片的支持。 25Q256是一种串行EEPROM(电可擦可编程只读存储器)芯片,通常用于存储程序代码、配置数据或其他非易失性信息。32M在这里指的是存储容量,即该芯片可以存储32兆位(Mbit)的数据,换算成字节数就是4MB。这种大容量的存储器在许多嵌入式系统中都有应用,例如汽车电子、工业控制、消费电子设备等。 CH341A编程器的1.3版更新,意味着它可以与更多的芯片型号兼容,特别是针对32M容量的芯片进行了优化,提高了编程效率和稳定性。26系列芯片通常指的是Microchip公司的25系列SPI(串行外围接口)EEPROM产品线,这些芯片广泛应用于各种需要小体积、低功耗和非易失性存储的应用场景。 全功能版的CH341A编程器不仅支持25Q256,还支持其他大容量芯片,这意味着它具有广泛的兼容性,能够满足不同项目的需求。这包括但不限于微控制器、EPROM、EEPROM、闪存、逻辑门电路等多种类型芯片的编程。 使用CH341A编程器进行编程操作时,首先需要将设备通过USB连接到计算机,然后安装相应的驱动程序和编程软件。在本例中,压缩包中的"CH341A_1.30"很可能是编程软件的安装程序。安装后,用户可以通过软件界面选择需要编程的芯片类型,加载待烧录的固件或数据,然后执行编程操作。编程过程中需要注意的是,确保正确设置芯片的电压、时钟频率等参数,以防止损坏芯片。 CH341A编程器1.3版是面向电子爱好者和专业工程师的一款实用工具,其强大的兼容性和易用性使其在众多编程器中脱颖而出。对于需要处理25Q256等32M芯片的项目,或者26系列芯片的编程工作,CH341A编程器是理想的选择。通过持续的软件更新和升级,它保持了与现代电子技术同步,确保用户能方便地对各种芯片进行编程和调试。
recommend-type

修改多多巴枪SN软件,小白慎用

修改多多巴枪SN软件,小白慎用,米商巴枪的改机包
recommend-type

Python变量与数据类型详解

Python变量与数据类型详解
recommend-type

美国国际航空交通数据分析报告(1990-2020)

根据给定的信息,我们可以从中提取和分析以下知识点: 1. 数据集概述: 该数据集名为“U.S. International Air Traffic data(1990-2020)”,记录了美国与国际间航空客运和货运的详细统计信息。数据集涵盖的时间范围从1990年至2020年,这说明它包含了长达30年的时间序列数据,对于进行长期趋势分析非常有价值。 2. 数据来源及意义: 此数据来源于《美国国际航空客运和货运统计报告》,该报告是美国运输部(USDOT)所管理的T-100计划的一部分。T-100计划旨在收集和发布美国和国际航空公司在美国机场的出入境交通报告,这表明数据的权威性和可靠性较高,适用于政府、企业和学术研究等领域。 3. 数据内容及应用: 数据集包含两个主要的CSV文件,分别是“International_Report_Departures.csv”和“International_Report_Passengers.csv”。 a. International_Report_Departures.csv文件可能包含了以下内容: - 离港航班信息:记录了各航空公司的航班号、起飞和到达时间、起飞和到达机场的代码以及国际地区等信息。 - 航空公司信息:可能包括航空公司代码、名称以及所属国家等。 - 飞机机型信息:如飞机类型、座位容量等,这有助于分析不同机型的使用频率和趋势。 - 航线信息:包括航线的起始和目的国家及城市,对于研究航线网络和优化航班计划具有参考价值。 这些数据可以用于航空交通流量分析、机场运营效率评估、航空市场分析等。 b. International_Report_Passengers.csv文件可能包含了以下内容: - 航班乘客信息:可能包括乘客的国籍、年龄、性别等信息。 - 航班类型:如全客机、全货机或混合型航班,可以分析乘客运输和货物运输的比例。 - 乘客数量:记录了各航班或航线的乘客数量,对于分析航空市场容量和增长趋势很有帮助。 - 飞行里程信息:有助于了解国际间不同航线的长度和飞行距离,为票价设置和燃油成本分析提供数据支持。 这些数据可以用于航空客运市场分析、需求预测、收益管理等方面。 4. 数据分析和应用实例: - 航空流量分析:通过分析离港航班数据,可以观察到哪些航线最为繁忙,哪些机场的国际航空流量最大,这有助于航空公司调整航班时刻表和运力分配。 - 市场研究:乘客数据可以揭示不同国家和地区之间的人口流动趋势,帮助航空公司和政府机构了解国际旅行市场的需求变化。 - 飞机利用率:结合飞机机型和飞行频率信息,可以对特定机型的使用率进行分析,评估飞机维护需求和燃油效率。 - 安全监管:通过对比不同航空公司和航班的安全记录,监管机构可以更有效地评估航空公司的安全性能,并采取必要的监管措施。 5. 技术和方法论: 分析此类数据通常涉及数据清洗、数据整合、统计分析、时间序列分析、预测建模等数据科学方法。使用Excel、SQL、R、Python等工具进行数据处理和分析是常见的做法。例如,可以使用Python的Pandas库来清洗和准备数据,使用Matplotlib和Seaborn库来可视化数据,然后利用Scikit-learn或Statsmodels库来构建预测模型。 通过以上知识点的提取和分析,我们可以理解到“U.S. International Air Traffic data(1990-2020)-数据集”的重要性,它不仅记录了跨越30年的航空交通数据,还为各种分析和应用提供了详实的基础信息。对于航空业从业者、政策制定者、研究人员以及数据分析师来说,这是一个极具价值的数据资源。
recommend-type

统计学视角:深入理解最小二乘法的概率论基础

# 1. 最小二乘法的基本概念 最小二乘法(Least Squares Method, LSM)是统计学和数据分析中广泛使用的一种数学优化技术。其主要目的是通过最小化误差的平方和来寻找数据的最佳函数匹配。这种方法最早由高斯提出,但在工程、物理、经济和其他领域中有着广泛的应用。 在本章中,我们将首先了
recommend-type

vscode中使用Codeium

<think>好的,我需要回答用户如何在VSCode中使用Codeium插件的问题。首先,我需要回顾用户提供的引用内容,看看是否有相关信息。用户提供的引用[1]提到了Codeium Chat可以解释代码中的问题,引用[2]提到了在IDEA中的一些问题,可能对VSCode的安装有帮助。用户还提到了安装步骤、基本功能、常见问题等。 首先,我应该分步骤说明安装过程,包括在VSCode扩展商店搜索Codeium并安装。然后,登录部分可能需要用户访问仪表板获取API密钥,引用[2]中提到登录问题,可能需要提醒用户注意网络或权限设置。 接下来是基本功能,比如代码自动补全和Chat功能。引用[1]提到C
recommend-type

UniMoCo:统一框架下的多监督视觉学习方法

在详细解析“unimoco”这个概念之前,我们需要明确几个关键点。首先,“unimoco”代表的是一种视觉表示学习方法,它在机器学习尤其是深度学习领域中扮演着重要角色。其次,文章作者通过这篇论文介绍了UniMoCo的全称,即“Unsupervised, Semi-Supervised and Full-Supervised Visual Representation Learning”,其背后的含义是在于UniMoCo框架整合了无监督学习、半监督学习和全监督学习三种不同的学习策略。最后,该框架被官方用PyTorch库实现,并被提供给了研究者和开发者社区。 ### 1. 对比学习(Contrastive Learning) UniMoCo的概念根植于对比学习的思想,这是一种无监督学习的范式。对比学习的核心在于让模型学会区分不同的样本,通过将相似的样本拉近,将不相似的样本推远,从而学习到有效的数据表示。对比学习与传统的分类任务最大的不同在于不需要手动标注的标签来指导学习过程,取而代之的是从数据自身结构中挖掘信息。 ### 2. MoCo(Momentum Contrast) UniMoCo的实现基于MoCo框架,MoCo是一种基于队列(queue)的对比学习方法,它在训练过程中维持一个动态的队列,其中包含了成对的负样本。MoCo通过 Momentum Encoder(动量编码器)和一个队列来保持稳定和历史性的负样本信息,使得模型能够持续地进行对比学习,即使是在没有足够负样本的情况下。 ### 3. 无监督学习(Unsupervised Learning) 在无监督学习场景中,数据样本没有被标记任何类别或标签,算法需自行发现数据中的模式和结构。UniMoCo框架中,无监督学习的关键在于使用没有标签的数据进行训练,其目的是让模型学习到数据的基础特征表示,这对于那些标注资源稀缺的领域具有重要意义。 ### 4. 半监督学习(Semi-Supervised Learning) 半监督学习结合了无监督和有监督学习的优势,它使用少量的标注数据与大量的未标注数据进行训练。UniMoCo中实现半监督学习的方式,可能是通过将已标注的数据作为对比学习的一部分,以此来指导模型学习到更精准的特征表示。这对于那些拥有少量标注数据的场景尤为有用。 ### 5. 全监督学习(Full-Supervised Learning) 在全监督学习中,所有的训练样本都有相应的标签,这种学习方式的目的是让模型学习到映射关系,从输入到输出。在UniMoCo中,全监督学习用于训练阶段,让模型在有明确指示的学习目标下进行优化,学习到的任务相关的特征表示。这通常用于有充足标注数据的场景,比如图像分类任务。 ### 6. PyTorch PyTorch是一个开源机器学习库,由Facebook的人工智能研究团队开发,主要用于计算机视觉和自然语言处理等任务。它被广泛用于研究和生产环境,并且因其易用性、灵活性和动态计算图等特性受到研究人员的青睐。UniMoCo官方实现选择PyTorch作为开发平台,说明了其对科研社区的支持和对易于实现的重视。 ### 7. 可视化表示学习(Visual Representation Learning) 可视化表示学习的目的是从原始视觉数据中提取特征,并将它们转换为能够反映重要信息且更易于处理的形式。在UniMoCo中,无论是无监督、半监督还是全监督学习,最终的目标都是让模型学习到有效的视觉表示,这些表示可以用于下游任务,如图像分类、目标检测、图像分割等。 ### 8. 标签队列(Label Queue) UniMoCo通过标签队列维护受监管的标签,这可能意味着对于那些半监督或全监督学习的任务,模型在进行对比学习时,会参考这些来自标签队列的数据。标签队列机制能帮助模型更好地利用有限的标注数据,增强模型的泛化能力。 ### 结论 UniMoCo的提出,以及其官方PyTorch实现的发布,将对计算机视觉领域产生深远影响。它不仅提供了一个统一的对比学习框架,使得从无监督到全监督的学习过程更加灵活和高效,而且为研究者们提供了一个强力的工具,以便更好地探索和实现各种视觉任务。UniMoCo的研究和应用前景,为机器学习尤其是深度学习在视觉领域的研究和实践提供了新的视角和可能。
recommend-type

【MATLAB算法精讲】:最小二乘法的实现与案例深度分析

# 1. 最小二乘法的基本原理 最小二乘法是一种数学优化技术,它通过最小化误差的平方和来寻找数据的最佳函数匹配。其核心思想是选择一条曲线,使得所有观察点到这条曲线的距离之和最小。这种方法广泛应用于统计学、信号处理、工程学和经济学等领域,尤其适用于需要通过一组数据点来确定函数参数的情况。 ## 1.1 统计学视角下的最小二乘法 在统计学中,最小二乘法经常用于