摘要:
获取百度地图ak:https://zhuanlan.zhihu.com/p/574521243 引入依赖: <!-- 引入HttpClient依赖 --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>ht 阅读全文
摘要:
linux 查看ip地址和MAC地址命令# ifconfig -a 此时会出现关于本机IP地址和MAC地址的信息,inet 后面的为IP地址;ether后面的为MAC地址。 阅读全文