摘要: Ok, let's we start. Above I have imported 3 scripts: react.js,react dom.js & browser.js. Watch out for that each application based on react should imp 阅读全文
posted @ 2017-08-12 15:31 judy201654321 阅读(229) 评论(0) 推荐(0) 编辑
摘要: angular在Mac系统下的踩坑 在全局下会报错,但是在/users目录中就ok,于是 发现全局下和/users下会得到不同的结果,如下: 很好奇,全局的ng new跑不通,又跑到/users目录下去执行,居然跑通了,但是需要root权限 感觉很麻烦,每添加一个新文件,都得输入密码,还是不想放弃 阅读全文
posted @ 2017-12-29 17:16 judy201654321 阅读(487) 评论(0) 推荐(0) 编辑
摘要: You seem to not be depending on “@angular/core”. This is an error Just remove the node_modules folder, then re install. after have a try above code, y 阅读全文
posted @ 2017-12-07 06:08 judy201654321 阅读(5038) 评论(0) 推荐(1) 编辑
摘要: You cannot use the new command inside an Angular CLI project. If you see these words you in your terminal, the best way to solve it is just remove pac 阅读全文
posted @ 2017-12-07 05:55 judy201654321 阅读(1335) 评论(0) 推荐(0) 编辑
摘要: Remote Control Sometimes you want to control your pc or Mac, but far away from it. Do not be depressed. With "sunlogin remote" , everything comes easy 阅读全文
posted @ 2017-11-23 18:16 judy201654321 阅读(675) 评论(0) 推荐(0) 编辑
摘要: Sometimes you may need a flow to describe a whole process. As the time is tough, you don't have much time to try each LIB. Here are a few ways may hel 阅读全文
posted @ 2017-09-06 03:39 judy201654321 阅读(195) 评论(0) 推荐(0) 编辑
摘要: If you are unfamiliar with or hate bootstrap for it's font style, you can have a try icomoon as well as Ali Cloud Fonts. Here is a brief introduction 阅读全文
posted @ 2017-09-06 03:18 judy201654321 阅读(131) 评论(0) 推荐(0) 编辑
摘要: grammer: Now,let's test for it. Run.... Fuck,It was die. Omg,the API is removed since version 16. Look for the version I use Now that the API is old e 阅读全文
posted @ 2017-08-12 16:56 judy201654321 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Now let's study the grammer for react. Usually, we write the js code and html code in a separate way. Just as below: But react changed the way. It mak 阅读全文
posted @ 2017-08-12 16:24 judy201654321 阅读(382) 评论(0) 推荐(0) 编辑
摘要: Each language in programing has it's own rules. For example, Java,node,php,python,angular,vue as well as react. Next come to with me to complete the a 阅读全文
posted @ 2017-08-12 16:01 judy201654321 阅读(139) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/github_39212680/article/details/73410009 阅读全文
posted @ 2017-06-27 18:25 judy201654321 阅读(151) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Answer1215/archive/2016/11.html 阅读全文
posted @ 2017-06-27 15:34 judy201654321 阅读(127) 评论(0) 推荐(0) 编辑
摘要: https://toutiao.io/posts/6qc4md/preview 阅读全文
posted @ 2017-06-27 14:14 judy201654321 阅读(660) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/tianjun2012/article/category/6201933 阅读全文
posted @ 2017-06-26 21:34 judy201654321 阅读(154) 评论(0) 推荐(0) 编辑
摘要: ![](http://images2015.cnblogs.com/blog/1108876/201706/1108876-20170625054316116-1756451893.png) ![](http://images2015.cnblogs.com/blog/1108876/201706/1108876-20170625054543054-381938932.png) 阅读全文
posted @ 2017-06-25 05:43 judy201654321 阅读(122) 评论(0) 推荐(0) 编辑
摘要: ``` {{i}} add a:string=""; arr:string[]=['apple','pear','orange']; constructor() { } add():void{ if(this.a!=""){ this.arr.push(this.a) }else { return } } ``` 阅读全文
posted @ 2017-06-25 05:40 judy201654321 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 依赖注入,高度解耦,这是一个非常好的设计模式,所谓依赖注入,就是在服务中定义属性和方法(http) 阅读全文
posted @ 2017-06-25 05:28 judy201654321 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 输出属性 阅读全文
posted @ 2017-06-25 05:27 judy201654321 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 输入属性 阅读全文
posted @ 2017-06-25 05:26 judy201654321 阅读(198) 评论(0) 推荐(0) 编辑
摘要: ``` @HostListener('mouseenter') onMouseEnter() { this.highlight(this.hight||'red'); } @HostListener('mouseleave') onMouseLeave() { this.highlight(null); } private highlight(color: s... 阅读全文
posted @ 2017-06-25 05:21 judy201654321 阅读(398) 评论(0) 推荐(0) 编辑