好好爱自己!

06 2018 档案

摘要:原文: https://yq.aliyun.com/ziliao/40516 摘要: 本文讲的是angular中$parse详解教程, 翻开angular的api文档,官方只给出了简短的解释"Converts Angular expression into a function(将一个angular 阅读全文
posted @ 2018-06-29 16:09 立志做一个好的程序员 阅读(1894) 评论(0) 推荐(0) 编辑
摘要:原文: https://stackoverflow.com/questions/31857735/using-controlleras-with-a-directive With "controllerAs", the controller instance alias - vm, in your 阅读全文
posted @ 2018-06-29 14:11 立志做一个好的程序员 阅读(230) 评论(0) 推荐(0) 编辑
摘要:由于业务的需要,最近angular 的diretive 研究的比较多,有和同事一起共同协作开发scada的项目, 对directive 有了进一步更深的理解。 感觉才开始真正理解了这句话的意思: In an AngularJS directive the scope allows you to ac 阅读全文
posted @ 2018-06-29 11:26 立志做一个好的程序员 阅读(417) 评论(0) 推荐(0) 编辑
摘要:原文: https://stackoverflow.com/questions/11616636/how-to-do-two-way-filtering-in-angularjs It turns out that there's a very elegant solution to this, b 阅读全文
posted @ 2018-06-28 20:26 立志做一个好的程序员 阅读(376) 评论(0) 推荐(0) 编辑
摘要:pg_dump and pg_restore 来备份和恢复数据库中的数据。 原文: https://ksearch.wordpress.com/2012/09/28/how-to-backup-a-remote-postgresql-db-and-restore-it-locally/ This a 阅读全文
posted @ 2018-06-28 14:19 立志做一个好的程序员 阅读(258) 评论(0) 推荐(0) 编辑
摘要:原文: https://blog.coding.net/blog/angularjs-directive-isolate-scope?type=early AngularJS Directive 隔离 Scope 数据交互 什么是隔离 Scope AngularJS 的 directive 默认能共 阅读全文
posted @ 2018-06-26 15:32 立志做一个好的程序员 阅读(259) 评论(0) 推荐(0) 编辑
摘要:原文: https://www.cnblogs.com/double-K/p/6926367.html#commentform 不可说的感悟-——十年老技术转型(一) 佛曰:“不可说,说既是错”,所以本篇也是错! 技术人的世界是一块净土,也许世界并不该这么复杂。 ——KK 这篇感悟也许带着些许悲凉、 阅读全文
posted @ 2018-06-25 09:38 立志做一个好的程序员 阅读(227) 评论(0) 推荐(0) 编辑
摘要:所谓模式,更多的是一种想法,完全没必要拘泥于代码细节。观察者模式更多体现了两个独立的类利用接口完成一件本应该很复杂的事情 reference: https://www.cnblogs.com/DeanChopper/p/4830134.html 阅读全文
posted @ 2018-06-23 09:37 立志做一个好的程序员 阅读(176) 评论(0) 推荐(0) 编辑
摘要:Template literals are string literals allowing embedded expressions. You can use multi-line strings and string interpolation features with them. They 阅读全文
posted @ 2018-06-22 21:26 立志做一个好的程序员 阅读(254) 评论(0) 推荐(0) 编辑
摘要:原文:https://blog.csdn.net/qq_30100043/article/details/53391308 The rest parameter syntax allows us to represent an indefinite number of arguments as an 阅读全文
posted @ 2018-06-22 21:20 立志做一个好的程序员 阅读(256) 评论(0) 推荐(0) 编辑
摘要:零散的知识聚合在一起,就会形成力量,就有了生命力。 如各种语言的开发框架, 都是右各个碎片化的功能聚合在一起,构成有机地整体,便有了强大的力量。will be powerful! 如: jquery 库, angular cakephp 库 ..and so on... 阅读全文
posted @ 2018-06-21 13:45 立志做一个好的程序员 阅读(543) 评论(0) 推荐(0) 编辑
摘要:原文: https://blog.mrfrontend.org/2017/10/2-ways-get-child-elements-javascript/ Along the lines of other frameworks such as jQuery or Prototype, shorten 阅读全文
posted @ 2018-06-21 10:11 立志做一个好的程序员 阅读(213) 评论(0) 推荐(0) 编辑
摘要:https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-merge.html 阅读全文
posted @ 2018-06-15 14:06 立志做一个好的程序员 阅读(179) 评论(0) 推荐(0) 编辑
摘要:会弹出错误, 。。 。。还是会有错误, modprobe -a vboxsf 之后就可以挂载成功了!! 阅读全文
posted @ 2018-06-15 09:43 立志做一个好的程序员 阅读(156) 评论(0) 推荐(0) 编辑
摘要:原文: https://github.com/eoinkelly/notes/blob/master/angular/book-building-web-apps-w-angular/angular.md Modules You can create and retrieve modules wit 阅读全文
posted @ 2018-06-13 21:51 立志做一个好的程序员 阅读(235) 评论(0) 推荐(0) 编辑
摘要:e.which is not an event, which is a property of the event object, which most people label as e in their event handlers. It contains the key code of th 阅读全文
posted @ 2018-06-13 16:29 立志做一个好的程序员 阅读(189) 评论(0) 推荐(0) 编辑
摘要:1. 学会科学、合理地管理自己的工作, 管理自己正在处理的事情,推动事情的发展和完成。 2.以轻松、干练的心态处理事情。 阅读全文
posted @ 2018-06-12 13:48 立志做一个好的程序员 阅读(216) 评论(0) 推荐(0) 编辑
摘要:在很多时候,我们总是一直往前走却忘了对过往做一个总结,继续往前走。复盘这件事情,一直都在强调,却很少人做。 以下是作为一名程序员经过10年时间总结出的一些有关于软件开发的经验规则: 编程真的不是一件容易的事 不管你多喜欢或是多会编程,在学习和解决问题上总会碰到障碍。工作的时间越久就越能明白这个道理。 阅读全文
posted @ 2018-06-10 17:17 立志做一个好的程序员 阅读(313) 评论(0) 推荐(0) 编辑
摘要:学习日语新手变成大神,到底要背多少日语单词量 2016-07-12 16:13口语 学习日语新手变成大神,到底要背多少日语单词量 2016-07-12 16:13口语 经常有同学问我,要掌握多少词汇量,才能看日剧时不看字幕,才能无障碍地在岛国撩妹。更有雄心勃勃的同学跟我说,普通的日本人有多少词汇量, 阅读全文
posted @ 2018-06-08 23:02 立志做一个好的程序员 阅读(754) 评论(0) 推荐(0) 编辑
摘要:原文: https://blog.csdn.net/houbin0912/article/details/72578688 FTP服务器需要开几个端口 新买了台服务器,只用来提供FTP和SQL Server服务,为保证安全,只开放21和1433端口。但FTP不能访问,于是我就花了点时间研究了一下防火 阅读全文
posted @ 2018-06-08 20:54 立志做一个好的程序员 阅读(12216) 评论(1) 推荐(0) 编辑
摘要:原文: https://www.cnblogs.com/chenguangliang/p/5856701.html js模块化编程之彻底弄懂CommonJS和AMD/CMD! 先回答我:为什么模块很重要? 答:因为有了模块,我们就可以更方便地使用别人的代码,想要什么功能,就加载什么模块。但是,这样做 阅读全文
posted @ 2018-06-07 22:28 立志做一个好的程序员 阅读(646) 评论(0) 推荐(0) 编辑
摘要:原文: https://blog.csdn.net/Pwiling/article/details/51958693 每一个node.js执行文件,都自动创建一个module对象,同时,module对象会创建一个叫exports的属性,初始化的值是 {} 1 exports和module.expor 阅读全文
posted @ 2018-06-07 17:49 立志做一个好的程序员 阅读(285) 评论(0) 推荐(0) 编辑
摘要:https://medium.freecodecamp.org/javascript-modules-a-beginner-s-guide-783f7d7a5fcc 这个网站也是非常好: https://medium.freecodecamp.org/ If you’re a newcomer to 阅读全文
posted @ 2018-06-07 15:44 立志做一个好的程序员 阅读(718) 评论(0) 推荐(0) 编辑
摘要:Where is jQuery.data() stored? Where does jQuery store the values of the data() that it sets to DOM objects? Is there some kind of variable like jQuer 阅读全文
posted @ 2018-06-07 15:08 立志做一个好的程序员 阅读(984) 评论(0) 推荐(1) 编辑
摘要:学习资源: https://www.youtube.com/watch?v=JBtWxj9l7zM&list=PLoYCgNOIyGAAzevEST2qm2Xbe3aeLFvLc&t=0s&index=3 阅读全文
posted @ 2018-06-07 00:10 立志做一个好的程序员 阅读(369) 评论(0) 推荐(0) 编辑
摘要:原文: https://blog.csdn.net/heshushun/article/details/78664384 除了cygwin外,这个minGw这个也挺好的,轻量一点。 换MinGW+MSYS吧,比cygwin好用多了 Welcome to MinGW.org Home of the M 阅读全文
posted @ 2018-06-06 22:39 立志做一个好的程序员 阅读(509) 评论(0) 推荐(0) 编辑
摘要:Oracle VM VirtualBox各种显示模式切换 热键 Oracle VM VirtualBox各种显示模式切换 热键 2013年09月22日 23:10:06 阅读数:49890 2013年09月22日 23:10:06 阅读数:49890 阅读数:49890 初用VirtualBox, 阅读全文
posted @ 2018-06-06 17:55 立志做一个好的程序员 阅读(902) 评论(0) 推荐(0) 编辑
摘要:这个是没有对比关系的。需要看处理器的微指令。计算机的GHz指的是CPU的时钟频率,不同的指令需要的时钟个数是不同的,列如,从内存读一个数据,一般需要4个时钟周期,而进行一次8位数的加法运算,一般需要16个时钟周期,而将数据写入内存,则需要6个时钟周期。那么进行一次完整的加法运算需要读2个数据,8个周 阅读全文
posted @ 2018-06-06 08:49 立志做一个好的程序员 阅读(6982) 评论(0) 推荐(1) 编辑
摘要:原文: http://bijian1013.iteye.com/blog/2299856 1.也可以用另外一个工具: RawCap 当然也不是说windows下就别想抓到本地回路的包了,肯定有别的方法,网上貌似说commview可以抓到本地回路的包。 还有一个绿色,小巧(17K)的开源软件RawCa 阅读全文
posted @ 2018-06-05 19:43 立志做一个好的程序员 阅读(3129) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.dotnettricks.com/learn/dependencyinjection/understanding-inversion-of-control-dependency-injection-and-service-locator Understanding In 阅读全文
posted @ 2018-06-01 14:24 立志做一个好的程序员 阅读(369) 评论(0) 推荐(0) 编辑
摘要:原文:https://zhidao.baidu.com/question/433012090383018284.html 《养生主》前两句话指出:吾生也有涯,而知也无涯。以有涯随无涯,殆已!庄子说:生命是有限度的,而学问知识是无穷尽的,拿有限度的生命去追求无穷尽的知识,多危险呀!你看,真好!不要联考 阅读全文
posted @ 2018-06-01 09:13 立志做一个好的程序员 阅读(461) 评论(0) 推荐(0) 编辑

不断学习创作,与自己快乐相处

点击右上角即可分享
微信分享提示