码迷,mamicode.com
首页 >  
搜索关键字:lee    ( 481个结果
JavaScript的函数闭包概念
闭包是指有权访问另一个函数作用域中的变量的函数一、创建闭包的常见的方式: 就是在一个函数内部创建另一个函数,通过另一个函数访问这个函数的局部变量。 //通过闭包可以返回局部变量 function box() { var user = 'Lee'; retu...
分类:编程语言   时间:2015-06-08 18:57:49    阅读次数:139
path_sum
题目描述 Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. For example: Given the below binary t...
分类:其他好文   时间:2015-06-06 12:10:56    阅读次数:131
SQL 面试题目及答案
SQL 面试题目及答案By Lee - Last updated: 星期五, 五月 31, 2013 Leave a Comment学生成绩表(stuscore):姓名:name 课程:subject 分数:score 学号:stuid张三 数学 89 1张三 语文 80 1张三 ...
分类:数据库   时间:2015-06-01 18:22:32    阅读次数:250
DoS(拒绝服务攻击)与DDoS(分布式拒绝服务攻击)
SYN Flood是当前最流行的DoS(拒绝服务攻击)与DDoS(分布式拒绝服务攻击)的方式之一,这是一种利用TCP协议缺陷,发送大量伪造的TCP连接请求,从而使得被攻击方资源耗尽(CPU满负荷或内存不足)的攻击方式。http://blog.csdn.net/bill_lee_sh_cn/artic...
分类:其他好文   时间:2015-05-31 23:13:44    阅读次数:166
STL--STL和她的迭代器:
STL--概述: 标准模板库(StandardTemplateLibrary,STL),是C++程序设计语言标准模板库。STL是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。虽然它主要出现在C++中,但在被引入C++之前该技术....
分类:其他好文   时间:2015-05-30 17:53:50    阅读次数:103
【转】git 学习笔记( 随时更新中…… 最后更新日期201304281518)--不错
原文网址:http://blog.csdn.net/yasin_lee/article/details/5975070GIT是版本管理的未来!推荐几个GIT教程网站http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/index...
分类:其他好文   时间:2015-05-28 12:23:24    阅读次数:145
【转】repo 的一些用法和理解-不错
原文网址:http://blog.csdn.net/yasin_lee/article/details/5975068repo的用法(zz)注:repo只是google用Python脚本写的调用git的一个脚本,主要是用来下载、管理Android项目的软件仓库。(也就是说,他是用来管理给git管理的...
分类:其他好文   时间:2015-05-28 12:17:02    阅读次数:139
《学习笔记》什么是JS原型
1,//原型function Box(){}//构造函数函数体内什么都没有,这里如果有,叫做实例属性,实例方法Box.prototype.name ='Lee';//原型属性Box.prototype.age =100;//原型属性Box.prototype.run = function (){ /...
分类:Web程序   时间:2015-05-27 13:43:49    阅读次数:124
推荐一个优秀的c++源代码,TinyXml2
项目主页:http://grinninglizard.com/tinyxml2docs/index.html     tinyxml2.h   /* Original code by Lee Thomason (www.grinninglizard.com) This software is provided 'as-is', without any express or implie...
分类:编程语言   时间:2015-05-26 23:29:21    阅读次数:1288
Learn to Say, “Hello, World”
Learn to Say, “Hello, World”Thomas GuestPAUL LEE, username leep, more commonly known as Hoppy, had a reputa- tion as the local expert on programming issues. I needed help. I walked across to Hoppy’s de...
分类:其他好文   时间:2015-05-17 09:21:12    阅读次数:112
481条   上一页 1 ... 34 35 36 37 38 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!