crifan 4年前 (2020-10-31) 2032浏览 0评论
折腾:
【未解决】修复WordPress登录页死循环:wp-config各种设置
期间,试试:
// define('WP_CACHE', true); //Added by WP-Cache Manager
define(...
crifan 5年前 (2020-05-26) 3806浏览 0评论
给GitHub上某仓库去git push,结果报错::
git push
Enumerating objects: 100, done.
Counting objects: 100% (100/100), done.
Delta compress...
crifan 6年前 (2019-06-11) 1396浏览 0评论
折腾:
【未解决】本地搭建和部署运行Django项目
期间,Ubuntu中升级了pip3后,去运行pip3,结果报错:
# pip3 install pipenv
Traceback (most recent call last):
File &...
crifan 6年前 (2018-11-12) 1822浏览 0评论
折腾:
【未解决】OkHttp中如何获取响应中的Cookie和管理Cookie
期间,参考:
okhttp3 – Automatic cookie handling with OkHttp 3 – Stack Overflow...