找传奇、传世资源到传世资源站!

充电桩管理的源码

  • 资源分类:源码下载
  • 发 布 人:xcxlipcykve
  • 文件大小:未知
  • 文件格式:.zip
  • 浏览次数:36
  • 下载次数: 4
  • 发布时间:10月12日

  • 标签:
8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

针对充电桩数据交互的源码,使用golang实现

附件包含:


附件包含以下文件及目录(5T6T.COM自动生成)
 __MACOSX/
  charging.v1.0.0/
   charging/
    ._Makefile
    cmd/
     ._server.go
    docs/
     backup/
      ._charging.230409.tar.gz
     ._.DS_Store
     ._mongo01.md
     ._充电桩启动登陆.png
     ._平台充电过程01.png
     ._云快充平台协议V1.5.pdf
    ._.DS_Store
   gcmiddleware/
    ._.DS_Store
    ._.gitignore
   gcutil/
    ._.DS_Store
   ._.DS_Store
 charging.v1.0.0/
  .DS_Store
  charging/
   .DS_Store
   Makefile
   cmd/
    server.go
    version.go
   docs/
    .DS_Store
    backup/
     charging.230409.tar.gz
    data.md
    data-init.txt
    mongo01.md
    充电桩启动登陆.png
    平台充电过程01.png
    云快充平台协议V1.5.pdf
   .gitignore
   .idea/
    .gitignore
    inspectionProfiles/
     Project_Default.xml
    charging.iml
    modules.xml
    vcs.xml
    workspace.xml
   pkg/
    charging/
     api/
      busHandler.go
      byteHandler.go
      router.go
      systemHandler.go
     bus/
      appServerBus.go
      billBus.go
      chargingStartBus.go
      chargingStopBus.go
      dispatchBus.go
      feeBus.go
      feeBus_test.go
      feeCheckBus.go
      heartJumpBus.go
      initBus.go
      realDataBus.go
      timeCheckBus.go
      unknowBus.go
     model/
      bytes/
      po/
       ConnectorPO.go
       FeePlanPO.go
       StationPO.go
      req/
      resp/
      web/
       ChargingBus.go
      bill.go
      bill_test.go
      chargingSrart.go
      chargingStop.go
      content.go
      fee.go
      feeCheck.go
      fee_test.go
      heartJump.go
      heartJump_test.go
      inputBytesModel.go
      pileModel.go
      realData.go
      realData_test.go
      timeCheck.go
      timeCheck_test.go
     utils/
      common.go
      common_test.go
    global/
     config/
      server.go
     contant.go
   shell/
    start.sh
    upgrade.sh
   READEME.md
   byte.json
   config.yml
   go.mod
   go.sum
   go.work
   go.work.sum
   main.go
  gcmiddleware/
   .DS_Store
   cache/
    cache.go
    ha.go
    storage.go
   db/
    conf/
     app_dev.yml
    model/
     basePO.go
    crud.go
    db.go
    exec.go
    page.go
    query.go
    query_orm.go
    testUser.go
    user_test.go
   docker/
    model/
     dockerContainerVO.go
     dockerImageVO.go
    common_test.go
    container.go
    docker.go
    docker_test.go
    image.go
    image_test.go
   es/
    README.md
    cat.go
    document.go
    index.go
    main.go
    main_test.go
   .gitignore
   .idea/
    .gitignore
    gcmiddleware.iml
    modules.xml
    vcs.xml
    workspace.xml
   minio/
    minio.go
    minio_test.go
   mongo/
    conf/
     app_dev.yml
    db.go
    db_test.go
   nsq/
    consumer.go
    consumer_test.go
    nsq.go
    producer.go
    producer_test.go
   redis/
    expire_test.go
    lock_test.go
    multi_test.go
    normal.go
    queue.go
    redis.go
    redis_test.go
   ros/
    model/
     RosNodeVO.go
     RosTopicVO.go
    ros.go
    rosPublisher.go
    rosSubscriber.go
   serial/
    crcCheck.go
    manager.go
    readme.md
    serial.go
    serial_test.go
   README.md
   README.en.md
   go.mod
   go.sum
  gcutil/
   .DS_Store
   LICENSE
   cache/
    cache.go
   cmd/
    console/
     data/
      history
     test/
      consoletest.go
     client.go
     config.go
     console.go
     errModel.go
     prompt2.go
     prompter.go
    exec/
     exec.go
     exec_darwin.go
     exec_freebsd.go
     exec_linux.go
     exec_test.go
     exec_windows.go
   codec/
    byte/
     byteCodec.go
     byteCodec_test.go
     model.go
   config/
    appConfig.go
    config.go
    config_test.go
    dbConfig.go
    mysqlConfig.go
    redisConfig.go
    serverConfig.go
    ssoConfig.go
    test.yaml
   data/
    history
   dup/
    dup.go
    dup_test.go
   .gitignore
   global/
    contant.go
   .idea/
    .gitignore
    gcutil.iml
    modules.xml
    vcs.xml
    workspace.xml
   lifecycle/
    Application.go
    appLifecycle.go
    lifecycle.go
   logger/
    content.go
   manager/
    queue.go
   model/
    constant.go
    errModel.go
    respModel.go
   net/
    gcgin/
     intercepter/
      logInterceptor.go
      recoveryIntercepter.go
      tokenInterceptor.go
     model/
      errModel.go
     handler.go
     params.go
     server.go
     server_test.go
     upload.go
    gchttp/
     client.go
     client_test.go
     server.go
     server_test.go
    gcnet/
     net/
      client.go
      config.go
      net_test.go
      serverListener.go
      serverOld.go
      sever.go
     proto/
      command.proto
     README.md
     ip.go
     ip_test.go
     port.go
     port_test.go
     proto.pb/
      command.pb.go
     proto_test.go
    gcrpc/
     client/
      main.go
     proto/
      helloworld.proto
     server/
      main.go
     Readme.md
     proto.pb/
      helloworld.pb.go
    gcws/
     client/
      client.go
      clientConf.go
      client_test.go
      cmdCloseHandler.go
      cmdManager.go
      cmdPingHander.go
      content.go
      errModel.go
     common/
      cmd.go
      cmdResp.go
      cmd_test.go
      content.go
     server/
      apiHandler.go
      cmdCloseHandler.go
      cmdManager.go
      cmdPingHandler.go
      content.go
      errModel.go
      server.go
      serverConf.go
      serverHub.go
      server_test.go
      subscribe.go
      subscribeSys.go
     readme.md
   routine/
    Worker.go
    pool.go
    pool_test.go
   sys/
    signals/
     signal.go
     signal_posix.go
     signal_windows.go
    block.go
    exception.go
    gc.go
    profile.go
    version.go
   thread/
    Semaphore.go
    daemon.go
    goroutine.go
   timewheel/
    example/
     boom/
      boom.go
     simple/
      simple.go
    README.md
    task_pool.go
    timer.go
    timer_test.go
    timewheel.go
    timewheel_pool.go
   token/
    Snowflake.go
    Snowflake_test.go
    jwt.go
    token.go
    uid_test.go
    uuid.go
    uuid2.go
    uuid2_test.go
    uuid_test.go
    xid.go
   utils/
    byteUtil/
     bitUtil.go
     bitUtil_test.go
     byteUtil.go
     byteUtil_test.go
     crc16.go
     crc16_test.go
    chanUtil/
     chanUtils.go
     chanUtils_test.go
    codeUtil/
     geneIdUtils.go
     geneIdUtils_test.go
    concurrentUtil/
     concurrentUtils.go
    fileUtil/
     conf/
      container/
       config/
       params.json
     fileUtils.go
     fileUtils_test.go
    mapUtil/
     mapUtil.go
     mapUtil_test.go
    mathUtil/
     angleUtil/
      angleUtils.go
      angleUtils_test.go
     numberUtil/
      numberUtils.go
     enhanceMathUtils.go
     vector2Utils.go
     vector3Utils.go
     vectorUtils_test.go
    netUtil/
     httpProxyServerUtils.go
     httpProxyServerUtils_test.go
     tcpClientUtils.go
     tcpCommonUtils.go
     tcpServerUtils.go
     tcpServerUtils_test.go
     udpClientUtils.go
     udpCommonUtils.go
     udpServerUtils.go
     udpServerUtils_test.go
    objUtil/
     objUtil.go
     objUtil_test.go
    pinyin/
     example_test.go
     initials_sort.go
     phonetic_symbol.go
     pinyin.go
     pinyin_dict.go
    reflectx/
     generic.go
     reflectx.go
    regUtil/
     regUtil.go
    strUtil/
     bcd.go
     bcd_test.go
     hashutil.go
     json.go
     json_test.go
     others.go
     others_test.go
     stringUtils.go
     stringUtils_test.go
    timeUtil/
     CP56time2a.go
     CP56time2a_test.go
     timeUtils.go
     timeUtils_test.go
    zipUtil/
     zipUtil.go
   work/
    worker.go
    workshop.go
   README.md
   README.en.md
   go.mod
   go.sum
   main.go

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复