浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年5月6日

摘要: This is a professional company focus on data extract & collection,but i think they technoloy backgroup is not strong enough,more importanly is a sales-marketing driven companyi got this infomation fro... 阅读全文
posted @ 2012-05-06 23:44 lexus 阅读(193) 评论(0) 推荐(0)

摘要: fudannlp - 开源中文自然语言处理工具包|中文分词|词性标注|实体名识别|关键词抽取|句法分析|文本分类|机器学习|信息检索|JAVA - Google Project Hosting介绍FudanNLP主要是为中文自然语言处理而开发的工具包,也包含为实现这些任务的机器学习算法和数据集。本工具包及其包含数据集使用LGPL3.0许可证。演示地址: http://jkx.fudan.edu.c... 阅读全文
posted @ 2012-05-06 23:35 lexus 阅读(1134) 评论(0) 推荐(0)

摘要: CasperJS, a navigation scripting and testing utility for PhantomJS$ casperjs --help CasperJS version 0.6.6 at /Users/niko/Sites/casperjs, using PhantomJS version 1.3.0Usage: casperjs [options] script.... 阅读全文
posted @ 2012-05-06 23:18 lexus 阅读(765) 评论(0) 推荐(0)

摘要: phantomjs/examples/echoToFile.js at master · ariya/phantomjs// echoToFile.js - Write in a given file all the parameters passed on the CLIvar fs = require('fs'),system = require('system');if (system.ar... 阅读全文
posted @ 2012-05-06 22:46 lexus 阅读(289) 评论(0) 推荐(0)

摘要: phantomjs/examples/echoToFile.js at master · ariya/phantomjs// echoToFile.js - Write in a given file all the parameters passed on the CLIvar fs = require('fs'),system = require('system');if (system.ar... 阅读全文
posted @ 2012-05-06 22:45 lexus 阅读(231) 评论(0) 推荐(0)

摘要: curl != casperjs ? - Google GroupsHello,This is because twitter renders the page differently for a browser the supports javascript (casperjs) versus one that does not (curl). Curl does not execute jav... 阅读全文
posted @ 2012-05-06 22:42 lexus 阅读(332) 评论(0) 推荐(0)

摘要: Scraping multiple sites in parallel and memory consumption - Google GroupsRoss Chapman Post reply May 4 (2 days ago) Other recipients: Depending on how thorough you're scraping, you can disable ima... 阅读全文
posted @ 2012-05-06 22:40 lexus 阅读(216) 评论(0) 推荐(0)

摘要: CasperJS, a navigation scripting and testing utility for PhantomJSLast, if you print log messages to the standard output using the verbose option, you'll get some fancy colors:var casper = require('ca... 阅读全文
posted @ 2012-05-06 22:37 lexus 阅读(252) 评论(0) 推荐(0)

摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><!-- saved from url=(0021)http://www.baidu.com/ --><HTML><HEAD><TITLE>百度一下,你就知道</TITLE> 阅读全文
posted @ 2012-05-06 20:26 lexus 阅读(292) 评论(0) 推荐(0)

摘要: javascript - Injecting & using Firebug-Lite with PhantomJS - Stack OverflowInjecting & using Firebug-Lite with PhantomJS up vote 0 down vote favorite1share [g+] share [fb] share [tw]I'm trying to inje... 阅读全文
posted @ 2012-05-06 20:08 lexus 阅读(405) 评论(0) 推荐(0)

摘要: jQuery Arrays | Create, Add To, Remove From and CompareCreating Arrays in jQueryAt the very basic level you can create an empty array like thisview plainprint?1var myArray = [] ;I like to use empty ar... 阅读全文
posted @ 2012-05-06 19:43 lexus 阅读(459) 评论(0) 推荐(0)

摘要: var arr=[];$.each(document.links,function(i,a){if($.inArray(a.href,arr)==-1){arr.push(a.href);}console.log(a.href);});arr.length 阅读全文
posted @ 2012-05-06 19:36 lexus 阅读(232) 评论(0) 推荐(0)

摘要: test for phandomjs scraping js rendered html page /! * jQuery JavaScript Library v1.6.4 * http://jquery.com/ * * Copyright 2012, John Resig * Dual licensed under the MIT or GPL Version 2 licens... 阅读全文
posted @ 2012-05-06 19:21 lexus 阅读(128) 评论(0) 推荐(0)

摘要: test for phandomjs scraping js rendered html page /! * jQuery JavaScript Library v1.6.4 * http://jquery.com/ * * Copyright 2012, John Resig * Dual licensed under the MIT or GPL Version 2 licens... 阅读全文
posted @ 2012-05-06 19:21 lexus 阅读(62) 评论(0) 推荐(0)

摘要: test for phandomjs scraping js rendered html page /! * jQuery JavaScript Library v1.6.4 * http://jquery.com/ * * Copyright 2012, John Resig * Dual licensed under the MIT or GPL Version 2 licens... 阅读全文
posted @ 2012-05-06 19:21 lexus 阅读(95) 评论(0) 推荐(0)

摘要: test for phandomjs scraping js rendered html page /! * jQuery JavaScript Library v1.6.4 * http://jquery.com/ * * Copyright 2012, John Resig * Dual licensed under the MIT or GPL Version 2 licens... 阅读全文
posted @ 2012-05-06 19:21 lexus 阅读(131) 评论(0) 推荐(0)

摘要: a - MDNcharset Obsolete since HTML5 This attribute defines the character encoding of the linked resource. The value is a space- and/or comma-delimited list of character sets as defined in RFC 2045. T... 阅读全文
posted @ 2012-05-06 18:40 lexus 阅读(630) 评论(0) 推荐(0)

摘要: 使用 Python 进行线程编程使用 Python 进行线程编程线程的使用模式Noah Gift, 软件工程师, GiftcsNoah Gift 是 O'Reilly 出版的“Python For Unix and Linux”一书的合著者。他是一名作家、演说家、顾问和社区负责人,并为 IBM developerWorks、Red Hat Magazine、O'Reilly 和 MacTech 众... 阅读全文
posted @ 2012-05-06 18:28 lexus 阅读(287) 评论(0) 推荐(0)

摘要: Ubuntu 12.04 国内更新源列表 - LINUX软件 - 偶偶贝塔のBlog#网易源(速度很快)deb http://mirrors.163.com/ubuntu/ precise main universe restricted multiversedeb-src http://mirrors.163.com/ubuntu/ precise main universe restricte... 阅读全文
posted @ 2012-05-06 18:25 lexus 阅读(1618) 评论(0) 推荐(0)

摘要: Automated Discovery of Blog Feeds and Twitter, Facebook, LinkedIn Accounts Connected to Business Website « Data Big Bang Blog« Back to blogJanuary 4, 2012Automated Discovery of Blog Feeds and Twitter,... 阅读全文
posted @ 2012-05-06 16:56 lexus 阅读(319) 评论(0) 推荐(0)

摘要: How to scrape web pages with PhantomJS and jQuery - JavaScript - phantomjs, scrape, jqueryHow to scrape web pages with PhantomJS and jQuery JavaScript posted 9 months ago by christianThis is an exampl... 阅读全文
posted @ 2012-05-06 16:52 lexus 阅读(603) 评论(0) 推荐(0)

摘要: Interface - phantomjs - API Reference - headless WebKit with JavaScript API - Google Project HostingAPI ReferenceUpdated Apr 1, 2012by ariya.hi...@gmail.comApplies to: PhantomJS 1.5.Note: This page s... 阅读全文
posted @ 2012-05-06 16:51 lexus 阅读(773) 评论(0) 推荐(0)

摘要: 使用phantomjs抓取ITC和android market的安装统计数据 | 蓝色的华使用phantomjs抓取ITC和android market的安装统计数据同事用python抓各大andriod市场的页面分析软件下载量,发现andriod market的数据是通过ajax加载的,而且貌似加密过了,没法直接解析。后来俺发现了phantomjs这个命令行的webkit,在可以在命令行渲染网页... 阅读全文
posted @ 2012-05-06 16:44 lexus 阅读(524) 评论(0) 推荐(0)

摘要: 使用phantomjs获得web页面截图 | Marshal's Blog使用phantomjs获得web页面截图以前,我的同事也做过一个方案,使用cutycapt,《UBUNTU SERVER 11.10利用CUTYCAPT实现网页截图》。在实际使用中发现速度比较慢。我用phantomjs又做了个方案。速度有明显提高:cutycapt方案,截取百度,3.8s,截取谷歌,4.8sphantomjs... 阅读全文
posted @ 2012-05-06 16:39 lexus 阅读(845) 评论(0) 推荐(0)

摘要: Pyphantomjs makes python crash - Stack OverflowPyphantomjs makes python crash up vote 2 down vote favorite1share [g+] share [fb] share [tw]I'm just trying to open a web page with pyphantomjs, but it m... 阅读全文
posted @ 2012-05-06 14:06 lexus 阅读(256) 评论(0) 推荐(0)

摘要: charles leifer | Building a bookmarking service with python and phantomjsBuilding a bookmarking service with python and phantomjsMarch 29, 2012 19:16 / 1 comments / phantomjspython Using python and ph... 阅读全文
posted @ 2012-05-06 14:05 lexus 阅读(429) 评论(0) 推荐(0)

摘要: jeanphix/Ghost.py · GitHubWebkit based scriptable web browser for python. — Read morehttp://jeanphix.me/Ghost.py 阅读全文
posted @ 2012-05-06 13:59 lexus 阅读(315) 评论(0) 推荐(0)

摘要: 让qtwebkit使用gstreamer - tinyle的专栏 - 博客频道 - CSDN.NET 让qtwebkit使用gstreamer 分类: C/C++编程 Linux编程 2012-01-12 16:50 742人阅读 评论(3) 收藏 举报花了一天事件, 终于编译出了支持gstreamer的qtwebkit, 可以开始html5的<video><audio>之旅了。1. 编译li... 阅读全文
posted @ 2012-05-06 13:44 lexus 阅读(1321) 评论(0) 推荐(0)

摘要: PyQt v4 - Python Bindings for Qt v4 | ДокументацияPyQt v4 - Python Bindings for Qt v4Reference Guide Contact:info@riverbankcomputing.comVersion:4.4.4Copyright:Copyright (c) 2008 Riverbank Computing... 阅读全文
posted @ 2012-05-06 12:49 lexus 阅读(1176) 评论(0) 推荐(0)

摘要: sudo ln -s /home/mlzboy/phantojs-1.4.0/phantomjs/bin/phantomjs /usr/local/bin/phantomjshttp://code.google.com/p/phantomjs/downloads/detail?name=phantomjs-1.4.1-linux-x86_64-dynamic.tar.gz&can=1&q=Note... 阅读全文
posted @ 2012-05-06 11:10 lexus 阅读(378) 评论(0) 推荐(0)

摘要: phantomjs-1.4.1-linux-x86_64-dynamic.tar.gz - phantomjs - PhantomJS 1.4.1 Linux x86_64 (Dynamic build) - headless WebKit with JavaScript API - Google Project Hostingoad:PhantomJS 1.4.1 Linux x86_64 (D... 阅读全文
posted @ 2012-05-06 10:51 lexus 阅读(147) 评论(0) 推荐(0)

摘要: Remove PyPhantomJS. · f6c29b1 · ariya/phantomjsRemove PyPhantomJS.Since there is no future maintainer, the code should not be there anymore. http://code.google.com/p/phantomjs/issues/detail?id=344 阅读全文
posted @ 2012-05-06 10:40 lexus 阅读(214) 评论(0) 推荐(0)

摘要: Crowbar - SIMILECrowbarglossary definition:= Crowbar is a web scraping environment based on the use of a server-side headless mozilla-based browser.Its purpose is to allow running javascript scrapers... 阅读全文
posted @ 2012-05-06 07:51 lexus 阅读(233) 评论(0) 推荐(0)

摘要: Django | QuerySet API reference | Django documentationlist(). Force evaluation of a QuerySet by calling list() on it. For example:entry_list = list(Entry.objects.all()) 阅读全文
posted @ 2012-05-06 00:44 lexus 阅读(228) 评论(0) 推荐(0)