黑灵客栈
黑灵的没啥技术含量的技术博客! -> http://zjumty.iteye.com
BlogJava
|
首页
|
发新随笔
|
发新文章
|
联系
|
聚合
|
管理
随笔:204 文章:2 评论:243 引用:0
2005年5月12日
在传输层上压缩WebService的请求和响应
posted @
2013-06-23 21:45
黑灵 阅读(6090) |
评论 (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
黑灵 阅读(30418) |
评论 (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
黑灵 阅读(1412) |
评论 (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
黑灵 阅读(7838) |
评论 (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
黑灵 阅读(3275) |
评论 (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)
|
编辑
收藏
[ZZ]Groovy Goodness: Using Lists and Maps As Constructors
摘要:
Constructors in Groovy can be invoked in a classic Java way, but we can also use lists or maps to create objects. Groovy supports an explicit coersion of a list to a constructor with the as keyword. Or we can rely on the implicit coersion when Groovy looks at the type of the variable to automatically convert the list to the right constructor call.
阅读全文
posted @
2009-09-08 17:09
黑灵 阅读(348) |
评论 (0)
|
编辑
收藏
[ZZ]Groovy Goodness: Using the Inject Method
摘要: Groovy has some features and methods we can categorize as functional programming. The inject() method is a so called higher-order function. Other languages call it a fold, reduce or accumulate. The inject() method processes a data structure with a closure and builds up a return value. The first parameter of the inject() method is the first value of the intermediary results of the second parameter: the closure. When we use the inject() we don't introduce any side effects, because we build up the
阅读全文
posted @
2009-09-08 17:04
黑灵 阅读(320) |
评论 (0)
|
编辑
收藏
[ZZ]Groovy Goodness: Date and Time Durations and the TimeCategory
摘要: Groovy has some elegant ways to work with date and time values. One of them is the support of durations. We can define a duration to denote a certain time amount, like 7 days, 2 hours and 50 minutes. We can use these durations to add or subtract them from date and time objects.
The TimeCategory provides an even Groovier way to work with durations. We can use constructs like 7.days + 12.minutes to create a duration. When we read this code it is just like reading English text. Here is som
阅读全文
posted @
2009-09-07 10:54
黑灵 阅读(445) |
评论 (0)
|
编辑
收藏
[ZZ]Groovy Goodness: Multiple Assignments
摘要: Since Groovy 1.6 we can define and assign values to several variables at once. This is especially useful when a method returns multiple values and we want to assign them to separate variables.
阅读全文
posted @
2009-09-07 10:52
黑灵 阅读(327) |
评论 (0)
|
编辑
收藏
[ZZ]Groovy Goodness: the With Method
摘要: Groovy has a with method we can use to group method calls and property access to an object. The with method accepts a closure and every method call or property access in the closure applies to the object if applicable. The method is part of Groovy's extensions to the java.lang.Object class. Let's see this with an example:
阅读全文
posted @
2009-09-07 10:51
黑灵 阅读(287) |
评论 (0)
|
编辑
收藏
制作图片缩略图的Groovy脚本
摘要: 制作图片缩略图的Groovy脚本
阅读全文
posted @
2009-08-25 13:49
黑灵 阅读(1240) |
评论 (0)
|
编辑
收藏
改文件名的Groovy代码
摘要: 改文件名的Groovy代码
阅读全文
posted @
2009-08-21 10:54
黑灵 阅读(584) |
评论 (0)
|
编辑
收藏
下划线分割字符串转换成驼峰式字符串
摘要: 下划线分割字符串转换成驼峰式字符串的groovy脚本
阅读全文
posted @
2009-06-22 19:19
黑灵 阅读(2572) |
评论 (1)
|
编辑
收藏
Grails develop tip 1
posted @
2009-05-31 10:44
黑灵 阅读(1239) |
评论 (0)
|
编辑
收藏
判断一个类是另一个类的子类
posted @
2008-12-24 15:02
黑灵 阅读(1264) |
评论 (3)
|
编辑
收藏
iBatis+Oracle+hashmap的TIMESTAMP转型问题
摘要: 这是个什么问题呢?
首先你要在这样的环境下:
iBatis-2.3.4.726
oracle jdbc driver 10.2.0.3.0
你的数据库中字段定义为TIMESTAMP
你的sqlMap中的resultClass为hashmap
这是如果你这样调用
Map result = xxxDao.queryForObject(......);
Date someTime = (Date)result.get("someTime");
你会的到如下ClassCaseException: oracle.sql.TIMESTAMP
阅读全文
posted @
2008-11-05 14:28
黑灵 阅读(5092) |
评论 (3)
|
编辑
收藏
日语输入法中特殊文字、符号的输入
posted @
2008-10-10 13:14
黑灵 阅读(252) |
评论 (0)
|
编辑
收藏
Don't trust any library that doesn't have a test suite
posted @
2008-10-04 00:49
黑灵 阅读(241) |
评论 (0)
|
编辑
收藏
ubuntu 配置系统服务的工具
posted @
2008-08-04 17:11
黑灵|
编辑
收藏
Scrum的世界: 我是一名开发人员
摘要: 今天在Dzone上看到一篇blog: Scrum World: I am a developer
以一个开发人员的视角写了scrum中的一次sprint中的一天做的事情. 挺有意思的, 翻译了一下给大家看看, 上面的原文链接有可能进不去, 我是通过国外代理进去的wordpress.com好像一直被挡在了长城外面啊.
阅读全文
posted @
2008-07-23 14:25
黑灵 阅读(1579) |
评论 (2)
|
编辑
收藏
[ZZ]Linux定时任务系统Cron入门
posted @
2008-07-21 12:42
黑灵 阅读(541) |
评论 (0)
|
编辑
收藏
django useful tip
摘要: 最近在用django做一下项目, 我也是第一次使用django, 也是第一次比较正式的使用Python. 本文将记录一下使用django过程中遇到的一下问题和解决办法. 不断更新!
阅读全文
posted @
2008-07-11 12:07
黑灵 阅读(2724) |
评论 (2)
|
编辑
收藏
调整更改ubuntu时区,时间,locale
posted @
2008-07-01 14:02
黑灵 阅读(22772) |
评论 (6)
|
编辑
收藏
如何在window系统中让py文件可以直接执行
摘要: 正常情况下你如果是用安装文件安装的Python, 那么安装时会给你设置好这样的功能. 但是有时候你可能不小心改了配置, 或者不是用安装包安装的. 这是如果你在控制台直接输入:
xxx.py arg1 arg2 这样的命令, 就不会显示"xxx.py"不是内部或外部命令,也不是可运行的程序或批处理文件。
比如你要用 django-admin.py startproject mysite 来建立项目.
阅读全文
posted @
2008-06-20 17:25
黑灵 阅读(28122) |
评论 (1)
|
编辑
收藏
update-rc.d详解 Debian/Ubuntu系统启动脚本
posted @
2008-06-20 16:04
黑灵 阅读(7854) |
评论 (0)
|
编辑
收藏
用Komodo调试Google App Engine应用程序
posted @
2008-06-12 16:30
黑灵 阅读(3011) |
评论 (7)
|
编辑
收藏
关于Chart的开源库
摘要: 收集的一些用于绘制图表的库.
阅读全文
posted @
2008-06-10 14:26
黑灵 阅读(3912) |
评论 (5)
|
编辑
收藏
Tomcat配置
posted @
2008-05-09 10:42
黑灵 阅读(3632) |
评论 (0)
|
编辑
收藏
apche 虚拟目录 (外部部署)(曾经犯的错误)
posted @
2008-05-09 10:34
黑灵 阅读(915) |
评论 (0)
|
编辑
收藏
正则表达式
posted @
2008-03-14 20:39
黑灵 阅读(714) |
评论 (2)
|
编辑
收藏
gbk_to_utf8
摘要: 前些时候需要把项目中的文本文件都从GBK编码转换为UTF-8编码. 如果要手动的一个个的改, 那可费事了. 反正想学学Groovy, 就用Groovy做的转换脚本吧.
阅读全文
posted @
2008-03-11 09:44
黑灵 阅读(2765) |
评论 (2)
|
编辑
收藏
[待翻译]Categories of Java HotSpot VM Options
摘要: 还没翻译, 有时间翻译.
阅读全文
posted @
2007-12-26 14:23
黑灵 阅读(909) |
评论 (0)
|
编辑
收藏
用JakartaCommon的net组件来做ftp下载
摘要: 这几天一个同事要在项目里实现用ftp下载文件. 遇到了很多问题. 于是我推荐他用Jakarta-Commons项目中的net组件在实现. 其实之前我也没有实际用过, 稍稍看了一下文档,知道里面有个ftp包能完成相关的操作. 于是我的同事就兴致勃勃的拿去用了. 可用了以后缺发现了很多问题, 搞得焦头烂额. 经过我们的努力, 终于把问题都解决了, 下面我把遇到的问题和解决方案写下来, 以备其他想要用common-net包的朋友参考.
阅读全文
posted @
2007-11-08 19:21
黑灵 阅读(5996) |
评论 (5)
|
编辑
收藏
Regression testing
posted @
2007-07-31 22:27
黑灵 阅读(1008) |
评论 (0)
|
编辑
收藏
什么是BNF范式,什么又是EBNF范式?
posted @
2007-07-16 14:55
黑灵 阅读(11787) |
评论 (0)
|
编辑
收藏
谈谈Unicode编码,简要解释UCS、UTF、BMP、BOM等名词 (ZT)--转贴
posted @
2007-06-29 17:59
黑灵 阅读(911) |
评论 (0)
|
编辑
收藏
解决XP上安装SQLServer2000文件挂起问题
posted @
2007-06-13 15:04
黑灵 阅读(687) |
评论 (0)
|
编辑
收藏
[ZZ]Linux date 命令使用
posted @
2007-06-09 23:31
黑灵 阅读(3389) |
评论 (0)
|
编辑
收藏
Flex编程模型--转贴
posted @
2007-05-31 14:16
黑灵 阅读(1823) |
评论 (1)
|
编辑
收藏
Flex2 发现之旅:AS3中新的XML处理方法 - E4X
posted @
2007-05-31 13:28
黑灵 阅读(1227) |
评论 (0)
|
编辑
收藏
关于flex读取本地文件的问题--转贴
posted @
2007-05-28 18:10
黑灵 阅读(2963) |
评论 (0)
|
编辑
收藏
用Eclipse(FlexBuilder)打包Apollo Project
posted @
2007-05-24 18:57
黑灵 阅读(529) |
评论 (0)
|
编辑
收藏
批量安装windows系统补丁
posted @
2007-05-24 14:54
黑灵 阅读(1565) |
评论 (0)
|
编辑
收藏
VI常用命令整理--转载
posted @
2007-05-23 17:04
黑灵 阅读(5076) |
评论 (0)
|
编辑
收藏
在linux下制作光盘镜像
posted @
2007-05-19 18:53
黑灵 阅读(1159) |
评论 (0)
|
编辑
收藏
关于手机上传图片遇到的问题
摘要: contentType一定要写成application/vnd.wap.xhtml+xml; charset=UTF-8 ???
enctype="multipart/form-data" ??
手机上传文件大小为0??
打印HTTPRequest
阅读全文
posted @
2007-05-18 15:08
黑灵 阅读(1758) |
评论 (3)
|
编辑
收藏
[ZZ]挺有意思!
posted @
2007-05-11 16:58
黑灵 阅读(366) |
评论 (1)
|
编辑
收藏
关于ANT管理TOMCAT
posted @
2007-04-29 14:41
黑灵 阅读(3615) |
评论 (2)
|
编辑
收藏
管理用户命令
posted @
2007-04-19 23:58
黑灵 阅读(610) |
评论 (0)
|
编辑
收藏
ubuntu7.04上配置proftpd手记(2)
posted @
2007-04-19 23:25
黑灵 阅读(775) |
评论 (0)
|
编辑
收藏
ubuntu7.04上配置proftpd手记(1)
posted @
2007-04-18 23:32
黑灵 阅读(681) |
评论 (0)
|
编辑
收藏
APT快速参考
posted @
2007-04-18 22:54
黑灵 阅读(450) |
评论 (0)
|
编辑
收藏
[ZZ]wget 命令
posted @
2007-04-18 13:59
黑灵 阅读(1162) |
评论 (1)
|
编辑
收藏
用DWR2.0做的一个Server日志查看器
摘要: 有时候我需要查看已经部署到服务器上的应用程序的日志,每次都要远程登录服务器感觉很麻烦,所以一般我会把log文件的目录用apache做个网站,这样通过IE就可以访问到了。但是有时要看即时输出情况,就要不断的F5,很麻烦。所以就有个想法,不如用DWR2.0的反转Ajax来做个程序,让日志有变化时自动的发送到客户端,这样就我一个劲的按F5了。
阅读全文
posted @
2007-01-03 22:21
黑灵 阅读(3092) |
评论 (6)
|
编辑
收藏
真怀疑自己还是不是程序员
posted @
2006-11-28 18:21
黑灵 阅读(867) |
评论 (1)
|
编辑
收藏
SQL语句都忘光了
posted @
2006-11-26 23:30
黑灵 阅读(570) |
评论 (1)
|
编辑
收藏
把DWR的配置写到Spring的配置文件里(Spring2 新特性-自定义schema初体验)
posted @
2006-11-16 15:50
黑灵 阅读(14052) |
评论 (8)
|
编辑
收藏
Ubuntu Java 环境设置
posted @
2006-09-16 09:59
黑灵 阅读(5274) |
评论 (0)
|
编辑
收藏
ubuntu技术资料汇总
posted @
2006-09-14 17:46
黑灵 阅读(558) |
评论 (0)
|
编辑
收藏
visudo
posted @
2006-09-13 22:55
黑灵|
编辑
收藏
ubuntu分区
posted @
2006-09-13 21:29
黑灵|
编辑
收藏
今天遇到了一个Calendar的问题,大家看看!
摘要: 用Calendar的时候要小心啊!
阅读全文
posted @
2006-08-31 11:59
黑灵 阅读(818) |
评论 (1)
|
编辑
收藏
[翻译]Tomcat5.5 Class Loader HOW-TO
posted @
2006-08-24 14:39
黑灵 阅读(2423) |
评论 (0)
|
编辑
收藏
ClassLoader中的方法
posted @
2006-08-24 14:16
黑灵 阅读(871) |
评论 (2)
|
编辑
收藏
ClassLoader原理
posted @
2006-08-24 14:01
黑灵 阅读(24348) |
评论 (8)
|
编辑
收藏
utf-8 编码问题
posted @
2006-08-23 14:09
黑灵 阅读(905) |
评论 (0)
|
编辑
收藏
lftp 中文乱码
posted @
2006-07-22 23:50
黑灵 阅读(1461) |
评论 (0)
|
编辑
收藏
[备份]用MS Windows 字体美化 Ubuntu(6.06)
posted @
2006-07-22 18:39
黑灵 阅读(1786) |
评论 (0)
|
编辑
收藏
[备份]chmod (所有权和许可权限)
posted @
2006-07-22 17:22
黑灵 阅读(790) |
评论 (0)
|
编辑
收藏
fcitx配置文件
posted @
2006-07-22 15:31
黑灵 阅读(3423) |
评论 (0)
|
编辑
收藏
fcitx配置
posted @
2006-07-22 15:11
黑灵 阅读(4941) |
评论 (1)
|
编辑
收藏
ubuntu + xgl
posted @
2006-07-22 13:11
黑灵 阅读(259) |
评论 (0)
|
编辑
收藏
简单的bak命令
posted @
2006-07-22 12:43
黑灵 阅读(269) |
评论 (0)
|
编辑
收藏
[备份]Eclipse - a tale of two VMs (and many classloaders)
posted @
2006-06-26 17:37
黑灵 阅读(661) |
评论 (0)
|
编辑
收藏
[备份]动态更改页面的CSS
posted @
2006-06-14 11:45
黑灵 阅读(591) |
评论 (0)
|
编辑
收藏
体内缺乏有益菌生物的表现
posted @
2006-06-13 20:48
黑灵 阅读(368) |
评论 (0)
|
编辑
收藏
Java & Rhino & Groovy 性能啊!!
posted @
2006-06-07 15:44
黑灵 阅读(3276) |
评论 (2)
|
编辑
收藏
整天做办公室的我们要注意饮食啊
posted @
2006-06-05 10:06
黑灵 阅读(428) |
评论 (0)
|
编辑
收藏
LumaQQ的桌面快捷方式
posted @
2006-06-04 23:07
黑灵 阅读(296) |
评论 (0)
|
编辑
收藏
ubuntu linux mirror
posted @
2006-06-04 12:48
黑灵 阅读(360) |
评论 (0)
|
编辑
收藏
我在linux下的常用程序
posted @
2006-06-04 10:57
黑灵 阅读(280) |
评论 (0)
|
编辑
收藏
[备份]起动SWT应用的一段程序
posted @
2006-06-03 12:54
黑灵 阅读(318) |
评论 (0)
|
编辑
收藏
[备份]mount 命令详解
posted @
2006-05-20 21:50
黑灵 阅读(663) |
评论 (0)
|
编辑
收藏
[备份]由String类型字符组成的日期的星期
posted @
2006-04-11 10:14
黑灵 阅读(335) |
评论 (1)
|
编辑
收藏
[备份]Why LD_LIBRARY_PATH is bad
posted @
2006-04-02 12:35
黑灵 阅读(819) |
评论 (0)
|
编辑
收藏
[备份]Linux Daemons and Services
posted @
2006-04-02 11:50
黑灵 阅读(565) |
评论 (0)
|
编辑
收藏
[备份]Linux关机命令详解
posted @
2006-04-02 11:41
黑灵 阅读(321) |
评论 (0)
|
编辑
收藏
[备份]Linux init详解
posted @
2006-04-02 11:36
黑灵 阅读(389) |
评论 (0)
|
编辑
收藏
[备份]限制用户只能在input里输入中文
posted @
2006-03-22 19:14
黑灵 阅读(522) |
评论 (0)
|
编辑
收藏
[备份]Solaris管理员常用168条命令简明手册
posted @
2006-03-17 23:32
黑灵 阅读(496) |
评论 (0)
|
编辑
收藏
[备份]vi使用手册
posted @
2006-03-17 23:31
黑灵 阅读(498) |
评论 (0)
|
编辑
收藏
学习Solaris过程中找到的工具的使用方法。(不断更新中)
posted @
2006-03-17 23:27
黑灵 阅读(273) |
评论 (0)
|
编辑
收藏
[ZY]LinkedList vs. ArrayList
posted @
2006-01-26 20:25
黑灵 阅读(2701) |
评论 (2)
|
编辑
收藏
[备份]Windows操作系统常用网络命令使用技巧详解
posted @
2005-11-10 10:41
黑灵 阅读(870) |
评论 (1)
|
编辑
收藏
Request Parameter中的空格与加号
posted @
2005-11-07 16:09
黑灵 阅读(2969) |
评论 (0)
|
编辑
收藏
把你做的Java程序变成Windows系统服务。
posted @
2005-11-04 09:38
黑灵 阅读(3567) |
评论 (2)
|
编辑
收藏
WebWork2.2中的Continuation
posted @
2005-11-02 17:13
黑灵 阅读(2810) |
评论 (3)
|
编辑
收藏
轻松的生活,轻松的写程序
posted @
2005-10-28 20:35
黑灵 阅读(1410) |
评论 (6)
|
编辑
收藏
一个文件下载的Servlet
posted @
2005-10-27 22:52
黑灵 阅读(9235) |
评论 (3)
|
编辑
收藏
关于指定的Tomcat 404画面被IE替代的问题的解决。
posted @
2005-10-26 18:17
黑灵 阅读(2418) |
评论 (5)
|
编辑
收藏
OReilly.Beyond.Java.Sep.2005
posted @
2005-10-19 23:11
黑灵 阅读(1013) |
评论 (3)
|
编辑
收藏
花了几天时间终于把JMeter的bug给抓出来了
posted @
2005-10-19 22:50
黑灵 阅读(1451) |
评论 (2)
|
编辑
收藏
Manning.WebWork.in.Action.Sep.2005.pdf
posted @
2005-10-10 23:02
黑灵 阅读(2086) |
评论 (4)
|
编辑
收藏
Exadel.Studio.Pro.v3.0.4的破解终于出来了。
posted @
2005-10-06 14:01
黑灵 阅读(1866) |
评论 (1)
|
编辑
收藏
Axis初学手册
posted @
2005-10-06 13:49
黑灵 阅读(9765) |
评论 (5)
|
编辑
收藏
catalina
posted @
2005-10-05 00:24
黑灵 阅读(352) |
评论 (0)
|
编辑
收藏
Hibernate3中取得多层数据的所产生的n+1 selects问题的解决。
posted @
2005-09-30 09:12
黑灵 阅读(5600) |
评论 (7)
|
编辑
收藏
对于业务逻辑中发生的异常应该怎样显示到Web层?
posted @
2005-09-27 21:55
黑灵 阅读(2670) |
评论 (10)
|
编辑
收藏
如何实现由状态WebService,以及身份认证如何实现?
posted @
2005-09-23 22:24
黑灵 阅读(1629) |
评论 (2)
|
编辑
收藏
用applet + xml-rpc + hsqldb + xml实现一个聊天室
posted @
2005-09-23 00:22
黑灵 阅读(1962) |
评论 (9)
|
编辑
收藏
[ZZ]Java 理论与实践: 用动态代理进行修饰
posted @
2005-09-22 22:25
黑灵 阅读(615) |
评论 (0)
|
编辑
收藏
来上海两个多月了,谈谈感想
posted @
2005-09-17 10:29
黑灵 阅读(1609) |
评论 (8)
|
编辑
收藏
Hibernate3中的更新与删除
posted @
2005-09-15 23:52
黑灵 阅读(6977) |
评论 (3)
|
编辑
收藏
Could not initialize proxy - the owning Session was closed
posted @
2005-09-05 23:57
黑灵 阅读(4445) |
评论 (5)
|
编辑
收藏
MyEclipse4.0 出来了
posted @
2005-09-03 00:49
黑灵 阅读(1099) |
评论 (2)
|
编辑
收藏
EclipseWork
posted @
2005-08-29 16:52
黑灵 阅读(797) |
评论 (2)
|
编辑
收藏
Tapestry4初试小结
posted @
2005-08-28 23:13
黑灵 阅读(1193) |
评论 (3)
|
编辑
收藏
[ZZ]JavaServer Faces vs Tapestry - A Head-to-Head Comparison
posted @
2005-08-26 17:52
黑灵 阅读(788) |
评论 (0)
|
编辑
收藏
在ant中用native2ascii
posted @
2005-08-26 12:34
黑灵 阅读(1077) |
评论 (0)
|
编辑
收藏
Struts实战小结!
posted @
2005-08-23 14:40
黑灵 阅读(619) |
评论 (0)
|
编辑
收藏
iBatis实战小结!
posted @
2005-08-23 13:59
黑灵 阅读(787) |
评论 (0)
|
编辑
收藏
原来tomcat是这个意思!!
posted @
2005-08-21 17:16
黑灵 阅读(625) |
评论 (0)
|
编辑
收藏
dwr简介--一个例子(续二)
posted @
2005-08-09 17:56
黑灵 阅读(2418) |
评论 (5)
|
编辑
收藏
dwr简介--一个例子(续)
posted @
2005-08-09 17:34
黑灵 阅读(2798) |
评论 (5)
|
编辑
收藏
dwr简介--一个例子
posted @
2005-08-08 13:58
黑灵 阅读(3929) |
评论 (5)
|
编辑
收藏
dwr简介
posted @
2005-08-08 13:26
黑灵 阅读(5253) |
评论 (13)
|
编辑
收藏
[ZZ]实现图形JSF组件
posted @
2005-08-05 08:18
黑灵 阅读(686) |
评论 (0)
|
编辑
收藏
[ZZ]Classworking 工具箱: 在旧版 JVM 上使用 J2SE 5.0 特性
posted @
2005-07-28 08:53
黑灵 阅读(530) |
评论 (0)
|
编辑
收藏
[ZZ]Prepare for New EJB 3.0 Persistence
posted @
2005-07-28 08:46
黑灵 阅读(552) |
评论 (0)
|
编辑
收藏
[ZZ]Migrate J2EE Applications for EJB 3.0
posted @
2005-07-28 08:21
黑灵 阅读(534) |
评论 (0)
|
编辑
收藏
用SQLServer+XPsp2一定要把SQLServer的补丁打了!
posted @
2005-07-22 13:23
黑灵 阅读(647) |
评论 (1)
|
编辑
收藏
加载classpath中的文件
posted @
2005-07-20 14:46
黑灵 阅读(449) |
评论 (0)
|
编辑
收藏
查看自己上网IP
posted @
2005-07-18 08:59
黑灵 阅读(3246) |
评论 (2)
|
编辑
收藏
[ZZ]The Preferences API in Java 2SE 1.4 (Merlin)
posted @
2005-07-15 13:35
黑灵 阅读(543) |
评论 (1)
|
编辑
收藏
[ZZ]Using JavaServer Faces Technology with AJAX
posted @
2005-07-14 08:57
黑灵 阅读(714) |
评论 (0)
|
编辑
收藏
几个测试用到的framework和tools
posted @
2005-07-13 19:03
黑灵 阅读(1302) |
评论 (5)
|
编辑
收藏
[ZZ]适用于 Java 程序员的 CSP ,第 3 部分
posted @
2005-07-13 08:47
黑灵 阅读(447) |
评论 (0)
|
编辑
收藏
[ZZ]适用于 Java 程序员的 CSP ,第 2 部分
posted @
2005-07-13 08:46
黑灵 阅读(719) |
评论 (0)
|
编辑
收藏
[ZZ]适用于 Java 程序员的 CSP,第 1 部分
posted @
2005-07-13 08:44
黑灵 阅读(570) |
评论 (0)
|
编辑
收藏
[ZZ]Java规则引擎与其API(JSR-94)
posted @
2005-07-13 08:27
黑灵 阅读(483) |
评论 (0)
|
编辑
收藏
Exception management and error tracking in J2EE
posted @
2005-07-12 09:14
黑灵 阅读(1128) |
评论 (0)
|
编辑
收藏
穿学士服好傻
posted @
2005-06-22 20:22
黑灵 阅读(392) |
评论 (0)
|
编辑
收藏
请问如何通过Webservice访问到我的blog?
posted @
2005-06-21 09:35
黑灵 阅读(338) |
评论 (1)
|
编辑
收藏
今天发现了HSQL,觉得这是解决NetCatcher中维持在线状态统计的一个办法
posted @
2005-06-20 09:53
黑灵 阅读(523) |
评论 (0)
|
编辑
收藏
Flex+Webservice中文乱码问题解决
posted @
2005-06-18 22:34
黑灵 阅读(5398) |
评论 (1)
|
编辑
收藏
实战 Groovy: 用 Groovy 打造服务器端
posted @
2005-06-17 10:57
黑灵 阅读(763) |
评论 (2)
|
编辑
收藏
实战 Groovy: 用 Groovy 更迅速地对 Java 代码进行单元测试
posted @
2005-06-17 10:53
黑灵 阅读(687) |
评论 (0)
|
编辑
收藏
实战 Groovy: 在 Java 应用程序中加一些 Groovy 进来
posted @
2005-06-17 10:51
黑灵 阅读(1323) |
评论 (0)
|
编辑
收藏
Using Flex Builder to Create Web Service–Based Flex Applications
posted @
2005-06-12 22:31
黑灵 阅读(1833) |
评论 (3)
|
编辑
收藏
Cloudscape Version 10: A technical overview
posted @
2005-06-09 13:23
黑灵 阅读(576) |
评论 (0)
|
编辑
收藏
Practically Groovy: Stir some Groovy into your Java apps
posted @
2005-06-08 12:36
黑灵 阅读(518) |
评论 (0)
|
编辑
收藏
alt.lang.jre: Nice 的双倍功能
posted @
2005-06-08 10:38
黑灵 阅读(360) |
评论 (0)
|
编辑
收藏
alt.lang.jre: 感受 Groovy
posted @
2005-06-08 10:19
黑灵 阅读(329) |
评论 (0)
|
编辑
收藏
在试XML-RPC(这回画个图吧)
posted @
2005-06-07 20:15
黑灵 阅读(828) |
评论 (2)
|
编辑
收藏
小试XML-RPC(浏览器javascript与服务器java通信)
posted @
2005-06-07 13:50
黑灵 阅读(3831) |
评论 (2)
|
编辑
收藏
TheServerSide.com turns 5
posted @
2005-06-04 02:18
黑灵 阅读(235) |
评论 (0)
|
编辑
收藏
今天的项目进展比较大
posted @
2005-06-04 02:09
黑灵 阅读(215) |
评论 (0)
|
编辑
收藏
我和mimi
posted @
2005-06-02 22:38
黑灵 阅读(233) |
评论 (0)
|
编辑
收藏
一个困扰了我好几天的Hibernate+Spring的问题,算是解决了吧!
posted @
2005-06-02 21:32
黑灵 阅读(8947) |
评论 (8)
|
编辑
收藏
The New Holy Trinity
posted @
2005-06-02 09:43
黑灵 阅读(349) |
评论 (0)
|
编辑
收藏
Protecting the Domain Model
posted @
2005-06-02 09:34
黑灵 阅读(485) |
评论 (0)
|
编辑
收藏
org.mstar.collection.TwoDimensionTable
posted @
2005-06-01 23:12
黑灵 阅读(568) |
评论 (1)
|
编辑
收藏
org.mstar.collection.Counter
posted @
2005-06-01 21:11
黑灵 阅读(337) |
评论 (0)
|
编辑
收藏
JCA 1.5,第 2 部分: 工作管理和事务流入
posted @
2005-06-01 09:50
黑灵 阅读(508) |
评论 (0)
|
编辑
收藏
JCA 1.5,第 1 部分: 优化和生命周期管理
posted @
2005-06-01 09:48
黑灵 阅读(516) |
评论 (0)
|
编辑
收藏
轻量级开发的成功秘诀,第 1 部分: 核心原则及原理
posted @
2005-06-01 09:45
黑灵 阅读(337) |
评论 (0)
|
编辑
收藏
构建更佳的 J2EE 服务器,开源之路
posted @
2005-06-01 09:18
黑灵 阅读(358) |
评论 (0)
|
编辑
收藏
hoho,今天发现了XML-RPC!
posted @
2005-05-31 23:53
黑灵 阅读(1446) |
评论 (1)
|
编辑
收藏
Build Custom JSF Components
posted @
2005-05-26 13:14
黑灵 阅读(769) |
评论 (0)
|
编辑
收藏
Random的nextInt(int i)方法的返回值
posted @
2005-05-21 11:04
黑灵 阅读(26483) |
评论 (7)
|
编辑
收藏
我的桌面!!
posted @
2005-05-19 20:37
黑灵 阅读(270) |
评论 (0)
|
编辑
收藏
6 Best Practices for J2EE Architecture
posted @
2005-05-19 18:34
黑灵 阅读(568) |
评论 (0)
|
编辑
收藏
webwork2 中文问题
posted @
2005-05-12 00:45
黑灵 阅读(524) |
评论 (0)
|
编辑
收藏
多Submit按钮提交的问题。
posted @
2005-05-12 00:39
黑灵 阅读(1123) |
评论 (0)
|
编辑
收藏
<
2005年5月
>
日
一
二
三
四
五
六
24
25
26
27
28
29
30
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
31
1
2
3
4
公告
常用链接
我的随笔
我的评论
我的参与
最新评论
随笔分类
(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