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.
我知道可以在 Azure 中运行 Solr(Azure 中的Solr),但是安装扩展呢?有人做到了吗?任何人都可以分享经验吗?
谢谢
有几种方法可以做到这一点。您可以使用 VM 角色并在将其上传到 Azure 之前对其进行设置,或者您可以使用门户手动部署项目并包含配置它的启动脚本。请记住,您可能需要为扩展更新一些 ini 文件。
我尝试使用下面的代码来解析 JSON 数据,该网站需要一个 API 密钥,现在它作为字符串存储在我的 strings.xml 中。
public class JSONParser { static InputStream is = null; static JSONArray jarray = null; static String json = ""; // const