大家都知道php 的核心函数 sendmail 可以发送邮件,我在ubuntu 下测试可以实现,但在window 2003 无法发送邮件,非常郁闷,只好换了一种方法,借用php 的socket 功能可以发送邮件。
首先我们需要导入以下几个类:
phpmailer.class.php
<?php
/**
* 课程预约课程报名
*/
header ( "Conten...
分类:
Web程序 时间:
2014-06-05 00:39:23
阅读次数:
2073
1 //标题 2 Title = "标题"; 3 //关键词 4 HtmlMeta meta1
= new HtmlMeta(); 5 meta1.Name = "keywords"; 6 meta1.Content = "关键词"; 7
this.Page.Header.Controls.Add....
分类:
Web程序 时间:
2014-06-03 16:36:14
阅读次数:
284
1.运行终端,执行命令行进入missing file目录,然后运行svn delete
nameOfMissingFile或git rm nameOfMissingFile2.删除隐藏的.svn文件。命令行运行defaults write
com.apple.finder AppleShowAllF...
分类:
其他好文 时间:
2014-06-03 16:20:06
阅读次数:
405
下载jar,导入到maven中
下载:http://download.csdn.net/detail/spring123tt/6991897 cmd中输入: mvn
install:install-file -DgroupId=com.oracle -DartifactId=ojdbc14 -Dve...
分类:
数据库 时间:
2014-06-03 09:06:00
阅读次数:
370
Volley 默认是不支持Cookie的,如何添加Cookie,很是头疼。
看源码后发现HttpStack的子类中都有添加Header的代码。
HurlStack performRequest方法中
HashMap map = new HashMap();
map.putAll(request.getHeaders());
map.putAll(addi...
分类:
移动开发 时间:
2014-06-03 05:06:43
阅读次数:
252
<?php
header('Content-Type: text/html; charset=UTF-8');
$client = new SoapClient('http://webservice.webxml.com.cn/webservices/DomesticAirline.asmx?wsdl');
$fromcity=!empty($_POST['fromcity']) ? ...
分类:
Web程序 时间:
2014-06-03 03:30:14
阅读次数:
335
break MISSING_BLOCK_LABEL_160;
FileNotFoundException fnfe; fnfe; out.close(); throw fnfe; in.close(); break
MISSING_BLOCK_LABEL_268; fnfe; fn...
分类:
其他好文 时间:
2014-06-02 11:57:28
阅读次数:
194
1. 用UltraISO,将CentOS写入U盘,然后将两个CentOS
iso文件也拷贝到u盘中,由于u盘FAT32的限制,需要调整第一个iso文件的尺寸,剪切到4GB以内即可拷贝进u盘2. 用u盘安装,没啥好说,3.
拔下u盘,重启动后,出现missing operation system的错误...
分类:
其他好文 时间:
2014-06-02 00:31:22
阅读次数:
360
1 header("Content-type:
application/vnd.ms-excel"); 2 header("Content-disposition: attachment;
filename=$EXPORT_TIME.xls"); 3 ...
分类:
其他好文 时间:
2014-05-31 03:30:28
阅读次数:
258
find k missing numbers from 1 to n. (k>=1)
分类:
其他好文 时间:
2014-05-30 21:41:26
阅读次数:
593