Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanHzy committed Nov 13, 2021
1 parent 54e7629 commit 0dada16
Show file tree
Hide file tree
Showing 39 changed files with 5,282 additions and 0 deletions.
Binary file added ICSharpCode.SharpZipLib.dll
Binary file not shown.
Binary file added IServer.dll
Binary file not shown.
Binary file added IServer.pdb
Binary file not shown.
Binary file added Microsoft.Bcl.AsyncInterfaces.dll
Binary file not shown.
Binary file added Microsoft.Extensions.DependencyInjection.dll
Binary file not shown.
5,175 changes: 5,175 additions & 0 deletions NETJDC.deps.json

Large diffs are not rendered by default.

Binary file added NETJDC.dll
Binary file not shown.
Binary file added NETJDC.exe
Binary file not shown.
Binary file added NETJDC.pdb
Binary file not shown.
13 changes: 13 additions & 0 deletions NETJDC.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "5.0.0"
},
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}
Binary file added Newtonsoft.Json.dll
Binary file not shown.
Binary file added OpenCvSharp.Extensions.dll
Binary file not shown.
Binary file added OpenCvSharp.dll
Binary file not shown.
Binary file added PuppeteerSharp.dll
Binary file not shown.
Binary file added Server.dll
Binary file not shown.
Binary file added Server.pdb
Binary file not shown.
Binary file added System.Drawing.Common.dll
Binary file not shown.
Binary file added Systems.dll
Binary file not shown.
Binary file added Systems.pdb
Binary file not shown.
10 changes: 10 additions & 0 deletions appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
10 changes: 10 additions & 0 deletions appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
Binary file not shown.
Binary file added runtimes/win-x64/native/OpenCvSharpExtern.dll
Binary file not shown.
Binary file not shown.
Binary file added runtimes/win-x86/native/OpenCvSharpExtern.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\NETJDC.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: f5f1b30e-652f-4c34-b713-5fe4b09d65cf-->
1 change: 1 addition & 0 deletions wwwroot/css/app.7dcfe148.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions wwwroot/css/chunk-vendors.4cb5fce1.css

Large diffs are not rendered by default.

Binary file added wwwroot/favicon.ico
Binary file not shown.
Binary file added wwwroot/fonts/element-icons.abe71f7d.ttf
Binary file not shown.
Binary file added wwwroot/fonts/element-icons.d9491be2.woff
Binary file not shown.
Binary file added wwwroot/img/logo.b1318156.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions wwwroot/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"><link rel="icon" href="/favicon.ico"><title>webapp</title><link href="/css/app.7dcfe148.css" rel="preload" as="style"><link href="/css/chunk-vendors.4cb5fce1.css" rel="preload" as="style"><link href="/js/app.84e1fc59.js" rel="preload" as="script"><link href="/js/chunk-vendors.76546b6c.js" rel="preload" as="script"><link href="/css/chunk-vendors.4cb5fce1.css" rel="stylesheet"><link href="/css/app.7dcfe148.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but webapp doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.76546b6c.js"></script><script src="/js/app.84e1fc59.js"></script></body></html>
2 changes: 2 additions & 0 deletions wwwroot/js/app.84e1fc59.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions wwwroot/js/app.84e1fc59.js.map

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions wwwroot/js/chunk-vendors.76546b6c.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions wwwroot/js/chunk-vendors.76546b6c.js.map

Large diffs are not rendered by default.

0 comments on commit 0dada16

Please sign in to comment.