GridView跟ListView的区别:GridView只有一列的话就是一个ListViewsimple:cell.xml: mail.xml: MainActivity.java:public class MainActivity extends Activity { ...
分类:
其他好文 时间:
2014-08-05 00:27:48
阅读次数:
353
利用外部邮箱发送邮件的方法 bin/mail会默认使用本地sendmail发送邮件,这样要求本地的机器必须安装和启动Sendmail服务,配置很麻烦,并且会带来不必要的资源占用。而通过改动配置文件能够使用外部SMTPserver,能够达到不使用sendmail而用外部的smtpserver发送邮件....
分类:
系统相关 时间:
2014-08-04 21:19:17
阅读次数:
355
PHP mail() 函数用于从脚本中发送电子邮件。mail(to,subject,message,headers,parameters);参数描述to必需。规定 email 接收者。subject必需。规定 email 的主题。注释:该参数不能包含任何新行字符。message必需。定义要发送的消息...
分类:
Web程序 时间:
2014-08-03 17:59:05
阅读次数:
235
/************************************************************************* > File Name: 1.cpp > Author: > Mail: > Created Time: 2014年08月...
分类:
其他好文 时间:
2014-08-03 12:31:55
阅读次数:
208
Download:https://github.com/sambee/JavaMailClientWithGUI
分类:
编程语言 时间:
2014-08-02 15:15:13
阅读次数:
229
网上太多发邮件储存过程,我就不转发了,弄个简单的作为示例;
create or replace procedure Send_mail(mail_body varchar2) is
smtp_conn utl_smtp.connection;
user_name varchar2(20) := utl_raw.cast_to_varchar2(utl_encode.base64_...
分类:
数据库 时间:
2014-08-01 20:00:12
阅读次数:
384
相信你常有这样的经历:收到一封邮件,邮件里絮叨了半天,末了还传来一个大附件,附件中有图 片或视频,不但下载速度慢,而且对于“手机党”来说,浪费流量真恼恨,但偏偏多媒体时代,发件人唯恐你不能理解他的意...
分类:
其他好文 时间:
2014-08-01 16:21:52
阅读次数:
279
程序打印自身代码的两种方法
方法一:利用fopen,打开可执行程序对应的source code file
/*****************************************
code writer : EOF
code file : print_my_self.c
code date : 2014.08.01
e-mail: jasonleaster@gm...
分类:
其他好文 时间:
2014-08-01 02:25:40
阅读次数:
264
import javax.mail.Part;
/**
* 顺序查找
*
* @author 曾修建
* @version 创建时间:2014-7-30 下午04:15:10
*/
public class SequentialSearch {
public static void main(String[] args) {
Integer[] a...
分类:
其他好文 时间:
2014-08-01 00:07:30
阅读次数:
295
前言:先引入javamail用到的jar包,自己下载http://fhed.v061.10000net.cn/gulili198509051s/newjspkongjian/ueditor/jsp/upload/20130429/96951367193619671.rarpackage mail;i...
分类:
编程语言 时间:
2014-07-31 20:08:59
阅读次数:
258