http://mobile.weather.com.cn/js/citylist.xml
打开控制台里,将citylist.xml请求右键”SAVE AS”保存下来,或者直接用下载工具也行
xml文件里几乎包含了所有国家的城市数据,可以将其他国家的数据过滤掉,只留下中国的数据
于是我用Java处理了一下
1 | String[] province = new String[]{"北京","天津","河北","山西","内蒙古","辽宁","吉林","黑龙江","上海","江苏","浙江","安徽","福建","江西","山东","河南","湖北","湖南","广东","广西","海南","重庆","四川","贵州","云南","西藏","陕西","甘肃","青海","宁夏","新疆"}; |
压缩后的:
U盘的分区结构图:
U盘分区文件的结构:
1 |
|
grub2.conf
1 | #加载环境设置 |
相关链接:
tag:
animation:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true