Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nwn_Api_auto_test
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
shuai
nwn_Api_auto_test
Commits
b990f5fe
Commit
b990f5fe
authored
Dec 19, 2018
by
Li Yongyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、课程大纲列表-添加组件-文件需要有file_name校验了
2、添加层级取消parent_id校验
parent
5d10177a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
CaseMake.xls
nwn_Api_auto_test/TestData/CaseMake.xls
+0
-0
DataAll.xls
nwn_Api_auto_test/TestData/DataAll.xls
+0
-0
Mail.java
nwn_Api_auto_test/src/com/offcn/TestUnti/Mail.java
+1
-1
MapUtil.java
nwn_Api_auto_test/src/com/offcn/TestUnti/MapUtil.java
+2
-1
No files found.
nwn_Api_auto_test/TestData/CaseMake.xls
View file @
b990f5fe
No preview for this file type
nwn_Api_auto_test/TestData/DataAll.xls
View file @
b990f5fe
No preview for this file type
nwn_Api_auto_test/src/com/offcn/TestUnti/Mail.java
View file @
b990f5fe
...
@@ -38,7 +38,7 @@ public class Mail {
...
@@ -38,7 +38,7 @@ public class Mail {
}
}
// 发件人的 邮箱 和 密码(替换为自己的邮箱和密码)
// 发件人的 邮箱 和 密码(替换为自己的邮箱和密码)
public
static
String
myEmailAccount
=
"53055975@qq.com"
;
public
static
String
myEmailAccount
=
"53055975@qq.com"
;
public
static
String
myEmailPassword
=
"
mpphitfeaxcqcbdg
"
;
public
static
String
myEmailPassword
=
"
qoqfoabljzyzbjdd
"
;
// 发件人邮箱的 SMTP 服务器地址, 必须准确, 不同邮件服务器地址不同, 一般格式为: smtp.xxx.com
// 发件人邮箱的 SMTP 服务器地址, 必须准确, 不同邮件服务器地址不同, 一般格式为: smtp.xxx.com
// 网易163邮箱的 SMTP 服务器地址为: smtp.163.com
// 网易163邮箱的 SMTP 服务器地址为: smtp.163.com
...
...
nwn_Api_auto_test/src/com/offcn/TestUnti/MapUtil.java
View file @
b990f5fe
...
@@ -233,8 +233,9 @@ public class MapUtil {
...
@@ -233,8 +233,9 @@ public class MapUtil {
int
comma
=
strcomma
.
length
;
int
comma
=
strcomma
.
length
;
StringBuffer
sb
=
new
StringBuffer
();
StringBuffer
sb
=
new
StringBuffer
();
for
(
int
k
=
0
;
k
<
comma
;
k
++){
for
(
int
k
=
0
;
k
<
comma
;
k
++){
String
str_strcomma_s
=
strcomma
[
k
].
split
(
"="
)[
0
];
String
str_strcomma
=
strcomma
[
k
];
String
str_strcomma
=
strcomma
[
k
];
if
(
str_strcomma
.
contain
s
(
Letter
)){
if
(
str_strcomma
_s
.
equal
s
(
Letter
)){
int
start
=
str_strcomma
.
indexOf
(
'='
);
int
start
=
str_strcomma
.
indexOf
(
'='
);
sb
.
append
(
str_strcomma
.
substring
(
start
+
1
,
str_strcomma
.
length
()));
sb
.
append
(
str_strcomma
.
substring
(
start
+
1
,
str_strcomma
.
length
()));
return
sb
.
toString
();
return
sb
.
toString
();
...
...
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