上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页
摘要: Examining Where You Are 1 Think about what motivates your decisions. Many people often end up listening too much to their“social selves,”... 阅读全文
posted @ 2017-01-20 09:41 沐阳zz 阅读(178) 评论(0) 推荐(0) 编辑
摘要: fedora 25安装使用 sublime text 3 安装 sublime text 3 fedora 需要选择 tarball 版本。下载后将 sublime text 3 解压后放到 opt 目录下。这是默认位置,你也可以选择其他路径,对应进行修改。 假定下载到 /home/Do... 阅读全文
posted @ 2017-01-16 16:31 沐阳zz 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 调用中国天气的一小段代码,抓取#! /usr/bin/python # coding = utf-8 # ToDo: get weather info from weather.com.cn # Author: Steven # Date: 2017/01/11 import ... 阅读全文
posted @ 2017-01-11 23:16 沐阳zz 阅读(369) 评论(0) 推荐(0) 编辑
摘要: class Animal: def __init__(self, name): # Constructor of the class self.name = name def talk(self): # Abstract method, ... 阅读全文
posted @ 2017-01-11 09:32 沐阳zz 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 负载均衡器可以根据实际的响应时间制定优先级交付决策,从而实现高性能、智能化流量管理,达到最佳的服务器群性能。简单的说,负载均衡就是一个数据包重路由的过程,一般的设备都能做到4层的负载均衡,到7层的负载均衡,就需要能对服务器的应用负载进行检测了。 采用第七层应用控制可... 阅读全文
posted @ 2017-01-10 09:33 沐阳zz 阅读(163) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页