python解释器将__init__函数里的__z变量转成 _classname__z了,明白规则后外部依然可以通过实力对象来访问。
In [1]: class aa:
...: def __init__(self):
...: self.x = 10
...: self.y = 11
...: self.__z =...
分类:
编程语言 时间:
2014-06-05 10:25:10
阅读次数:
346
转自:https://www.centos.bz/2011/07/howto-remove-lnmp/killall
nginx/etc/init.d/mysql stopkillall mysqld/usr/local/php/sbin/php-fpm stopkillall
php-cgirm ...
分类:
其他好文 时间:
2014-05-31 15:56:05
阅读次数:
277
http://0pointer.de/blog/projects/systemd.htmlRethinking PID 1If you are well
connected or good at reading between the lines you might already know wha...
分类:
其他好文 时间:
2014-05-31 11:29:28
阅读次数:
286
http://en.wikipedia.org/wiki/InitinitFrom
Wikipedia, the free encyclopediaThis article is about the Unix process. For the
pre-Mac OS X extension mecha...
分类:
系统相关 时间:
2014-05-31 11:09:02
阅读次数:
1323
linux有自己一套完整的启动体系,抓住了linux启动的脉络,linux的启动过程将不再神秘。本文中假设inittab中设置的init
tree为:/etc/rc.d/rc0.d/etc/rc.d/rc1.d/etc/rc.d/rc2.d/etc/rc.d/rc3.d/etc/rc.d/rc4.d...
分类:
其他好文 时间:
2014-05-31 04:12:54
阅读次数:
335
Servlet生命周期与工作原理Posted on2011-10-21
20:39艾泽拉斯的太阳阅读(79019) 评论(7)编辑收藏Servlet生命周期分为三个阶段: 1,初始化阶段 调用init()方法 2,响应客户请求阶段
调用service()方法 3,终止阶段 调用destro...
分类:
其他好文 时间:
2014-05-30 19:40:56
阅读次数:
260
点击按钮后弹出图片库选择图片,然后返回给Button的image。-
(IBAction)selectIcon { UIImagePickerController *imagePicker =
[[UIImagePickerController alloc]init]; //设置图库源 ...
分类:
其他好文 时间:
2014-05-30 18:07:54
阅读次数:
322
Ubuntusudo apt-get install nfs-kernel-serversudo
apt-get install rpcbindsudo vim /etc/exports/home/xxx *(rw, sync,
no_root_squash)sudo /etc/init.d/nfs...
分类:
其他好文 时间:
2014-05-30 16:40:55
阅读次数:
212
Vsftpd是很安全的ftp软件VSFTPD的目录结构/usr/sbin/vsftpd:VSFTPD的可执行文件/etc/rc.d/init.d/vsftpd:启动脚本/etc/vsftpd/vsftpd.conf:主配置文件/etc/pam.d/vsftpd:PAM认证文件/etc/vsftpd....
分类:
其他好文 时间:
2014-05-30 02:47:13
阅读次数:
286