Blame view

tsl_aiplatform/helpers/helpers.h 329 Bytes
85cc8cb9   Hu Chunming   ๅŽŸ็‰ˆไปฃ็ 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  /*
   * @Author: yangzilong
   * @Date: 2021-12-01 16:08:48
   * @Last Modified by: yangzilong
   * @Last Modified time: Do not edit
   * @Email: yangzilong@objecteye.com
   * @Description:
   */
  
  #pragma once
  
  #ifdef POST_USE_RABBITMQ
  #include "gen_json.hpp"
  #endif
  
  #include "logger.hpp"
  #include "str_helper.hpp"
  #include "os_helper.hpp"