
Magento
文章平均质量分 79
bennybi
心若浮云常自在, 意如流水任东西...
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Magento2 安装与使用笔记
单机安装:- 用composer 耐心安装composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition src- 完毕后,选择性运行下列命令-- 停用elastic search 模块bin/magento module:disable {Magento_Elasticsearch,Magento_InventoryElasticsearch,M原创 2020-11-30 18:01:25 · 1182 阅读 · 0 评论 -
Magento技术点滴
1. 修复产品与分类的索引,删除不对应的数据sql: delete from rs_catalog_category_product where not exists (select t2.entity_id from rs_catalog_product_entity t2 wheret2.entity_id=rs_catalog_category_product.product_id原创 2017-03-20 10:52:07 · 231 阅读 · 0 评论