文章列表
第三次授课 接口 集合 泛型 异常处理
第三次授课接口 集合 泛型 异常处理
接口在面向对象编程中,我们经常会遇到这样的问题:
比如我们要写一个程序,电脑可以连接不同的外设:鼠标、键盘、打印机……它们都有共同的功能:连接 和 断开。
那么我们能不能用一个统一的“规范”来描述这些外设,让电脑只管“能不能用”,而不管“是什么设备”?
✅...
more...
Hello World
Quick Start创建新帖子1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
上传Github123hexo cleanhexo ghexo d
more...


