
java
文章平均质量分 81
sscssz
这个作者很懒,什么都没留下…
展开
-
java实现126邮箱邮件发送,使用stmp协议
用java实现一个简单的发送邮件的程序。 比较烦人的是,好多邮箱都需要手机验证才能开启stmp服务。 跑程序之前记得看一下,邮箱的stmp是否开启,否则会报 java 发送邮件报异常 javax.mail.AuthenticationFailedException: 550 ???§±????¨ 的错误原创 2015-12-07 14:40:33 · 3431 阅读 · 0 评论 -
147. Insertion Sort List【M】Java
Sort a linked list using insertion sort. Subscribe to see which companies asked this question python 和java的代码 python的代码过不了5000的case class Solution(object):原创 2016-02-29 15:41:57 · 931 阅读 · 0 评论 -
【leetcode】371. Sum of Two Integers【E】
Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -. Example: Given a = 1 and b = 2, return 3. Credits: Special thanks to @fujiaozhu for adding thi原创 2016-07-05 14:08:25 · 1264 阅读 · 1 评论