kotlin结构组件
kotlin中的模块化结构组件及工作原理
目录ViewModel 工作原理LiveData 工作原理Room 工作原理Navigation 工作原理模块化结构组件包含ViewModel、LiveData、Room 和 Navigation ,我将讲解它们的工作原理和基础使用。[详细]
2025-03-23 11:44 分类:开发Creating a simple command line interface (CLI) using a python server (TCP sock) and few scripts
I have a Linux box and I want to be able to telnet into it (port 77557) and run few required commands without having to access to the whole Linux box. So, I have a server listening on that port, and e[详细]
2022-12-28 20:29 分类:问答