摘要: add sudo user sudo su - adduser username usermod -aG sudo username su - username sudo whoami 阅读全文
posted @ 2020-07-07 13:57 碧水东流至此回 阅读(86) 评论(0) 推荐(0) 编辑
摘要: Traceback: File "/home/cor/laoqidjango/lqdjango0601/lib/python3.5/site-packages/django/core/handlers/exception.py" in inner 34. response = get_respons 阅读全文
posted @ 2020-07-07 13:02 碧水东流至此回 阅读(137) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-06-02 16:32 碧水东流至此回 阅读(0) 评论(0) 推荐(0) 编辑
摘要: #start project 1.1, venv module is embedied since python3.3, the right way to start is: " python3 -m venv /path/to/new/virtual/environment " cor@debia 阅读全文
posted @ 2020-06-02 10:29 碧水东流至此回 阅读(99) 评论(0) 推荐(0) 编辑
摘要: ~.vimrc https://github.com/amix/vimrc/blob/master/README.md clone other's config file directly. A Good Vimrc link1 & link2 一个Vim里打开多个文件,甚至浏览程序目录。 浏览目录 阅读全文
posted @ 2020-05-26 15:43 碧水东流至此回 阅读(90) 评论(0) 推荐(0) 编辑
摘要: #1 I deleted the whole virtual folder, creating a new one, and reinstall the Django package , but I still can't find "django-admin"; Installing collec 阅读全文
posted @ 2020-04-24 10:50 碧水东流至此回 阅读(221) 评论(1) 推荐(0) 编辑
摘要: https://docs.djangoproject.com/en/2.2/intro/tutorial01/ virtualenv lqidjango source bin/activate pip3 install Django --> pass # but can't find the dja 阅读全文
posted @ 2020-04-23 12:12 碧水东流至此回 阅读(224) 评论(2) 推荐(0) 编辑
摘要: when trying the sample code of "link_crawler3.py", it will always fail with below message: /usr/bin/python3 /home/cor/webscrappython/Web_Scraping_with 阅读全文
posted @ 2020-03-30 15:21 碧水东流至此回 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 1. Debian 9 + Python 3.5.3 "python3 --version" link_crawler3.py # -*- coding: utf-8 -*- import re import queue import time from common import download 阅读全文
posted @ 2020-03-26 16:13 碧水东流至此回 阅读(276) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-25 21:18 碧水东流至此回 阅读(0) 评论(0) 推荐(0) 编辑