- 浏览: 22801 次
- 性别:
- 来自: 广州
最新评论
-
xingwang:
你这文件不够啊.少类啊.
Product p = new Pr ...
全自动用kindeditor文本编辑器实现后台产品描述图片的增删改(投点分给 thank you) -
loganzhang:
HttpSession的操作,遇到问题了吧~~~~~~~~~~ ...
spring aop -
zuiyanwangyue:
能不能不贴这种烂文章出来啊
java -
yongsky:
最好有效果图吧。
全自动用kindeditor文本编辑器实现后台产品描述图片的增删改(投点分给 thank you) -
superyang:
创新科技,来自JE代码....
全自动用kindeditor文本编辑器实现后台产品描述图片的增删改(投点分给 thank you)
文章列表
dtree ajax
- 博客分类:
- dtree ajax
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta htt ...
<Host name="www.gdnet.com" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<alias>gdnet.com</alias>
<!-- Singl ...
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="gb2312">
<head>
<title>代码实例:拖动对象 Drag Object (兼容:IE、Firefox、Ope ...
JBPM5的安装与配置 .
1.安装JBPM之前,要求本机已安装了JDk1.5+版本和ANT1.7+版本。关于ANT的安装和配置方法,请参考我的另一篇文章:http://vanhelp-songst.iteye.com/blog/1123205。
2.JDK和ANT都安装完毕之后,到http://sourceforge.net/projects/jbpm/fil ...
package com.hk.app.meet.util;
import com.sun.org.apache.bcel.internal.Constants;
public class Pager {
private int current;// 当前记录的位置
private int size; // 数据总记录
private int length;// 每页显示的记录条数
private String url;// URL 调用Action里分页请求的URL
private String pageHeader;// 导航条前文字
private int MAX_PAG ...
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ tag ...
用Jquery实现DIV锁屏并且可以拖拽DIV窗体 不做过多解释,可以把以下该代码复制出来运行即可看到效果,注意要引入jquery.js文件哦
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<met ...
public static void modifyExcel(String excelpath){
try {
jxl.Workbook wb =null; //创建一个workbook对象
try {
InputStream is = new FileInputStream(excelpath); //创建一个文件流,读入Excel文件
wb = Workbook.getWorkbook(is); //将文件流写入到workbook对象
} catch (BiffException e) {
// TODO Auto-generated catc ...
windows 2008忘记密码
第一步:找一个2008的系统光盘(注意,版本要和服务器的一致),进入修复计算机,进入系统恢复先项,选择“命令提示符”,进入命令状态,进入c:\windows\system32 下重命名:Magnify.exe (rename Magnify.exe Magnify_old.exe)
第二步:复制CMD.EXE 命名为 Magnify.exe (copy cmd.exe Magnify.exe)
第三步:重启系统,进入系统的时候选择轻松访问,选中放大屏幕上的项目,确定;然后重改系统密码:net user Administrator 12345678
第四步:进入 ...
<ehcache>
<!--
Sets the path to the directory where cache files are created.
If the path is a Java System Property it is replaced by its value in the
running VM.
The following properties are translated:
* user.home - User's home directory
* user.dir - User's current workin ...
详细分析在代码上有。。有疑问、问题的可以跟贴问。。。。
public class ProductAction extends BaseAction {
// 添加商品
public String addproduct() throws Exception {
// TODO Auto-generated method stub
Product p = new Product(name.trim(), brane, price, marketprice, weight,
size, style00, material, colordesc, situa ...
#massage_box {
position: absolute;
left: expression((body.clientWidth-350)/ 2 );
top: expression((body.clientHeight-200)/ 2 );
width: 350px;
height: 200px;
z-index: 2;
visibility: hidden
}
#mask {
position: absolute;
top: 0; ...
<style type="text/css">
/**********日历样式开始********************/
#calendar_container {
width: 160px;
border: 1px solid #06C;
}
#calendar {
border-collapse: collapse;
background-color: #FFF;
width: 160px;
height: 120px;
margin: 0px auto;
cursor: default;
}
#calendar td {
font- ...
<body>
<jsp:include page="./top.jsp"></jsp:include>
<!-- TemplateBeginEditable name="EditRegion1" -->
<div class="Zhong">
<img src="./images/index.jpg" />
</div>
<!-- TemplateEndEditable ...
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/&q ...