摘要: import java.util.Arrays;import java.util.Iterator; public class testshellsort { public static void main(String[] args) { int[] arr = { 120, 34, 56, 7, 阅读全文
posted @ 2019-01-08 18:39 !!天道酬勤 阅读(123) 评论(0) 推荐(0) 编辑
摘要: import java.util.Arrays; public class testinsertsort { public static void main(String[] args) { int[] arr = { 243, 45, 78, 355, 322, 235 }; insertsort 阅读全文
posted @ 2019-01-08 15:50 !!天道酬勤 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1:使用Java EE版本的Eclipse开发动态的WEB工程(Java WEB项目) 1)把开发选项切换到Java EE 2)可以window->show view中找到package Explore,把其拖到开发区左边 3)在Servers面板中新建Tomcat服务器 4)新建Dynamic W 阅读全文
posted @ 2019-01-04 19:28 !!天道酬勤 阅读(193) 评论(0) 推荐(0) 编辑