黑灵客栈
黑灵的没啥技术含量的技术博客! -> http://zjumty.iteye.com
BlogJava
|
首页
|
发新随笔
|
发新文章
|
联系
|
聚合
|
管理
随笔:204 文章:2 评论:243 引用:0
2009年9月14日
在传输层上压缩WebService的请求和响应
posted @
2013-06-23 21:45
黑灵 阅读(6092) |
评论 (1)
|
编辑
收藏
在MongoDB里实现循环序列功能
posted @
2013-04-26 22:57
黑灵 阅读(4588) |
评论 (1)
|
编辑
收藏
输出debug信息到postfix的log
posted @
2013-04-26 19:25
黑灵 阅读(3419) |
评论 (0)
|
编辑
收藏
Java里的CompareAndSet(CAS)
摘要: Atomic从JDK5开始, java.util.concurrent包里提供了很多面向并发编程的类. 使用这些类在多核CPU的机器上会有比较好的性能.
主要原因是这些类里面大多使用(失败-重试方式的)乐观锁而不是synchronized方式的悲观锁.
今天有时间跟踪了一下AtomicInteger的incrementAndGet的实现.
本人对并发编程也不是特别了解, 在这里就是做个笔记, 方便以后再深入研究.
阅读全文
posted @
2013-04-24 17:20
黑灵 阅读(30419) |
评论 (0)
|
编辑
收藏
Apache Mina 中文文档翻译 - 特性
posted @
2013-04-23 22:02
黑灵 阅读(1216) |
评论 (0)
|
编辑
收藏
Apache Mina 中文文档翻译 - 概述
摘要: 概述
Apache MINA 是一个网络应用框架, 它可以帮助你简单容易的开发高性能,高可扩展性的网络应用程序。Apache MINA底层利用Java NIO实现,在TCP/IP和UPD/IP等传输层上提供一个抽象的基于事件驱动的异步API。
阅读全文
posted @
2013-04-22 23:13
黑灵 阅读(2974) |
评论 (0)
|
编辑
收藏
Properties.storeToXML方法抛出空指针哦!
摘要: 今天项目里遇到的, 在这里做个记录!
阅读全文
posted @
2013-04-19 16:42
黑灵 阅读(2467) |
评论 (0)
|
编辑
收藏
关于spring-mvc的InitBinder注解的参数
摘要: 通过Spring-mvc的@InitBinder注释的方法可以对WebDataBinder做一些初始化操作。
比如设置Validator。
我一直在想能不能为每个Request或者每个Action方法单独设置Validator。
也就是说Controller里有多个被@InitBinder标注的方法。 在不同的Action时被分别调用。
阅读全文
posted @
2013-04-17 00:42
黑灵 阅读(26686) |
评论 (2)
|
编辑
收藏
KMP算法里的next函数是怎么得到的?
posted @
2013-04-14 23:24
黑灵 阅读(1413) |
评论 (0)
|
编辑
收藏
简单的监视某个端口的连接数的Linux命令
posted @
2012-10-30 09:38
黑灵 阅读(3079) |
评论 (0)
|
编辑
收藏
HTTP Methods Every Web Developer Must Know
posted @
2012-08-21 09:27
黑灵 阅读(1710) |
评论 (0)
|
编辑
收藏
当客户端和服务器都在自己的机器上时,用wireshark拦截packet
摘要: 当客户端和服务器都在自己的机器上时,用wireshark是看不到发送和接受到的数据包的.
阅读全文
posted @
2012-04-12 09:22
黑灵 阅读(2296) |
评论 (1)
|
编辑
收藏
spring data mongodb的Converter问题
摘要: 调用mongoTemplate的save方法时, spring-data-mongodb的TypeConverter会自动给document添加一个_class属性, 值是你保存的类名. 这种设计并没有什么坏处. spring-data-mongodb是为了在把document转换成Java对象时能够转换到具体的子类. 但有时候我们并不希望出现这个字段, 主要是看上去会比较"烦". 可以通过设置MappingMongoConverter的MongoTypeMapper来解决这个问题.
阅读全文
posted @
2012-02-21 09:34
黑灵 阅读(8702) |
评论 (0)
|
编辑
收藏
Grails 控制台输出乱码的解决方法
posted @
2011-08-25 17:06
黑灵 阅读(1036) |
评论 (1)
|
编辑
收藏
jdbcdslog oracle data source
posted @
2011-06-30 09:55
黑灵 阅读(2141) |
评论 (1)
|
编辑
收藏
Resizing a root LVM volume
posted @
2010-10-07 16:49
黑灵 阅读(684) |
评论 (0)
|
编辑
收藏
The Zen of Python
posted @
2010-08-30 17:05
黑灵 阅读(430) |
评论 (0)
|
编辑
收藏
把RHEL的DVD镜像最为YUM安装源
posted @
2010-08-24 15:41
黑灵 阅读(1622) |
评论 (0)
|
编辑
收藏
Windows XP上给IIS注册WCF服务
posted @
2010-08-11 09:59
黑灵 阅读(2061) |
评论 (0)
|
编辑
收藏
我的ubuntu 常用软件
posted @
2010-08-08 16:45
黑灵 阅读(355) |
评论 (0)
|
编辑
收藏
Visual Studio 2010 配置相关
摘要: Visual Studio 2010 配置相关
阅读全文
posted @
2010-08-05 09:13
黑灵 阅读(323) |
评论 (0)
|
编辑
收藏
wofstreamでUnicode文字列をファイルに出力する。
posted @
2010-08-04 12:14
黑灵 阅读(523) |
评论 (0)
|
编辑
收藏
页面上显示PDF, 但是不显示工具栏(IE).
posted @
2010-07-14 15:32
黑灵 阅读(7839) |
评论 (0)
|
编辑
收藏
oracle使用笔记
posted @
2009-12-08 09:03
黑灵 阅读(350) |
评论 (0)
|
编辑
收藏
Oracle建完索引后要analyze一下才行!
posted @
2009-11-25 17:33
黑灵 阅读(495) |
评论 (0)
|
编辑
收藏
Visual Studio开发QT程序--环境配置
posted @
2009-11-12 22:53
黑灵 阅读(3276) |
评论 (1)
|
编辑
收藏
Tomcat里的cpappend.bat
摘要: 在Tomcat的发行包中有一个bat文件很有意思.
可以把指定的参数添加到classpath里面.
和bat脚本for一起配合,可以实现自动的把某个目录下的jar包都放到classpath里.
阅读全文
posted @
2009-11-05 09:43
黑灵 阅读(1818) |
评论 (2)
|
编辑
收藏
显示文件列表的groovy脚本
摘要: 显示文件列表的groovy脚本
阅读全文
posted @
2009-09-27 19:57
黑灵 阅读(1152) |
评论 (0)
|
编辑
收藏
[ZZ]Linux更改文件时间
posted @
2009-09-25 11:27
黑灵 阅读(351) |
评论 (0)
|
编辑
收藏
ASCII Characters Table
摘要: American Standard Code for Information Interchange (ASCII), pronounced /ˈæski/ is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that work with text. ASCII includes definitions for 128 characters: 33 are non-printing control characters (number 0 to 31 and 127), now mostly obsolete that affect how text is processed; 94 are printable characters (numbers 32 to 126), and the space is cons
阅读全文
posted @
2009-09-18 10:52
黑灵 阅读(342) |
评论 (0)
|
编辑
收藏
[ZZ]Groovy Goodness: Using the GroupBy Method
摘要: In Groovy we can group the elements of a Collection type in a map. We define the rule for grouping with a closure. The result is a map where the key is the grouping condition and the value contains the elements of the Collection type belonging to the key. Let's see the groupBy method in action:
阅读全文
posted @
2009-09-14 09:58
黑灵 阅读(283) |
评论 (0)
|
编辑
收藏
<
2009年9月
>
日
一
二
三
四
五
六
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
公告
常用链接
我的随笔
我的评论
我的参与
最新评论
随笔分类
(175)
AJAX(6)
(rss)
DataBase(5)
(rss)
Do everything with Groovy(4)
(rss)
ExtJS
(rss)
J2EE(29)
(rss)
JSF(4)
(rss)
MStar Utility(2)
(rss)
ORM(9)
(rss)
RIA(3)
(rss)
Server配置(2)
(rss)
Struts(1)
(rss)
Tapestry(1)
(rss)
Unix&Linux(32)
(rss)
wap(1)
(rss)
WebWork(4)
(rss)
不编不知道,一编吓一跳(17)
(rss)
乱七八糟(32)
(rss)
客户端技术(1)
(rss)
正则表达式
(rss)
脚本语言(22)
(rss)
文章分类
(1)
Tomcat(1)
(rss)
博客同道
GENOW
(rss)
远离尘嚣
常用资源
Martin Fowler
Martin Fowler的文章
最新评论
1. re: 关于spring-mvc的InitBinder注解的参数
这个里面User与User_是两个不同的类
--mmocake