本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
benladeng5225 - Anmin
- duanfei
- wddpwzzhao123
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
wy_19921005 - benladeng5225
- vipbooks
- kaizi1992
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- wallimn
- e_e
- jh108020
- ganxueyun
- Xeden
- xyuma
- wangchen.ily
- zhanjia
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- 青否云后端云
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- jveqi
- kristy_yy
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- lemonhandsome
- chenqisdfx
- lyndon.lin
- xiaoxinye
- flashsing123
- bosschen
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
- hudiemeng870329
最新文章列表
邮件列表应用不能支持 QQ 邮箱的原因
最近公司正在研发的一个邮件列表服务,因为需要将同一个话题的前后邮件串成线索,所以去了解了一些邮件头定义,以及如何识别邮件对话上下文的方法。
标准的邮件头里面定义了一个 In-Reply-To 字段,这个字段在 rfc822 中是这么解释的:
引用4.6.2. IN-REPLY-TO
The contents of this field identify previous corresponden ...
使用PHPMailer发送Gmail账号邮件
详细代码如下
//下面定义一个发送邮件的函数,已经测试通过。
//$sendto_email:邮件发送地址
//$subject:邮件主题
//$body:邮件正文内容
//$sendto_name邮件接受方的姓名,发送方起的名字。一般可省。
function stmp_mail($sendto_email, $subject = null, $body = ...
关于Android发送邮件
Google 在发表 Android 手机平台时,强调的是超强大的网络支持能力,因此,无论通过 GPRS、3G的电信网络或者是Wifi的无线WLAN网络,都能够发EMAIL。 发送邮件中使用的Intent 行为为 android.content.Intent.ACTION_SEND 。实际上在 Android 上使用的邮件发送服务是调用Gmail程序,而非直接使用SMTP的Protoc ...
另一个hosts文件
66.249.89.99 docs.google.com
66.249.89.99 spreadsheets.google.com
66.249.89.99 spreadsheets0.google.com
66.249.89.99 docs1.google.com
66.249.89.99 clients1.google.com
66.249.89.99 clients2.google.com
6 ...
AioTrade Investigation (Section C: Basic Data Type in AioTrade)
AioTrade Investigation (Section C: Basic Data Type in AioTrade)
guibin.beijing@gmail.com
AioTrade source code: https://github.com/dcaoyuan/aiotrade
1. TVal
org.aiotrade.lib.math.timeseries.TVal repres ...
Envers –tracked your Entity Objects
原文地址:http://get2java.wordpress.com/2011/06/27/envers-easy-auditing-for-entity-classes/
Have you tracked your Entity Objects ? When it has created,modified and deleted with time.
Try Envers for Easy Au ...
《使用Subversion进行版本控制》中文版1.4发布
其实已经出来一段时间了,可能有些人已经看到了。本书是Subversion开发团队成员编写,纸版由O'Reilly出版,官方网站为http://svnbook.red-bean.com/。中文翻译 ...