04 2020 档案
摘要:使用场景 当项目越来越庞大之后,不可避免的要拆分成多个子模块,我们希望各个子模块有独立的版本管理,并且由专门的人去维护,这时候我们就要用到git的submodule功能。 常用命令 git clone <repository> --recursive 递归的方式克隆整个项目 git submodul
阅读全文
摘要:配置: $config['cache_open'] = true; $config['cache']['type'] = 'redis'; $config['redis']['prefix'] = 'sld_'; $config['redis']['master']['port'] = 6379;
阅读全文