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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 369 370 371 372 373 374 375 376 377 ··· 630 下一页

2012年5月7日

摘要: phantomjs - node.js parse child process output line by line (spawn) - Stack OverflowTry this:cspr.stdout.setEncoding('utf8'); cspr.stdout.on('data', function(data) { var str = data.toString(), lines ... 阅读全文
posted @ 2012-05-07 13:23 lexus 阅读(288) 评论(0) 推荐(0)

摘要: PyKHTML, a Python interface to KHTMLPyKHTML is...A Python module for writing website scrapers/spiders. Whereas traditional methods focus on writing the code to parse HTML/forms themselves, PyKHTML use... 阅读全文
posted @ 2012-05-07 13:00 lexus 阅读(209) 评论(0) 推荐(0)

摘要: AJAX in Django with jQuery | webcloudAJAX in Django withjQueryHere's a few examples on how to implement AJAX functionality in a django application, using the jQuery JavaScript library.Published: July ... 阅读全文
posted @ 2012-05-07 10:55 lexus 阅读(759) 评论(0) 推荐(0)

摘要: jespern / django-piston / wiki / Documentation — BitbucketPiston Documentation Piston Documentation Getting StartedResourcesEmittersMapping URLs Anonymous ResourcesWorking with ModelsConfiguring Handl... 阅读全文
posted @ 2012-05-07 10:32 lexus 阅读(318) 评论(0) 推荐(0)

摘要: Django REST frameworkDjango REST framework¶Introduction¶Django REST framework is a lightweight REST framework for Django, that aims to make it easy to build well-connected, self-describing RESTful Web... 阅读全文
posted @ 2012-05-07 10:25 lexus 阅读(798) 评论(0) 推荐(0)

摘要: var fs = require('fs'); var options = { bold: 1, underscore: 4, blink: 5, reverse: 7, conceal: 8 }; var foreground = { black: 30, red: 31, green: 32, yellow: 33, blue: 34, magenta: 35, cyan: 36, white... 阅读全文
posted @ 2012-05-07 09:38 lexus 阅读(210) 评论(0) 推荐(0)

摘要: The Definitive Guide to symfony | Chapter 15 - Unit And Functional Testing | symfony | Web PHP FrameworkThe Lime Testing FrameworkThere are many unit test frameworks in the PHP world, with the most we... 阅读全文
posted @ 2012-05-07 07:11 lexus 阅读(268) 评论(0) 推荐(0)

摘要: /tools/lime/trunk/lib/lime.php - symfony - Trac<?php 2 3 /** 4 * This file is part of the symfony package. 5 * (c) 2004-2006 Fabien Potencier <fabien.potencier@gmail.com> 6 * 7 * For the full copyrigh... 阅读全文
posted @ 2012-05-07 07:08 lexus 阅读(186) 评论(0) 推荐(0)

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 阅读(1128) 评论(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 阅读(762) 评论(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 阅读(284) 评论(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 阅读(228) 评论(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 阅读(329) 评论(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 阅读(213) 评论(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 阅读(250) 评论(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 阅读(290) 评论(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 阅读(401) 评论(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 阅读(458) 评论(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 阅读(229) 评论(0) 推荐(0)

上一页 1 ··· 369 370 371 372 373 374 375 376 377 ··· 630 下一页