
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
delete from t_agent_file where date(str_to_date(`t_agent_file`.`publish_date`,'%Y-%m-%d')) between '2015-06-01' and '2015-06-18'
alter table t_agent_adv alter column status set default 1;
xp的配置,开启xp系统的nat服务,查看是否开启服务(一定要开启服务,我就是犯这个错误。Windows开始-》管理工具-》服务) 配置VMnet8网卡为自动获取ID地址和DNS VM虚拟机8.0,设置上网模式为nat
环境描述:Virtual Box 下的虚拟机Rhel6u2 X64故障说明:在克隆几台虚拟机,发现启动后不能配置IP地址等信息,使用linux命令: “ifup eth0”也不能激活网卡,而在使用"service network restart",出现错误: Error:No suitable device found: no dev
#!/usr/bin/env python# encoding: utf-8import sysimport threadimport timeimport threadingreload(sys).setdefaultencoding('UTF-8')import osimport logging"""@version:@author: Andy Yuan@lice
#!/usr/bin/env python# -*- coding: utf-8 -*-import urllib.requestfrom bs4 import BeautifulSoupdef crawl(url):headers = {'User-Agent':'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.
# -*- coding: utf-8 -*-#/usr/bin/pythonimport osimport timeimport subprocessdef log(strstr):f = open('/root/killed.log','a')echostr='['+time.strftime('%Y-%m-%d %H:%M:%S',time.localti







