json格式,分为 中国>大区>省>市>区县。。按全国7大区分的。 "id": 1, "pid": 0, "district_code": "", "district_name": "中国", "type": 0, "hierarchy": 0, "chindren": [ { "id": 2, "pid": 1, "district_code": "", "district_name": "东北大区", "type": 0, "hierarchy": 1, "chindren": [ { "id": 186, "pid": 2, "district_code": "230000", "district_name": "黑龙江省", "type": 1, "hierarchy": 2, "chindren": [ { "id": 187, "pid": 186, "district_code": "232700", "district_name": "大兴安岭地区", "type": 2, "hierarchy": 3, "chindren": [ { "id": 188, "pid": 187, "district_code": "232722", "district_name": "塔河县", "type": 3, "hierarchy": 4 },
2023-06-07 11:30:03 648KB 全国 最新 行政区 大区
1
jackson包含jackson-annotations-2.9.9.jar、jackson-core-2.9.9.jar、jackson-databind-2.9.9.3.jar,JSON包含json2.jar
2023-06-01 21:00:17 2.79MB springmvc
1
自动解析json软件源码自动解析json软件源码自动解析json软件源码
2023-06-01 10:47:05 42KB c#
1
电报联系人JSON到VCF 您可以通过Telegram桌面应用程序(设置->高级->导出电报数据)导出电报联系人。 要将导出的联系人(JSON文件)转换为VCF文件并通过手机导入,请使用此脚本。 用法 python3 telegram_json_to_vcf.py [--add-all] json_file vcf_file 参数: --add-all :是添加所有联系人还是一一添加json_file :JSON文件的路径vcf_file :VCF文件的路径 例子: python3 telegram_json_to_vcf.py --add-all ./contacts.json ./con
2023-05-31 22:58:31 2KB json telegram vcf TelegramPython
1
[ { "value": "110000", "label": "北京市", "children": [ { "value": "110100", "label": "直辖市", "children": [ { "value": "110101", "label": "东城区" }, { "value": "110102", "label": "西城区" }, { "value": "110105", "label": "朝阳区" }, { "value": "110106", "label": "丰台区" }, { "value": "110107", "label": "石景山区" }, { "value": "110108", "label": "海淀区" }, { "value": "110109", "label": "门头沟区" }, { "value": "110111", "label": "房山区" }, { "value": "110112", "label": "通州区" }, { "value": "110113", "label": "顺义区" }, { "value": "110114", "label": "昌平区" }, { "value": "110115", "label": "大兴区" }, { "value": "110116", "label": "怀柔区" }, { "value": "110117", "label": "平谷区" }, { "value": "110118", "label": "密云区" }, {
2023-05-31 16:40:47 321KB 接送
uniapp省市区(region.json)
2023-05-17 22:51:47 396KB uni-app
1
数据结构如下: [ { "code": "110000", "name": "北京市", "children": [ { "code": "110100", "name": "市辖区", "children": [ { "code": "110101", "name": "东城区" }, { "code": "110102", "name": "西城区" }, { "code": "110105", "name": "朝阳区" }, { "code": "110106", "name": "丰台区" }, { "code": "110107", "name": "石景山区" }, { "code": "110108", "name": "海淀区" }, { "code": "110109", "name": "门头沟区" }, { "code": "110111", "name": "房山区" }, { "code": "110112", "name": "通州区" }, { "code": "110113", "name": "顺义区" }, { "code": "110114", "name": "昌平区" }, { "code": "110115", "name": "大兴区" }, { "code": "110116", "name": "怀柔区" }, { "code": "110117", "name": "平谷区" } ] }, { "code": "110200", "name": "县", "children": [ { "code": "110228", "name": "密云县" }, { "code": "110229", "name": "延庆县" } ] } ] },
2023-05-17 15:02:06 471KB 中国省 json
1
webpack打包报错ERROR in Entry module not found: Error: Can't resolve './src' in.
2023-05-15 20:48:02 290B webpack
1
genmap 自定义多个行政区域,然后通过调用百度地图API取得行政区域边界,转化成GeoJson格式提供下载。 使用方法: 把genmap.html里边的your_baidu_ak替换成你的baidu api key 双击genmap/genmap.html,在浏览器中打开 在浏览器中输入地图中心点 在浏览器中输入行政区域列表 注意:列表里的行政区域不应该有重叠的区域(比如上海市和浦东新区),大区域会覆盖掉小区域。 .点击按钮 “生成地图并且预览" 成功的话就会在下面的预览图片里显示百度地图和紫色边框的地图轮拓,生成地图并且预览旁边会出现链接”下载地图文件“ 点击下载地图文件,下载地图XXX.json 效果图 输出文件样例 { "type": "FeatureCollection", "features": [ { "type": "Feature",
2023-05-12 21:30:38 534KB map json js geo
1
主要为大家详细介绍了C++实现json形式的Socket传输图片,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
2023-05-11 23:22:58 88KB C++ json Socket 传输图片
1