如何研究UI5的库文件是如何从本地仓库加载的

简介: 如何研究UI5的库文件是如何从本地仓库加载的

The knowledge contained in this issue is prerequisite for another [issue](How to know where the library js file is loaded from local repository)

1). switch on development model by modifying web.xml file as below:


image.pngimage.png



2). Suppose you would like to know where is this js file loaded from your local laptop:


image.png


you can find the answer here(Header name: x-sap-ResourceUrl):


image.png


Using this approach, if you would like to make changes on a given UI5 framework library file on your local laptop, you can first identify its file path in a certain jar file, and then perform the local change according to this guide.


相关文章
|
7月前
|
JavaScript 前端开发 开发者
SAP UI5 应用的 Component.js 文件是如何在运行时被加载的?
SAP UI5 应用的 Component.js 文件是如何在运行时被加载的?
30 0
|
API
Element UI Loading 加载组件动态变更 text 值(加载文案)
有这样的一个需求,我在上传文件的时候,上传阶段耗时较长,所以利用加载动画作为友好提示用户等待。
904 0
Element UI Loading 加载组件动态变更 text 值(加载文案)
|
2月前
Google Earth Engine APP(GEE)—— 一个简单的加载影像的UI(RGB,NDWI和NDVI)这里使用时间滑块进行时间选择
Google Earth Engine APP(GEE)—— 一个简单的加载影像的UI(RGB,NDWI和NDVI)这里使用时间滑块进行时间选择
28 0
|
6月前
|
缓存 自然语言处理 BI
CocosCreator3.8研究笔记(二十)CocosCreator UI组件(四)
CocosCreator3.8研究笔记(二十)CocosCreator UI组件(四)
111 0
|
6月前
|
前端开发 Android开发
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)(3)
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)
|
6月前
|
Android开发 iOS开发 容器
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)(2)
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)
159 0
|
6月前
|
JavaScript 数据安全/隐私保护 Android开发
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)(1)
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)
111 0
|
6月前
|
缓存
SAP Fiori Elements 应用加载时的 url 参数 sap-ui-xx-viewCache=false
SAP Fiori Elements 应用加载时的 url 参数 sap-ui-xx-viewCache=false
25 0
|
6月前
|
XML 缓存 前端开发
SAP UI5 应用启动时加载的 library-preload.js 文件
SAP UI5 应用启动时加载的 library-preload.js 文件
22 0
|
6月前
|
存储 XML 自然语言处理
什么是 SAP UI5 应用运行时加载的 messagebundle_en.properties 文件?
什么是 SAP UI5 应用运行时加载的 messagebundle_en.properties 文件?
68 0

热门文章

最新文章