添加redis库

master
mzhifa 1 year ago
parent af0210797c
commit e3a1a1fb24

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -216,22 +216,28 @@
<HintPath>..\packages\Prism.Wpf.8.1.97\lib\net461\Prism.Wpf.dll</HintPath>
</Reference>
<Reference Include="ServiceStack, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ServiceStack.6.0.2\lib\netstandard2.0\ServiceStack.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dll\ServiceStack.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Client, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ServiceStack.Client.6.0.2\lib\netstandard2.0\ServiceStack.Client.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dll\ServiceStack.Client.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Common, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ServiceStack.Common.6.0.2\lib\netstandard2.0\ServiceStack.Common.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dll\ServiceStack.Common.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Interfaces, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ServiceStack.Interfaces.6.0.2\lib\netstandard2.0\ServiceStack.Interfaces.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dll\ServiceStack.Interfaces.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Redis, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ServiceStack.Redis.6.0.2\lib\netstandard2.0\ServiceStack.Redis.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dll\ServiceStack.Redis.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ServiceStack.Text.6.0.2\lib\netstandard2.0\ServiceStack.Text.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dll\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">

@ -262,6 +262,7 @@ namespace StartServerWPF.Modules.MseedChart.ViewModels
Dictionary<string,int> subNameList;
private void Loaded()
{
//N08,N25,N26
string station = "N02,N05,N06,N08,N09,N10,N11,N12,N13,N14,N15,N16,N19,N20,N22,N23,N24,N25,N26";//,N07,N08,N09,N10,N11,N12,N13,N14,N15,N16,N17,N18,N19,N20,N21,N22,N23,N24,N25,N26,N27";
var stations = station.Split(',');
smList = _wavesModel.ReadWavesFromJson(stations);

@ -37,12 +37,6 @@
<package id="Prism.Core" version="8.1.97" targetFramework="net461" />
<package id="Prism.DryIoc" version="8.1.97" targetFramework="net461" />
<package id="Prism.Wpf" version="8.1.97" targetFramework="net461" />
<package id="ServiceStack" version="6.0.2" targetFramework="net461" />
<package id="ServiceStack.Client" version="6.0.2" targetFramework="net461" />
<package id="ServiceStack.Common" version="6.0.2" targetFramework="net461" />
<package id="ServiceStack.Interfaces" version="6.0.2" targetFramework="net461" />
<package id="ServiceStack.Redis" version="6.0.2" targetFramework="net461" />
<package id="ServiceStack.Text" version="6.0.2" targetFramework="net461" />
<package id="System.Buffers" version="4.5.1" targetFramework="net461" />
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net461" />
<package id="System.Collections.NonGeneric" version="4.3.0" targetFramework="net461" />

@ -22,7 +22,7 @@
"RServer.host":"127.0.0.1",
"channels":[
{"network":"HA","station":"N02,N03,N04,N05,N06,N07,N08,N09,N10,N11,N12,N13,N14,N15,N16,N17,N18,N19,N20,N21,N22,N23,N24,N25,N26,N27","location":"06","channels":"SHZ:SHN:SHE"}
{"network":"HA","station":"N02,N05,N06,N08,N09,N10,N11,N12,N13,N14,N15,N16,N19,N20,N22,N23,N24,N25,N26","location":"06","channels":"SHZ:SHN:SHE"}
],

@ -3,6 +3,6 @@
"log_level":"DEBUG",
"send2server":"YES",
"pack_time":12,
"stamseed":"5,10",
"stamseed":"2,5,6,8,9,10,11,12,13,14,15,16,19,20,22,23,24,25,26",
"dirstruct": "NDHH"
}

Loading…
Cancel
Save