Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
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
潘栩锋
hemei
Commits
bfef2d7e
Commit
bfef2d7e
authored
Nov 11, 2022
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新 thick_public
parent
eb3c312d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
TDGage.cs
Project.FLY.Thick.Blowing/FLY.Thick.Blowing/Server/TDGage.cs
+1
-4
TDGage.cs
....Thick.BlowingScan/FLY.Thick.BlowingScan/Server/TDGage.cs
+1
-4
thick_public
thick_public
+1
-1
No files found.
Project.FLY.Thick.Blowing/FLY.Thick.Blowing/Server/TDGage.cs
View file @
bfef2d7e
...
...
@@ -141,10 +141,7 @@ namespace FLY.Thick.Blowing.Server
#
region
create
sysParam
=
new
SysParam
(
null
);
//系统参数
initParam
=
new
InitParam
{
DbDirPath
=
@"D:\blowingdata"
};
initParam
=
new
InitParam
();
if
(!
initParam
.
Load
())
initParam
.
Save
();
...
...
Project.FLY.Thick.BlowingScan/FLY.Thick.BlowingScan/Server/TDGage.cs
View file @
bfef2d7e
...
...
@@ -190,10 +190,7 @@ namespace FLY.Thick.BlowingScan.Server
sysParam
=
new
SysParam
(
null
);
//系统参数
initParam
=
new
InitParam
()
{
DbDirPath
=
@"D:\blowingdata"
};
initParam
=
new
InitParam
();
if
(!
initParam
.
Load
())
initParam
.
Save
();
...
...
thick_public
@
6b9fde5f
Subproject commit
212a0cb8be486bcb810ef06755b8a46c1a5201af
Subproject commit
6b9fde5fa5b404ffab2c5cd2f27fbcd841b0a647
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