摘要:
Node.js & SOAP All In One
XML / WSDL
SOAP (Simple Object Access Protocol / 简单对象访问协议) 是一种简单的基于 XML 的协议,它使应用程序通过 HTTP 来交换信息。
WSDL (Web Services Description Language / 网络服务描述语言) 是一门基于 XML 的语言,用于描述 Web Services 以及如何对它们进行访问。
阅读全文
摘要:
How to use Linux shell script to create a command line interactive menu window interface All In One
如何使用 Linux shell script 制作一个命令行交互式菜单窗口界面 All In One
菜单 对话框
whiptail
阅读全文