2004年4月30日

lucene --- DemoIndex

摘要: /** Created on 2004-4-26*/import org.apache.lucene.index.*;import org.apache.lucene.analysis.standard.*;import org.apache.lucene.document.*;import java.io.*;/*** @author bell.wang*/public class DemoIn... 阅读全文

posted @ 2004-04-30 18:27 whbell-blog 阅读(1051) 评论(0) 推荐(0) 编辑

lucene ---- DemoSearch

摘要: /** Created on 2004-4-26**/import org.apache.lucene.analysis.*;import org.apache.lucene.analysis.standard.*;import org.apache.lucene.search.*; import org.apache.lucene.queryParser.*;import org.apache.... 阅读全文

posted @ 2004-04-30 18:26 whbell-blog 阅读(880) 评论(0) 推荐(0) 编辑

2004年4月29日

Java正则表达式详解

摘要: Java正则表达式详解出自:http://www.computerworld.com.cn 仙人掌工作室 2002年02月13日 16:03如果你曾经用过Perl或任何其他内建正则表达式支持的语言,你一定知道用正则表达式处理文本和匹配模式是多么简单。如果你不熟悉这个术语,那么“正则表达式”(Regular Expression)就是一个字符构成的串,它定义了一个用来搜索匹配... 阅读全文

posted @ 2004-04-29 21:30 whbell-blog 阅读(4795) 评论(1) 推荐(0) 编辑

2004年4月26日

我的想法: 关于人力资源管理系统

摘要: 第一层次:提高HR部门的工作效率影响HR部门工作效率的因素主要包括:员工信息管理模块薪资福利管理模块考勤休假模块第二层次:规范HR部门的业务流程招聘流程业绩评估流程培训流程员工职业计划离职流程第三层次:为企业与员工提供增值服务人力资源规划总经理自助服务直线经理自助服务员工自助服务等功能cathy 提出过哪些需求。 你整理出来的需求在哪里?leanard 提出过哪些建设性的意见?现存的问题:1。 没... 阅读全文

posted @ 2004-04-26 00:58 whbell-blog 阅读(1972) 评论(2) 推荐(0) 编辑

卧龙eHR系统功能介绍

摘要: 卧龙eHR系统功能介绍人事信息管理人力资源规划薪酬管理考勤管理培训管理招聘管理绩效管理公共信息管理报表中心员工自助系统管理人事信息管理 本模块为系统的基本模块,具备企业人力资源管理部门的日常事务处理功能,其中包括:人员信息管理、合同管理、统计分析、综合查询、花名册等等。 为 管理者全方位地了解企业拥有的人力资源,并对这一资源进行开发提供决策支持。 ● 可根据企业实际需要自定义员工人事档案项目;● ... 阅读全文

posted @ 2004-04-26 00:23 whbell-blog 阅读(1884) 评论(0) 推荐(0) 编辑

2004年4月22日

files to text

摘要: - excel to text http://www.andykhan.com/jexcelapi/index.html- word to texthttp://www.textmining.org/modules.php?op=modload&name=Downloads&file=index&req=viewdownloaddetails&lid=2&t... 阅读全文

posted @ 2004-04-22 21:44 whbell-blog 阅读(750) 评论(0) 推荐(0) 编辑

2004年4月16日

Struts框架

摘要: 序经过了两个星期不懈努力,今天终于完成了对strtus整体架构及核心标签库的介绍。从几乎不懂struts和HTML标签,到可以给别人解决涉及struts的一些小问题,这与朋友的帮助和我的努力是分不开的,但我更希望它能给那些想要学的,正在学的和已经学过的人带来不同的益处。我知道我是个新手,但我会用百倍的努力继续在这个领域进行深入性的和扩展性的学习与研究。同时,就象我说的,我们会用实际行动证明我们为你... 阅读全文

posted @ 2004-04-16 00:50 whbell-blog 阅读(26572) 评论(37) 推荐(5) 编辑

在struts中分页的一种实现

摘要: 在struts中分页的一种实现我的项目中的分页功能1, 思路使用一个页面控制类,它记录页面信息,如上页,下页,当前页等。在查询的Action中,将这个控制类和查询条件一起传递给数据库访问bean,然后将这两个参数保存在用户session中。在分页控制Action中,利用接收到的分页参数调用数据库访问的bean.2,实现(1)分页控制类/* @author nick* Created on 2004... 阅读全文

posted @ 2004-04-16 00:42 whbell-blog 阅读(3583) 评论(6) 推荐(1) 编辑

2004年4月6日

create database training;

摘要: create database training;use training;#create dabase tables# Database: train# Table: 'product'# create table product( id integer AUTO_INCREMENT primary key, name varchar(30), retailprice decimal(10,2)... 阅读全文

posted @ 2004-04-06 21:28 whbell-blog 阅读(694) 评论(0) 推荐(0) 编辑

About tesing

摘要: test case A test case is a series of tests used to determine whether one particular thing works properly. Often that means trying the same operation over and over again with little in the procedure.wh... 阅读全文

posted @ 2004-04-06 01:06 whbell-blog 阅读(737) 评论(0) 推荐(0) 编辑

导航