自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 JavaScript closure: compare with Java

Closure in JavaScript provides us an opportunity to make our codes clearer and Object Oriented. Actually I consider that closure is an implementation of class in JavaScript.

2016-08-31 04:57:54 468

原创 Difference between prototype and this in JavaScript

When I’m studying JavaScript, I got a little bit confused while I first time look at function.prototype(Here, function points to a certain function, not Function).

2016-08-31 02:28:59 356

原创 JavaScript closure: difference between call and apply as well as use them to create inheritance

ResumeToday, in an interview, speaking of closure, the interviewer asked me about the difference between call() and apply(). And I didn’t use them before. After searching for a while, I found that we

2016-08-29 19:35:50 1248

转载 How to call a closure that is a class variable?

PHP, methods and properties are in a separate namespace (you can have a method and a property with the same name), and whether you are accessing a property or a method depends of the syntax you are using to do.

2016-08-25 09:07:54 286

原创 Rewriting URL on Apache [Not finished]

It’s very common to do the URL rewriting while we are developing a site. This passage will show you how we can rewrite the URL.

2016-08-25 07:03:47 316

原创 Get all the coordinates of listed banks from Google Maps with Python 3

Get all the geo-information (Addresses and coordinates) by using Google API and Python 3.

2016-08-22 04:54:39 1869

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除