首先检测本地计算机的Apache服务器是否启动 在浏览器地址栏中输入:localhost 通过是否有返回结果,即可判断本地的Apache是否正常工作
本地计算机尚未启动服务器 启动服务器 sudo apachectl -k start 重启服务器 sudo apachectl -k resta...
分类:
移动开发 时间:
2014-05-23 09:00:48
阅读次数:
442
目前很多大型的网站忘记登录密码常见的一种形式是使用邮箱找回密码 最近做项目也有这个需求 现在总结一下
以便以后查看使用到的包有mailapi.jarsmtp.jar 封装发送邮件的实体package com.tes;import
java.util.Date;import java.util.P.....
分类:
编程语言 时间:
2014-05-22 04:15:40
阅读次数:
294
--yum install$sudo yum install email--easy
install$sudo easy_install requests boto--python install$ easy_install
requests--apt-get installsudo apt-get...
分类:
系统相关 时间:
2014-05-22 03:54:14
阅读次数:
405
1.set in /etc/Muttrc file these setings:set
realname="Ashok Kumar"set from="Ashok.Kumar@unknown.domain"set use_from=yes2.
use exportexport EMAIL=sende...
分类:
其他好文 时间:
2014-05-22 03:41:17
阅读次数:
214
Microsoft最近发布了ASP.NET Identity
2,该版本支持双重认证、帐号锁定以及防伪印章功能,还增强了用户帐号和索引。此外新版本还包含一个改进的密码验证器并修复了一些bug。借助于双重认证,开发者能够使用定制的提供程序保护用户帐号,而不是使用传统的SMS和基于email的验证。例如...
分类:
Web程序 时间:
2014-05-22 02:46:05
阅读次数:
452
Apache Cordova is a set of device APIs that
allow a mobile app developer to access native device function such as the camera
or accelerometer from Jav...
分类:
其他好文 时间:
2014-05-22 02:34:01
阅读次数:
264
预览表单,查看后确认提交或者返回重填演示XML/HTML
CodeRegisterationUsername:Password:Email:Country:Gender:MaleFemaleSubscribeUs:JavaScript
Code
分类:
Web程序 时间:
2014-05-22 01:40:29
阅读次数:
549
文本re模式匹配,正则BeautifulSoupHTML分析ElementTreeXML分析文档与报告shelve对象数据库,操作此实例如操作字典poplib以pop3方式接收邮件imaplib以imap方式接收邮件gdchart画图reportlab生成pdf文件smtplib发送邮件email发送邮件,可以带附件网络模块socket原始的网络组件ht..
分类:
编程语言 时间:
2014-05-21 02:43:41
阅读次数:
304
一、安装apache、subversion服务#yuminstallhttpdsubversionsubversion-develmod_dav_svn-y二、配置apache服务器#sed‘{/^$/d;/#/d}‘/etc/httpd/conf/httpd.conf
ServerTokensOS
ServerRoot"/etc/httpd"
PidFilerun/httpd.pid
Timeout60
KeepAliveOff
MaxKeepAliveRequests100
K..
分类:
其他好文 时间:
2014-05-20 21:09:14
阅读次数:
553
对nutch添加中文网站抓取功能。1、中文网页抓取A、调整mysql配置,避免存入mysql的中文出现乱码。修改${APACHE_NUTCH_HOME}/runtime/local/conf/gora.properties################################MySQLproperties################################gora.sqlstore.jdbc.driver=com..
分类:
Web程序 时间:
2014-05-20 19:17:55
阅读次数:
539