码迷,mamicode.com
首页 >  
搜索关键字:gmail    ( 1016个结果
[Leetcode][Python]23: Merge k Sorted Lists
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'23: Merge k Sorted Listshttps://oj.leetcode.com/problems/merge-k-sorted-lists/Merge k sort...
分类:编程语言   时间:2015-01-27 23:08:46    阅读次数:244
[Leetcode][Python]22: Generate Parentheses
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'22: Generate Parentheseshttps://oj.leetcode.com/problems/generate-parentheses/Given n pair...
分类:编程语言   时间:2015-01-27 23:04:14    阅读次数:162
Spring – Sending E-Mail Via Gmail SMTP Server With MailSender--reference
Spring comes with a useful ‘org.springframework.mail.javamail.JavaMailSenderImpl‘ class to simplify the e-mail sending process via JavaMail API. Here’...
分类:编程语言   时间:2015-01-27 21:38:09    阅读次数:239
[Leetcode][Python]21: Merge Two Sorted Lists
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'21: Merge Two Sorted Listshttps://oj.leetcode.com/problems/merge-two-sorted-lists/Merge tw...
分类:编程语言   时间:2015-01-27 07:03:06    阅读次数:681
写了个SharedPreferences的工具类(带加密)
/* * Copyright (C) 2014 Jason Fang ( ijasonfang@gmail.com ) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this...
分类:其他好文   时间:2015-01-26 16:52:08    阅读次数:217
LINUX下使用PHP连接MSSQL的方法
目录[-]如何安装MSSQL.SO如何安装PDO_LIB.SO如何安装PDO_ODBC.SO作者:Roban lee (Robanlee@gmail.com)LINUX下使用PHP连接MSSQL的方法有很多种,根据不同的环境,可以选择不同的方式,大致方法有以下几种:使用MSSQL.SO扩展使用PDO...
分类:数据库   时间:2015-01-26 11:48:07    阅读次数:211
Java之美[从菜鸟到高手演练]之atomic包的原理及分析
作者:二青个人站点:zhangerqing.cn    邮箱:xtfggef@gmail.com    微博:http://weibo.com/xtfggefAtomic简介Atomic包是java.util.concurrent下的另一个专门为线程安全设计的Java包,包含多个原子操作类。这个包里面提供了一组原子变量类。其基本的特性就是在多线程环境下,当有多个线程同时执行这些类的实例包含的方法时...
分类:编程语言   时间:2015-01-24 11:40:19    阅读次数:150
[Leetcode][Python]19: Remove Nth Node From End of List
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'19: Remove Nth Node From End of Listhttps://oj.leetcode.com/problems/remove-nth-node-from-...
分类:编程语言   时间:2015-01-24 00:28:42    阅读次数:211
[Leetcode][Python]20: Valid Parentheses
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'20: Valid Parentheseshttps://oj.leetcode.com/problems/valid-parentheses/Given a string con...
分类:编程语言   时间:2015-01-24 00:21:16    阅读次数:364
1016条   上一页 1 ... 75 76 77 78 79 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!