022
-
linux下root用户和普通用户的默认权限不同(umask值不同)
linux 系统在/etc/profile中设置不同用户的的umask值 55 # By default, we want umask to get set. This sets …
-
022 云软公共类(03 redis接口)
redis接口用于获取配置文件中的缓存数据库别名,并进行存取。代码如下: #!/usr/bin/env python # -*- coding: UTF-8 -*- “”” 路…