发表评论取消回复
相关阅读
相关 effective java
第一章 [Java][]开发中通用的方法和准则 建议1:不要在常量和变量中出现易混淆的字母; (i、l、1;o、0等)。 建议2:莫让常量蜕变成变量; (代
相关 How to Develop an Effective Backup Policy
本文转载自:http://www.openlogic.com/wazi/bid/188047/How-to-Develop-an-Effective-Backup-P
相关 Effective Java(Item: 57 to 78)
Eight: Exceptions Item 57: Use exceptions only for exceptional conditions Exceptions
相关 Effective Java(Item: 38 to 56)
Six:Methods Item 38: Check parameters for validity Most methods and constructors hav
相关 Effective Java(Item: 23 to 37)
Four: Generics Item 23: Don’t use raw types in new code 1).If you use raw types, you
相关 Effective Java(Item: 13 to 22)
Three:Class and Interfaces Item 13: Minimize the accessibility of classes and members
相关 Effective C++
Item 1: Prefer `const` and `inline` to `define`. Item 2: Prefer `<iostream>` to `<stdio
相关 《Effective Approaches to Attention-based Neural Machine Translation》论文笔记
本文主要用于记录发表于2015年的一篇神作(引用量上千)。该论文将注意力机制在机器翻译的领域进行了升级,而本笔记意在方便初学者快速入门,以及自我回顾。 论文链接:[http:
相关 Effective C++ 读书笔记 Item38 通过组合表示"拥有"或"以...实现"的关系
一个类型包含另一个类型的对象时,我们这两个类型之间是组合关系。组合是比继承更加灵活的软件复用方法。 Item 32提到public继承的语义是”is-a”的关系。对象组合...
还没有评论,来说两句吧...