摘要: 1、数组成环的方法:if(j==len-i){j=-1} if(j==i-1){break;} 2、web使用jdbc连接数据库,并对表实行增删改查的操作 阅读全文
posted @ 2016-04-16 22:16 mrferry 阅读(94) 评论(0) 推荐(0) 编辑