Linux
lanbooli
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
key was too long; max key length is 767 bytes');
mysql在执行脚本时,报出了以下错误: index column size too large. the maximum column size is 767 bytes 原因: INNODB 引擎,UTF-8,主键字符串 默认最大 767,需要修改 解决方案: 1. 对数据库进行设置 set global innodb_file_format = BARRACUDA se...转载 2019-06-12 22:18:07 · 908 阅读 · 0 评论 -
Ubuntu 安装oh-my-zsh和zsh-autosuggestion
0.安装zsh sudo apt-get update sudo apt-get install zsh 1.安装oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 2.安装zsh-autosuggestions git c...原创 2019-06-12 12:25:50 · 2517 阅读 · 0 评论 -
composer 配置中文源
composer config -g repo.packagist composer https://packagist.laravel-china.org原创 2019-06-12 12:26:42 · 761 阅读 · 0 评论
分享