OpenUI5:SDK 中的离线文档不起作用? [英] OpenUI5: offline documentation in SDK not working?

查看:37
本文介绍了OpenUI5:SDK 中的离线文档不起作用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我从 此处下载最新稳定版本:1.28.16 (2015-08-18)"时 文档不起作用.通过单击 \openui5-sdk-1.28.16\index.html 页面打开,内容为空.对于旧版本,我也有非工作离线文档,导航页面显示,但详细信息窗格"是空的.

When I download "Latest stable release: 1.28.16 (2015-08-18)" from here the documentation is not working. By clicking on \openui5-sdk-1.28.16\index.html the page opens up with empty content. With older versions I also had non working offline documentation, the navigation page was showing, but the "details pane" was empty.

是否仅适用于我(使用 Windows 8.1 和 chrome 版本 44.0.2403.157 m)还是通用的?

Is it only with me (using windows 8.1 and chrome Version 44.0.2403.157 m) or is this something general?

推荐答案

index.html 加载资源时与浏览器安全有关 (同源政策)

It is related to the browser security when index.html loads its resources (Same-Origin Policy)

所以你有两个选择:

  • 将内容部署在(本地)Web 服务器上(如 readme.txt 中已指出的那样)并通过 http 打开 index.html(例如 http://localhost:/openui5-sdk-1.28.16/index.html>)
  • 在禁用网络安全的情况下运行浏览器并直接打开 index.html

这篇关于OpenUI5:SDK 中的离线文档不起作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆