
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
gitlab启动访问502,Whoops, GitLab is taking too much time to respond。
出现这个说明你安装没有问题的可以尝试两个方向解决:内存端口占用内存排错:free -m这里只要你的内存还有free,那就可以排除内存问题,如果是内存问题那就清理不必要的内存占用,或者加大配置端口排错gitlab默认会用到8080端口,启动前,查看一下你的端口占用情况lsof -i 8080如果8080端口占用了,那么修改默认gitliab默认配置即可sudo vim /etc/gitlab/git
python2 json.loads() unicode错误(AttributeError: ‘unicode‘ object has no attribute ‘items‘)
问题复现import jsont = unicode("{'test':'test'}")json.loads(json.dumps(t)).items()上面会报错:Traceback (most recent call last):File "script.py", line 4, in <module>json.loads(json.dumps(t)).items()Attrib
Python版锯齿状代码实现 2018年刑侦科推理题
```python# -*- coding: utf-8 -*-# @Time: 2020/7/15 12:45# @Author: lagelanren# @Email: forhaogege@163.com# @File: what_is_elegance.py# @Software: PyCharmdef main():answer = [0]*10answer_letter = []whi
到底了







