/*********************************************************************************
Copyright (C), 1988-1999, drvivermonkey. Co., Ltd.
File name:
Author: Driver Monkey
Version:
Mail:bo...
分类:
其他好文 时间:
2014-11-29 09:02:06
阅读次数:
218
一.先配置gitsend-mail的smtp服务器:1.安装git-email:#apt-getinstallgitgit-coregit-email修改gitconfig文件:vim~/.gitconfig[color]
ui=auto
[commit]
template=~/.commit_template
[user]
name=***
email=***@***.com
[alias]
pretty=log--branches--remotes--tags--grap..
分类:
其他好文 时间:
2014-11-28 18:37:46
阅读次数:
233
基于spring框架简单三步:导包配置XML接口调用xml配置:<?xmlversion="1.0"encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework...
分类:
编程语言 时间:
2014-11-28 18:31:43
阅读次数:
215
因为公司规模要扩大,然后经理要求公司应该有自己的邮件系统。然后主动请命说我来搭建,因为以前没有搭建过,或者学过原理搭建起来很费劲,看着人家的文档做,也是不知道什么意思,还还常出错。在纠结两天之后,开始静下心来学习一下邮件服务器的工作原理:1、mail服务器是遵循..
分类:
数据库 时间:
2014-11-28 14:34:51
阅读次数:
311
脚本如下: #!/bin/bash
#author?firxiao
#monitor?IP?change
#date:20141128
ip_old=ip_old.txt???
ip_now=ip_now.txt
mail_sender=xxx@xxx.com????#发件人
mail_user=xxx@xxx.com??????#收...
分类:
其他好文 时间:
2014-11-28 12:51:10
阅读次数:
286
MailMail::sendMail::queue //排列一个新邮件发送Mail::later //在n秒后在发送队列中插入一条新邮件Mail::queueon //在给定的队列中排列一个新邮件Mail::pretend() //让mail对象假装发送邮件Mail::lateron...
分类:
其他好文 时间:
2014-11-27 10:37:16
阅读次数:
282
/*********************************************************************************
Copyright (C), 1988-1999, drvivermonkey. Co., Ltd.
File name:
Author: Driver Monkey
Version:
Mail:bo...
分类:
编程语言 时间:
2014-11-27 00:21:20
阅读次数:
306
/*********************************************************************************
Copyright (C), 1988-1999, drvivermonkey. Co., Ltd.
File name:
Author: Driver Monkey
Version:
Mail:bo...
分类:
编程语言 时间:
2014-11-27 00:19:55
阅读次数:
261
摘要: HTML5又增加了许多新的表单输入类型,不在仅仅是文本输入框。它让表单更丰富多彩了,下面是一个表单样表从图中可以看出,表单样式更加多样,而且支持验证,实现了原本只能通过js才能完成的功能。浏览器:Email: 用于应该包含 e-mail 地址的输入域,在提交表单时,会自动验证 email.....
分类:
Web程序 时间:
2014-11-26 18:45:22
阅读次数:
437