test.sh
来自「resetful样式的ws样例,一种面向资源的webservices服务」· Shell 代码 · 共 7 行
SH
7 行
#!/bin/shecho -- Get the system properties of the server JVMcurl -v http://localhost:9998/propertiesecho -- Echo propertiescurl -v -H "Content-Type: text/plain" -d "key=value" http://localhost:9998/properties
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?