2009年1月15日

摘要: Alt+/:代码提示 Ctrl+/:注释/取消注释 Ctrl+D:删除光标所在行 Ctrl+K:将光标停留在变量上,按Ctrl+K键可以查找到下一个同样的变量 Shift+Ctrl+K:和Ctrl+K查找的方向相反 Shift+Ctrl+F:代码格式化。如果选择了代码,仅对所选代码格式化 Shift+Ctrl+O:快速地导入import Shift+Ctrl+X:将所选字符转为大写 Shift+C... 阅读全文
posted @ 2009-01-15 13:30 爱的阳光 阅读(400) 评论(0) 推荐(0) 编辑
 
摘要: import java.util.*; public class SubAndSup { public static String setString(String s) { StringBuffer str=new StringBuffer(s); StringBuffer strSup1=new StringBuffer(""); ... 阅读全文
posted @ 2009-01-15 11:24 爱的阳光 阅读(724) 评论(0) 推荐(0) 编辑
 
摘要: SOA (service oriented architecture) is a big deal, I like it. But it isn't the be all and end all of computing. Here are ten things you need to know about SOA. 1. You can't sell SOA. SOA allows your c... 阅读全文
posted @ 2009-01-15 11:03 爱的阳光 阅读(608) 评论(0) 推荐(0) 编辑