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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 436 437 438 439 440 441 442 443 444 ··· 630 下一页

2012年3月1日

摘要: Scrapinghub | Turn web pages into structured contentOur servicesScrapy Cloud betaScrapy Cloud is a platform for deploying and running Scrapy spiders, and visualizing their scraped data. Learn moreAuto... 阅读全文
posted @ 2012-03-01 07:49 lexus 阅读(335) 评论(0) 推荐(0)

摘要: The Lobo Project: Home of Lobo (Java Web Browser) and Cobra (HTML Rendering Engine) The Lobo Project Home Download Lobo Lobo Browser Cobra Toolkit JavaFX, etc. Source Code Our Blog Contact Us SF Ser... 阅读全文
posted @ 2012-03-01 07:43 lexus 阅读(340) 评论(0) 推荐(0)

摘要: Scrapy snippets: WelcomeScrapy snippetsLog in or registerSnippetsAboutBy authorBy tagHighest-ratedMost bookmarkedWelcomeLatest snippets posted:Submit scraped items to Message Queue (amqp) (Python) by ... 阅读全文
posted @ 2012-03-01 01:07 lexus 阅读(304) 评论(0) 推荐(0)

摘要: Scrapy snippets: Rendered/interactive javascript with gtk/webkit/jswebkitRendered/interactive javascript with gtk/webkit/jswebkit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16from scrapy.http import ... 阅读全文
posted @ 2012-03-01 01:00 lexus 阅读(440) 评论(0) 推荐(0)

摘要: 使用QTWebkit - 我一路走来--- - 博客频道 - CSDN.NET 使用QTWebkit 分类: QT 2009-05-25 09:04 1348人阅读 评论(2) 收藏 举报版权声明请尊重原创作品。转载请保持文章完整性,并以超链接形式注明原始作者“tingsking18”和主站点地址,方便其他朋友提问和指正。代码:[cpp] view plaincopyp... 阅读全文
posted @ 2012-03-01 00:45 lexus 阅读(531) 评论(0) 推荐(0)

2012年2月29日

摘要: package com.jd.cis;import java.io.IOException;import javax.script.ScriptEngineManager;import org.apache.http.client.ClientProtocolException;import org.apache.http.client.ResponseHandler;import org.apa... 阅读全文
posted @ 2012-02-29 21:19 lexus 阅读(321) 评论(0) 推荐(0)

摘要: Nginx的proxy_redirect作用 - 阿权的书房Nginx的proxy_redirect作用技术分享 » Nginx | 阅读(5342) | 评论(1)Jul212009Nginx的代理功能太完善了,我们看看proxy_redirect参数的作用。案例说明:要做一个html.aslibra.com的域名处理很多网站的html内容,当然是后端的服务器了,目录分析html.zcom.co... 阅读全文
posted @ 2012-02-29 21:19 lexus 阅读(3530) 评论(0) 推荐(1)

摘要: package com.jd.cis;import java.io.IOException;import javax.script.ScriptEngineManager;import org.apache.http.client.ClientProtocolException;import org.apache.http.client.ResponseHandler;import org.apa... 阅读全文
posted @ 2012-02-29 21:18 lexus 阅读(287) 评论(0) 推荐(0)

摘要: safebeta.cn我觉得还不错 阅读全文
posted @ 2012-02-29 20:55 lexus 阅读(246) 评论(0) 推荐(0)

摘要: HttpClient4的cookie rejected问题,以及如何消除该warning输出 - Natural - BlogJavaHttpClient4的cookie rejected问题,以及如何消除该warning输出 Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 st1":*{behavior:url... 阅读全文
posted @ 2012-02-29 18:48 lexus 阅读(1494) 评论(0) 推荐(0)

摘要: Review Board的使用v0.2简介Review Board是一个Code Review的辅助工具,同时使用tao-review board eclipse插件,可以简化整个code review的过程;Review Board的原理是将svn diff的结果以一种可视化的方式集中在网站中展示,提升code review的沟通反馈过程一图胜千言工作流程在eclipse中开发测试完成提... 阅读全文
posted @ 2012-02-29 15:08 lexus 阅读(1651) 评论(0) 推荐(0)

摘要: #!/usr/bin/env python#encoding=utf-8from django.core.mail import send_mailfrom django.conf import settingssettings.configure()settings.EMAIL_HOST="mail.360buy.com"settings.EMAIL_HOST_USER="maolingzhi@360buy.com"settings.EMAIL_HOST_PASSWORD="xxxxx"settings.EMAIL_USE_TLS= 阅读全文
posted @ 2012-02-29 14:38 lexus 阅读(339) 评论(0) 推荐(0)

摘要: Django | Sending email | Django documentationSMTP backend¶This is the default backend. Email will be sent through a SMTP server. The server address and authentication credentials are set in the EMAIL_... 阅读全文
posted @ 2012-02-29 13:30 lexus 阅读(403) 评论(0) 推荐(0)

摘要: 简单的python smtp发邮件代码 | 百变贝贝简单的python smtp发邮件代码 2007年六月9日 by 贝贝爸 Leave a reply » 写了一个服务器的监控程序,里面用到邮件提醒功能。python sample code里面没有认证的部分,于是查了文档,google了一下,下了如下的smtp发送邮件的函数,支持smtp验证。代码如下:#!/usr/bin/env py... 阅读全文
posted @ 2012-02-29 13:19 lexus 阅读(510) 评论(0) 推荐(0)

摘要: django Settings cannot be imported 错误解决 | 奋斗足迹|崔玉松django Settings cannot be imported 错误解决发表于 2010 年 03 月 05 日 由 崔玉松在命令行中直接敲入Python命令进入交互模式,然后使用from django.template import Template ,Context t = Templat... 阅读全文
posted @ 2012-02-29 13:17 lexus 阅读(222) 评论(0) 推荐(0)

摘要: #!/usr/bin/env python#encoding=utf-8#导入smtplib和MIMETextimport smtplibfrom email.mime.text import MIMEText##############要发给谁,这里发给2个人mailto_list=["maolingzhi@360buy.com"]######################设置服务器,用户名、... 阅读全文
posted @ 2012-02-29 11:19 lexus 阅读(394) 评论(0) 推荐(0)

摘要: JythonFaq/EmbeddingJython - JythonWikiUsing jythonc (deprecated)JythonFaq - JythonWikiJython Frequently Asked Questions 阅读全文
posted @ 2012-02-29 08:36 lexus 阅读(167) 评论(0) 推荐(0)

摘要: PyET, Python Embedded Tools What is PyET? Python Embedded Tools (a.k.a. PyET) is a set of Python programs, modules and scripts to aid in the development of embedded systems. Currently there are Python... 阅读全文
posted @ 2012-02-29 08:35 lexus 阅读(3902) 评论(0) 推荐(0)

摘要: Extending and Embedding the Python Interpreter — Python v2.7.2 documentationExtending and Embedding the Python Interpreter¶ Release:2.7Date:February 23, 2012This document describes how to write mod... 阅读全文
posted @ 2012-02-29 08:33 lexus 阅读(266) 评论(0) 推荐(0)

摘要: KirbyBase 1.9 : Python Package IndexKirbyBase 1.9simple, plain-text database management systemKirbyBase is a pure-python database management system that stores its data in plain-text files. It can be... 阅读全文
posted @ 2012-02-29 08:32 lexus 阅读(182) 评论(0) 推荐(0)

上一页 1 ··· 436 437 438 439 440 441 442 443 444 ··· 630 下一页