You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,20 @@ A simple small program for learning weather forecast made by java. I originally
6
6
7
7
第一次写程序变量名称不是很好找,自行搜索Crtl+F
8
8
9
+
It is not easy to find variable names when writing a program for the first time, so search for Crtl+F by yourself
9
10
10
-
##注意
11
+
##注意(note)
11
12
12
13
Weather文件夹里面的 pom.xml和 Weather.iml是maven和IntelliJ IDEA 生成的文件 里面有我使用的jar包,剩下的就是主程序文件。
13
14
14
15
其中需要修改的是Weather中的appcode参数
15
16
建议在使用前在阿里云购买 (易源数据-全国天气预报查询)api
16
17
购买后获取自己的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