例子:
~ script % touch parameter.sh
~ script % chmod 755 parameter.sh
~ % vim parameter.shparameter.sh:
#!/usr/bin/env bashecho the name of current script is $0echo the first parameter is $1echo the second parameter is $2echo all parameters: $…
Idea创建JDK17的maven项目失败 Error occurred during initialization of VM Could not find agent library instrument on the library path, with error: Can’t find dependent libraries Possible solution:
Check your maven runner VM options. Open Maven Runner setti…