算数运算: 比较运算: 赋值运算: 逻辑运算: 成员运算: 身份运算: 位运算: + View Code *按位取反运算规则(按位取反再加1) 详解http://blog.csdn.net/wenxinwukui234/article/details/42119265 运算符优先级: 比较运算: 赋 Read More
posted @ 2019-09-17 16:42 donray Views(124) Comments(0) Diggs(0) Edit
什么是运算符? 本章节主要说明Python的运算符。举个简单的例子 4 +5 = 9 。 例子中,4 和 5 被称为操作数,"+" 称为运算符。 Python语言支持以下类型的运算符: 算术运算符 比较(关系)运算符 赋值运算符 逻辑运算符 位运算符 成员运算符 身份运算符 运算符优先级 接下来让我 Read More
posted @ 2019-09-17 16:39 donray Views(268) Comments(0) Diggs(0) Edit
python擅长的领域: web开发: Django\pyramid\Tornado\Bottle\Flask\WebPy 网络编程: Twisted\Requests\Scrapy\Paramiko 科学运算: SciPy\Pandas\lpython GUI图形开发: wxPython\PyQT Read More
posted @ 2019-09-17 11:17 donray Views(137) Comments(0) Diggs(0) Edit
集群基础概念 负载过高超出单台服务器资源: Scale On:向上扩展,增加单台服务器配置,纵向扩展 Scale Out:向外扩展,增加服务器,横向扩展 Cluster:集群 Load Balancing:LB,负载均衡集群,增加并发处理能力, Round Robin:轮询 WRR:加权轮询 HA: Read More
posted @ 2019-09-17 11:16 donray Views(984) Comments(0) Diggs(0) Edit
www.kernel.org经常关注linux内核最新版本和特性 linux:GNU:GNU/Linux,源代码发行版:Fedora,RedHat(CentOS),SUSE(OPEN SUSE),Debain(Ubuntu,Mint),Gentoo(可自行编译),LFS(Linux From Scr Read More
posted @ 2019-09-17 11:06 donray Views(1115) Comments(0) Diggs(0) Edit