暫無描述

胡琛80272472 fd363fc5d8 Z991240-991 #comment bugfix:解决bizchan连接崩溃问题 4 年之前
DevAdapter a454ccd302 Z991239-1475 #comment 更新keba二期源码 keba/2021.0201.01 4 年之前
Module fd363fc5d8 Z991240-991 #comment bugfix:解决bizchan连接崩溃问题 4 年之前
Other fd363fc5d8 Z991240-991 #comment bugfix:解决bizchan连接崩溃问题 4 年之前
ThirdParty c0661cca17 Z991239-1017 #comment fea asio公用地址 4 年之前
Tool 609bb40270 Z991239-1610 #comment guardian转天死锁修复 other:guardian转天死锁修复 4 年之前
addin 541a0f911d #IQRV #comment 添加非接的默认配置 4 年之前
docs 4043105eb5 Z991239-635 #comment other: 移除设计文档 5 年之前
.gitattributes 2585c93b02 Z991239-890 #comment 处理在linux 编译 mod_bootmanager 失败的问题 5 年之前
.gitignore 7f428cc2d3 #IQRV #comment [ThirdParty] MsgPack 第三方库上传 4 年之前
CMakeLists.txt 7c15e40605 Z991239-1610 #comment guardian修改线程退出 other:guardian修改线程退出 4 年之前
CMakeSettings.json 8610170119 Z991239-360 #comment fea 上传Linux迁移修改 4 年之前
ChangeLog f913a661a3 #IQRV #comment [CMake][Conan] 支持rvc/Audio的拷贝和打包 4 年之前
README.md bdeb2d40a5 #IQRV #comment [Other]Readme更改 4 年之前
Version.rc.in 78aa812bfe Z991239-385 #comment 将对spshell启动参数的处理放在日志初始化前并在日志中打印参数列表和版本号 5 年之前
buildflags.h.in 97b83349e2 T20L8071 #comment 整合winpr到framework 5 年之前
rvc_test.bat dc580da9e1 Z991239-678 #comment feature: 纯实体编译+Conan管理 5 年之前
version.h.in dda49d3e3b Z991239-385 #comment 添加 spbase 和 libtoolkit 的版本号 5 年之前

README.md

招行可视柜台终端应用程序

可视柜台终端应用程序(Remote Video Counter Terminal Application)是基于C/C++实现的运行在Windows平台上的异步调用、多进程通信的 Win32 位 Debug 版应用程序。

目标

重构和移植可视柜台终端框架以实现跨平台化,并新增特性最终打造成一个轻便的分布式容器类框架

  • 轻量级的架构和通信机制,能够按需伸缩
  • 每个实体运行在自己的进程中,模块间相对独立,结构间松耦合,而在功能上表现为统一的整体
  • 前端界面与后台独立,聚合后台服务,提供统一服务入口,让后台服务对前台透明(API 网关)

常见指令

  • SCP 拷贝版本指定机器
    • keba scp -r /home/vtmkpuos/run/version/0.0.2.2 keba@99.12.22.141:/opt/run/version
    • gwi scp -r /home/vtmkpuos/run/version/0.0.2.2 gwi@99.12.22.142:/opt/run/version
    • grg scp -r /home/vtmkpuos/run/version/0.0.2.2 grg@99.12.22.143:/opt/run/version
    • hengyin scp -r /home/vtmkpuos/run/version/0.0.2.2 vtm@99.12.22.144:/opt/run/version
    • nantian scp -r /home/vtmkpuos/run/version/0.0.2.2 uos@99.12.22.145:/opt/run/version

scp -r /home/vtmkpuos/run vtm@99.12.22.144:/opt/

* keba
keba@99.12.22.141
* gwi
gwi@99.12.22.142
* grg
grg@99.12.22.143
* hengyin
vtm@99.12.22.144
* nantian
uos@99.12.22.145

iconv -f gbk -t utf-8 index.html -o entest.html