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
25d8b354
Commit
25d8b354
authored
Mar 05, 2022
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自动模头 添加数据进入,速度限制
parent
fa1e6e66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
AssemblyInfo.cs
....FilmCasting.AutoDie.UI.Server/Properties/AssemblyInfo.cs
+2
-2
FeedbackHeat.cs
...ng.AutoDie/FLY.FilmCasting.AutoDie/Server/FeedbackHeat.cs
+5
-5
No files found.
Project.FLY.FilmCasting.AutoDie/FLY.FilmCasting.AutoDie.UI.Server/Properties/AssemblyInfo.cs
View file @
25d8b354
...
@@ -51,7 +51,7 @@ using System.Windows;
...
@@ -51,7 +51,7 @@ using System.Windows;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.
0
.0")]
[assembly: AssemblyVersion("7.0.
1
.0")]
[assembly: AssemblyFileVersion("7.0.
0
.0")]
[assembly: AssemblyFileVersion("7.0.
1
.0")]
[assembly: Guid("CC6F2BB4-E648-47BE-8223-B6157E35403D")]
[assembly: Guid("CC6F2BB4-E648-47BE-8223-B6157E35403D")]
Project.FLY.FilmCasting.AutoDie/FLY.FilmCasting.AutoDie/Server/FeedbackHeat.cs
View file @
25d8b354
...
@@ -696,11 +696,11 @@ namespace FLY.FilmCasting.AutoDie.Server
...
@@ -696,11 +696,11 @@ namespace FLY.FilmCasting.AutoDie.Server
if
(
invalid_cnt
>
workBolts
/
2
)
//有一半数据都是无效的
if
(
invalid_cnt
>
workBolts
/
2
)
//有一半数据都是无效的
return
;
return
;
//
if (lc_ScanData.FilmVelocity < INVALID_VELOCITY)
if
(
lc_ScanData
.
FilmVelocity
<
INVALID_VELOCITY
)
//
{
{
//
//速度太慢,异常
//速度太慢,异常
//
return;
return
;
//
}
}
var
lcThickHeat
=
new
Lc_ThickHeat
()
var
lcThickHeat
=
new
Lc_ThickHeat
()
{
{
...
...
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