求助:英语达人,能不能帮我把软件工程师简历中的项目经验翻译成英文的!急急急!不胜感激

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了求助:英语达人,能不能帮我把软件工程师简历中的项目经验翻译成英文的!急急急!不胜感激相关的知识,希望对你有一定的参考价值。

1. XX服装企业分销网络系统
 项目介绍:该系统实现了服装企业对服装分销流程的信息化支持,系统的主要功能模块有:分销商库存管理、流向单管理、统计报表管理、分销费管理、付款结帐管理、基础数据管理等。本系统主要对企业的物流和资金流进行全面的管理和控制。
 总体技术:基于Jsp + Servlet+ JavaBean技术实现:分为展现层、业务逻辑层、DAO层、PO层,在DAO实现上基于OCP原则采用抽象工厂方法设计模式,DAO层直接封装JDBC数据库操作;在统计报表实现上使用Jfreechart组件,同时还使用了FileUpload上传组件及验证码生成组件等。
 负责工作:分销商库存管理、数据库设计
 心得体会:对企业DRP系统的业务需求有进一步理解,树结构实现方式,JDBC操作数据库,Jfreechart组件的运用、抽象工厂设计模式实现、一些技术细节等。

2. XX军区首长机关办公自动化OA系统
 项目介绍:为了加快部队信息化建设进程,提高首长机关的日常办公效率,促进司证后装备部门之间的协调工作,**军区结合自身实际,自主研发的一套OA系统。总体分机构管理、权限管理、公文流转、系统管理、信息交流、信息发布、知识管理、项目管理、资产管理、考勤管理、人事档案、我的工作台等模块。
 总体技术:基于Struts+ Spring+JBPM+ Hibernate的多层架构:展现层使用Struts来实现MVC模式,通过page-taglib实现分页,采用JSTL与自定义标签,使用Ajax技术使系统具有较好的用户体验;业务逻辑层利用Spring的IOC来维护业务对象之间的关联,利用Spring的AOP进行声明式事务管理,采用贫血Domain Object模型;持久化层使用hibernate来实现,通过DAO模式封装PO对象;将JBPM与Spring整合,实现公文流转模块;结合Freemarker模板技术实现动态表单定义模型;实现扩展的基于RBAC授权与认证模型;实现职能型的组织机构模型。
 责任描述:参与总体需求分析与架构设计、Domain Object设计、数据库设计、SSH架构搭建及JBPM的整合;同时实现主要模块机构管理、权限管理和公文流转核心模块的设计实现
 心得体会:对基于SSH架构的多层应用有深入体会,对工作流引擎JBPM的流程定义、部署和多种类型流程节点使用有进一步理解,基于RBAC模式能进行授权认证模块的实现,在该项目中的许多技术细节如:ACL的设计技巧,DWR实现动态授权,DOM4J实现初始化数据注入等等。

3. 企业客户关系管理CRM系统
 项目介绍:本项目旨在“以客户为中心,以市场为导向”的企业经营管理模式,通过集中管理客户信息,并在市场部、销售部、服务部等间共享客户数据,从而实现企业市场营销、销售管理、客户服务和支持等经营流程信息化,达到提高客户服务效率和销售人员事务处理的效率,最终实现企业资源的有效利用,提高企业的客户服务质量与核心竞争力。
 总体技术:采用JSF + Spring + Ibatis + Jfreechart的技术实现:展现层JSF采用Apache的myfaces1.1.1实现包,JSF基于组件、事件和后台bean的交互来开发应用,而不再基于请求相应和标记来解决展现层问题;利用Spring来解耦合,管理依赖,将整个应用进行整合;持久化层采用轻量级的ORM解决方案ibatis;对系统中的多种报表生成采用Jfreechart技术。
 负责工作:参与需求分析,数据库分析设计,销售管理模块实现
 心得体会:对CRM项目背景和需求有进一步理解,项目中使用的许多技术细节,如:使用Sitemesh控制页面布局,理解Sitemesh基本原理;利用POI库操纵Excel报表(批量导入和批量导出客户数据)等等。
降低要求,第二个和第三个项目随便翻译一个就OK !!!
一个项目一百分

先发两条。请验收。
项目经验: Project Experience
1. XX服装企业分销网络系统
1. Distribution Network System for ××Clothing Enterprise
 项目介绍:该系统实现了服装企业对服装分销流程的信息化支持,系统的主要功能模块有:分销商库存管理、流向单管理、统计报表管理、分销费管理、付款结帐管理、基础数据管理等。本系统主要对企业的物流和资金流进行全面的管理和控制。
Project Introduction: This system realizes the information support to the distribution flow of clothing enterprises. The main function modules include: distributor stocking management, flow direction form management, statistics form management, distribution fees management, payment and check-out management, basic data management, etc. This system is mainly used in the comprehensive management and control on the logistics and capital.
总体技术:基于Jsp + Servlet+ JavaBean技术实现:分为展现层、业务逻辑层、DAO层、PO层,在DAO实现上基于OCP原则采用抽象工厂方法设计模式,DAO层直接封装JDBC数据库操作;在统计报表实现上使用Jfreechart组件,同时还使用了FileUpload上传组件及验证码生成组件等。
Overall Technology: Implemented based on Jsp + Servlet+ JavaBean technology, it is divided into presentation layer, business logic layer, DAO layer, PO layer. The implement of DAO adopts the design mode of abstract factory method based on the OCP principle, and the DAO layer directly packages the operation of JDBC database; and the implement of statistics form adopts Jfreechart component, in the same time FileUpload uploading component and verification-code generation component, etc. are also used.
负责工作:分销商库存管理、数据库设计
The responsible work: The design of distributor stocking management and database.
 心得体会:对企业分销资源管理系统的业务需求有进一步理解,树结构实现方式,JDBC操作数据库,Jfreechart组件的运用、抽象工厂设计模式实现、一些技术细节等。
Experiences: Got further understanding of the service demand for distribution resources management system used in enterprises, and got further understanding of tree architecture implementation mode, JDBC operation database, the application of Jfreechart component, the implement of abstract factory design pattern, and some details.

2. XX军区首长机关办公自动化系统
2. Office Automation System for Head of ×× Military Area Command
 项目介绍:为了加快部队信息化建设进程,提高首长机关的日常办公效率,促进司证后装备部门之间的协调工作,**军区结合自身实际,自主研发的一套OA系统。总体分机构管理、权限管理、公文流转、系统管理、信息交流、信息发布、知识管理、项目管理、资产管理、考勤管理、人事档案、我的工作台等模块。
Project Introduction: In order to accelerate the information construction of the troops, enhance the routine work efficiency of head office, ensure the coordinated work among Command, Political Dept, Logistics Dept, and Equipment Dept, ×× Military Area Command combines self practical situation, and develops an OA system on the basis of itself. The overall system is divided into the following modules: institution management, rights management, documents flow, system management, information exchange, information release, knowledge management, project management, properties management, attendance management, HR archives, my workstation, and so on.
总体技术:基于Struts+ Spring+JBPM+ Hibernate的多层架构:展现层使用Struts来实现MVC模式,通过page-taglib实现分页,采用JSTL与自定义标签,使用Ajax技术使系统具有较好的用户体验;业务逻辑层利用Spring的IOC来维护业务对象之间的关联,利用Spring的AOP进行声明式事务管理,采用贫血Domain Object模型;持久化层使用hibernate来实现,通过DAO模式封装PO对象;将JBPM与Spring整合,实现公文流转模块;结合Freemarker模板技术实现动态表单定义模型;实现扩展的基于RBAC授权与认证模型;实现职能型的组织机构模型。
Overall Technology: A framework with multi layers based on Struts+ Spring+JBPM+ Hibernate. The presentation layer adopts Struts to realize MVC mode, adopts page-taglib to realize paging, adopts JSTL and custom tag, adopts Ajax technology to make system having better user experience; the business logic layer utilizes IOC of Spring to maintain the link between business objects, utilizes AOP of Spring to provide declarative transaction management, adopts anemia-type Domain Object model; the dada persistence layer adopts hibernate to realize, and adopts DAO mode to package PO object; Through the integration of JBPM and Spring to realize the document flow module; through the combination with Freemarker template technology to realize dynamic form definition model; to realize expanded authorize and authentication model based on RBCA; to realize functional organization model.
责任描述:参与总体需求分析与架构设计、Domain Object设计、数据库设计、SSH架构搭建及JBPM的整合;同时实现主要模块机构管理、权限管理和公文流转核心模块的设计实现
Responsibility Description: Participated in the analysis of overall demands and the design of framework, the design of Domain Object, the design of database, the building of SSH framework, the integration of JBPM; In the same time realized the management of main module organizations, rights management, and the design and realization of document flow core module.
 心得体会:对基于SSH架构的多层应用有深入体会,对工作流引擎JBPM的流程定义、部署和多种类型流程节点使用有进一步理解,基于RBAC模式能进行授权认证模块的实现,在该项目中的许多技术细节如:ACL的设计技巧,DWR实现动态授权,DOM4J实现初始化数据注入等等。
Experience: Got deep understanding of the multi layer application of SSH framework, and got further understanding of the flowing definition, deployment of workflow engine, JBPM, and the application of various kinds of flowing nodes. It is also further understood that based on RBAC mode the authorize and authentication module can be realized. Moreover, many technological details in this project, such as the design skills of ACL, the realization of dynamic authorization with DWR, the realization the injection of initial data with DOM4J, etc. are also understood further.
参考技术A 1. XX服装企业分销网络系统
 项目介绍:该系统实现了服装企业对服装分销流程的信息化支持,系统的主要功能模块有:分销商库存管理、流向单管理、统计报表管理、分销费管理、付款结帐管理、基础数据管理等。本系统主要对企业的物流和资金流进行全面的管理和控制。
 总体技术:基于Jsp + Servlet+ JavaBean技术实现:分为展现层、业务逻辑层、DAO层、PO层,在DAO实现上基于OCP原则采用抽象工厂方法设计模式,DAO层直接封装JDBC数据库操作;在统计报表实现上使用Jfreechart组件,同时还使用了FileUpload上传组件及验证码生成组件等。
 负责工作:分销商库存管理、数据库设计
 心得体会:对企业DRP系统的业务需求有进一步理解,树结构实现方式,JDBC操作数据库,Jfreechart组件的运用、抽象工厂设计模式实现、一些技术细节等。
1. XX clothing enterprises distribution network system
 projects: the system of business-to-clothing clothing distribution process of information-based support of the core functions of the system modules: distributor inventory management, single-flow management, statistical management, distribution management fee, pay for it too Management, data-based management. The present system is mainly for enterprises and logistics flow of funds to conduct a comprehensive management and control.
 technology in general: Jsp + Servlet + JavaBean technology: The show is divided into layers, the Business Logic Tier, DAO layer, PO layer, the DAO based on the realization of the principle of OCP use abstract methods of the factory design pattern, DAO layer package of direct operate JDBC database; In the realization of statistics on the use of Jfreechart components, as well as the use of the FileUpload upload components and code generation, and other components.
 responsible for: Distributor inventory management, database design
 experiences: DRP-to-business systems have a better understanding of business needs, and ways to achieve the structure of the tree, JDBC database operations, Jfreechart components of the application of an abstract factory model designed to achieve a number of technical details and so on.

2. XX军区首长机关办公自动化OA系统
 项目介绍:为了加快部队信息化建设进程,提高首长机关的日常办公效率,促进司证后装备部门之间的协调工作,**军区结合自身实际,自主研发的一套OA系统。总体分机构管理、权限管理、公文流转、系统管理、信息交流、信息发布、知识管理、项目管理、资产管理、考勤管理、人事档案、我的工作台等模块。
 总体技术:基于Struts+ Spring+JBPM+ Hibernate的多层架构:展现层使用Struts来实现MVC模式,通过page-taglib实现分页,采用JSTL与自定义标签,使用Ajax技术使系统具有较好的用户体验;业务逻辑层利用Spring的IOC来维护业务对象之间的关联,利用Spring的AOP进行声明式事务管理,采用贫血Domain Object模型;持久化层使用hibernate来实现,通过DAO模式封装PO对象;将JBPM与Spring整合,实现公文流转模块;结合Freemarker模板技术实现动态表单定义模型;实现扩展的基于RBAC授权与认证模型;实现职能型的组织机构模型。
 责任描述:参与总体需求分析与架构设计、Domain Object设计、数据库设计、SSH架构搭建及JBPM的整合;同时实现主要模块机构管理、权限管理和公文流转核心模块的设计实现
 心得体会:对基于SSH架构的多层应用有深入体会,对工作流引擎JBPM的流程定义、部署和多种类型流程节点使用有进一步理解,基于RBAC模式能进行授权认证模块的实现,在该项目中的许多技术细节如:ACL的设计技巧,DWR实现动态授权,DOM4J实现初始化数据注入等等。
2. XX head of the Military authorities OA Office Automation System
 Project: In order to speed up the process of building information-based forces, heads of agencies to improve the efficiency of day-to-day office, the Secretary for the promotion of evidence after the equipment sector co-ordination among ** Military Region in light of its own reality, independent research and development of a set of OA system. The overall sub-sector management, rights management, document flow, management systems, information exchange, information, knowledge management, project management, asset management, time management, personnel files, my workbench, and other modules.
 overall technology: Struts + Spring + JBPM + Hibernate multi-layer structure: to show the use of Struts-MVC model to achieve through the page-taglib achieve paging, using JSTL and custom labels, the use of Ajax technology to make the system a better user experience ; Use of the Business Logic Tier Spring of IOC to maintain the link between business objects, the use of Spring's AOP-statement for the management of affairs, the use of anemia Domain Object Model; persistence layer using hibernate to achieve, through the DAO object model package PO; will be JBPM integration with the Spring and achieve document flow module; Freemarker combination of technologies to achieve dynamic form template definition model; to realize the expansion of the authorization and authentication based on the RBAC model; to achieve the functions of the model-based organizations.
 description of the responsibilities: the overall demand for analysis and design of the structure, Domain Object design, database design, SSH framework and structures JBPM integration; at the same time to achieve the main module management, rights management and document flow core module design to achieve
 experiences: SSH-based multi-layer structure of the application of in-depth understanding of the workflow engine JBPM process definition, deployment and use of various types of process nodes have a better understanding, based on the RBAC model can be authorized to carry out certification of the modules to achieve in the Many of the projects in the technical details, such as: ACL design skills, DWR dynamic authorization, DOM4J achieve the initialization of data into and so on.

3. 企业客户关系管理CRM系统
 项目介绍:本项目旨在“以客户为中心,以市场为导向”的企业经营管理模式,通过集中管理客户信息,并在市场部、销售部、服务部等间共享客户数据,从而实现企业市场营销、销售管理、客户服务和支持等经营流程信息化,达到提高客户服务效率和销售人员事务处理的效率,最终实现企业资源的有效利用,提高企业的客户服务质量与核心竞争力。
 总体技术:采用JSF + Spring + Ibatis + Jfreechart的技术实现:展现层JSF采用Apache的myfaces1.1.1实现包,JSF基于组件、事件和后台bean的交互来开发应用,而不再基于请求相应和标记来解决展现层问题;利用Spring来解耦合,管理依赖,将整个应用进行整合;持久化层采用轻量级的ORM解决方案ibatis;对系统中的多种报表生成采用Jfreechart技术。
 负责工作:参与需求分析,数据库分析设计,销售管理模块实现
 心得体会:对CRM项目背景和需求有进一步理解,项目中使用的许多技术细节,如:使用Sitemesh控制页面布局,理解Sitemesh基本原理;利用POI库操纵Excel报表(批量导入和批量导出客户数据)等等。
3. Enterprise Customer Relationship Management CRM system
 Project: The project aims at "customer-focused, market-oriented" enterprise management mode, through the centralized management of customer information and marketing, sales, service, such as sharing of customer data in order to achieve Corporate marketing, sales management, customer service and support information-based processes to operate to improve the efficiency of customer service and sales staff to deal with matters of efficiency, and ultimately the effective use of corporate resources, improve customer service quality and core competitiveness.
 overall technology: JSF + Spring + Ibatis + Jfreechart of technology: to show JSF layer using the Apache to achieve myfaces1.1.1 package, JSF component-based, events and the background of the bean to develop interactive applications, rather than based on the request and the corresponding Tag to show to solve the problem layer; coupling solution to the use of Spring, dependent on the management of the whole application integration; layer using durable lightweight ORM solution ibatis; on the system used to generate a variety of statements Jfreechart technology.
 responsible for the work: needs analysis, database analysis of the design, sales management module to achieve
 experiences: CRM projects background and needs further understanding, the project used in many technical details, such as: the use of Sitemesh control page layout, to understand the basic principles of Sitemesh; POI database using Excel to manipulate statements of the (bulk import and export volume of customer data ), And so on.
参考技术B 朋友,我觉得你得请专业的翻译,简历可不能随便翻翻! 参考技术C MY GOD. 参考技术D 我也觉得这钱不能省

如何打造项目级硬核简历,成为一名合格的大厂工程师(必看)

小提醒:文末有精心整理的免费提供的纯干货资料哟,大厂非刚需!技术是刚需

又一年的秋招大戏要开始了。小部这段时间被问到最多的就是求职相关的问题。怎样才能进大厂?能不能帮忙内推?如何在短时间内增加简历含金量?

或许你也正——

简历投出去石沉大海,渴望得到大厂的面试机会

因为没有项目经验,不知道怎么让自己的简历脱颖而出

闷头学习,对自己的水平不够了解

那么小部建议你千万别错过CSDN软件工程师能力认证(以下简称C系列认证),参加C认证考试不光能收获超高含金量的项目经验,打造项目级硬核简历!考到C4水平还有机会收获CSDN内推,考前加入学习小组收获免费训练

在训练过程中采用基于“明确路径+领取任务+刻意练习+小组学习+大咖指导”的学习模型,让大家实现面向实践、任务驱动、共同成长的目标。

欢迎大家可以加入我们的学习小组一起学习!学好算法,打好基础,为进大厂做准备!

PS:已经有部分企业瞄准了C认证备考学员,他们倾情赞助,参与C认证备考的学员每阶段任务都能收获企业助学红包!C站全力助你进大厂拿高薪!

C能力认证简介

CSDN软件工程师能力认证(以下简称C系列认证)是由中国软件开发者网CSDN制定并推出的一个能力认证标准。C系列认证历经近一年的实际线下调研、考察、迭代、测试,并梳理出软件工程师开发过程中所需的各项技术技能,结合企业招聘需求和人才应聘痛点,基于公开、透明、公正的原则,甑别人才时确保真实业务场景、全部上机实操、所有过程留痕、存档不可篡改。

C系列认证,已上线84天,覆盖全国高校300+,C认证清晰定义了软件工程师的能力,能够夯实软件开发核心技术,掌握企业级开发框架,吃透分布式架构,玩转微服务架构,搞定性能调优,完全胜任编程能力,编程思想,算法能力,架构能力。

认证官网:https://ac.csdn.net/

C认证流程图

考生可依次从C1到C4、C5逐级考试,从软件开发相关的见习/实习类岗逐步进阶为能够胜任互联网大厂,如BATH、TMD的中级研发岗位,且具备全栈开发能力,可以成为企业内部小规模技术创新团队中的骨干。

下图是C站(CSDN)软件工程师能力认证标准中的C1/C4-能力认证图,分为基础能力和项目能力两大模块,模块中的技能点全覆盖一线大厂招聘技术人才要求。

C1/C4-能力认证图

C认证能力图谱

大厂即将为你敞开!

对于准备找工作的同学来说,最大的好处就是项目经验和内推机会了。你只要报考C认证,大厂的大门即将为你敞开。

具体来说,备考学习过程中有超高“含金量”的项目任务;考试有考项目,考完项目会开源,交给大家自主维护。这些成绩都能成为你简历上亮眼的一笔。

同时,通过C认证考试,就有机会进入CSDN人才库,获得内推机会,还可快人一步进大厂。

C认证每阶段的实践任务,完成后还能获得合作企业赞助的奖学金红包,边学边赚奖学金~

百万知识库等你领取!

为了方便大家学习,我们发起了‘’C站百万知识库‘’行动,根据C认证核心知识点,系统整理CSDN点击破万,收藏过千的硬核干货文章合集,每日分享至群内,汇集成系统性百万知识库,帮助大家自主学习,内容均来自csdn优质博主,无论你是刚刚接触Python、java、前端的技术小白,还是已经有了一定基础的技术爱好者,无论你是仍然在校专注学习、还是已经毕业几年的技术老鸟,都可以找到你想要的资料。

目前已梳理Python知识库600篇、java知识库600篇、前端知识库600篇,it软件工程师基础能力500篇,既包含小白+1的基础能力学习,也包含进大厂需要拥有的项目能力学习教程。知识库持续更新中,欢迎加入我们一起学习吧!

C站知识库覆盖以下知识点,每日更新中,欢迎进群一起系统学习!

部分资料预览:

都是程序员求职加薪的必备技能,扫码添加小龙女获取全部资源!

扫码领取

备注:百万知识库


「阅读原文」收获C认证免费指导

以上是关于求助:英语达人,能不能帮我把软件工程师简历中的项目经验翻译成英文的!急急急!不胜感激的主要内容,如果未能解决你的问题,请参考以下文章

英文达人帮忙啊,帮我把中文简历翻译成英文吧,谢谢

帮我把jar包里的一个文件替换了,求助,求助!!!!!! 不是java文件,是一个properties文件,其它文件不变!

求翻译!!!!急求!谁能帮我把下面的东西翻译成英文啊!!!!  翻译的好的加送50财富值!

谁能帮我把这首诗译成英语:

请帮忙把中文简历翻译成英文简历 谢谢

求助高手来帮忙(计算机英语)