07 2022 档案
摘要:内置的Ubuntu系统虽然已经有了ssh,但是还需要进行修改。 修改文件:vim /etc/ssh/sshd_config Port 6622 # 端口改为其他的 ListenAddress 0.0.0.0 # 取消注释 PasswordAuthentication yes # 允许密码登录 然后
阅读全文
摘要:Delphi中对JSON的解析处理可以使用 ISuperObject。 function SO(const s: SOString = '{}'): ISuperObject; overload; property O[const path: SOString]: ISuperObject read
阅读全文