摘要: 1.配置加速器 2.验证配置结果 阿里云个人加速器: https://cr.console.aliyun.com/cn-beijing/mirrors 阅读全文
posted @ 2018-04-25 09:13 2240930501 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 基于Tomcat自身集群会话服务配置会话保持功能 1. 本次实验基于同一台机器运行2个tomcat实例进行测试 tomcat01: 172.16.68.73:8080 tomcat02: 172.16.68.73:8081 tomcat版本: 8.0.51 2.tomcat01配置 (1).修改/u 阅读全文
posted @ 2018-04-23 16:41 2240930501 阅读(234) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2018-04-23 09:13 2240930501 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 1.构造函数 2. 私有属性和方法 3.类的三大特性之一:封装 4.类的三大特性之一:继承 阅读全文
posted @ 2018-03-19 09:48 2240930501 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 一. Linux服务端步骤: 1.检查并确认相应的包已安装 2.修改/etc/rsyncd.conf配置文件添加配置项 3.创建/etc/rsyncd.secrets口令文件 4.修改/etc/xinetd.d/rsync文件 5.启动rsync服务并验证启动成功 二. windows客户端步骤: 阅读全文
posted @ 2018-03-13 09:01 2240930501 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 内置函数 abs() divmod() input() open() staticmethod() all() enumerate() int() ord() str() any() eval() isinstance() pow() sum() basestring() execfile() is 阅读全文
posted @ 2018-03-12 11:09 2240930501 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 。。。 阅读全文
posted @ 2018-03-12 10:35 2240930501 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1.函数定义 2.函数参数: a.不带参数 b.一个参数 c. 二个参数 d. 默认参数 e.指定参数(制定参数时,参数的顺序无关紧要) f.可变长参数 g.return 语句(不带参数的return语句返回none,如上述示例.带参数的返回该参数值) 阅读全文
posted @ 2018-03-12 08:51 2240930501 阅读(133) 评论(0) 推荐(0) 编辑