lebron
  • Joined on May 29, 2022
Loading Heatmap…

lebron opened issue lebron/mall#30

【】管理员列表】中,拥有该权限的管理员可以对其进行管理,该管理员可添加或修改管理权限

1 year ago

lebron opened issue lebron/mall#29

【角色管理】中,管理员可以新增角色,并且赋予该角色可以访

1 year ago

lebron opened issue lebron/mall#28

按钮组件中根据外部方法传入的权限标识进行权限判断,如果权限存在,则显示为可见状态,否则不可见

1 year ago

lebron opened issue lebron/mall#27

后台加载导航菜单、页面按钮权限数据,并将数据保存到本地存储

1 year ago

lebron opened issue lebron/mall#26

页面按钮权限设置为禁用

1 year ago

lebron commented on issue lebron/mall#25

docker安装及镜像加速

``` 启动 Docker 后台服务 ``` sudo systemctl start docker ``` 开机启动 ``` systemctl enable docker ```

1 year ago

lebron commented on issue lebron/mall#25

docker安装及镜像加速

更新 yum 缓存: ``` sudo yum makecache fast ``` 安装 Docker-ce: ``` sudo yum -y install docker-ce ``` 查看已安装docker版本 ``` docker version

1 year ago

lebron commented on issue lebron/mall#25

docker安装及镜像加速

安装一些必要的系统工具: ``` sudo yum install -y yum-utils device-mapper-persistent-data lvm2 ``` 添加软件源信息: ``` sudo yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo ```

1 year ago

lebron commented on issue lebron/mall#25

docker安装及镜像加速

移除旧版本 $ sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-selinux \ docker-engine-selinux \ docker-engine

1 year ago

lebron opened issue lebron/mall#25

docker安装及镜像加速

1 year ago

lebron commented on issue lebron/mall#24

redis的生产环境启动方案

修改redis.conf中的部分配置为生产环境

1 year ago

lebron commented on issue lebron/mall#24

redis的生产环境启动方案

修改redis配置文件(默认在根目录下,redis.conf),拷贝到/etc/redis目录中,修改名称为6379.conf

1 year ago

lebron commented on issue lebron/mall#24

redis的生产环境启动方案

创建两个目录:/etc/redis(存放redis的配置文件),/var/redis/6379(存放redis的持久化文件)

1 year ago

lebron commented on issue lebron/mall#24

redis的生产环境启动方案

修改redis_6379脚本的第6行的REDISPORT,设置为相同的端口号(默认就是6379)

1 year ago

lebron commented on issue lebron/mall#24

redis的生产环境启动方案

将redis_init_script脚本拷贝到linux的/etc/init.d目录中,将redis_init_script重命名为redis_6379,6379是我们希望这个redis实例监听的端口号

1 year ago

lebron commented on issue lebron/mall#24

redis的生产环境启动方案

wget下载redis解压出来的文件夹里面有个utils,utils目录下有个redis_init_script脚本

1 year ago

lebron opened issue lebron/mall#24

redis的生产环境启动方案

1 year ago

lebron opened issue lebron/mall#23

redis配置

1 year ago

lebron opened issue lebron/mall#22

mysql配置

1 year ago

lebron opened issue lebron/mall#21

nginx安装接跨域配置

1 year ago