Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hel-guide
app
Commits
eef211bf
Commit
eef211bf
authored
Aug 14, 2017
by
JingChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates 车租易APP开发.md
Auto commit by GitBook Editor
parent
3d626ef5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
74 additions
and
1 deletion
+74
-1
README.md
README.md
+1
-1
车租易APP开发.md
车租易APP开发.md
+73
-0
No files found.
README.md
View file @
eef211bf
# 车租易从这里开始
Git 地址
[
](
http://hel.hand-china.com/app/hel-app-web.git
)
Git 地址
[
http://hel.hand-china.com/app/hel-app-web.git
](
http://hel.hand-china.com/app/hel-app-web.git
)
车租易APP开发.md
0 → 100644
View file @
eef211bf
# 融租易开发手册
*
[
GitBook使用
](
/gitbook.md
)
---
*
I. 开发环境准备
*
[
1.1 Git 使用
](
/git-guide.md
"git指令"
)
*
[
1.2 Maven 使用
](
/maven.md
"maven使用"
)
*
[
1.3 开发环境搭建
](
/project-create.md
)
*
[
1.4 更新项目的HEL依赖版本
](
/project-update.md
)
*
[
1.5 Liquibase
](
/liquibase-use.md
)
*
II. 项目开发规范
*
[
2.1 项目开发规范
](
/codeStyle.md#backEndDev
)
*
[
2.2 编码规范
](
/codeStyle.md#backEndName
)
*
2.3 Checkstyle
*
III. 后端开发
*
[
3.1 后端开发说明\(1.0\)
](
/后端开发/dev-flow.md
)
*
[
3.2 用户安全策略
](
/后端开发/user-security-strategy.md
)
*
[
3.3 审计
](
/后端开发/audit.md
)
*
[
3.4 锁机制
](
/后端开发/lock.md
)
*
[
3.5 日志管理
](
/后端开发/elk.md
)
*
[
3.6 代码生成器
](
/后端开发/code-generator.md
)
*
[
3.7 跨域访问
](
/后端开发/3.24-cors.md
)
*
[
3.8 消息机制
](
/后端开发/消息机制.md
)
*
IV. 前端JavaScript开发
*
[
4.1 前端开发说明 \(1.0\)
](
/front-kendoui.md
)
*
[
4.2 字段级通用方法
](
/common-field-javascript.md
)
*
[
4.3 窗口级通用方法
](
/common-window-javascript.md
)
*
[
4.4 锁屏和解屏通用方法
](
/common-mask-javascript.md
)
*
[
4.5 头行保存
](
/前端组件/头行保存.md
)
*
V. 前端UI开发
*
[
5.1 hlsCombobox\(下拉框\)
](
/前端组件/hlsCombobox.md
)
*
[
5.2 hlsDataSource\(数据源\)
](
/前端组件/hlsDataSource.md
)
*
[
5.3 hlsMaskedTextBox\(文本框\)
](
/前端组件/hlsMaskedTextBox.md
)
*
[
5.4 hlsPage\(分页控件\)
](
/前端组件/hlsPage.md
)
*
[
5.5 hlsTextArea\(文本域\)
](
/前端组件/hlsTextArea.md
)
*
[
5.6 hlsTlEdit\(多语言\)
](
/前端组件/hlsTlEdit.md
)
*
[
5.7 hlsDatePicker\(日期选择框\)
](
/前端组件/hlsDatePicker.md
)
*
[
5.8 hlsDateTimePicker\(时间选择框\)
](
/前端组件/hlsDateTimePicker.md
)
*
[
5.9 hlsLov\(lov选择框\)
](
/前端组件/hlsLov.md
)
*
[
5.10 hlsToolBar\(底部菜单栏\)
](
/前端组件/hlsToolBar.md
)
*
[
5.11 TabStrip\(sheet页切换卡\)
](
/前端组件/tabStrip.md
)
*
[
5.12 hlsForm\(表单\)
](
/前端组件/hlsForm.md
)
*
[
5.13 hlsCombobox\(下拉框\)
](
/前端组件/hlsCombobox.md
)
*
[
5.14 hlsCheckBox\(复选框\)
](
/前端组件/hlsCheckBox.md
)
*
[
5.15 hlsGrid\(表格\)
](
/前端组件/hlsGrid.md
)
*
[
5.16 dataSource\(数据源\)
](
/前端组件/dataSource.md
)
*
[
5.17 hlsGridBox\(表格\)
](
/前端组件/hlsGridBox.md
)
*
[
5.18 hlsNumericTextBox\(数字框\)
](
/前端组件/hlsNumericTextBox.md
)
*
[
5.19 hlsNavigationBar\(导航栏\)
](
/前端组件/hlsNavigationBar.md
)
*
VI. 框架功能描述
*
[
6.1 计划任务
](
/框架功能描述/计划任务.md
)
*
[
6.2 RabbitMq消息队列
](
/后端开发/RabbitMq消息队列.md
)
*
[
6.3 应用服务部署\(tomcat/weblogic\)
](
/框架功能描述/deployment.md
)
*
[
6.4 合同文本生成
](
/框架功能描述/docx4j.md
)
*
[
6.5 Excel导入导出
](
/框架功能描述/jad.md
)
*
[
6.6 redis安装和部署
](
/后端开发/redis.md
)
*
[
6.9 工作流开发指南
](
/后端开发/activiti_demo.md
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment