摘要: 修改settings.py文件 # pip3 install pymysql 修改__init__.py 文件 views.py 代码路径 阅读全文
posted @ 2019-01-23 23:20 random_lee 阅读(502) 评论(0) 推荐(0)
摘要: sudo lsof -nP -iTCP -sTCP:LISTEN | grep mysql 阅读全文
posted @ 2019-01-23 22:49 random_lee 阅读(705) 评论(0) 推荐(0)
摘要: jQuery获取: jQuery.parent(expr),找父亲节点,可以传入expr进行过滤,比如$("span").parent()或者$("span").parent(".class") jQuery.parents(expr),类似于jQuery.parents(expr),但是是查找所有 阅读全文
posted @ 2019-01-23 14:51 random_lee 阅读(39191) 评论(0) 推荐(0)