码迷,mamicode.com
首页 >  
搜索关键字:centos mail    ( 35668个结果
CentOS下配置phpMyAdmin
本文出自:http://blog.csdn.net/svitter 引文出自:http://hi.baidu.com/owbtkcjhtmaeuyr/item/175d53ff2ad985b231c1991e 解决apache启动错误"httpd:Could not reliably determine..."     locate httpd.conf     vim httpd...
分类:Web程序   时间:2014-06-10 13:53:44    阅读次数:323
javaMail发送邮件
最近刚写的有关javaMail发送邮件的代码! package test; import java.util.Properties; import javax.mail.Address; import javax.mail.BodyPart; import javax.mail.Message; import javax.mail.MessagingException; im...
分类:编程语言   时间:2014-06-10 13:40:57    阅读次数:244
httpd 不带反斜杠 出现 301重定向
[root@VM_64_69_centos httpd]# curl http://localhost:9001/pay301 Moved PermanentlyMoved PermanentlyThe document has moved here.Apache/2.2.15 (CentOS) S...
分类:其他好文   时间:2014-06-10 13:26:18    阅读次数:287
centos 基本操作
centos 基本操作之输入法安装输入法启动终端,切换到超级管理员yum install "@Chinese Support"安装成功后,退出System->Preferences -> Input Method选择 Enable input method feature,然后选择 Use IBus...
分类:其他好文   时间:2014-06-10 13:19:30    阅读次数:210
java mail发送邮件demo 代码
java mail发送邮件demo,引入mail.jar,运行测试发送ok[代码][Java]代码 01import java.util.Date;02import java.util.Properties;0304import javax.mail.Authenticator;05import j...
分类:编程语言   时间:2014-06-10 10:15:07    阅读次数:249
Spring Quartz结合Spring mail定期发送邮件
文件配置例如以下: ${host} ${username} ${password} true 25000 ...
分类:编程语言   时间:2014-06-10 08:53:09    阅读次数:345
CentOS SVN Failed to load JavaHL Library
在CentOS 6上的eclipse安装了svbclipse插件后,svn不能使用,并且第一次使用的时候还出现下面错误窗口提示 Failed to load JavaHL Library. These are the errors that were encountered: ...
分类:编程语言   时间:2014-06-10 00:51:27    阅读次数:410
Linux-shell实现阳历转农历(序)
本脚本实现原理是查表法(因为公式有误差);基于农历新年为基准,对农历新年前后两个不同的农历进行计算。写这个脚本之前是想在Linux 终端命令提示符中加入阳历及农历日期。在Ubuntu中有Lunar软件可以获取农历日期,但在Fedora或CentOS中并没有类似软件,所以就想自己来实现一个,但网上用其...
分类:系统相关   时间:2014-06-09 19:56:12    阅读次数:441
Spring整合Quartz定时发送邮件
功能描述:刚开始接触Quartz,试着用Quartz整合spring实现每隔一分钟发送一封邮件连续发送10次 核心jar: 邮件发送:commons-email-1.2.jar mail.jar(必须的) qu...
分类:编程语言   时间:2014-06-09 18:30:51    阅读次数:319
Centos搭建SVN服务器三步曲
搭建SVN服务,有效的管理代码,以下三步可以快速搞定。1、安装 #yum install subversion 判断是否安装成功#subversion -v svnserve, version 1.6.11 (r934486)出现上面的提示,说明安装成功。 如果提示如下:-b...
分类:其他好文   时间:2014-06-09 14:30:46    阅读次数:315
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!