02 2019 档案

C# Code 非常好的学习博客
摘要:https://ardalis.com/how-to-become-master-writing-c-code 阅读全文

posted @ 2019-02-28 05:16 新西兰程序员 阅读(333) 评论(0) 推荐(0)

单元测试NUnit 的文章
摘要:请参考 https://www.cnblogs.com/ranh941/p/7629279.htmlhttps://blog.csdn.net/qincode/article/details/18314375 https://docs.microsoft.com/en-us/visualstudio 阅读全文

posted @ 2019-02-21 12:14 新西兰程序员 阅读(106) 评论(0) 推荐(0)

React项目中的registerServiceWorker的作用
摘要:在公司的React前端项目中,发现有一个registerServiceWorker.js文件, 很久都没弄明白这个文件是干什么用的,查询了一些资料后,了解了一些 service worker是在后台运行的一个线程,可以用来处理离线缓存、消息推送、后台自动更新等任务。 registerServiceW 阅读全文

posted @ 2019-02-18 08:08 新西兰程序员 阅读(4595) 评论(0) 推荐(1)

React官方网站学习
摘要:React官方网站 英文版 https://reactjs.org/tutorial/tutorial.html React官方网站 中文版 https://react.docschina.org/docs/hello-world.html https://react.docschina.org/t 阅读全文

posted @ 2019-02-14 09:27 新西兰程序员 阅读(625) 评论(0) 推荐(0)