码迷,mamicode.com
首页 >  
搜索关键字:gmail    ( 1016个结果
三大类加载器 经典例子
import java.net.URL;import sun.misc.Launcher;/** * 演示 * appClassLoader * extClassloader * bootstrapLoader * 所加载的文件 * @author JoyoungZhang@gmail.com * ...
分类:其他好文   时间:2015-01-22 17:25:55    阅读次数:206
[LeetCode][Python]18: 4Sum
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'18: 4Sumhttps://oj.leetcode.com/problems/4sum/Given an array S of n integers, are there el...
分类:编程语言   时间:2015-01-22 01:37:23    阅读次数:239
HTML5开发 拖拽文件上传
Drag&Drop拖拽功能的处理关于HTML5拖拽文件上传,其实国外已经有很多网站有这样的应用,最早推出拖拽上传应用的是 Gmail,它支持标准浏览器下拖拽本地文件到浏览器中作为邮件的附件发送,但其实现在利用HTML5的功能实现,主要借助于新版支持的浏览器来实现,IE还是弱很多。拖拽上传应用主要使用...
分类:Web程序   时间:2015-01-22 00:17:29    阅读次数:196
jquery 源码学习(二)
在网上找到一篇广为流传的文章《常用正则表达式》,逐一分析,不足地方进行补充和纠正作者:nuysoft/JS攻城师/高云 QQ:47214707 EMail:nuysoft@gmail.com 声明:本文为原创文章,如需转载,请注明来源并保留原文链接。 后文预告:jQuery中的正则表达式分析 2.4...
分类:Web程序   时间:2015-01-22 00:14:14    阅读次数:321
jquery 源码学习(四)构造jQuery对象-工具函数
jQuery源码分析-03构造jQuery对象-工具函数,需要的朋友可以参考下。作者:nuysoft/高云 QQ:47214707 EMail:nuysoft@gmail.com 声明:本文为原创文章,如需转载,请注明来源并保留原文链接。 读读写写,不对的地方请告诉我,多多交流共同进步,本章的的PD...
分类:Web程序   时间:2015-01-22 00:04:50    阅读次数:223
[LeetCode][Python]17: Letter Combinations of a Phone Number
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'17: Letter Combinations of a Phone Numberhttps://oj.leetcode.com/problems/letter-combinati...
分类:编程语言   时间:2015-01-22 00:04:47    阅读次数:308
jquery 源码学习(三)
jQuery源码分析-03构造jQuery对象-源码结构和核心函数,需要的朋友可以参考下。作者:nuysoft/高云 QQ:47214707 EMail:nuysoft@gmail.com 毕竟是边读边写,不对的地方请告诉我,多多交流共同进步。本章还未写完,完了会提交PDF。 前记: 想系统的好好写...
分类:Web程序   时间:2015-01-21 23:56:53    阅读次数:265
Java之美[从菜鸟到高手演练]之Linux下shell脚本的使用(一)
作者:二青个人站点:zhangerqing.cn    邮箱:xtfggef@gmail.com    微博:http://weibo.com/xtfggefShell脚本就是将很多条命令结合起来写在一起,通过运算以及判断来实现很多功能的文本。为什么学习shell,首先一些常规的系统管理操作,并且需要自动化地执行,如果用shell脚本把这些操作集中在一起,只需要定期的执行这个shell脚本就可以了...
分类:编程语言   时间:2015-01-21 11:35:10    阅读次数:296
[LeetCode][Python]16: 3Sum Closest
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'16: 3Sum Closesthttps://oj.leetcode.com/problems/3sum-closest/Given an array S of n intege...
分类:编程语言   时间:2015-01-21 06:37:11    阅读次数:170
[LeetCode][Python]15:3Sum
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'15: 3Sumhttps://oj.leetcode.com/problems/3sum/Given an array S of n integers, are there el...
分类:编程语言   时间:2015-01-21 06:34:04    阅读次数:177
1016条   上一页 1 ... 76 77 78 79 80 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!