Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
bpa
/
HKCard
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
11
Lishi
xxe
há 2 anos
ascendente
dd997ae318
cometimento
461ff12df8
3 ficheiros alterados
com
4 adições
e
4 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-2
HKCardOUT/HKCardOUT.csproj
+1
-1
HKCardOUT/options.pro.json
+1
-1
HKControl/Main.cs
+ 2
- 2
HKCardOUT/HKCardOUT.csproj
Ver ficheiro
@@ -14,9 +14,9 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>
<
!--<
PropertyGroup>
<PropertyGroup>
<ApplicationManifest>App.manifest</ApplicationManifest>
</PropertyGroup>
-->
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;Core</DefineConstants>
</PropertyGroup>
+ 1
- 1
HKCardOUT/options.pro.json
Ver ficheiro
@@ -5,7 +5,7 @@
//启动设备调试
"StartDevice": true,
//串口
"COM": "COM
8
",
"COM": "COM
7
",
//定时任务时间表达式 每隔6小时推送一次
"Cron": "0 0 0/6 * * ?",
//店铺ID
+ 1
- 1
HKControl/Main.cs
Ver ficheiro
@@ -213,7 +213,7 @@ namespace HKControl
{
HKLog.HKLogImport.WriteInfo($"地址:{add} {num} 号出餐口控制");
SiemensDicitonary[num].Write(add, true);
Thread.Sleep(
20
00);
Thread.Sleep(
5
00);
SiemensDicitonary[num].Write(add, false);
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar