📄 readme
字号:
To use the wrapper, you need to have BVAPI.jar included on the classpathe.g. In linux if the BVAPI.jar file is in the current directory:javac Example.java -cp ./BVAPI.jarjava -cp .:./BVAPI.jar Exampleto use the example class.If you wish to connect to an API server that has http authentication,you need to create a file called "values.properties" in the same folder as the main executable which contains theusername and password in the following format:username=<username>password=<password>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -