Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
thick-casting
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-casting
Commits
60b9f44a
Commit
60b9f44a
authored
Jul 27, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复 密码设不了
2.修复 数据导出 由于进度>1 异常
parent
8595e70b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
3 deletions
+20
-3
ExcelOuput.cs
...ting/FLY.Thick.FilmCasting.UI.DbViewer/Core/ExcelOuput.cs
+18
-1
thick_public
thick_public
+1
-1
root.config
脚本/流延客户端容器描述.unity/unity/root.config
+1
-1
流延客户端容器描述.xmind
脚本/流延客户端容器描述.xmind
+0
-0
No files found.
Project.FLY.Thick.FilmCasting/FLY.Thick.FilmCasting.UI.DbViewer/Core/ExcelOuput.cs
View file @
60b9f44a
...
...
@@ -23,7 +23,24 @@ namespace FLY.Thick.FilmCasting.UI.DbViewer.Core
{
public
event
PropertyChangedEventHandler
PropertyChanged
;
public
double
Progress
=>
TotalRow
>
0
?
1.0
*
CurrRow
/
TotalRow
:
1
;
public
double
Progress
{
get
{
if
(
TotalRow
>
0
)
{
if
(
CurrRow
<
TotalRow
)
{
return
1.0
*
CurrRow
/
TotalRow
;
}
else
{
return
1
;
}
}
else
{
return
1
;
}
}
}
public
string
Msg
{
get
;
private
set
;
}
protected
int
TotalRow
{
get
;
private
set
;
}
=
1
;
...
...
thick_public
@
65f73b68
Subproject commit
e4c86d07ea66a8b7e25aef4734f54f932d543ab9
Subproject commit
65f73b68a3d2541471ba5e5f23c3faab1b76d9d5
脚本/流延客户端容器描述.unity/unity/root.config
View file @
60b9f44a
...
...
@@ -25,7 +25,7 @@
<
lifetime
type
=
"singleton"
/>
<
constructor
>
<
param
name
=
"serviceId"
value
=
"10000"
/>
<
param
name
=
"connName"
value
=
"
blowing
"
/>
<
param
name
=
"connName"
value
=
"
gage0
"
/>
</
constructor
>
</
register
>
<
register
type
=
"WarningSystemManager"
>
...
...
脚本/流延客户端容器描述.xmind
View file @
60b9f44a
No preview for this file type
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