- 浏览: 484959 次
- 性别:
- 来自: 广州
-
最新评论
-
wanggang0321:
666666
代码生成器实现的Entity,Dao,Service,Controller,JSP神器(含代码附件) -
masuweng:
支付宝Alipay源码工程Demo -
Fly_SkyXin:
加上这个包 还是报错 直接访问接口地址没问题 报这个错是什么意 ...
AxisFaultNot Found at org.apache.axis.transport.http.HTTPSender.readFromSocket( -
derongit123:
请问一下Weatherinfo 的这个类怎么弄
HttpClient+Gson解析中国天气网的天气预报信息 -
ai380102002:
j2ee6的包
springmvc+Ibatis+Bootstrap自定义标签分页+登录模版
文章列表
//首先打开Myeclipse8.x以上版本..因为我这里共享那些xfire 项目所需要的jar都是Myeclipse自带添加的,所以要求大家伙准备好myeclipse8.x或者更高版本的..这里是spring2.0与xfire1.2整合..废话少说..转正正传..
1.打开Myeclipse--->new project-->项目名随便吧..最好是有意义的名称..看起来比较舒服..
2--配置web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web- ...
想用这个appwiz.cpl命令在开始-->windows键运行找到win7的控制面板版 Office 2007并不会像Office 2003那样自动安装虚拟打印机Microsoft Office Document Image Writer,而是自动安装了另一款虚拟打印机Microsoft XPS Document Writer,难道Office 2007不支持Microsoft Office Document Image Writer吗?
其实Office 2007的安装盘里仍然带有Microsoft Office Document Image Writer。 如 ...
create database spring_security;
if exists(select * from sysobjects where name='users')
drop table users;
if exists(select * from sysobjects where name='authorities')
drop table authorities;
if exists(select * from sysobjects where name='roles')
drop table roles;
if exists(select ...
一家之言:
localhost与127.0.0.1的区别
localhost与127.0.0.1的区别是什么?相信有人会说是本地ip,曾有人说,用127.0.0.1比localhost好,可以减少一次解析。 看来这个入门问题还有人不清楚,其实这两者是有区别的。
no1:
localhost也叫local ,正确的解释是:本地服务器127.0.0.1在windows等系统的正确解释是:本机地址(本机服务器)
no2:
localhot(local)是不经网卡传输
/*
* Copyright 2009 Red Hat, Inc.
*
* Red Hat licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at:
*
* http://www.apache.org/license ...
/**
* @Component,@Service,@Controller,@Repository注解的类
*
* @Service(逻辑层使用)rt.jar @Repository(Dao层使用)
*
* @Controller(View使用也就是action中的类) spring.jar夹包下
*
* @Autowired自动装配
* @Component可以单独使用..spring.jar(Dao,Service层都使用.)
*
* @Resource(用于注入使用.提供对象..的一个setXXX)在 javaee.jar夹 ...
//本人参考.http://developer.51cto.com/art/200907/136113.htm
//代码差不多的..只是在他基础上进行分层修改。。。
package com.pool.org.dao.impl;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import com.pool.org.dao.UserDao;
impor ...
svnserve.conf
### This file controls the configuration of the svnserve daemon, if you
### use it to allow access to this repository. (If you only allow
### access through http: and/or file: URLs, then this file is
### irrelevant.)
### Visit http://subversion.apache.org/ for more informatio ...
http://www.smarty.net/download
下载...
Latest Stable Release
Smarty 3.1.6 (.tar.gz) (.zip) Dec 1st, 2011
解压之后有两个文件夹
libs(我们需要的文件) demo
只需要拷贝libs到ZendStudio新建的demo下
如现在有一个smartytest项目名称
在smartytest项目新建action configs sys templates
smartytest(项目名称)目录如下
-- action(文件名)
...
package com.ljl.org.httpclient.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.se ...