Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gjjs-course
Overview
Overview
Details
Activity
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
郭旭
gjjs-course
Commits
64228025
Commit
64228025
authored
Feb 27, 2023
by
郭旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改后端教案
parent
6fb42efa
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
25 deletions
+27
-25
后端项目下载运行.md
后端项目开发/后端项目下载运行.md
+5
-3
后端项目代码调试.md
后端项目开发/后端项目代码调试.md
+2
-2
后端项目开发文档.md
后端项目开发/后端项目开发文档.md
+15
-15
后端项目整体介绍.md
后端项目开发/后端项目整体介绍.md
+5
-5
No files found.
后端项目开发/后端项目下载运行.md
View file @
64228025
## 后端
项目下载运行
## 后端
项目下载运行
...
...
@@ -81,7 +81,9 @@ servers元素中配置如下
</servers>
```
mirrors元素中配置如下
```
xml
<mirrors>
<!-- mirror
| Specifies a repository mirror site to use instead of a given repository. The
...
...
@@ -95,7 +97,7 @@ mirrors元素中配置如下
<id>mirrorId</id>
<mirrorOf>repositoryId</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http
://my.repository.com/repo/path</url>
<url>https
://my.repository.com/repo/path</url>
</mirror>
-->
<mirror>
...
...
@@ -117,7 +119,7 @@ mirrors元素中配置如下
<url>http://0.0.0.0/</url>
<blocked>true</blocked>
</mirror> -->
</mirrors>
</mirrors>
```
编译内存设置,建议根据自己电脑内存实际情况进行配置,推荐2048
...
...
后端项目开发/后端项目代码调试.md
View file @
64228025
# 后端项
目代码调试
# 后端项
目代码调试
...
...
@@ -65,7 +65,7 @@ check校验时,浏览器控制台上filederror中报隐藏/不存在的字段
td代码中的invisible/visible面板,有使该面板上的所有字段置为disabled/enable的功能,但在新国结后端代码中未实现invisible/visible置对应字段为disabled/enable的功能,而校验时很多check方法的进入条件有判断字段是否为enable,当字段隐藏时td自动置字段为disabled,因check进入条件判断enable为假,不进入check此字段,而新国结上字段隐藏时未置字段为disabled,check进入条件判断为真,进入了check方法,导致校验时报隐藏字段的check错误。
![
check
](
../assets/images/check.png
)
![
check
](
../assets/images/check
1
.png
)
#### 解决方案
...
...
后端项目开发/后端项目开发文档.md
View file @
64228025
This diff is collapsed.
Click to expand it.
后端项目开发/后端项目整体介绍.md
View file @
64228025
# 后端项
目整体介绍
# 后端项
目整体介绍
...
...
@@ -137,7 +137,7 @@ if (rtnmsg.respCode == SUCCESS) {
前后台对应关系:
| 前台: | VO | Module |
|
:---------------------------------------: | :------------------------------------------: | :------------------:
|
|
:-------------------------------------:|:-------------------------------------------:|:--------------------:
|
| Setpan.Vue:账务Own Commission/Charges列表 | DitopnVO:List
<Setfel>
setmod_setfeg_setfel; | setmod/setfeg/setfel |
Details按钮在后台对应的事件rule 为”del”,当按钮被点击时,应当通过以下方式触发相应事件:
...
...
@@ -158,7 +158,7 @@ if (rtnmsg.respCode == SUCCESS) {
!
[
](../assets/images/delete.png)
| 前台: | VO | Module |
|
:--------: | :-------------------------------------------: | :-------------------:
|
|
:----------:|:--------------------------------------------:|:---------------------:
|
| Ccvpan.vue | DitopnVO:List
<Setfel>
liaall_liaccv_liaccvg; | liaall/liaccv/liaccvg |
删除按钮事件调用方式:
...
...
@@ -297,7 +297,7 @@ if (rtnmsg.respCode == SUCCESS) {
### 2、MdaDriver说明
| 函数 | 描述 |
|
------------------------------------------------------------ | ------------------------------------------------------------
|
|
----------------------------------------------------------------------------------------------------------|--------------------------------------
|
| IBaseObject getBaseObject(IModule root, String target, boolean helpLoad) | 通过路径获取上下文中的IBaseObject 对象 |
| IBaseObject getBaseObject(IModule root,String target) | 通过路径获取上下文中的IBaseObject 对象 |
| DatafieldImpl getDatafield(IModule root, String target) | 通过路径获取上下文中的DatafieldImpl 对象 |
...
...
@@ -340,7 +340,7 @@ if (rtnmsg.respCode == SUCCESS) {
### 3、MdaEnv说明
| 函数 | 描述 |
|
-------------------------------------------------- | --------------------------
|
|
----------------------------------------------------|-----------------
|
| T getBean(String beanId,Class
<T>
clazz) | 根据类型和名称获取对应Bean |
| T getBean(Class
<T>
clazz) | 根据类型获取Bean |
| Object getBean(String beanId) | 根据名称获取Bean |
...
...
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