Skip to content

Commit 37ab170

Browse files
authored
Update README.md
1 parent 3f12024 commit 37ab170

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ A simple small program for learning weather forecast made by java. I originally
66

77
第一次写程序变量名称不是很好找,自行搜索Crtl+F
88

9+
It is not easy to find variable names when writing a program for the first time, so search for Crtl+F by yourself
910

10-
##注意
11+
##注意(note)
1112

1213
Weather文件夹里面的 pom.xml和 Weather.iml是maven和IntelliJ IDEA 生成的文件 里面有我使用的jar包,剩下的就是主程序文件。
1314

1415
其中需要修改的是Weather中的appcode参数
1516
建议在使用前在阿里云购买 (易源数据-全国天气预报查询)api
1617
购买后获取自己的appcode填入对应位置
17-
遇到乱码问题设置成GBK或者UTF-8
18+
遇到乱码问题设置成GBK或者UTF-8
19+
20+
The pom.xml and Weather.iml in the Weather folder are files generated by maven and IntelliJ IDEA. There are jar packages that I use, and the rest are the main program files.
21+
22+
What needs to be modified is the appcode parameter in Weather
23+
It is recommended to purchase (Yiyuan Data-National Weather Forecast) api before use in Alibaba Cloud
24+
After purchase, get your own appcode and fill in the corresponding location
25+
Encountered garbled characters set to GBK or UTF-8

0 commit comments

Comments
 (0)