关键是使用HashCheck这个工具进行比较。

In this document we describe how to use the tool to check if Spartacus libraries being used by customers were modified. This tool checks Spartacus libraries being used by a customer are “pristine” - same as from npmjs.

Follow below steps:

1- Download the attached jar file.

2- Copy the content of below folders in the customer source code to a temporary folder

…/cloud-commerce-spartacus-storefront/dist/core

…/cloud-commerce-spartacus-storefront/dist/storefrontlib

3- Copy the content of below folder in the Sparatacus pristine source code to a temporary folder

…/cloud-commerce-spartacus-storefront/dist/core

…/cloud-commerce-spartacus-storefront/dist/storefrontlib

4- Execute the jar file by running

java -jar Downloads/HashCheck.jar

5- Enter the path to the temporary folder you created for customer libararies

6- Enter the path to the temporary folder you created for Spartacus pristine libraries.

8- if the libraries are changed the application would let you know.

如何确认客户使用的Spartacus库文件是未经修改过的原始版本相关推荐

  1. Windows7 库 文件夹图标修改(转载)

    修改 Windows7 "库"文件夹默认图标 步骤如下: 1.准备好将要使用的图标 2.建立好对应的库的的文件夹后,打开到"X:\Users\<用户 名>\A ...

  2. Lighttpd libdir默认库文件路径分析及修改操作说明

    启动lighttpd出现找不到mod_indexfile.so库 / # lighttpd -f /etc/lighttpd.conf 2022-09-29 18:15:33: plugin.c.19 ...

  3. netpayclient.php,银联 chinapay php版本库文件netpayclient php在php5 4以上版本中提示hex2bin 重定义...

    今天用ecshop时,发现了这个问题. 经过解码, 完美解决问题. 贴出解码代码,以供参考. // This file is protected by copyright law & prov ...

  4. 查看库文件编译时所使用的GCC版本号

    可以使用如下命令来查看库文件编译时所使用的GCC版本: strings -a xxx.a | grep "GCC"

  5. Qt下使用vs编译的库文件

    Qt下调用VS制作的静态库    1.制作静态库的编译器和Qt版本的编译器是一样     如果是使用Visual Studio 制作的静态库,比如使用Visual Studio 2013制作的,而要使 ...

  6. C++库文件导出可见性

    导出符号 C++中除了语言级别的访问特性(公有.私有和保护)外,还有两个相关的概念允许暴露API中的符号,它们位于物理层次,分别是: 外部链接 导出可见性 外部链接 外部链接这个术语是指一个编译单元中 ...

  7. SourceInsight 4.0 之四 项目配置(库文件引入、配置宏添加、快捷键修改等)

    问题   在创建完成 Source Insight 工程后,我们就可以使用绝大部分功能.但是如果用的多了就会发现,其与我们真正的 IDE(通常我们仅用 Source Insight 编辑代码,实际的编 ...

  8. 添加库文件_S7200的库文件导至200SMART正确操作

    由于产品升级,有很多朋友问我,西门子200的库文件如何导入200samrt中? 今天就来说说如何将 Micro/WIN 的库文件导入到 Micro/WIN SMART 中,一步步来操作,小白也能看懂的 ...

  9. Keil 5(MDK 5)中的 Pack Installer下载不了库文件包的解决替代方法(在Keil官网下载Packs库文件)

    想要使用keil自带的Pack Installer安装一些需要的软件包,但是Pack Installer经常出现各种问题,导致安装不了,比如: 其实我们可以先去网站把库文件包下载下来,然后自己导入就可 ...

最新文章

  1. Android:解决Button中的文字全部大写
  2. leetcode 646. Maximum Length of Pair Chain | 646. 最长数对链(暴力递归->傻缓存->dp)
  3. USING HAVING
  4. Linux在线安装Mysql数据库(Linux)
  5. 用Remastersys定制自己的Ubuntu安装光盘
  6. 4.23上海交大PMP试题每日一题
  7. Easy AR初级开发教程
  8. HaaS低功耗IP Camera解决方案
  9. CoffeeRobotTeam项目组报告
  10. FIL在十月份的ICO流通减产
  11. JVM - 垃圾回收(垃圾标记阶段算法,内存泄漏与溢出)(2)
  12. IT资产管理系统的技术优势!
  13. LDO上电瞬间微过冲问题解决和讨论
  14. scons用户指南第一章:编译和安装SCons
  15. 入手评测 赛扬g6900和奔腾g7400 选哪个好
  16. 性能优化系列:每个程序员都应该知道的数字
  17. 已解决sqlalchemy.exc.ProgrammingError: (pymssql._pymssql.ProgrammingError) (102, b“Incorrect syntax nea
  18. Qt使用第三方串口类qextserialport无法打开串口的可能解决方案(文章中描述的可以解决)
  19. java雷达数据解析_MSTAR雷达数据集总结
  20. 电脑重启bootmgr_bootmgr丢失如何解决

热门文章

  1. js取小数点后两位数的方法
  2. c++和java的类转换的区别
  3. python日志模块的封装
  4. linux命令--sysctl
  5. 追踪社保基金操盘者的足迹-补充
  6. [蛋蛋の插画日记]囧...居然漏了一期《可爱100》!
  7. 监控行业应用解决方案
  8. EF创建上下文对象HttpContext和CallContext
  9. 使用腾讯云CDN做HTTPS的WordPress博客时要改的代码
  10. 算法面试题-美团点评2016研发工程师编程题(二)-字符编码(哈夫曼树)