上一页 1 ··· 146 147 148 149 150 151 152 153 154 ··· 233 下一页
摘要: 原文地址:http://blog.csdn.net/lark3/article/details/1937466大致整理了去年写的东西,罗列如下:ec是一系列提供高级显示的开源JSP定制标签,当前的包含的组件为eXtremeTable,用于以表形式显示数据。ec现在的版本是1.0.1,由Jeff Jo... 阅读全文
posted @ 2015-04-03 17:01 一天不进步,就是退步 阅读(1975) 评论(0) 推荐(0)
摘要: 1.背景今天要做一个demo,从github上clone一个springmvc mybatis的工程(https://github.com/komamitsu/Spring-MVC-sample-using-iBatis)打包成war后启动报错:org.springframework.beans.f... 阅读全文
posted @ 2015-04-02 17:31 一天不进步,就是退步 阅读(40826) 评论(1) 推荐(0)
摘要: 原文地址:http://www.blogjava.net/icewee/archive/2012/05/19/378570.html该工具类中用到了BASE64,需要借助第三方类库:javabase64-1.3.1.jar注意:RSA加密明文最大长度117字节,解密要求密文最大长度为128字节,所以... 阅读全文
posted @ 2015-04-01 20:16 一天不进步,就是退步 阅读(1829) 评论(0) 推荐(0)
摘要: 原文地址:http://java.dzone.com/articles/xss-filter-java-ee-web-appsCross Site Scripting, or XSS, is a fairly common vector used to attack web sites. It in... 阅读全文
posted @ 2015-04-01 14:26 一天不进步,就是退步 阅读(802) 评论(0) 推荐(0)
摘要: 原文:http://javatar.iteye.com/blog/109730在网上偶然看到的一个架构师培训课程的介绍,呵,从整个大纲上没看到什么亮点,但也算个知识体系树,可以参考下。课程简介:本课程针对软件团队中的架构师和专业设计人员,全面阐述架构的范围,把握方法,以及关键实践。涉及:应用架构,逻... 阅读全文
posted @ 2015-03-31 16:43 一天不进步,就是退步 阅读(5161) 评论(0) 推荐(0)
摘要: 原文地址:http://shiyanjun.cn/archives/325.htmlDubbo是Alibaba开源的分布式服务框架,它最大的特点是按照分层的方式来架构,使用这种方式可以使各个层之间解耦合(或者最大限度地松耦合)。从服务模型的角度来看,Dubbo采用的是一种非常简单的模型,要么是提供方... 阅读全文
posted @ 2015-03-30 14:10 一天不进步,就是退步 阅读(849) 评论(0) 推荐(0)
摘要: 原文:http://www.ibm.com/developerworks/library/os-beyondmysql/IntroductionMySQL is one of the most popular free and open source programs in history. It'... 阅读全文
posted @ 2015-03-30 13:29 一天不进步,就是退步 阅读(259) 评论(0) 推荐(0)
摘要: 使用dubbo时遇到问题:org.xml.sax.SAXParseException:schema_reference.4:Failedtoreadschemadocument'http://code.alibabatech.com/schema/dubbo/dubbo.xsd',because1)... 阅读全文
posted @ 2015-03-26 17:18 一天不进步,就是退步 阅读(35661) 评论(0) 推荐(0)
摘要: 原文地址:http://www.mkyong.com/mongodb/java-mongodb-hello-world-example/A simple Java + MongoDB hello world example – how to connect, create database, col... 阅读全文
posted @ 2015-03-23 15:48 一天不进步,就是退步 阅读(1124) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.csdn.net/ruishenh/article/details/23180707?utm_source=tuicool1.概述Dubbo是一个分布式服务框架,致力于提供高性能和透明化的RPC远程服务调用方案,以及SOA服务治理方案主要核心部件Remoting: ... 阅读全文
posted @ 2015-03-20 16:38 一天不进步,就是退步 阅读(42441) 评论(2) 推荐(1)
上一页 1 ··· 146 147 148 149 150 151 152 153 154 ··· 233 下一页