摘要: echo $? 0为成功 其他为失败 阅读全文
posted @ 2016-09-11 21:57 sanjingren 阅读(5850) 评论(2) 推荐(1)
摘要: public class BubberSort { public static void main(String[] args) { int[] numbers = {2, 6, 34, 23, 78, 34}; sort(numbers); System.out.println("done"); } public ... 阅读全文
posted @ 2016-09-11 21:56 sanjingren 阅读(905) 评论(0) 推荐(0)