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

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

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

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)

摘要: 30.4. zipimport — Import modules from Zip archives — Python v2.7.2 documentation30.4.2. Examples¶Here is an example that imports a module from a ZIP archive - note that the zipimport module is not exp... 阅读全文
posted @ 2012-02-29 08:24 lexus 阅读(374) 评论(0) 推荐(0)

摘要: PythonEggs - The PEAK Developers' CenterThe Quick Guide to Python EggsNOTE: If all you want to do is install a project distributed as an .egg file, head straight to the Easy Install page. EasyInstall... 阅读全文
posted @ 2012-02-29 08:22 lexus 阅读(315) 评论(0) 推荐(0)

摘要: Python包中__init__.py - 幻.化 - ITeye技术网站Python包中__init__.py 博客分类:pythonPythonXML在python模块的每一个包中,都有一个__init__.py文件,例如python2.5中的xml模块的目录结构就是:xml|_dom|_etree|_parsers|_sax|_ __init__.py这个文件定义了包的属性和方法。例如,x... 阅读全文
posted @ 2012-02-29 08:20 lexus 阅读(286) 评论(0) 推荐(0)

摘要: 解决ssh连接linux服务器速度慢 | 点滴之间 聚沙成金解决ssh连接linux服务器速度慢 作者: feng 日期: 2011/10/24 发表评论 (0) 查看评论核心:服务器端sshd配置文件 /etc/ssh/sshd_config 看是否有如下的两条配置条目GSSAPIAuthentication no UseDNS no如果前面带#,请把#删掉,或者新添加入这样两行。 然后... 阅读全文
posted @ 2012-02-29 07:52 lexus 阅读(1270) 评论(0) 推荐(0)

摘要: puppet运维自动化之sshkey管理 | MySQLOPS 数据库与运维自动化技术分享You are here: Home / puppet中文自动化管理 / puppet运维自动化之sshkey管理puppet运维自动化之sshkey管理九月 24, 2011 by sky · 2 Comments【puppet sshkey 导读】ssh key,作为系统管理人员经常会使用ssh 连接远程... 阅读全文
posted @ 2012-02-29 07:42 lexus 阅读(454) 评论(0) 推荐(0)