自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 资源 (4)
  • 收藏
  • 关注

原创 学Ajax代步 能否跟上发展? (转载)

前两天,很偶然的机会,一位我采访过软件公司的CTO打电话过来,讲述说在查看现在热炒的Ajax技术资料之后,发现他们早在一两年前就已经开始用这种技术开发在线CRM服务软件了。他并且给了我一个演示网址,登陆之后,我发现的确他们用的就是Ajax技术,而且将其发挥的也相当的出色,产品的使用感受与原来的在线软件有了很大的改变。不过,这并没有让我感到很惊奇。因为在更早的时候,我还看到过一家上海软件公司的产

2006-01-20 07:12:00 1753

原创 DWR collection converter 使用摘要

今天花了一个下午学习了一下 关于 collection 的 converter 的使用,这是Dwr的一个默认的 converter 但是不知道怎么用,从 Java Object --> Javascript Object 问题不大,有现成的例子可供参考 :),就是 Java function 返回一个Collection,看了一下返回值在 javascript 中是的形式是一个obje

2006-01-19 17:41:00 3685 1

原创 Google的技术剖析:创始人Sergey Brin 和 Lawrence Page的研究论文

The Anatomy of a Large-ScaleHypertextual Web Search EngineSergey Brin and Lawrence Page{sergey, page}@cs.stanford.eduComputer Science Department, Stanford University, Stanford, CA 94305Abstract 

2006-01-18 14:33:00 2518

原创 正则表达式基础知识

一、正则表达式基础知识 我们先从简单的开始。假设你要搜索一个包含字符“cat”的字符串,搜索用的正则表达式就是“cat”。如果搜索对大小写不敏感,单词“catalog”、“Catherine”、“sophisticated”都可以匹配。也就是说:  1.1 句点符号 假设你在玩英文拼字游戏,想要找出三个字母的单词,而且这些单词必须以“t”字母开头,以“n”字母结束。另外,假设有一本英文字典,你可以

2006-01-13 09:14:00 1033

转载 JDK1.4 的正则表达式的处理类和有关方法

在Sun的Java JDK 1.40版本中,Java自带了支持正则表达式的包,本文就抛砖引玉地介绍了如何使用java.util.regex包。  可粗略估计一下,除了偶尔用Linux的外,其他Linu x用户都会遇到正则表达式。正则表达式是个极端强大工具,而且在字符串模式-匹配和字符串模式-替换方面富有弹性。在Unix世界里,正则表达式几乎没有什么限制,可肯定的是,它应用非常之广泛。  正则表达式

2006-01-13 09:01:00 1048

原创 在b/s开发中经常用到的javaScript技术

在b/s开发中经常用到的javaScript技术一、验证类 1、数字验证内 1.1 整数 1.2 大于0的整数 (用于传来的ID的验证) 1.3 负整数的验证 1.4 整数不能大于iMax 1.5 整数不能小于iMin 2、时间类 2.1 短时间,形如 (13:04:06) 2.2 短日期,形如 (2003-12-05) 2.3 长时间,形如 (2003-12-05 13:04:06) 2.4 只

2006-01-12 19:35:00 1102

原创 javascript time format

Date.prototype.format = function(format) //author: meizz{  var o = {    "M+" : this.getMonth()+1, //month    "d+" : this.getDate(),    //day    "h+" : this.getHours(),   //hour    "m+" : this.getMinut

2006-01-12 15:18:00 1331

原创 When Element add attribute by the method "setAttribute",It can't work in IE

今天使用Javascript 操纵页面元素,想给指定的 Element 添加一些Attribute,使用 Ele.setAttribute("class", "tdbg");Ele.setAttribute("onclick", "test");结果在IE里面查看 元素的 Text 看到代码里面明明有了这些属性的设置 怎么一个都没起作用,但是在 mozilla里面却是对的,查看了相关文档,原来 两

2006-01-10 19:34:00 1194

原创 AJAX相关的一些资源

两篇非常好的介绍AJAX 并且做了一些简单的从底层构建AJAX的实例,对理解AJAX的原理很有帮助。其中还介绍了DOM的有关知识,相当详细。AJAX开发简略 (第一部分)AJAX开发简略 (第二部分)

2006-01-09 09:53:00 889

原创 TransformerFactoryImpl not found exception

javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not foundThis is the  problem with jdk 1.5 and tomcat 5.0 and Ive found the proble

2006-01-04 18:43:00 2038

原创 DWR Converters

ConvertersConvertersSubmitted by joe on August 17, 2005 - 23:11. The ConvertersThere are a number of converters that are defined and initialized for you. They are defined as follows:<converter id="nul

2006-01-03 22:20:00 2467

Struts2 Design And Programming

Overview Offering both theoretical explanations and real-world applications, this in-depth guide covers the 2.0 version of Struts, revealing how to design, build, and improve Java-based Web applications within the Struts development framework. Feature functionality is explained in detail to help programmers choose the most appropriate feature to accomplish their objectives, while other chapters are devoted to file uploading, paging, and object caching.

2009-05-17

XML Generation By Java

Different way to generate xml. DOM, SAX, JAXP

2009-05-17

JUnit Recipes

As Test-Driven Development practitioners, we have a tendency to write about JUnit exclusively as a tool for writing Object Tests. Because much of the JUnit community intersects with the TDD community, this seems like a reasonable thing to do; however, you may not be a TDD practitioner. Your current project may use JUnit, but only to write tests for existing code or to write tests at a higher-level view of the system than its objects. We would hate to leave you out of the conversation, as JUnit is certainly suitable for writing other kinds of tests.

2008-11-27

远程镜像与备份SVN 服务器

远程镜像与备份SVN 服务器 此文讲述SVN 如何镜像服务器,注意是单向镜像。众所周知,SVN 有自已的镜像命令

2008-11-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除