2017年3月16日
摘要: # -*- coding: cp936 -*-from scapy.all import *from threading import Thread,activeCountfrom random import randintclass Loop(Thread): def __init__(self, 阅读全文
posted @ 2017-03-16 16:40 enet01 阅读(223) 评论(0) 推荐(0) 编辑
摘要: scrapy安装 1. lxml下载地址:https://pypi.python.org/pypi/lxml/2.3/ 2.安装 zope.interface 下载地址 https://pypi.python.org/pypi/zope.interface/4.1.0#downloads 3.pip 阅读全文
posted @ 2017-03-16 16:38 enet01 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 要安装或升级pip,需要下载 get-pip.py. 地址:https://bootstrap.pypa.io/get-pip.py 然后运行以下命令 (需要管理员权限): $ python get-pip.py $ python get-pip.py 如果 setuptools (或 distri 阅读全文
posted @ 2017-03-16 10:55 enet01 阅读(309) 评论(0) 推荐(0) 编辑
  2017年3月13日
摘要: 日志名称:应用程序 来源:SideBySide “C:\Windows\System32\systemcpl.dll”的激活上下文生成失败。 找不到从属程序集 Microsoft.Windows.Common-Controls,language="*",processorArchitect 阅读全文
posted @ 2017-03-13 10:08 enet01 阅读(1001) 评论(0) 推荐(0) 编辑
  2017年3月9日
摘要: 项目沟通、持续跟进和情况统计反馈 阅读全文
posted @ 2017-03-09 16:54 enet01 阅读(113) 评论(0) 推荐(0) 编辑
  2017年3月7日
摘要: 需要软件 jdk-8u60-linux-x64.rpm 1.安装jdk [root@xuegod62 ~]#rpm -ivh jdk-8u60-linux-x64.rpm 2.配置环境变量 [root@xuegod62 ~]#vim /etc/profile加入以下三条(第二条有.:) export 阅读全文
posted @ 2017-03-07 15:02 enet01 阅读(167) 评论(0) 推荐(0) 编辑
  2017年2月7日
摘要: 中小型网站集群拓扑图 中小型网站集群拓扑图 中小型网站集群拓扑图 nginx集群前端分发: mysql集群配置: zabbix监控服务器 阅读全文
posted @ 2017-02-07 09:00 enet01 阅读(2756) 评论(0) 推荐(0) 编辑
  2017年1月16日
摘要: 关闭防火墙 systemctl stop firewalld 查看防火墙状态 systemctl status firewalld 永久关闭防火墙命令。重启后,防火墙不会自动启动。systemctl disable firewalld 打开防火墙命令 systemctl enable firewal 阅读全文
posted @ 2017-01-16 15:54 enet01 阅读(208) 评论(0) 推荐(0) 编辑
  2017年1月12日
摘要: http://mp.weixin.qq.com/s?__biz=MjM5ODI5Njc2MA==&mid=2655808515&idx=1&sn=069d05a3bad6f67f400475ca6ad714c2&chksm=bd7421d48a03a8c274570da116945bfd6a2eb9 阅读全文
posted @ 2017-01-12 14:58 enet01 阅读(308) 评论(0) 推荐(0) 编辑
  2017年1月11日
摘要: [root@bogon ~]# source /etc/profile[root@bogon ~]# echo $JAVA_HOME/usr/java/jdk1.8.0_60/ windows: set java_home:查看JDK安装路径 java -version:查看JDK版本 linux: 阅读全文
posted @ 2017-01-11 10:43 enet01 阅读(172) 评论(0) 推荐(0) 编辑