readme

来自「Vodafone betavine java api sample, lates」· 代码 · 共 16 行

TXT
16
字号
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 + =
减小字号Ctrl + -
显示快捷键?