摘要:
什么是设计原则? 设计原则是基本的工具,应用这些规则可以使你的代码更加灵活、更容易维护、更容易扩展。基本原则:封装变化Encapsulate what varies.面向接口变成而不是实现 Code to an interface rather than to an implementation.优 阅读全文
摘要:
在Eclipse中编写Java代码时,用到了BASE64Decoder,import sun.misc.BASE64Decoder;可是Eclipse提示:Access restriction : The type BASE64Decoder is not accessible due to res 阅读全文