适用于多种应用的图标/图像库(Icon/Image Library For Several Applications)

编程入门 行业动态 更新时间:2024-10-23 18:35:27
适用于多种应用的图标/图像库(Icon/Image Library For Several Applications)

我的客户有几个内部Web应用程序 - 我们正在重建其中一个。 由于不同的应用程序使用不同的图像和图标,IT经理现在希望我们为此部署一个公共库。

我们对如何做到这一点有点不确定。 该库应具有编辑器角色,以防止对库进行未经授权的更改,同时可通过Web(全球公司)进行更改。

我们应该在我们已经拥有的共享webapp中托管图像,例如Confluence,并将它们链接到运行时吗? 我们应该像#1那样托管图像,但是在编译时将它们链接起来? 其他

我们正在使用VS2010和TFS btw。

My customer have several internal web applications - we are remaking one of them. As the different applications use different images and icons, the IT manager now wants us to deploy a common library for this.

We a bit uncertain on how to do this. The library should have a Editor role to prevent unauthorized changes to the library and at the same time available over the web (global company).

Should we host the images in a shared webapp we already have, e.g. Confluence, and link them runtime? Should we host the images as in #1, but link them in compile time? Other

We're using VS2010 and TFS btw.

最满意答案

您可能需要在运行时链接,因为您正在讨论可能编辑库(除非您在进行任何更改后设置某种自动构建过程来重建)。 在运行时链接图像应该不会太糟糕,因为您正在谈论Web应用程序(通常在运行时加载一些资源)。

根据您所讨论的应用程序类型,您可以拥有一个共享的Images文件夹,并为该文件夹中的图像预定义命名方案。 例如,有名为“Save20x20.png”,“Open20x20.png”,“Cancel20x20.png”的文件。

然后,您可以制作一个快速自定义应用程序来查看图像库中的所有图像及其文件名,并根据需要上传新图像。

You will probably need to link at runtime since you are talking about potentially editing the library (unless you set up some kind of automated build process to rebuild after you make any changes). Linking the images at runtime shouldn't be too bad since you are talking about web applications (which typically load some resources at runtime anyway).

Depending on what types of applications you are talking about you could just have a shared Images folder, and have a predefined naming scheme for the images in the folder. For example have files called "Save20x20.png", "Open20x20.png", "Cancel20x20.png".

You could then make a quick custom app to view all the images in your image library and their file names, and upload new images as required.

更多推荐

图像,images,library,电脑培训,计算机培训,IT培训"/> <meta name="description

本文发布于:2023-08-07 02:13:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1457835.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:适用于   图标   图像   多种   Applications

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!