<?php/** * Scope Reader * * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */namespace Magento\Framework\App\Config\Scope;/** * 读取配置接口 * @package ...
php
原创 2018-07-26 19:22:43
226阅读
<?php// 环境设置return array ( // 后台管理路径 'backend' => array ( 'frontName' => 'admin_vfgg00', ), // 加密密钥 'crypt' => array ( 'key' => '0e7f972ff702813cc756652c34...
php
原创 2018-07-26 08:20:22
174阅读
<?php/** * Configuration interface * * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */namespace Magento\Framework\App\Config;/** * 范围配置接口 */in...
原创 2022-01-19 16:18:04
36阅读
<?php/** * Scope Reader * * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */namespace Magento\Framework\App\Config\Scope;/** * 读取配置接口 * @package ...
原创 2022-01-19 16:28:44
86阅读
<?php/** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */namespace Magento\Framework\App\Config;/** * 数据接口 */interface DataInterface{ /** ...
php
原创 2018-07-26 19:16:03
238阅读
<?php/** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */namespace Magento\Framework\App\Config\ConfigResource;/** * 配置接口 */interface ConfigInte...
php
原创 2018-07-26 19:10:31
85阅读
<?php/** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */namespace Magento\Framework\App\Config;/** * 数据接口 */interface DataInterface{ /** ...
<?php// 环境设置return array ( // 后台管理路径 'backend' => array ( 'frontName' => 'admin_vfgg00', ), // 加密密钥 'crypt' => array ( 'key' => '0e7f972ff702813cc756652c34...
<?php/** * Configuration interface * * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */namespace Magento\Framework\App\Config;/** * 范围配置接口 */in...
php
原创 2018-07-26 19:34:02
82阅读
<?php/** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */namespace Magento\Framework\App\Config\ConfigResource;/** * 配置接口 */interface ConfigInte...
原创 2022-01-19 16:28:43
148阅读
<?php/** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */namespace Magento\Framework\App\Filesystem;/** *Magento应用程序指定的目录列表 */class DirectoryLis...
php
原创 2018-07-25 18:52:46
125阅读
<?php//模块 1启用 0禁用return array ( 'modules' => array ( 'Magento_Store' => 1, 'Magento_AdvancedPricingImportExport' => 1, 'Magento_Directory' => 1, 'Magento_Theme' ...
php
原创 2018-07-26 19:03:30
118阅读
<?php//模块 1启用 0禁用return array ( 'modules' => array ( 'Magento_Store' => 1, 'Magento_AdvancedPricingImportExport' => 1, 'Magento_Directory' => 1, 'Magento_Theme' ...
原创 2022-01-19 16:28:46
37阅读
<?php/** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */namespace Magento\Framework\App\Filesystem;/** *Magento应用程序指定的目录列表 */class DirectoryLis...
CentOS 7上安装Magento 2.4.6是一个比较常见的任务,本文将指导您如何完成这个过程。Magento是一个功能强大的开源电子商务平台,可以帮助您建立和管理您的在线商店。 ### 安装Magento 2.4.6步骤概览 下表中列出了安装Magento 2.4.6的一般步骤: | 步骤 | 操作
原创 2024-05-16 11:32:42
165阅读
昨天参照微软官网的yum安装方法一直失败,采用手动安装就OK了!一、RPM包安装1、导入
转载 2023-02-09 09:21:29
114阅读
CentOS7安装配置NTP服务NTP服务是时间同步服务1. 安装NTPd[root@centos7 ~]# yum install -y ntp[jack@centos7 ~]$ vi /etc/ntp.conf添加如下的代码restrict 192.168.0.0 mask 255.255.0.0 nomodify notrap更改时间同步服务器#server 0.centos.pool.nt...
转载 2018-04-14 17:33:00
155阅读
2评论
前言 笔者在毫无Linux部署.net core的经验下,第一次用了15分钟完成部署,第二次在生产环境用了5分钟。下文将说明如何在CentOS7下完成.NetCore2.1的部署,包括如何创建ASP.NET Core项目并将程序持久运行在Kestrel上,如何修改代码和防护墙进而使代码可以远程访问。
原创 2021-07-25 15:38:10
195阅读
swoole的优点就不说了,安装对于没接触过的还是优点麻烦,写个教程看看能不能帮上需要的同学们!centos7的安装就不说了 网上很多,一般都是虚拟机里面安装的 ,我是在mac虚拟机里面装的 (我装的时候分区就没有按照教程分区,系统自动分区的(20G)因为按照教程分区 有错误安装不了)温馨提示里面有桌面的程序看自己需不需要 ,自己选择! 安装好centos7后 咱们就开始装swoole,
转载 2024-03-19 06:41:58
154阅读
自从Redhat发布RHEL7以来,已经有块三年的时间了。今晚刚好有空,那么我就拿出来分享一下相较于6而言,其中的变化吧。一、文件系统。** 在6的版本中,采用的文件系统默认为EXT4的文件系统个,该文件系统可以支持文件系统容量的最大值为1EB,单个文件系统能够达到16TB,这对于大型的磁盘阵列用户来说是非常欣喜的。同时EXT4的在线碎片管理非常优秀,可以在线对碎片进行整理,并提供e4defra
  • 1
  • 2
  • 3
  • 4
  • 5