利用python发邮件
在刚开始学习python的时候就听有的人说,用python发邮件简直太轻松了,随着学习的深入,今天学习了一下python的smtplib模块,果不其然,只需几行代码就可以轻松实现发邮件的功能。
在本例中,使用自己的163邮箱给qq邮箱发测试样例。
在刚开始学习python的时候就听有的人说,用python发邮件简直太轻松了,随着学习的深入,今天学习了一下python的smtplib模块,果不其然,只需几行代码就可以轻松实现发邮件的功能。
在本例中,使用自己的163邮箱给qq邮箱发测试样例。
Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench使用C语言编写, 代码实在太简洁,源码加起来不到600行。下载链接:http://home.tiscali.cz/~cz210552/webbench.html
make custom
make FULL_BUILD=true custom
cd custom-src && make menuconfig && make V=99
custom-src/package/kernel/mac80211/files/lib/wifi/mac80211.sh
option disabled 1改成0,默认开启wifi。
option disabled 0下添加
option htmode HT40+
option channel 1
option country CN
option noscan 1
option txpower 17
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.