lenmom

博客园 首页 新随笔 联系 订阅 管理

2018年3月8日 #

摘要: Web Api in Orchard Web Api is available in Orchard. You can implement a web api to fit your needs in a custom module. Creating Api Controllers The pro 阅读全文
posted @ 2018-03-08 18:50 老董 阅读(221) 评论(0) 推荐(0)

摘要: What is Dependency Injection? A dependency is any object that another object requires. For example, it's common to define a repository that handles da 阅读全文
posted @ 2018-03-08 17:01 老董 阅读(348) 评论(0) 推荐(0)

摘要: 今天我关于常见的垃圾回收算法来做个总结,我们最常听到的是Java虚拟机里的垃圾回收机制,其实垃圾回收的概念最先并不是Java里首先提出来的, 垃圾回收这个概念很早就已经被提出来了,并且已经在其他语言中得到了应用。 关于垃圾回收的机制,这里不再解释,这篇文章我主要介绍常见的垃圾回收算法,当然还有其他的 阅读全文
posted @ 2018-03-08 13:11 老董 阅读(189) 评论(0) 推荐(0)