摘要: 三月底离职,到现在已经面试好几家公司了,其实,真的很厌倦面试,很多打电话来的邀请面试的我都是先让他们发邮件给我,然后我查看一下他们对这个职位的招聘要求和公司的背景才回复他们,对了,我应聘的是C#开发工程师。 为什么很厌倦面试呢?因为我觉得80%的面试都是建立在不平等的关系上的,招聘方和应聘方是一个选 阅读全文
posted @ 2017-04-08 11:27 Gester.Lin 阅读(243) 评论(1) 推荐(1) 编辑
摘要: In this video we will discuss1. Different events that are triggered when a route change occurs in an angular application2. Logging the events and even 阅读全文
posted @ 2017-03-11 17:28 Gester.Lin 阅读(273) 评论(0) 推荐(0) 编辑
摘要: n this video we will discuss, how to cancel route change in Angular with an example. This is extremely useful if you want to warn a user when they are 阅读全文
posted @ 2017-03-11 17:16 Gester.Lin 阅读(202) 评论(0) 推荐(0) 编辑
摘要: In this video we will discuss the difference between $scope and $rootScope. The main difference is that, $rootScope is available globally (for all con 阅读全文
posted @ 2017-03-11 17:01 Gester.Lin 阅读(138) 评论(0) 推荐(0) 编辑
摘要: In this video we will discuss angular route service reload() method. This method is useful when you want to reload just the current route instead of t 阅读全文
posted @ 2017-03-11 16:52 Gester.Lin 阅读(464) 评论(0) 推荐(0) 编辑
摘要: In this video we will discuss 2 simple but useful features in Angular caseInsensitiveMatch Inline Templates Let us understand these 2 features with ex 阅读全文
posted @ 2017-03-11 16:46 Gester.Lin 阅读(207) 评论(0) 推荐(0) 编辑
摘要: There are 2 ways to expose the members from the controller to the view - $scope and CONTROLLER AS. The obvious question that comes to our mind at this 阅读全文
posted @ 2017-03-11 16:39 Gester.Lin 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Working with nested scopes using $scope object : The following code creates 3 controllers - countryController, stateController, and cityController. Al 阅读全文
posted @ 2017-03-11 16:34 Gester.Lin 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 概述: VMWare提供了三种工作模式,它们是bridged(桥接模式)、NAT(网络地址转换模式)和host-only(主机模式)。要想在网络管理和维护中合理应用它们,你就应该先了解一下这三种工作模式。 1.bridged(桥接模式) 在这种模式下,VMWare虚拟出来的操作系统就像是局域网中的一 阅读全文
posted @ 2017-02-16 09:53 Gester.Lin 阅读(776) 评论(0) 推荐(0) 编辑
摘要: 1,各浏览器对WebGL的支持 手机浏览器对WebGL的支持: 书的源码:https://github.com/josdirksen/learning-threejs 第一次用浏览器打开代码可能无法正常显示,好像要对浏览器做一些设置额。 创建第一个3D场景包括这几样东西: 阅读全文
posted @ 2017-02-15 17:17 Gester.Lin 阅读(494) 评论(0) 推荐(0) 编辑