摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%String path = request.getContextPath();String basePath = request.getScheme()+":/ 阅读全文
posted @ 2016-12-02 14:58 hh1223837 阅读(3430) 评论(0) 推荐(0) 编辑
摘要: select * from ( select a.*, rownum rn from (select * from table_name) a where rownum<= 40 ) where rn >= 21 阅读全文
posted @ 2016-12-02 14:56 hh1223837 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 八大排序算法 CSDN 阅读全文
posted @ 2016-12-02 14:54 hh1223837 阅读(234) 评论(0) 推荐(0) 编辑
摘要: jQuery 教程 W3School H-ui前端框架 html标签 阅读全文
posted @ 2016-12-02 11:32 hh1223837 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1.下面哪种说法是正确的? 您的回答:jQuery 是 JSON 库 正确答案:jQuery 是 JavaScript 库 2.jQuery 使用 CSS 选择器来选取元素? 您的回答:错误 正确答案:正确 3.jQuery 的简写是? 您的回答:% 符号 正确答案:$ 符号 4.通过 jQuery 阅读全文
posted @ 2016-12-02 11:30 hh1223837 阅读(1412) 评论(0) 推荐(0) 编辑