- 浏览: 16197 次
- 性别:
- 来自: 北京
最新评论
文章列表
import java.io.IOException;
import java.util.Properties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.io.support.PropertiesLoaderUtils;
public class PropertiesUtil {
private static Logger logger = LoggerFactory.getLogger(PropertiesUtil.class);
pr ...
配置如下
<?xml version="1.0"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/pe ...
<!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>
<meta http-equiv="Content-Type" content="text/html; charset ...
public class Test {
/**
* @param args
*/
public static void main(String[] args) {
List<String> list=new ArrayList();
list.add("a");
list.add("b");
list.add("b");
...
fckeditor的内容如何传给struts的actionform中??
一,index.jsp
<%@ page contentType="text/html;charset=utf-8" %>
<%@ page import="java.util.*" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerNa ...
- 2009-08-26 15:31
- 浏览 2572
- 评论(0)
<table width="100%" style="word-break:break-all">
<td width="20%">qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
qqqqqqqqqqqqqqqqqqqqqqqq
qqqqqqqqqqqqqqqqq</td>
<td width="80%">wwwwwwwwwwwwwwww ...
- 2008-12-24 10:48
- 浏览 4329
- 评论(0)
须spring2.0以上:
dwr.xml 配置代码;
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
...
- 2008-12-15 14:48
- 浏览 1040
- 评论(0)