1. perfect  coding 逻辑思维.抽象思维.发散思维 knowledge application                     design 2. Java Object: hashCode() http://blog.csdn.net/fenglibing/article/details/8905007 http://www.java3z.com/cwbwebhome/article/article8/83446.html?id=4341 notify() wait()…
These days I read the book Linux and the Unix Philosophy. Here are some principles: Little is graceful Make each program do one thing Construct prototype as soon as possible (So I think it is a wonderful idea to use Python or Bash scripts...) Portabi…
Pooyan Jamshidi, Aakash Ahmad, Claus Pahl, "Cloud Migration Research: A Systematic Review," IEEE Transactions on Cloud Computing, 20 Nov. 2013. IEEE computer Society Digital Library. IEEE Computer Society 作者Pooyan Jamshidi是都柏林城市大学School of Compu…
Systematic LncRNA Classification From: http://www.arraystar.com/Services/Services_main.asp?ID=307 Analyzing the genomic context of LncRNAs can help predict their functional role. According to the relationship between LncRNAs and their associated prot…
Even though the UNIX system introduces a number of innovative programs and techniques, no single program or idea makes it work well. Instead, what makes it effective is an approach to programming, a philosophy of using the computer. Although that phi…
Spring Framework Overview Spring是开发java application的通用框架,分为多个模块(modules),核心是core container,包括configuration model(配置模型)和dependency injection(依赖注入)Spring还可以为多种应用架构(application architecture)提供支持,包括messaging,transaction data, persistence(持久化),web.Spring也…
What is Maven? At first glance Maven can appear to be many things, but in a nutshell Maven is an attempt to apply patterns to a project's build infrastructure in order to promote comprehension and productivity by providing a clear path in the use of…
一.基本信息 标题:UML model refactoring: a systematic literature review 时间:2015 出版源:Empirical Software Engineering 领域分类:模型重构:模型转换:系统文献综述:UML 二.研究背景 问题定义:UML模型重构 难点:模型的转换与术语的重构: 相关工作:模型重构:审核流程 三.创新方法 1.提供了模型重构的背景,描述了用于审查的方法. 2.收集并分析了选定的研究,讨论了结果,并回答了系统评价中提出的研究…
SPRING框架的介绍和历史 Spring Framework是一个开源Java应用程序框架,最初是基于依赖注入(DI)和控制反转(IoC)的原理开发的. Spring Framework已经成长为控制容器的反转,并且目前包括几个提供各种服务的模块,如面向方面的编程,数据访问,事务管理,模型 - 视图 - 控制器,身份验证和授权,消息传递,和测试.您可以查看所有这些Spring项目@  spring.io/projects.核心模块是Spring Framework,大多数其他模块都依赖于此模块…
the rails philosophy includes two major guiding principles: Don't repeat yourself: DRY is a principle of software development which states that "Every piece of knowledge must have a single, unambiguous, authoritative representation within a system&qu…