- 博客(10)
- 资源 (23)
- 收藏
- 关注
原创 js 框架
common.js/* * JS配置 */var config = { // 运行环境TV, PC environment : "PC,TV", debug : false};var Cfg = config;/* * 按键键值配置 */var publickey = {};/**var TVKey = { left : 0x0025, // 左/
2013-09-28 17:41:48
1808
原创 输入框提示
用户注册 .holding{position:relative; z-index:0;} .holding .holder { line-height: 28px; position: absolute; top: 0; z-index: 1; left: 8px; white-space: nowrap; cursor
2013-09-23 21:39:10
536
原创 代码
profile,html<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"
2013-09-23 17:13:32
493
原创 弹窗半透明
1.html 点击弹出居中窗口-蚂蚁部落 .Div_Scroll { position:fixed; margin:-10px; visibility:hidden; background-color:#808080; opacity:0.6; z-index:99; } .Div_Scroll_Content { p
2013-09-22 21:54:44
432
原创 struts2 ajax
struts.xml JsonAction.javapackage com.chen.jsonTest;import com.opensymphony.xwork2.ActionSupport;public class JsonAction extends
2013-09-17 19:11:41
358
原创 ognl
OgnlAction.javapackage com.bjsxt.struts2.ognl;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.List;import java.util.Map;import java.util.Set;im
2013-09-12 21:46:48
616
原创 Struts-Tags学习ognl
TagsActionpackage com.bjsxt.struts2.tags;import com.opensymphony.xwork2.ActionSupport;public class TagsAction extends ActionSupport { private String password; private String username; pu
2013-09-12 21:38:48
589
原创 jsp dome
<%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%> "> My JSP 'index.jsp' startin
2013-09-12 19:30:48
663
原创 struts2之访问或添加属性
在struts2的action中并没有使用到servletAPI ,所以在方法中无法得到request,session和application对象,但在开发中我们又经常需要用到这些对象,该怎么办呢?实例1:(如仅仅只是访问或往三个范围中放入属性推荐使用下面这种方法)Action中 public String execute(){ ActionContext ctx = ActionCon
2013-09-11 22:31:00
430
原创 fancybox
技 术 文 件 技术文件名称:ZXISPCC – IPTV增值业务软件需求说明书_Twitter 技术文件编号: 版 本: 拟 制 李传玖 审 核
2013-09-03 17:35:22
1364
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅