首页 > 2016年08月06日 > 全部分享
util:properties
示例 全部属性 功能概述 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:43:46    收藏:0  评论:0  赞:0  阅读:474
Apache Struts 2 Documentation Core Developers Guide
http://struts.apache.org/docs/core-developers-guide.html ...
分类:Web开发   时间:2016-08-06 09:43:35    收藏:0  评论:0  赞:0  阅读:388
svn的merge使用例子
先说说什么是branch。按照Subversion的说法,一个branch是某个development line(通常是主线也即trunk)的一个拷贝,见下图: branch存在的意义在于,在不干扰trunk的情况下,和trunk并行开发,待开发结束后合并回trunk中,在branch和trunk各 ...
分类:其他   时间:2016-08-06 09:43:17    收藏:0  评论:0  赞:0  阅读:225
(二)spring-mvc-showcase 和 swagger-springmvc 的恩恩怨怨
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:43:09    收藏:0  评论:0  赞:0  阅读:242
svn 创建tag
1. 右键项目(源) 2. 选择复制到哪个路径(创建文件夹选项) 3. 选择哪个版本(源的) 4. 填写备注 5. 结束 使用:import 、合并等 ...
分类:其他   时间:2016-08-06 09:42:48    收藏:0  评论:0  赞:0  阅读:193
hash
一、维基百科怎么说 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:42:37    收藏:0  评论:0  赞:0  阅读:170
Apache Struts 2 Documentation Big Picture
http://struts.apache.org/docs/big-picture.html 1. HttpServletRequest 穿越各个过滤器到达FilterDispatcher(这个已经不再使用,现在使用StrutsPrepareAndExecuteFilter) 2. 执行doFilt ...
分类:Web开发   时间:2016-08-06 09:42:05    收藏:0  评论:0  赞:0  阅读:260
JAVA 面试题及思考
学而时习之 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:41:57    收藏:0  评论:0  赞:0  阅读:276
@Autowired
bean工厂 测试主函数 javebean 片段 说明: here1 开启自动注入 here3 通过 new 的方式无法自动注入 here2 从bean工厂取的bean可以自动注入 ...
分类:其他   时间:2016-08-06 09:41:45    收藏:0  评论:0  赞:0  阅读:241
Java 理论与实践: 正确使用 Volatile 变量
volatile 变量使用指南 volatile 变量使用指南 Java? 语言包含两种内在的同步机制:同步块(或方法)和 volatile 变量。这两种机制的提出都是为了实现代码线程的安全性。其中 Volatile 变量的同步性较差(但有时它更简单并且开销更低),而且其使用也更容易出错。在这期的  ...
分类:编程语言   时间:2016-08-06 09:41:35    收藏:0  评论:0  赞:0  阅读:229
《代码大全》读后笔记
昨天终于把这本大部头书看完了,全书正文共有862页,加上前言和附录有接近1000页的样子,说实话,虽然书很厚,但看起来很轻松,而且一点儿不觉得枯燥。我相信只要你开始看这本书,就会被书里的内容所吸引,并引导你坚持看下去。 用一种简单的计数技巧来使括号对称,这个方法自我从书里看到后,就一直在使用,所以, ...
分类:其他   时间:2016-08-06 09:41:27    收藏:0  评论:0  赞:0  阅读:266
文件拷贝工具类
https://docs.spring.io/spring/docs/1.2.x/javadoc-api/org/springframework/util/FileCopyUtils.html 用法举例: ...
分类:其他   时间:2016-08-06 09:41:16    收藏:0  评论:0  赞:0  阅读:228
spring mvc 静态资源版本控制
spring bean 文件中增加 类文件 页面中: ...
分类:编程语言   时间:2016-08-06 09:41:06    收藏:0  评论:0  赞:0  阅读:447
2016年8月6日 星期六 --出埃及记 Exodus 16:6
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:40:56    收藏:0  评论:0  赞:0  阅读:247
其实就是这么回事
1+2+3+4+5+6+7 = ? ①事物本身 ②分析过程 ③结果 ①③都很简单 唯独② 可以通过步骤分析计算、技巧计算、天马星空联想各种各样的途径 记忆的过程,从左至右,通过中间关联,通过无数次的推导,提升一个层次,模糊掉中间过程,A 直接 B ...
分类:其他   时间:2016-08-06 09:40:47    收藏:0  评论:0  赞:0  阅读:228
jax-rs
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:40:35    收藏:0  评论:0  赞:0  阅读:220
Peeking Iterator
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:25    收藏:0  评论:0  赞:0  阅读:241
bzoj2618[Cqoi2006]凸多边形 半平面交
这是一道半平面交的裸题,第一次写半平面交,就说一说我对半平面交的理解吧。 所谓半平面交,就是求一大堆二元一次不等式的交集,而每个二元一次不等式的解集都可以看成是在一条直线的上方或下方,联系直线的标准方程就可以得出。于是乎这些不等式就可以转化为一些半平面,求的就是半平面交。 而半平面交不可能交出凹多边 ...
分类:其他   时间:2016-08-06 09:40:16    收藏:0  评论:0  赞:0  阅读:279
Spring MVC controller 被执行两次
interceptor 被执行两次 后来发现 时controller被执行两次 后来发现是jsp页面有个: 导致被执行两次。 解决方案:去掉 ...
分类:编程语言   时间:2016-08-06 09:40:05    收藏:0  评论:0  赞:0  阅读:327
spring @Transactional 声明式事务
项目地址:git@github.com:witaste/transaction-annotation.git 情景一: A external method calls a method of the target object 外部方法调用目标对象的事务方法,异常逐层抛出,最终由a() 抛出,可以回 ...
分类:编程语言   时间:2016-08-06 09:39:58    收藏:0  评论:0  赞:0  阅读:305
1488条   上一页 1 ... 56 57 58 59 60 ... 75 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!