技术宅,fat-man

增加语言的了解程度可以避免写出愚蠢的代码

导航

2013年11月12日 #

一次java程序的重构

摘要: // com口操作类package xyz.game;class ComOpera { public void openPort() throws Exception {...} // 打开com public void closeProt() {...} // 关闭com private String readMsg() {...} // 读取com消息 private void writeMsg(String msg) {...} // 写com消息 public boolean getComStatus() {...} private String u... 阅读全文

posted @ 2013-11-12 13:01 codestyle 阅读(1141) 评论(3) 推荐(0)