摘要: (一)实现简单的淘宝带图标侧边栏效果 效果图: (二)实现人人网登录页面(登录和提交按钮通过css sprite实现) 效果图: 参考:慕课网 阅读全文
posted @ 2015-07-27 15:29 Raychan 阅读(284) 评论(0) 推荐(0) 编辑
摘要: package com.shu; import java.util.*; public class example2_5 { public static void main(String[] args) { int start=0,end,middle; int a[] = {23,120,34,3,78,90,12,236}; int N = a.length; //选择法排序数组... 阅读全文
posted @ 2015-07-27 14:33 Raychan 阅读(506) 评论(1) 推荐(0) 编辑