This commit is contained in:
高飞 2025-07-28 11:27:21 +08:00
parent 221f27f8ff
commit e05b3d8ce3
35 changed files with 92678 additions and 2 deletions

View File

@ -79,3 +79,18 @@ IP地址:::1
出错时间:07/24/2025 16:12:09 出错时间:07/24/2025 16:12:09
错误信息开始=====>
错误类型:NullReferenceException
错误信息:未将对象引用设置到对象的实例。
错误堆栈:
在 FineUIPro.Web.PageBase.OnInit(EventArgs e) 位置 D:\工作\鼎盛\HJGL_DS\HJGL_DS\FineUIPro.Web\common\PageBase.cs:行号 121
在 System.Web.UI.Control.InitRecursive(Control namingContainer)
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
出错时间:07/28/2025 11:13:06
出错文件:http://localhost:64304/WeldMat/UsingSentMat/WelderUsing.aspx
IP地址:::1
操作人员:管理员
出错时间:07/28/2025 11:13:06

View File

@ -36,6 +36,14 @@
height: 48px; font-size:20px; font-weight:bold" value="ÁìÁÏÈ·ÈÏ"/> height: 48px; font-size:20px; font-weight:bold" value="ÁìÁÏÈ·ÈÏ"/>
</td> </td>
</tr> </tr>
<tr>
<td height="25" align="left" style="font-size:24px; font-weight:bold"> &nbsp;&nbsp;
ÈËÁ³Ê¶±ð£º
<input name="welderFaceLogin" type="button" onclick="welderFaceLogin();" id="welderFaceLogin" style="width: 120px;
height: 48px; font-size:20px; font-weight:bold" value="ÈËÁ³Ê¶±ð"/>
<asp:Button runat="server" ID="btnFace" OnClick="btnFace_Click" Visible="false"/>
</td>
</tr>
<tr > <tr >
<td height="15px"></td> <td height="15px"></td>
</tr> </tr>
@ -86,4 +94,7 @@
} }
function welderFaceLogin() {
window.location.href = 'FaceRecognition.aspx';
}
</script> </script>

View File

@ -13,5 +13,10 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat
{ {
} }
protected void btnFace_Click(object sender, EventArgs e)
{
}
} }
} }

View File

@ -29,5 +29,14 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks> /// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlInputText welderQRCode; protected global::System.Web.UI.HtmlControls.HtmlInputText welderQRCode;
/// <summary>
/// btnFace 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.WebControls.Button btnFace;
} }
} }

View File

@ -1,7 +1,7 @@
 
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio 15
VisualStudioVersion = 16.0.34601.136 VisualStudioVersion = 15.0.36001.139
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FineUIPro.Web", "FineUIPro.Web\FineUIPro.Web.csproj", "{C88D3156-2D56-4DB0-922E-1995FB61C9BD}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FineUIPro.Web", "FineUIPro.Web\FineUIPro.Web.csproj", "{C88D3156-2D56-4DB0-922E-1995FB61C9BD}"
EndProject EndProject
@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Model", "Model\Model.csproj
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI", "WebAPI\WebAPI.csproj", "{58A1307F-9383-4C24-8FA7-6F19092BB11C}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI", "WebAPI\WebAPI.csproj", "{58A1307F-9383-4C24-8FA7-6F19092BB11C}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SgManager.AI", "SgManager.AI\SgManager.AI.csproj", "{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
@ -63,6 +65,18 @@ Global
{58A1307F-9383-4C24-8FA7-6F19092BB11C}.Release|Mixed Platforms.Build.0 = Release|Any CPU {58A1307F-9383-4C24-8FA7-6F19092BB11C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{58A1307F-9383-4C24-8FA7-6F19092BB11C}.Release|x86.ActiveCfg = Release|Any CPU {58A1307F-9383-4C24-8FA7-6F19092BB11C}.Release|x86.ActiveCfg = Release|Any CPU
{58A1307F-9383-4C24-8FA7-6F19092BB11C}.Release|x86.Build.0 = Release|Any CPU {58A1307F-9383-4C24-8FA7-6F19092BB11C}.Release|x86.Build.0 = Release|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Debug|x86.ActiveCfg = Debug|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Debug|x86.Build.0 = Debug|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Release|Any CPU.Build.0 = Release|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Release|x86.ActiveCfg = Release|Any CPU
{55F4E1E2-5FB3-4AB4-B692-432CE41B3E61}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE

Binary file not shown.

View File

@ -0,0 +1,20 @@
The MIT License (MIT)
Copyright (c) 2007 James Newton-King
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff