Ekko.bao ekko
  • Joined on 2024-03-13
ekko pushed to master at ekko/lws_client 2025-03-31 10:50:04 +08:00
acece94fae 1. 新增支持对于驱动器显示名称的获取,通过显示名称的匹配更加直观
ekko pushed to master at ekko/vcast_license_usage_server 2025-01-14 09:01:23 +08:00
26a8aecfb4 "修改client的逻辑将queue的get阻塞式改成timout轮询的方式,以便于可以支持ctrc +c不过退出逻辑还存在问题需要修改。"
ekko pushed to master at ekko/vcast_license_usage_server 2025-01-13 08:48:32 +08:00
89e6c9439c 1. 已基本完成功能,实现web server显示使用情况,实现排队的显示。实现lic的派发功能
ekko pushed to master at ekko/vcast_license_usage_server 2025-01-09 15:25:10 +08:00
552828ba21 1.添加对于license排队的支持,不过在编码中
ekko pushed to master at ekko/vcast_license_usage_server 2025-01-05 10:00:11 +08:00
243376e785 first commit
ekko created branch master in ekko/vcast_license_usage_server 2025-01-05 10:00:11 +08:00
ekko created repository ekko/vcast_license_usage_server 2025-01-05 09:57:48 +08:00
ekko pushed to master at ekko/lws_client 2024-12-16 22:18:24 +08:00
fa5b137db1 1. 添加打开和关闭程序时对于mount_point的自动卸载,避免手动执行fusermount -u mount_point
94c9751c00 1. 添加处理rpc返回值的宏,将其转化为Result类型方便处理,将rpc过来ret值如实返还给sys
Compare 2 commits »
ekko pushed to master at ekko/excel_translate 2024-11-04 22:38:09 +08:00
ebd25b9cdb 解决退出报错event loop closed的错误
ekko pushed to master at ekko/excel_translate 2024-11-04 08:43:32 +08:00
d3ab696d10 使用asyncio来构建异步翻译任务提高翻译效率
ekko pushed to master at ekko/excel_translate 2024-11-03 18:54:31 +08:00
1f2de5d8ac 初次提交,做好基本的translate功能,但是速度较慢。
ekko created repository ekko/excel_translate 2024-11-03 18:48:18 +08:00
ekko pushed to master at ekko/wls_vfs 2024-10-20 16:52:52 +08:00
86bceda4b3 1. 修改mountmap的行为。因为在L3可能重启远程桌面会使得磁盘的顺序变化。所以修改支持直接通过磁盘的卷标来挂载而不固定是某个盘,这样可以使得程序自动查找匹配的磁盘来进行挂载,而不是挂载后发现内容对不上
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-10-20 16:46:15 +08:00
9c2fbe847e 修改获取disk序列号的方法,改为使用逻辑卷的序列号。因为可能由于权限的原因获取不到磁盘的序列号
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-09-20 08:55:16 +08:00
db28e8525c 使用rust的宏来控制编译,是的可以适配本地调试环境和公司的正式环境
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-09-19 08:46:27 +08:00
ed30319430 1. 完善发送的逻辑,使用状态机和鼠标以及pip_file一同进行管理
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-09-06 08:40:52 +08:00
3303c3b208 添加msg的提供者的逻辑
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-08-28 08:28:35 +08:00
089bf1e3ac 1. 完成消息的接收循环的编写,现在的逻辑是:
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-08-19 08:39:58 +08:00
4d04dc2677 windows获取窗口相关的api搞定等待完善message的管理管理逻辑。
ekko pushed to master at ekko/sstar_l0l3clip_sync 2024-08-13 08:51:52 +08:00
041a1526d6 日常同步代码,未包含新增功能只有,新增一些windows窗口相关的代码,待完善