mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-23 21:20:42 +08:00
R
This commit is contained in:
parent
2ff41832f2
commit
b98804b811
@ -33,7 +33,7 @@ function remote_machine() {
|
||||
remote_pass=(/bin/cat/.mypassfile) remote_machine $remote_machine $remote_pass
|
||||
```
|
||||
|
||||
_这太烦了_ 更糟糕的是,我的密码被明文存储在我的电脑上(我虽然使用了加密驱动器,但这点依然令人不安)。
|
||||
这太烦了,更糟糕的是,我的密码被明文存储在我的电脑上(我虽然使用了加密驱动器,但这点依然令人不安)。
|
||||
|
||||
因此,我决定投入一些时间,编写一个实用的脚本,从而更好地满足我的基本需求。
|
||||
|
||||
@ -238,7 +238,7 @@ esac
|
||||
|
||||
上述的小例子只涵盖了一些部件的使用,其实还有更多的文档在 [官方 dialog 网站][8]上。
|
||||
|
||||
#### Dialog 和 JQ 是最好的选择吗?
|
||||
### Dialog 和 JQ 是最好的选择吗?
|
||||
|
||||
实现这个功能可以有很多方法(如 [Textual][13],Gnome 的 [Zenity][14],Python 的 [TKinker][15]等)。我只是想向你展示一种高效的方式——仅用 100 行代码就完成了这项任务。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user