-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新工作遇到的坑 #62
Comments
python 版本不同在 pip 上会有很多问题 , 在公司开发一定关注python版本 |
django 启动 --settings=a.b.c |
csv 写文件避免空行 |
windows docker 双斜杠 docker run -d --name myredis -p6379:6379 -v //c/dockerdata/redis/data:/data de25a81a5a0b --appendonly yes |
git ls-remote ~~~~.git列举所有远程分支 |
if [[ " ${array[@]} " =~ " ${value} " ]]; then if [[ ! " ${array[@]} " =~ " ${value} " ]]; then |
django 启动线程的话,会有连接不关闭的现象 |
2019.10.10
The text was updated successfully, but these errors were encountered: