1、新建web项目,并在web.xml加入spring mvc的servlet springMVC
org.springframework.web.servlet.DispatcherServlet contextConfigLocation ...
分类:
编程语言 时间:
2014-05-17 01:57:17
阅读次数:
528
http://webpy.org/cookbook/index.zh-cn
分类:
Web程序 时间:
2014-05-17 01:51:56
阅读次数:
266
1package com.ztravel.utils;import
java.io.IOException;import java.util.ArrayList;import java.util.List;import
java.util.Map;import org.apache.http.Htt...
分类:
其他好文 时间:
2014-05-17 00:23:54
阅读次数:
261
经过一段时间使用Vim和Shell,积累了不少小的心得体会。使用起来可以大大增加编辑效率,在此记录。##1.
编译最新版Vim官网上提供的Vim是非常基础的版本,最新的补丁都没有添加进去。在安装了[官方版本](http://www.vim.org/)后,还需要自己编译一下Gvim.exe和Vim.e...
分类:
其他好文 时间:
2014-05-16 23:22:21
阅读次数:
481
应用场景:1、某些耗时较长的而用户不需要等待该方法的处理结果2、某些耗时较长的方法,后面的程序不需要用到这个方法的处理结果时在spring的配置文件中加入对异步执行的支持
使用方法import org.springframework.scheduling.an...
分类:
编程语言 时间:
2014-05-16 22:11:38
阅读次数:
343
windows下python
web开发环境:python2.7,django1.5.1,eclipse4.3.2,pydev3.4.1一.
python环境安装https://www.python.org/ftp/python/2.7/python-2.7.amd64.msi不多说,装完后把C:\...
分类:
编程语言 时间:
2014-05-16 21:23:54
阅读次数:
446
已有操作系统的主机通过koan从Cobbler服务器重装系统1,安装epelrpm -ivh
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmyum -y
install koan;http://blo...
分类:
其他好文 时间:
2014-05-16 20:29:30
阅读次数:
352
来源:https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDFComplex
Type ConstructorsThe following functions construct instances of complex ...
分类:
其他好文 时间:
2014-05-14 09:24:09
阅读次数:
500
转自 http://uliweb.clkg.org/tutorial/read/11
分类:
系统相关 时间:
2014-05-14 07:59:55
阅读次数:
276
按javaweb王者归来做strut2练习使用<struts:headtheme:"ajax">报错org.apache.jasper.JasperException:Template/template/ajax/head.ftlnotfound加入struts2-dojo-plugin-2.1.6包并在jsp里引入<%@taglibprefix="sx"uri="/struts-dojo-tags"%><sx:head/>这是..
分类:
Web程序 时间:
2014-05-13 13:00:55
阅读次数:
854