
html
文章平均质量分 72
丵鹰
java mysql oracle mabatis spring hibernate struts
展开
-
layui学习
引用layui中个各个模块功能的使用:layui.use对应模板引用的关键字:表单(form),弹窗(layer),即使通讯 (layim),时间控件(laydate),分页(laypage),模板(laytpl),富文本编辑(layedit),文件上传(upload),常用元素(element),树形菜单(tree),工具块(util),加载流(flow),代码修饰器(code),因此要原创 2016-12-23 10:52:03 · 7443 阅读 · 0 评论 -
微信jssdk开发
获取access_token和ticket,access_token有效时常7200秒,每天限制获取最大200次,因此不能时时获取需写定时器来获取代码说明先在项目web.xml配置定时任务的监听 com.dmsc.web.h5.jssdk.timer.SysContextListener 定时任务的原创 2016-07-28 10:55:03 · 714 阅读 · 0 评论 -
html,子页面向父页面传递参数
父页面 MyHtml.html --> function aaa(){ window.open("index.jsp", 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no,原创 2015-08-13 10:29:02 · 2834 阅读 · 0 评论 -
java代码实现如jsp页面的form请求方式一HttpURLConnection请求
package com.test;import java.io.InputStream;import java.io.OutputStream;import java.net.HttpURLConnection;import java.net.URL;/** * @title * @descriptor * @author zy * @version 2013-8-26 *原创 2015-08-24 11:59:46 · 4953 阅读 · 0 评论 -
类似体育彩功能
%@page import="java.lang.Math"%>String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%>原创 2015-07-29 17:41:42 · 573 阅读 · 0 评论 -
java代码实现如jsp页面的form请求方式二HttpClient
HttpClient请求时使用jar包package com.test;import java.net.URLDecoder;import org.apache.commons.httpclient.HttpClient;import org.apache.commons.httpclient.methods.PostMethod;/** * @title *原创 2015-08-24 15:01:22 · 2640 阅读 · 0 评论 -
2张图片叠放,根据鼠标的移动来显示
Insert title heresrc="图片路径" >style="position:absolute; z-index:1;" src="图片路径" />function ShowDes(id) {document.getElementById('img'+id).style.display="none";}function Clear原创 2015-07-25 12:06:51 · 1466 阅读 · 0 评论 -
decorators.xml学习
原创 2015-04-23 10:04:05 · 422 阅读 · 0 评论 -
图片设置热点链接
html, body { height: 100%;}#bg { z-index: -100; left: 0px; top: 0px; right: 0px; bottom: 0px; margin: 0px; padding: 0px;}#bgimg { width: 100%; height: 100%; margin:原创 2015-04-23 10:00:10 · 976 阅读 · 0 评论 -
Struts2.3.16Spring4.0.6Hibernate4.3.5项目
项目下载地址原创 2014-07-25 16:01:20 · 4659 阅读 · 0 评论 -
jsp倒计时分秒
<%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%> "> My JSP 'SetTimeOut.jsp' st原创 2017-07-12 15:09:01 · 608 阅读 · 0 评论