摘要:
Collection & Recommended:1. CN - 论坛中看到。 - EN 英文原文真的真的很好好好T_T,看得让人感动T_T总结个人感兴趣的问题(以下部分参照上面):1. python 的 函数传值by value 和 函数传址by reference.In Python everything is an object and all variables hold references to objects.As result you can not change the value of the reference but you can modify the obj 阅读全文
摘要:
参照了下面:1. 先随便照着试试这个:http://blog.csdn.net/zhaoweikid/article/details/16383492. 这个写了一个很简洁的代码,看过NO.1就会明白:http://blog.csdn.net/jgood/article/details/4329532#3. 我的经验:我前几次尝试发送都失败了,原因是smtp.sendmail()函数的第三个参数,里面的格式填写不完整。对方的服务器可能判定,这样的邮件内容是垃圾邮件,就拒收了。参考_1:说明:怎么处理 smtp header参考_2:说明:Part:SMTP transport example 阅读全文
摘要:
Stack Overflow's answer译:dist-packages is a Debian-specific convention that is also present in its derivatives, like Ubuntu. Modules are installed to dist-packages when they come from the Debian package manager into this location:dist-packages 是Debian特定惯例,这也存在于像是ubuntu上。 如果使用Debian软件管理器安装, 模块将被安 阅读全文