简历2
简 历 【 求职意向 】 Java 软件开发工程师 【 个人信息 】 姓名:李胜钊 性别:男 民族:汉 出生年月: 1986 年 11 月 学历:本科 ( 统招 ) 毕业学校:西安工业大学 毕业时间: 2009 年 7 月 手机: 13474007014 电子邮件: monkeyking1987@126.com QQ : 3
简历
【求职意向】
Java软件开发工程师
【个人信息】
姓名:李胜钊 性别:男
民族:汉 出生年月:1986年11月
学历:本科(统招) 毕业学校:西安工业大学
毕业时间:2009年7月 手机:13474007014
电子邮件:monkeyking1987@126.com QQ:343344981
【掌握技能】
㈠ 基于Java EE架构的Java技术:Java SE JDBC, Hibernate,Ibatis,Web编程JSP/Servlet/Struts,企业应用EJB/Spring.
㈡ 数据库开发:数据库原理及SQL,JDBC等开发语言及接口.
㈢ Sun Unix操作系统:Sun Solaris,Unix开发平台,vi编辑环境,系统,安全等.
㈣ 前台开发相关技术,HTML,AJAX与JS等.
知识体系:
Unix->Oracle->MySql->Java SE->JDBC->XML->Hibernate-> HTML&JavaScript ->Servlets-> JSP->Ajax->Struts->Spring->EJB
【实习经验】
实习时长:3个月(2009.7~2009.10)
实习单位:成都市智仁职业技能培训中心
实习岗位:项目经理
岗位描述:主要是给学生解决培训中出现的问题与讲解相关的Java技术,如数据库,Hibernate等。
【实训经历】
2009.1—2009.6 西安达内科技培训中心C+E国际软件工程师实训
实训期间一直担任班长
【项目经验】
1. netctoss(电信运行计费管理系统)
⑴开发环境
系统结构 :B/S结构
操作系统 :Unix/Linux操作系统
浏览器 :FireFox浏览器
数据库 :Oracle数据库
应用服务器:Jboss服务器
⑵项目描述
某电信运营商新增一项Open Lab(开放实验室)出租业务,即该电信运营商提供基于Unix平台的实验室环境,选择使用这种业务的用户能够远程登录到实验室中做基于这个实验室环境的一些工作和实验。运营商希望借助先进的计算机技术对访问实验室的用户进行管理和计费,由此实现对此项业务运营的支持与管理。项目主要包括以下子系统:采集系统,整合系统,用户管理系统,资费管理系统,管理员管理系统,帐单查询系统,帐务查询系统,用户自服务系统,权限管理系统。项目设计由三个人完成,分模块实现所有功能。
⑶责任描述
在项目中担任组长,负责用户管理系统模块与资费管理系统模块的实现,并协调三人在完成项目过程中出现的问题,以及进行代码的整合与调试。
⑷感受与收获
这是一次知识的综合运用.在项目中,熟悉了SSH框架的整合与运用,明白了权限管理到底是什么以及如何使用.在担负组长的过程中,第一次体会到团队合作对软件开发的巨大作用,从中获得了许多有益的知识.
2. DMS(后台数据挖掘与整合系统)
⑴开发环境
系统结构 :后台服务+C/S结构
操作系统 :Unix/Linux操作系统
数据库 :Oracle数据库
⑵项目描述
本系统是一个计费的系统,要想对用户进行准确的收费,必须能够获得用户使用开放实验室的准确的使用记录,系统正是为了获取这些记录而提供的。以下分采集与整合两方面描述:
①采集端用户每次登录和退出的信息都会被自动保存到一个在线日志文件中。采集端通过调用Unix系统函数来读取这个日志文件中的内容,然后对读取到的内容进行整理,整理为方便计费的数据,其中包括登录名、登录时间或登出时间等作为计费依据的数据。最后把这些数据存入数据库中,以备其他系统使用。为了使读取的数据量不至于过大,采集系统会每小时定时执行一次,每次只采集上一个小时时间段之内的数据。
②整合端采集端定时将用户使用服务器的数据存入到了数据库中,但这些数据都是流水帐的数据,是用户每次使用UNIX操作系统的用时。整合端将流水帐的数据进行处理,以便生成用户的月账单和对开放实验室的使用情况进行月统计和年统计。
⑶责任描述
负责项目的设计,代码编写与测试等。
3. MyDangDang(网上购书系统)
⑴开发环境
系统结构 :B/S结构
操作系统 :Unix/Linux操作系统
浏览器 :FireFox浏览器
数据库 :Oracle数据库
⑵项目描述
此项目的目的是为客户建立一个方便,快捷的网上购书系统,功能包括用户登录与注册;书籍的分类查看;书籍的订购,数量的修改与删除;订单的生成与退出系统等。
项目的设计基于MVC的三层架构。JSP用于视图层,负责展示页面与用户信息的输入,Ajax与JavaScript辅助实现页面中一些特殊功能,如书籍数量的修改,验证码的校验等;控制层使用Struts技术处理所有的业务逻辑,包括业务流程的控制与页面如何跳转等;模型层采用Hibernate与Java技术实现,包括对数据库的访问与封装相关的实体,如订单,用户等实体。
⑶责任描述
负责项目的设计,JSP页面的处理,页面跳转控制与后台使用Hibernate对数据库的操作。
⑷感受与收获
以前在网络中看见了当当网,那是别人做的;现在自己做了一个.原来:当当就是如此.不过,和真实中的当当网还有相当大的差距.此项目的完成对自己的Web编程能力有了不小的提升,以及提高了运用相关知识解决问题的能力.
【教育背景】
2005.9—2009.7 西安工业大学 国际经济与贸易专业
大学期间一直担任班级体育委员
【证书】
1. 国家工业与信息产业部颁发的高级软件工程师认证证书
2. Sun公司颁发的Java国际软件工程师证书SCJP,国际通用
3. Sun公司与达内公司共同签发的Java软件工程师培训证书
【爱好】
电脑,足球,听音乐

InnoDBBufferPool reduces disk I/O by caching data and indexing pages, improving database performance. Its working principle includes: 1. Data reading: Read data from BufferPool; 2. Data writing: After modifying the data, write to BufferPool and refresh it to disk regularly; 3. Cache management: Use the LRU algorithm to manage cache pages; 4. Reading mechanism: Load adjacent data pages in advance. By sizing the BufferPool and using multiple instances, database performance can be optimized.

Compared with other programming languages, MySQL is mainly used to store and manage data, while other languages such as Python, Java, and C are used for logical processing and application development. MySQL is known for its high performance, scalability and cross-platform support, suitable for data management needs, while other languages have advantages in their respective fields such as data analytics, enterprise applications, and system programming.

MySQL is worth learning because it is a powerful open source database management system suitable for data storage, management and analysis. 1) MySQL is a relational database that uses SQL to operate data and is suitable for structured data management. 2) The SQL language is the key to interacting with MySQL and supports CRUD operations. 3) The working principle of MySQL includes client/server architecture, storage engine and query optimizer. 4) Basic usage includes creating databases and tables, and advanced usage involves joining tables using JOIN. 5) Common errors include syntax errors and permission issues, and debugging skills include checking syntax and using EXPLAIN commands. 6) Performance optimization involves the use of indexes, optimization of SQL statements and regular maintenance of databases.

MySQL is suitable for beginners to learn database skills. 1. Install MySQL server and client tools. 2. Understand basic SQL queries, such as SELECT. 3. Master data operations: create tables, insert, update, and delete data. 4. Learn advanced skills: subquery and window functions. 5. Debugging and optimization: Check syntax, use indexes, avoid SELECT*, and use LIMIT.

MySQL efficiently manages structured data through table structure and SQL query, and implements inter-table relationships through foreign keys. 1. Define the data format and type when creating a table. 2. Use foreign keys to establish relationships between tables. 3. Improve performance through indexing and query optimization. 4. Regularly backup and monitor databases to ensure data security and performance optimization.

MySQL is an open source relational database management system that is widely used in Web development. Its key features include: 1. Supports multiple storage engines, such as InnoDB and MyISAM, suitable for different scenarios; 2. Provides master-slave replication functions to facilitate load balancing and data backup; 3. Improve query efficiency through query optimization and index use.

SQL is used to interact with MySQL database to realize data addition, deletion, modification, inspection and database design. 1) SQL performs data operations through SELECT, INSERT, UPDATE, DELETE statements; 2) Use CREATE, ALTER, DROP statements for database design and management; 3) Complex queries and data analysis are implemented through SQL to improve business decision-making efficiency.

The basic operations of MySQL include creating databases, tables, and using SQL to perform CRUD operations on data. 1. Create a database: CREATEDATABASEmy_first_db; 2. Create a table: CREATETABLEbooks(idINTAUTO_INCREMENTPRIMARYKEY, titleVARCHAR(100)NOTNULL, authorVARCHAR(100)NOTNULL, published_yearINT); 3. Insert data: INSERTINTObooks(title, author, published_year)VA


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Dreamweaver CS6
Visual web development tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Zend Studio 13.0.1
Powerful PHP integrated development environment