上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 26 下一页
该文被密码保护。 阅读全文
posted @ 2014-11-26 10:08 cphmvp 阅读(3) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash#while truedoProcess_ID=`ps -ef |grep 'LoginSinaWeiboCookie.jar' |grep -v grep |awk '{print $2}'`Cookie_DIR=/home/chenpenghui/crawler/Login... 阅读全文
posted @ 2014-11-25 13:37 cphmvp 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 大数据生态架构 阅读全文
posted @ 2014-11-18 14:23 cphmvp 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 不要见笑,cs基本入行很少做留个demo备忘/* * Copyright (c) 2014-2024 . All Rights Reserved. * * This software is the confidential and proprietary information o... 阅读全文
posted @ 2014-11-13 16:04 cphmvp 阅读(516) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-11-10 13:21 cphmvp 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-11-10 11:15 cphmvp 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 最近开始学习Python,在网上寻找一下比较好的IDE.因为以前用C#做开发的,用Visual Studio作为IDE,鉴于用惯了VS这么强大的IDE,所以对IDE有一定的依赖性.Python的IDE也有不少,网上也有很多介绍. 我自己选择了国产 Python IDE:UliPad.这个IDE本身就... 阅读全文
posted @ 2014-11-07 09:39 cphmvp 阅读(222) 评论(0) 推荐(0) 编辑
摘要: import urllib.request as requestimport urllib.parse as parseimport stringprint("""+++++++++++++++++++++++ name:cphmvp version: python3.3++++++++++++... 阅读全文
posted @ 2014-11-06 15:18 cphmvp 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1:文件名查找find -name "filename" filename可以用通配符2:文件内行数查找在vi模式下 ,刚进入vi输入:128(linenum) 即能跳转到对应行数3: 文件内关键词查找关键词查找在vi模式下 ,刚进入vi输入 /keyword(关键词) 即能跳转到对应关键词为位置 ... 阅读全文
posted @ 2014-11-05 16:10 cphmvp 阅读(1964) 评论(0) 推荐(1) 编辑
摘要: 在分析微博热点话题时 拿到异步请求后,有个关键参数 x-request-with 不携带不给正确响应在服务器端判断request来自Ajax请求(异步)还是传统请求(同步): 两种请求在请求的Header不同,Ajax 异步请求比传统的同步请求多了一个头参数 1、传统同步请求参数 acce... 阅读全文
posted @ 2014-11-03 14:44 cphmvp 阅读(365) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 26 下一页
爬虫在线测试小工具: http://tool.haoshuju.cn/