
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
[root@localhost ~]# su - gitlab-psql //登陆用户-sh-4.1$ psql -h /var/opt/gitlab/postgresql -d gitlabhq_production 连接到gitlabhq_production库psql (9.2.18)Type “help” for help.gitlabhq_production=# \h...
重新设置成ssh的方式:git remote rm origingit remote add origin git@github.com:username/repository.gitgit push -u origin master
gitlab部署1、宿主机新建gitlab的数据存放目录$ mkdir /data /data/gitlab /data/gitlab/data/data/gitlab/config/data/gitlab/logs2、运行gitlab镜像$docker run --detach \--hostname 服务器ip \--publish 14443:443 --publ...
旧版chrome浏览器下载,有windows、mac、linux

MySQL的count查询超级慢看到平均执行时间13.773s,意识到自己的认知漏洞了,一直认为有个记录总数的地方,直接返回这个数就好了原因主键是聚集索引,所以不选择主键,会选择你的索引里面长度最短的那个,如果你主键加了索引,那是非聚集索引,因为索引长度最短,所以会选择主键索引加索引前,key_len为82加索引后,key_len为4解决办法给主键加上唯一索引ALTER TABLE 表ADD IN







