Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
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
潘栩锋
Thick-Common
Commits
f8d327d4
Commit
f8d327d4
authored
Mar 11, 2023
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除 initparam中 没有用的数据库地址
parent
1ed4359b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
21 deletions
+0
-21
IInitParamService.cs
...Y.Thick.Base/FLY.Thick.Base/IService/IInitParamService.cs
+0
-10
InitParam.cs
Project.FLY.Thick.Base/FLY.Thick.Base/Server/InitParam.cs
+0
-11
No files found.
Project.FLY.Thick.Base/FLY.Thick.Base/IService/IInitParamService.cs
View file @
f8d327d4
...
...
@@ -158,16 +158,6 @@ namespace FLY.Thick.Base.IService
#
endregion
/// <summary>
/// 数据库保存的月数
/// </summary>
int
DBKeepMonth
{
get
;
set
;
}
/// <summary>
/// 数据库路径
/// </summary>
string
DbDirPath
{
get
;
set
;
}
/// <summary>
/// 参数应用
/// </summary>
...
...
Project.FLY.Thick.Base/FLY.Thick.Base/Server/InitParam.cs
View file @
f8d327d4
...
...
@@ -83,8 +83,6 @@ namespace FLY.Thick.Base.Server
/// </summary>
public
UInt32
VScan
{
get
;
set
;
}
=
8000
;
/// <summary>
/// 调试时速度,向前走,向后走
/// </summary>
...
...
@@ -185,15 +183,6 @@ namespace FLY.Thick.Base.Server
/// </summary>
public
bool
HasScanCorr
{
get
;
set
;
}
=
true
;
/// <summary>
/// 数据库保存的月数
/// </summary>
public
int
DBKeepMonth
{
get
;
set
;
}
=
6
;
/// <summary>
/// 数据库路径
/// </summary>
public
string
DbDirPath
{
get
;
set
;
}
=
@"D:\flydata"
;
#
endregion
...
...
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