Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Excel 文件,其中一个字段是地址。我想为 Excel 的每一行创建一个 Word 文档。
其中一个字段是地址。我可以使用该地址生成地图的静态视图并将其用作 Word 中的图像吗?我找不到任何具有此功能的地图 API。
是的,您可以使用Google 静态地图 API。
示例:https ://maps.googleapis.com/maps/api/staticmap?center=New%20York,%20Central%20Park&zoom=14&scale=2&size=400x200
嗨 Stackoverflow 社区,我在从我的 java webapp 读取文件时遇到问题。我想从我的 web 应用程序的目录中获取文件,然后将其转换为 PDF。在我的开发环境(Windows)中一切正常,但是当我将它放在服务器(LINUX)上时,当服务器到达代码以读取我的 doc 文件进行转换时,java 抛出此异常: