fengdasuk19

Results 4 issues of fengdasuk19

I try to use secrets and docker-compose to start mongo-express. At first I ONLY follow the [offical docker README page](configuration), so my `docker-compose.yml` looks like: ```yml mongo-express: image: mongo-express environment:...

执行 `download_depends.py`,有如下提示: ``` Traceback (most recent call last): File "download_depends.py", line 63, in download_and_extract(entry['url'], entry['dest']) File "download_depends.py", line 21, in download_and_extract f = urllib2.urlopen(url) File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen...

执行下述代码时 ```bash svn checkout -r 1984 http://gyp.googlecode.com/svn/trunk .\depends\gyp ``` 提示 ```txt svn: E000011: Unable to connect to a repository at URL 'http://gyp.googlecode.com/svn/trunk' svn: E000011: Error running context: Resource temporarily unavailable...

实际是 psycopg2.extensions.make_dsn 在调用 psycopg2.extensions.parse_dsn 解析中文失败导致的(不是所有的中文都无法解析,但有一些会失败)