Jing Zhou

Results 9 comments of Jing Zhou

I’ll take a look at it when I have some time but meanwhile PR is greatly appreciated too if you want to look into it further! On Sun, May 19,...

Hey sorry for the late reply. I haven't used it with Google Maps before, could you provide a minimal demo so I can see the problem?

哇哇~太感谢了!对出国新加坡不很了解,请教下两个小问题: NUS/NTU/SMU一年看似是自费?自费的话大概多少人民币? 6000+ exclude bonus是指什么?

@smy20011 Great suggestions and no need to be sorry for using English here haha! I was thinking about creating a template as well. Just created a [gitter](https://gitter.im/get-out-crowdsouring/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) channel and added...

你觉得[这个格式](https://github.com/gnijuohz/get-out/blob/master/countries/canada.md)如何?

用JavaScript多了,看Swift的Closure看得费解地吃力,因为JavaScript里也有一个叫Closure的东西,两者虽叫同样的名字,却太不一样。 我来借地盘稍稍比较一下: Swift中闭包就是一段可以以后call的代码,和其它语言里的匿名函数很像,然后@ escaping和@ nonescaping就是指明一个**传进来**的闭包是在调用函数返回后还是返回前执行。如果是返回后才会调用的话,调用函数的变量什么的不能被清了。 JavaScript的[闭包](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Closures)的话就是一个function和它的所谓lexical environment。 差别不要太大 🤷‍♂️

@kingcos 恩,我再读了下苹果的[Closure文档](https://docs.swift.org/swift-book/LanguageGuide/Closures.html),发现我之前的理解还是有误,苹果的文档这么说的, > Closures can capture and store references to any constants and variables from the context in which they are defined. 然后, > Global and nested functions, as introduced...

@kingcos 我也是工作之后才深入研究js的哈哈。借你地方总结不好意思了 😅

@H0WARDDD I wrote a leaflet extension a few days ago, feel free to check it out [here](https://github.com/gnijuohz/echarts/tree/leaflet-extension/extension/leaflet)