帮个忙把中文部分翻译成英文的好吗

来源:百度知道 编辑:UC知道 时间:2024/05/13 09:49:50
Project Name:公司内部DAO层中java代码的自动生成工具
Software Enviroment:Windows, Java, commons-lang
Hardware Enviroment:PC
Development Tools:Eclipse
Project Description:
1. 把某个edm文件以字符流的方式读入内存
2. 利用正则表达式,从字符流中抽取出TABLE名,COLUMN信息,PRIMARY KEY信息
3. 建立好数据库列类型, java基本类型和java包装类型 三者之间的类型关系
4. 建立模板
5. 加工步骤2,3,4产生的内容, 产生java代码
My Duties In The Project:
由于是自己自发的为公司做代码生成工具, 所以项目中所有的工作都是由我一个人做的.
包括: 需求分析, 设计, 开发实现, 测试, 维护

Project Name: internal DAO layer in Java code generation tool automatically
On Enviroment: Windows, Java, Commons - well
Hardware Enviroment: PC
Short and portugues e: Eclipse
Project had:
1 a document to the characters of edm way into memory
2 use regular expressions, from abstracted from two characters, information, information on PRIMARY KEY specific
3. establish good database column type, Java basic types and Java package type of relationship between three types
4. Build templates
5. 4 steps of processing, produce Java code
My Project: The enzyme
Because of his spontaneous code generation tool for the company, so the project in all the work is done by me.
Including: the requirement analysis, design, development, testing and maintenance

1. Edm file into a character stream is read into memory the way

2. The use of regular expressions, character stream extracted from the TABLE name, COLUMN information, P