示例 全部属性 功能概述 Loads a Properties instance from the resource location specified by the ' <code>location</code> ' attribute. 属性详解 id #{A['B']} A means ut ...
分类:
其他好文 时间:
2016-08-06 09:44:12
阅读次数:
262
http://struts.apache.org/docs/core-developers-guide.html ...
分类:
Web程序 时间:
2016-08-06 09:46:08
阅读次数:
133
先说说什么是branch。按照Subversion的说法,一个branch是某个development line(通常是主线也即trunk)的一个拷贝,见下图: branch存在的意义在于,在不干扰trunk的情况下,和trunk并行开发,待开发结束后合并回trunk中,在branch和trunk各 ...
分类:
其他好文 时间:
2016-08-06 09:45:33
阅读次数:
99
1. 搜索 spring showcase 就可以找到这篇 http://spring.io/blog/2010/07/22/spring-mvc-3-showcase 就是教你如何使用spring mvc 2. 去github 下载源码 3. 接下来的任务就是将swagger 整合进去 1. 进入 ...
分类:
编程语言 时间:
2016-08-06 09:44:46
阅读次数:
924
1. 右键项目(源) 2. 选择复制到哪个路径(创建文件夹选项) 3. 选择哪个版本(源的) 4. 填写备注 5. 结束 使用:import 、合并等 ...
分类:
其他好文 时间:
2016-08-06 09:43:20
阅读次数:
162
一、维基百科怎么说 A hash function is any function that can be used to map data of arbitrary size to data of fixed size. The values returned by a hash function ...
分类:
其他好文 时间:
2016-08-06 09:44:13
阅读次数:
154
http://struts.apache.org/docs/big-picture.html 1. HttpServletRequest 穿越各个过滤器到达FilterDispatcher(这个已经不再使用,现在使用StrutsPrepareAndExecuteFilter) 2. 执行doFilt ...
分类:
Web程序 时间:
2016-08-06 09:42:15
阅读次数:
154
学而时习之 1. 关键词:java内存分配 2. 关键词:c for 3. 关键词:override , overload The public type A must be defined in its own file Cannot reduce the visibility of the in ...
分类:
编程语言 时间:
2016-08-06 09:43:23
阅读次数:
331
bean工厂 测试主函数 javebean 片段 说明: here1 开启自动注入 here3 通过 new 的方式无法自动注入 here2 从bean工厂取的bean可以自动注入 ...
分类:
其他好文 时间:
2016-08-06 09:42:54
阅读次数:
96
volatile 变量使用指南 volatile 变量使用指南 Java? 语言包含两种内在的同步机制:同步块(或方法)和 volatile 变量。这两种机制的提出都是为了实现代码线程的安全性。其中 Volatile 变量的同步性较差(但有时它更简单并且开销更低),而且其使用也更容易出错。在这期的 ...
分类:
编程语言 时间:
2016-08-06 09:43:44
阅读次数:
270
昨天终于把这本大部头书看完了,全书正文共有862页,加上前言和附录有接近1000页的样子,说实话,虽然书很厚,但看起来很轻松,而且一点儿不觉得枯燥。我相信只要你开始看这本书,就会被书里的内容所吸引,并引导你坚持看下去。 用一种简单的计数技巧来使括号对称,这个方法自我从书里看到后,就一直在使用,所以, ...
分类:
其他好文 时间:
2016-08-06 09:44:41
阅读次数:
118
https://docs.spring.io/spring/docs/1.2.x/javadoc-api/org/springframework/util/FileCopyUtils.html 用法举例: ...
分类:
其他好文 时间:
2016-08-06 09:44:34
阅读次数:
142
spring bean 文件中增加 类文件 页面中: ...
分类:
编程语言 时间:
2016-08-06 09:42:01
阅读次数:
465
2016年8月6日 星期六 --出埃及记 Exodus 16:6So Moses and Aaron said to all the Israelites, "In the evening you will know that it was the LORD who brought you out ...
分类:
其他好文 时间:
2016-08-06 09:42:33
阅读次数:
113
1+2+3+4+5+6+7 = ? ①事物本身 ②分析过程 ③结果 ①③都很简单 唯独② 可以通过步骤分析计算、技巧计算、天马星空联想各种各样的途径 记忆的过程,从左至右,通过中间关联,通过无数次的推导,提升一个层次,模糊掉中间过程,A 直接 B ...
分类:
其他好文 时间:
2016-08-06 09:42:44
阅读次数:
113
https://jax-rs-spec.java.net/nonav/2.0-rev-a/apidocs/index.html http://tools.ietf.org/html/rfc5234 通过java api 注解类生成 RESTful 举例:@Path("/swagger.{type:j ...
分类:
其他好文 时间:
2016-08-06 09:41:51
阅读次数:
127
Given an Iterator class interface with methods: next() and hasNext(), design and implement a PeekingIterator that support the peek()operation -- it es ...
分类:
其他好文 时间:
2016-08-06 09:40:50
阅读次数:
140