Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7346641
  • 博文数量: 1763
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16217
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1763)

文章存档

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

发布时间:2014-09-10 16:11:49

代码如下:#载入RCrullibrary(RCurl)#修改clientheadermyheader=c("User-Agent"="Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36","Accept"="*/*","Accept-Language"="zh-CN,zh;q=0.8","Connection"="keep-alive")#调试使用,老师给的那个h.........【阅读全文】

阅读(2660) | 评论(0) | 转发(0)

发布时间:2014-09-10 16:10:16

安装相应软件包sudo apt-get install -y git python-dev sqlite3 libxml2-dev libxslt1-dev libsasl2-dev libsqlite3-dev libssl-dev libldap2-dev python-setuptools python-pip安装MYSQLsudo apt-get install mysql-server mysql-client python-mysqldbsudo mysql -u root -pmysql>create database keystone;m.........【阅读全文】

阅读(2840) | 评论(0) | 转发(0)

发布时间:2014-09-10 16:08:27

环境:1、查看CPU是否支持硬件虚拟化sudo egrep '(vmx|svm)' --color=always /proc/cpuinfo2、配置ubuntu固定IPcat /etc/network/interface...auto eth0iface eth0 inet static        address 192.168.48.100        netmask 255.2.........【阅读全文】

阅读(1719) | 评论(0) | 转发(0)

发布时间:2014-07-14 14:32:47

./pig -x locala = load '/root/apache.log' using PigStorage(' ');b = foreach a generate $0 as ip;c = group b by ip;d = foreach c generate group,COUNT(b);e = order d by $1;STORE e into '/root/ip' USING PigStorage(' ');......【阅读全文】

阅读(1547) | 评论(0) | 转发(0)

发布时间:2014-07-08 17:48:34

http://blog.csdn.net/julius819/article/details/7665679systemctl enable httpd.servicesystemctl disable httpd.servicesystemctl status httpd.servicesystemctl start httpd.servicesystemctl stop httpd.servicesystemctl list-units --type=servicesystemctl --allsystemctl list-dependencies cro.........【阅读全文】

阅读(3408) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

渭明unix2012-12-17 17:21

请教下:《Spider mysql安装配置》能否详细一些,或者提供一个文档,不胜感激!!!我的邮箱是:banchengshanshui@qq.com,谢谢!!!

回复  |  举报

Mr__zhang2011-10-06 11:13

很是厉害啊,以后多多指教哈~

回复  |  举报

deelau3032011-04-15 19:20

让win7、vista支持asx.asf等在线播放的插件,这个能发我吗
我邮箱是766518387@qq.com,谢谢你了

回复  |  举报
留言热议
请登录后留言。

登录 注册