`
tangxininjava
  • 浏览: 94515 次
  • 性别: Icon_minigender_1
  • 来自: 遂宁
社区版块
存档分类
最新评论
文章列表
http://www.cnblogs.com/  http://tangxintest.ematong.com/emall/whome/shop001/ <!DOCTYPE NETSCAPE-Bookmark-file-1> <!-- This is an automatically generated file. It will be read and overwritten. Do Not Edit! --> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; ...

spring+jms+activemq学习

    博客分类:
  • jms
参考:http://www.cnblogs.com/CopyPaster/archive/2012/04/27/2473179.html
<script type="text/javascript"> var psgCloneX; var psgCloneY; //请注意:除了像以下需要c标签辅助的逻辑才在jsp中写,其他任何逻辑控制请在js中写保持页面清爽 $(document).ready(function() { psgCloneX = $("#psgX1").clone(); } ); //添加乘机人    function xxss(){     var size = $(&qu ...

myeclipse+maven实践

借鉴别人的: http://www.cnblogs.com/fnng/archive/2011/12/02/2272610.html http://www.cosdiv.com/page/M0/S887/887150.html   看完这两篇文章之后,在myeclipse中建立项目,然后右键使用mvn install就oK了,     注意事项:pom.xml 下面红色字体注意了,如果项目报错无法构建可能是没有填写红色区域的配置 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=& ...
效果如下:配置文件附件下载 epf.rar 请解压为myeclipse.epf    

oracle函数

AND trunc(o1.book_time) >= TRUNC(to_date('2013-09-04 00:00:00','YYYY-MM-DD hh24:mi:ss')) AND trunc(o1.book_time) <= TRUNC(to_date('2013-09-04 00:00:00','YYYY-MM-DD hh24:mi:ss'))  

tomact

<?xml version="1.0" encoding="UTF-8"?> <Server> <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"/> <Listener className="org.apache.catalina.storeconfig.StoreConfigLifecycleListener"/> & ...
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java: ...

想学的知识

http://www.cloveretl.com/download/desktop-trial/start   http://www.open-open.com/bbs/view/1320567848811

jstl

    博客分类:
  • jstl
...
http://www.ibm.com/developerworks/cn/java/j-rtj1/   http://www.oracle.com/technetwork/cn/java/javase/tech/index-jsp-139921-zhs.html
第一步 生成可用的数字证书使用命令行打开您要生成数字证书的路径  生成证书还是比较麻烦的,要用到jdk的一个工具——keytool  首先,创建客户端KeyStore和公钥  在命令行运行:  1、创建私钥和KeyStore: keytool -genkey -alias clientprivatekey -keypass keypass -keystore Client_KeyStore.jks -storepass storepass -dname "CN=tongtech.com,C=CN" -keyalg RSA   创建KeyStore,文件名字为Client ...

java环境配置

    博客分类:
  • java
1.java环境配置 JAVA_HOME=C:\Java\jdk1.6.0_38   Path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%JAVA_HOME%\bin;%ANT_HOME%\bin;%CXF_HOME%\bin;C:\Program Files\TortoiseSVN\bin;%systemroot%\idmu\common;%ICE_HOME%\bin;%M2_HOME%\bin;%M2_REPO ...

Spring MVC配置

前提使用org.springframework.×-3.1.2.RELEASE.jar      引用: http://static.springsource.org/docs/Spring-MVC-step-by-step/part1.html    web.xml     <?xml version="1.0" encoding="GBK"?> <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" ...

Spring配置ibatis

<?xml version="1.0" encoding="GBK"?> <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" xmlns:tx="http://www.spri ...
Global site tag (gtag.js) - Google Analytics