上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页
摘要: 一、MAP package net.xsoftlab.baike; import java.util.HashMap;import java.util.Iterator;import java.util.Map;import java.util.Map.Entry; public class Tes 阅读全文
posted @ 2016-12-29 09:41 日月心诚 阅读(3290) 评论(0) 推荐(0)
摘要: 一、前台页面: 主要是一个按钮和一个表格,表格有显示数据,按钮负责将表格中的数据选择性地导出。除此外,可以附加一个小窗口和进度条,用于显示下载进度。 1. 按钮:<a href="javascript:;" class="easyui-linkbutton" iconCls="icon-redo" 阅读全文
posted @ 2016-12-27 11:29 日月心诚 阅读(2030) 评论(0) 推荐(0)
摘要: 按回车键实现登录 按回车键实现登录 第一种方法: <html xmlns="http://www.w3.org/1999/xhtml" ><head> <title>Check Score</title><script language="JavaScript">function keyLogin( 阅读全文
posted @ 2016-12-20 17:24 日月心诚 阅读(2017) 评论(0) 推荐(0)
摘要: INSERT INTO 新表(字段1,字段2,.......) SELECT 字段1,字段2,...... FROM 旧表 阅读全文
posted @ 2016-12-20 17:09 日月心诚 阅读(505) 评论(0) 推荐(0)
摘要: oracle没有设置主键auto increment的功能,需要自己编写序列和触发器实现主键自动递增。 示例: 创建表menu: 一、创建表 create table menu( menuId number(10) not null primary key, name varchar2(40) no 阅读全文
posted @ 2016-12-20 16:44 日月心诚 阅读(5411) 评论(0) 推荐(0)
摘要: 来源:https://zhidao.baidu.com/question/383828330.html?qbl=relate_question_2&word=excel%20%B1%ED%CA%FD%BE%DD%D4%F5%C3%B4%D0%B4%C8%EBorancle 操作步骤如下: 准备数据: 阅读全文
posted @ 2016-12-15 18:57 日月心诚 阅读(2802) 评论(0) 推荐(0)
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><!DOCTYPE html><head> <meta charset="utf-8"> <title>ECharts</tit 阅读全文
posted @ 2016-12-15 16:06 日月心诚 阅读(2206) 评论(0) 推荐(0)
摘要: 【转载自:http://echarts.baidu.com/echarts2/doc/start.html】 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><!DOCTYPE 阅读全文
posted @ 2016-12-14 17:25 日月心诚 阅读(1827) 评论(0) 推荐(0)
摘要: <form class="form-horizontal" role="form"> <div class="form-group"> <label for="inputEmail3" class="col-sm-2 control-label">邮箱</label> <div class="col 阅读全文
posted @ 2016-12-13 14:44 日月心诚 阅读(248) 评论(0) 推荐(0)
摘要: 一、页面内容: <div style="margin:10px 0"> <a href="javascript:void(0)" class="easyui-linkbutton" onclick="getValue()">GetValue</a> <a href="javascript:void( 阅读全文
posted @ 2016-12-13 10:20 日月心诚 阅读(1654) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页