11 2018 档案

摘要:一、冒泡排序: package com; import java.util.Arrays; public class BubbleSort { public static Integer[] bubbleSort(Integer[] data) { // 数组长度 int len = data.le 阅读全文
posted @ 2018-11-27 09:38 花椒、斯国一 阅读(257) 评论(0) 推荐(0)
摘要:在我的学习过程中,我使用到了的枚举类型和数据库配合,下面是使用过程。 public class TUser extends User implements Serializable { private static final long serialVersionUID = 1L; private 阅读全文
posted @ 2018-11-19 08:38 花椒、斯国一 阅读(9755) 评论(0) 推荐(1)
摘要:之前在做项目的时候遇到一个问题。 就是给选中的元素绑定Jquery的slideDown()、slideUp()或许还有其他的事件吧, 然后会导致在html中:hover失效, 我的解决方案是: 在使用slideUp()之后清除style属性 当前元素.removeAttr("style") 阅读全文
posted @ 2018-11-08 08:41 花椒、斯国一 阅读(927) 评论(0) 推荐(0)
摘要:html代码: <form action="" method="post"> <img src="./demo_ui_1010/img/404.jpg" alt="" width="200" height="200"/ id="prevView"> <input type="file" name=" 阅读全文
posted @ 2018-11-04 15:40 花椒、斯国一 阅读(2474) 评论(0) 推荐(0)