29,05,2018
|
dengwen168 |
环境:
Ubuntu Server 18.04
后来又改为:
Ubuntu Server 16.04
总结:
Python web的部署要注意版本问题,因为import了很多库,有的库只兼容3.5,到3.6就不兼容了。
需要先在postgresql中建立好数据库、用户名、密码,才能执行makemigrations。
一、安装pip3及virtualenv
sudo apt-get install python3-pip
pip3 install virtualenv
这里安装的是pip3,可以下面的命令查看。
pip3 --version
另外 ...
26,05,2018
|
dengwen168 |
老是不记得自己的电脑配置,干脆截图保存一下吧,以免下次坏掉之后,不记得原先的配置了。(26,05,2018)
1、Dell笔记本电脑
2、联想T420
Updated on 12-24-2021
更换了主板、CPU之后。
22,05,2018
|
dengwen168 |
http://inventwithpython.com/chapters/
https://blog.csdn.net/wenxxxxx/article/details/9452493
21,05,2018
|
dengwen168 |
Python HTTP 服务器
Name
Version
http 1.1
Flavour
Repo.
Community
Gunicorn
0.6.4
No
processor/thread
GIT
#gunicorn
uWSGI
Trunk (253)
Yes
processor/thread
repo
Mailing List
FAPWS3
0.3.1
No
processor/thread
GIT
Google Groups
Aspen
0.8
No
processor/thread
SVN
Google Groups
Mod_WSGI
3.1
Yes
processor/thread
SVN
Google Groups
wsgiref
Py 2.6.4
No
processor/thread
...
19,05,2018
|
dengwen168 |
Updated on July-19-2023
现在完成时,一般过去时,强调的东西不一样。
present perfect tense(现在完成时)
比如这句:
we have detected an increased number of requests and have limited traffic temporarily。
应该是指detected an increased number of requests的影响持续到现在,
如果说we detected an increased number of requests,只是单纯讲有这样一件事,有可能是一年前detec ...
18,05,2018
|
dengwen168 |
例一:
HTML是这样的:
第一行的结果是DIV,第二行的结果是“测试DIV”
例二:
HTML是这样的:
16,05,2018
|
dengwen168 |
一、英文电影
从昨天开始,晚上不折腾了,坚持早睡。
今天下班后,利用树莓派看了一下英语新闻。暂时没有找到好的方案,只能通过大耳朵英语的CNN 新闻十分钟来看。
另外,找了几个可以看美剧的网站,标记一下:
字幕组
http://www.n9ku.com/play/aHR0cHM6Ly93d3cuMzYwa2FuLmNvbS9tL2dhUHJZUkg0UW5INVR4Lmh0bWw=.html
https://eztv.ag/
http://www.ttmeiju.vip
二、期货
美白银账面盈利$75.00,继续持有空 ...
15,05,2018
|
dengwen168 |
一、facebook
下面是自己这3天的facebook广告结果。由于最近我看网站计数器只有几个IP,我还以为我的广告设置出价太低,所有没有流量。
可是登陆facebook后台一看,还是消费了$15。
因为我是从may-12激活广告的,到今天刚好第4天,设定的每天消费限额为$5,意味着我每天的消费限额都差不多消费完毕了。
而且从facebook的报告中,看不到什么有用的数据,比如到底有多少人到了我的网站。
上面显示有9个purc ...
14,05,2018
|
dengwen168 |
一、 安装kodi
今天在自己的树莓派上面安装了kodi,安装十分简单,只需要一条命令就可以了。
然后点击左边菜单的“add on”,在弹出的界面中点击左边最上面图标的第一个,然后在弹出的界面再选择“install from repository”,然后安装好的程序图标就会出现在“add on”里面。
有很多程序可以安装,我也装了4个,也可以看到其中的电视或电影节目,但是就是到最后一步播放的时候无法播放,老是出现如下的错误:
on ...
13,05,2018
|
dengwen168 |
今天一天就在折腾这个机器人了,好在最后终于搞成功了。
(一)配置镜像文件
为树莓派更换国内镜像源
1、编辑/etc/apt/sources.list文件。参考命令行为:
$ sudo nano /etc/apt/sources.list
用#注释掉原文件内容,用以下内容取代:
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ s ...