We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新增缓存服务器运维节点,有5个子项功能点:configue,run,show,delete_line,delete_node 子任务1. configue: 输入缓存服务器ip+port,用户名密码,点确认发送socket请求到缓存服务器 子任务2. show:rest接口getSerInf获取缓存服务器状态及其基本信息,比如操作系统类别、内存大小及使用率、CPU、磁盘
注:协同开发运维UI https://github.com/yaoguangluo/Deta_Cache_Devops_App
The text was updated successfully, but these errors were encountered:
1 socket请求 打个断点,确认json的传输格式正确,2有效的try cache 异常,保证引擎不坏死,3对接的缓存服务器的rest 进行静态类化, 提高速度, 同时动态变量注意别用static 关键字,避免leakage
Sorry, something went wrong.
上传后变量名进行规范化,便于他人阅读。
新增缓存服务器运维节点,有5个子项功能点:configue,run,show,delete_line,delete_node 子任务1. configue: 输入缓存服务器ip+port,用户名密码,点确认发送socket请求到缓存服务器 子任务2. show:rest接口getSerInf获取缓存服务器状态及其基本信息,比如操作系统类别、内存大小及使用率、CPU、磁盘 注:协同开发运维UI https://github.com/yaoguangluo/Deta_Cache_Devops_App
先把运维节点哪个确认按钮实现socket 进行restcall 缓存服务器拿到服务器数据的功能实现吧
No branches or pull requests
新增缓存服务器运维节点,有5个子项功能点:configue,run,show,delete_line,delete_node
子任务1. configue: 输入缓存服务器ip+port,用户名密码,点确认发送socket请求到缓存服务器
子任务2. show:rest接口getSerInf获取缓存服务器状态及其基本信息,比如操作系统类别、内存大小及使用率、CPU、磁盘
注:协同开发运维UI https://github.com/yaoguangluo/Deta_Cache_Devops_App
The text was updated successfully, but these errors were encountered: