初始化CRICS
This commit is contained in:
128
ConsoleApplication1/ConsoleApplication1.csproj
Normal file
128
ConsoleApplication1/ConsoleApplication1.csproj
Normal file
@@ -0,0 +1,128 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{BE0C3821-67F3-4FF5-B688-E727BD4C90AE}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>ConsoleApplication1</RootNamespace>
|
||||
<AssemblyName>ConsoleApplication1</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="C5">
|
||||
<HintPath>..\..\..\..\lib\Quart\quartznet-2.3.3\quartznet-2.3.3\build\4.0\Debug\Quartz\C5.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CacheManager.Core, Version=0.7.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\lib\CacheManager.Core.0.7.4\lib\net40\CacheManager.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CacheManager.Memcached">
|
||||
<HintPath>..\lib\CacheManager.Memcached.0.7.4\lib\net40\CacheManager.Memcached.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CacheManager.SystemRuntimeCaching">
|
||||
<HintPath>..\lib\CacheManager.SystemRuntimeCaching.0.7.4\lib\net40\CacheManager.SystemRuntimeCaching.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Common.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\..\lib\Quart\quartznet-2.3.3\quartznet-2.3.3\build\4.0\Debug\Quartz\Common.Logging.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Common.Logging.Core">
|
||||
<HintPath>..\..\..\..\lib\Quart\quartznet-2.3.3\quartznet-2.3.3\build\4.0\Debug\Quartz\Common.Logging.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CSRedisCore, Version=3.8.670.0, Culture=neutral, PublicKeyToken=9aa6a3079358d437, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\lib\Redis\CSRedisCore.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\lib\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Quartz">
|
||||
<HintPath>..\..\..\..\lib\Quart\quartznet-2.3.3\quartznet-2.3.3\build\4.0\Debug\Quartz\Quartz.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="RestSharp">
|
||||
<HintPath>..\lib\RestSharp\RestSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="ServiceStack.Common">
|
||||
<HintPath>..\lib\Redis\ServiceStack.Common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="ServiceStack.Interfaces">
|
||||
<HintPath>..\lib\Redis\ServiceStack.Interfaces.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="ServiceStack.Redis">
|
||||
<HintPath>..\lib\Redis\ServiceStack.Redis.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="ServiceStack.Text">
|
||||
<HintPath>..\lib\Redis\ServiceStack.Text.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.ValueTuple">
|
||||
<HintPath>..\lib\Redis\System.ValueTuple.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CommonEntity\CommonEntity.csproj">
|
||||
<Project>{1D7073B2-4CC3-49F5-9F37-50A21D74A39D}</Project>
|
||||
<Name>CommonEntity</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Common\Common.csproj">
|
||||
<Project>{B3F29715-E925-4E56-9248-580F06C3BC11}</Project>
|
||||
<Name>Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Domain\Domain.csproj">
|
||||
<Project>{A42D287A-8EF4-48F6-B14C-7F9CA834F786}</Project>
|
||||
<Name>Domain</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\RCUHost\RCUHost.csproj">
|
||||
<Project>{3AF4C628-0B47-412C-950A-DBC0161F2A7F}</Project>
|
||||
<Name>RCUHost</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
1146
ConsoleApplication1/Program.cs
Normal file
1146
ConsoleApplication1/Program.cs
Normal file
File diff suppressed because it is too large
Load Diff
36
ConsoleApplication1/Properties/AssemblyInfo.cs
Normal file
36
ConsoleApplication1/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 有关程序集的常规信息通过以下
|
||||
// 特性集控制。更改这些特性值可修改
|
||||
// 与程序集关联的信息。
|
||||
[assembly: AssemblyTitle("ConsoleApplication1")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ConsoleApplication1")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// 将 ComVisible 设置为 false 使此程序集中的类型
|
||||
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
|
||||
// 则将该类型上的 ComVisible 特性设置为 true。
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
||||
[assembly: Guid("294a52c2-b3d2-4af1-a63e-358eb085073d")]
|
||||
|
||||
// 程序集的版本信息由下面四个值组成:
|
||||
//
|
||||
// 主版本
|
||||
// 次版本
|
||||
// 内部版本号
|
||||
// 修订号
|
||||
//
|
||||
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
|
||||
// 方法是按如下所示使用“*”:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
18
ConsoleApplication1/app.config
Normal file
18
ConsoleApplication1/app.config
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="TCLLoginUrl" value="https://ai.tclyun.cn/"/>
|
||||
<add key="TCLAppId" value="3fc1fe5560bdf2efda50a8dc23521d8a"/>
|
||||
<add key="TCLAppSecret" value="48c30d8fcca4e14ab4842e9bfd54c082"/>
|
||||
<!-- redis Start -->
|
||||
<add key="session_expire_minutes" value="5" />
|
||||
<add key="redis_server_session" value="127.0.0.1:6379" />
|
||||
<add key="redis_max_read_pool" value="1000" />
|
||||
<add key="redis_max_write_pool" value="1000" />
|
||||
<add key="monitor_log_expire_minutes" value="30" />
|
||||
<!--redis end-->
|
||||
</appSettings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
327
ConsoleApplication1/bin/Debug/2.txt
Normal file
327
ConsoleApplication1/bin/Debug/2.txt
Normal file
@@ -0,0 +1,327 @@
|
||||
{
|
||||
"1462": [],
|
||||
"1472": [],
|
||||
"1402": [],
|
||||
"1412": [],
|
||||
"1567": [],
|
||||
"1432": [],
|
||||
"1246": [],
|
||||
"1256": [],
|
||||
"1323": [],
|
||||
"1286": [],
|
||||
"1100": [],
|
||||
"1120": [],
|
||||
"1180": [],
|
||||
"65535": [],
|
||||
"1906": [],
|
||||
"1936": [],
|
||||
"1268": [],
|
||||
"1208": [],
|
||||
"1840": [],
|
||||
"1870": [],
|
||||
"1800": [],
|
||||
"1830": [],
|
||||
"1453": [],
|
||||
"1463": [],
|
||||
"1473": [],
|
||||
"1403": [],
|
||||
"1413": [],
|
||||
"1433": [],
|
||||
"1247": [],
|
||||
"1277": [],
|
||||
"1207": [],
|
||||
"1217": [],
|
||||
"1362": [],
|
||||
"1302": [],
|
||||
"1287": [],
|
||||
"1297": [],
|
||||
"1147": [],
|
||||
"1392": [],
|
||||
"1260": [],
|
||||
"1137": [],
|
||||
"1210": [],
|
||||
"1220": [],
|
||||
"1230": [],
|
||||
"1858": [],
|
||||
"1063": [],
|
||||
"1073": [],
|
||||
"1818": [],
|
||||
"1955": [],
|
||||
"1828": [],
|
||||
"1838": [],
|
||||
"1033": [],
|
||||
"1915": [],
|
||||
"1259": [],
|
||||
"1279": [],
|
||||
"1995": [],
|
||||
"1871": [],
|
||||
"1078": [],
|
||||
"1008": [],
|
||||
"1028": [],
|
||||
"1038": [],
|
||||
"1891": [],
|
||||
"1098": [],
|
||||
"1156": [],
|
||||
"1241": [],
|
||||
"1251": [],
|
||||
"1201": [],
|
||||
"1763": [],
|
||||
"1186": [],
|
||||
"1196": [],
|
||||
"1859": [],
|
||||
"1040": [],
|
||||
"1733": [],
|
||||
"1070": [],
|
||||
"1944": [],
|
||||
"1291": [],
|
||||
"1964": [],
|
||||
"1020": [],
|
||||
"1030": [],
|
||||
"1904": [],
|
||||
"1647": [],
|
||||
"1924": [],
|
||||
"1889": [],
|
||||
"1667": [],
|
||||
"1899": [],
|
||||
"1080": [],
|
||||
"1984": [],
|
||||
"1637": [],
|
||||
"1856": [],
|
||||
"1069": [],
|
||||
"1079": [],
|
||||
"1943": [],
|
||||
"1019": [],
|
||||
"1826": [],
|
||||
"1973": [],
|
||||
"1913": [],
|
||||
"1648": [],
|
||||
"1658": [],
|
||||
"1886": [],
|
||||
"1089": [],
|
||||
"1608": [],
|
||||
"1618": [],
|
||||
"1983": [],
|
||||
"1638": [],
|
||||
"1698": [],
|
||||
"1165": [],
|
||||
"1762": [],
|
||||
"1031": [],
|
||||
"1792": [],
|
||||
"1670": [],
|
||||
"1755": [],
|
||||
"1630": [],
|
||||
"1775": [],
|
||||
"1715": [],
|
||||
"1680": [],
|
||||
"1690": [],
|
||||
"1817": [],
|
||||
"1506": [],
|
||||
"1795": [],
|
||||
"1649": [],
|
||||
"1516": [],
|
||||
"1659": [],
|
||||
"1526": [],
|
||||
"1536": [],
|
||||
"1679": [],
|
||||
"1897": [],
|
||||
"1629": [],
|
||||
"1586": [],
|
||||
"1596": [],
|
||||
"1448": [],
|
||||
"1458": [],
|
||||
"1689": [],
|
||||
"1498": [],
|
||||
"1661": [],
|
||||
"1611": [],
|
||||
"1621": [],
|
||||
"1774": [],
|
||||
"1704": [],
|
||||
"1714": [],
|
||||
"1470": [],
|
||||
"1430": [],
|
||||
"1565": [],
|
||||
"1575": [],
|
||||
"1535": [],
|
||||
"1305": [],
|
||||
"1585": [],
|
||||
"1469": [],
|
||||
"1395": [],
|
||||
"1439": [],
|
||||
"1642": [],
|
||||
"1602": [],
|
||||
"1471": [],
|
||||
"1682": [],
|
||||
"1421": [],
|
||||
"1514": [],
|
||||
"1481": [],
|
||||
"1344": [],
|
||||
"1491": [],
|
||||
"1334": [],
|
||||
"1466": [],
|
||||
"1416": [],
|
||||
"1222": [],
|
||||
"1232": [],
|
||||
"1282": [],
|
||||
"1292": [],
|
||||
"1942": [],
|
||||
"1952": [],
|
||||
"1902": [],
|
||||
"1992": [],
|
||||
"1347": [],
|
||||
"1357": [],
|
||||
"1457": [],
|
||||
"1477": [],
|
||||
"1397": [],
|
||||
"1134": [],
|
||||
"1263": [],
|
||||
"1213": [],
|
||||
"1233": [],
|
||||
"1194": [],
|
||||
"1056": [],
|
||||
"1066": [],
|
||||
"1076": [],
|
||||
"1293": [],
|
||||
"1016": [],
|
||||
"1026": [],
|
||||
"1173": [],
|
||||
"1103": [],
|
||||
"1113": [],
|
||||
"1123": [],
|
||||
"1096": [],
|
||||
"1379": [],
|
||||
"1319": [],
|
||||
"1874": [],
|
||||
"1814": [],
|
||||
"1951": [],
|
||||
"1389": [],
|
||||
"1911": [],
|
||||
"1884": [],
|
||||
"1931": [],
|
||||
"1894": [],
|
||||
"1981": [],
|
||||
"1346": [],
|
||||
"1356": [],
|
||||
"1376": [],
|
||||
"1306": [],
|
||||
"1336": [],
|
||||
"1274": [],
|
||||
"1361": [],
|
||||
"1047": [],
|
||||
"1057": [],
|
||||
"1959": [],
|
||||
"1017": [],
|
||||
"1909": [],
|
||||
"1102": [],
|
||||
"1939": [],
|
||||
"1747": [],
|
||||
"1999": [],
|
||||
"1182": [],
|
||||
"1192": [],
|
||||
"1845": [],
|
||||
"1855": [],
|
||||
"1737": [],
|
||||
"1940": [],
|
||||
"1950": [],
|
||||
"1149": [],
|
||||
"1960": [],
|
||||
"1797": [],
|
||||
"1179": [],
|
||||
"1910": [],
|
||||
"1920": [],
|
||||
"1119": [],
|
||||
"1930": [],
|
||||
"1129": [],
|
||||
"1885": [],
|
||||
"1990": [],
|
||||
"1199": [],
|
||||
"1852": [],
|
||||
"1802": [],
|
||||
"1812": [],
|
||||
"1892": [],
|
||||
"1215": [],
|
||||
"1044": [],
|
||||
"1064": [],
|
||||
"1004": [],
|
||||
"1014": [],
|
||||
"1024": [],
|
||||
"1978": [],
|
||||
"1171": [],
|
||||
"1101": [],
|
||||
"1643": [],
|
||||
"1121": [],
|
||||
"1663": [],
|
||||
"1938": [],
|
||||
"1084": [],
|
||||
"1131": [],
|
||||
"1756": [],
|
||||
"1766": [],
|
||||
"1191": [],
|
||||
"1706": [],
|
||||
"1716": [],
|
||||
"1726": [],
|
||||
"1683": [],
|
||||
"1148": [],
|
||||
"1957": [],
|
||||
"1553": [],
|
||||
"1158": [],
|
||||
"1786": [],
|
||||
"1917": [],
|
||||
"1513": [],
|
||||
"1118": [],
|
||||
"1927": [],
|
||||
"1523": [],
|
||||
"1533": [],
|
||||
"1604": [],
|
||||
"1583": [],
|
||||
"1593": [],
|
||||
"1709": [],
|
||||
"1853": [],
|
||||
"1719": [],
|
||||
"1694": [],
|
||||
"1803": [],
|
||||
"1813": [],
|
||||
"1015": [],
|
||||
"1025": [],
|
||||
"1035": [],
|
||||
"1095": [],
|
||||
"1771": [],
|
||||
"1042": [],
|
||||
"1721": [],
|
||||
"1072": [],
|
||||
"1012": [],
|
||||
"1022": [],
|
||||
"1562": [],
|
||||
"1032": [],
|
||||
"1791": [],
|
||||
"1512": [],
|
||||
"1665": [],
|
||||
"1675": [],
|
||||
"1092": [],
|
||||
"1625": [],
|
||||
"1592": [],
|
||||
"1579": [],
|
||||
"1539": [],
|
||||
"1484": [],
|
||||
"1494": [],
|
||||
"1589": [],
|
||||
"1599": [],
|
||||
"1358": [],
|
||||
"1328": [],
|
||||
"1338": [],
|
||||
"1398": [],
|
||||
"1710": [],
|
||||
"1720": [],
|
||||
"1541": [],
|
||||
"1551": [],
|
||||
"1511": [],
|
||||
"1656": [],
|
||||
"1521": [],
|
||||
"1666": [],
|
||||
"1581": [],
|
||||
"1578": [],
|
||||
"1508": [],
|
||||
"1495": [],
|
||||
"1370": [],
|
||||
"1300": [],
|
||||
"1330": []
|
||||
}
|
||||
260
ConsoleApplication1/bin/Debug/234.csv
Normal file
260
ConsoleApplication1/bin/Debug/234.csv
Normal file
@@ -0,0 +1,260 @@
|
||||
17:30
|
||||
17:30
|
||||
17:30
|
||||
23:00
|
||||
23:00
|
||||
23:00
|
||||
17:30
|
||||
23:00
|
||||
17:30
|
||||
23:00
|
||||
17:30
|
||||
23:00
|
||||
17:30
|
||||
23:00
|
||||
17:30
|
||||
23:00
|
||||
17:30
|
||||
23:00
|
||||
17:30
|
||||
23:00
|
||||
00:00
|
||||
00:30
|
||||
01:00
|
||||
01:30
|
||||
02:00
|
||||
02:30
|
||||
03:00
|
||||
03:30
|
||||
04:00
|
||||
04:30
|
||||
05:00
|
||||
05:30
|
||||
06:00
|
||||
06:30
|
||||
07:00
|
||||
07:30
|
||||
08:00
|
||||
08:30
|
||||
09:00
|
||||
09:30
|
||||
10:00
|
||||
10:30
|
||||
11:00
|
||||
11:30
|
||||
12:00
|
||||
12:30
|
||||
13:00
|
||||
13:30
|
||||
14:00
|
||||
14:30
|
||||
15:00
|
||||
15:30
|
||||
16:00
|
||||
16:30
|
||||
17:00
|
||||
17:30
|
||||
18:00
|
||||
18:30
|
||||
19:00
|
||||
19:30
|
||||
20:00
|
||||
20:30
|
||||
21:00
|
||||
21:30
|
||||
22:00
|
||||
22:30
|
||||
23:00
|
||||
23:30
|
||||
00:30
|
||||
01:00
|
||||
01:30
|
||||
02:00
|
||||
02:30
|
||||
03:00
|
||||
03:30
|
||||
04:00
|
||||
04:30
|
||||
05:00
|
||||
05:30
|
||||
06:00
|
||||
06:30
|
||||
07:00
|
||||
07:30
|
||||
08:00
|
||||
08:30
|
||||
09:00
|
||||
09:30
|
||||
10:00
|
||||
10:30
|
||||
11:00
|
||||
11:30
|
||||
12:00
|
||||
12:30
|
||||
13:00
|
||||
13:30
|
||||
14:00
|
||||
14:30
|
||||
15:00
|
||||
15:30
|
||||
16:00
|
||||
16:30
|
||||
17:00
|
||||
17:30
|
||||
18:00
|
||||
18:30
|
||||
19:00
|
||||
19:30
|
||||
20:00
|
||||
20:30
|
||||
21:00
|
||||
21:30
|
||||
22:00
|
||||
22:30
|
||||
23:00
|
||||
23:30
|
||||
23:59
|
||||
00:30
|
||||
01:00
|
||||
01:30
|
||||
02:00
|
||||
02:30
|
||||
03:00
|
||||
03:30
|
||||
04:00
|
||||
04:30
|
||||
05:00
|
||||
05:30
|
||||
06:00
|
||||
06:30
|
||||
07:00
|
||||
07:30
|
||||
08:00
|
||||
08:30
|
||||
09:00
|
||||
09:30
|
||||
10:00
|
||||
10:30
|
||||
11:00
|
||||
11:30
|
||||
12:00
|
||||
12:30
|
||||
13:00
|
||||
13:30
|
||||
14:00
|
||||
14:30
|
||||
15:00
|
||||
15:30
|
||||
16:00
|
||||
16:30
|
||||
17:00
|
||||
17:30
|
||||
18:00
|
||||
18:30
|
||||
19:00
|
||||
19:30
|
||||
20:00
|
||||
20:30
|
||||
21:00
|
||||
21:30
|
||||
22:00
|
||||
22:30
|
||||
23:00
|
||||
23:30
|
||||
23:59
|
||||
00:30
|
||||
01:00
|
||||
01:30
|
||||
02:00
|
||||
02:30
|
||||
03:00
|
||||
03:30
|
||||
04:00
|
||||
04:30
|
||||
05:00
|
||||
05:30
|
||||
06:00
|
||||
06:30
|
||||
07:00
|
||||
07:30
|
||||
08:00
|
||||
08:30
|
||||
09:00
|
||||
09:30
|
||||
10:00
|
||||
11:00
|
||||
11:30
|
||||
12:00
|
||||
12:30
|
||||
13:00
|
||||
13:30
|
||||
14:00
|
||||
14:30
|
||||
15:00
|
||||
15:30
|
||||
16:00
|
||||
16:30
|
||||
17:00
|
||||
17:30
|
||||
18:00
|
||||
18:30
|
||||
19:00
|
||||
19:30
|
||||
20:00
|
||||
20:30
|
||||
21:00
|
||||
21:30
|
||||
22:00
|
||||
22:30
|
||||
23:00
|
||||
23:30
|
||||
00:00
|
||||
00:30
|
||||
01:00
|
||||
01:30
|
||||
02:00
|
||||
02:30
|
||||
03:00
|
||||
03:30
|
||||
04:00
|
||||
04:30
|
||||
05:00
|
||||
05:30
|
||||
06:00
|
||||
06:30
|
||||
07:00
|
||||
07:30
|
||||
08:00
|
||||
08:30
|
||||
09:00
|
||||
09:30
|
||||
10:00
|
||||
10:30
|
||||
11:00
|
||||
11:30
|
||||
12:00
|
||||
12:30
|
||||
13:00
|
||||
13:30
|
||||
14:00
|
||||
14:30
|
||||
15:00
|
||||
15:30
|
||||
16:00
|
||||
16:30
|
||||
17:00
|
||||
17:30
|
||||
18:00
|
||||
18:30
|
||||
19:00
|
||||
19:30
|
||||
20:00
|
||||
20:30
|
||||
21:00
|
||||
21:30
|
||||
22:00
|
||||
22:30
|
||||
23:00
|
||||
23:30
|
||||
00:00
|
||||
00:00,00:15,00:30,00:45,01:00,01:15,01:30,01:45,02:00,02:15,02:30,02:45,03:00,03:15,03:30,03:45,04:00,04:15,04:30,04:45,05:00,05:15,05:30,05:45,06:00,06:15,06:30,06:45,07:00,07:15,07:30,07:45,08:00,08:15,08:30,08:45,09:00,09:15,09:30,09:45,10:00,10:15,10:30,10:45,11:00,11:15,11:30,11:45,12:00,12:15,12:30,12:45,13:00,13:15,13:30,13:45,14:00,14:15,14:30,14:45,15:00,15:15,15:30,15:45,16:00,16:15,16:30,16:45,17:00,17:15,17:30,17:45,18:00,18:15,18:30,18:45,19:00,19:15,19:30,19:45,20:00,20:15,20:30,20:45,21:00,21:15,21:30,21:45,22:00,22:15,22:30,22:45,23:00,23:15,23:30,23:45
|
||||
|
BIN
ConsoleApplication1/bin/Debug/Antlr3.Runtime.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Antlr3.Runtime.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/C5.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/C5.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/CSRedisCore.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/CSRedisCore.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/CSRedisCore.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/CSRedisCore.pdb
Normal file
Binary file not shown.
11016
ConsoleApplication1/bin/Debug/CSRedisCore.xml
Normal file
11016
ConsoleApplication1/bin/Debug/CSRedisCore.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ConsoleApplication1/bin/Debug/CacheManager.Core.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/CacheManager.Core.dll
Normal file
Binary file not shown.
4751
ConsoleApplication1/bin/Debug/CacheManager.Core.xml
Normal file
4751
ConsoleApplication1/bin/Debug/CacheManager.Core.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ConsoleApplication1/bin/Debug/CacheManager.Memcached.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/CacheManager.Memcached.dll
Normal file
Binary file not shown.
189
ConsoleApplication1/bin/Debug/CacheManager.Memcached.xml
Normal file
189
ConsoleApplication1/bin/Debug/CacheManager.Memcached.xml
Normal file
@@ -0,0 +1,189 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>CacheManager.Memcached</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:CacheManager.Core.ConfigurationBuilderExtensions">
|
||||
<summary>
|
||||
Extensions for the configuration builder specific to the memcached cache handle.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CacheManager.Core.ConfigurationBuilderExtensions.WithMemcachedCacheHandle(CacheManager.Core.ConfigurationBuilderCachePart,System.String)">
|
||||
<summary>
|
||||
Adds a <see cref="T:CacheManager.Memcached.MemcachedCacheHandle`1"/>. The <paramref name="configurationName"/> must match with cache configured via enyim configuration section.
|
||||
</summary>
|
||||
<param name="part">The builder part.</param>
|
||||
<param name="configurationName">The configuration name.</param>
|
||||
<returns>The part.</returns>
|
||||
<exception cref="T:System.ArgumentNullException">Thrown if handleName is null.</exception>
|
||||
</member>
|
||||
<member name="M:CacheManager.Core.ConfigurationBuilderExtensions.WithMemcachedCacheHandle(CacheManager.Core.ConfigurationBuilderCachePart,System.String,System.Boolean)">
|
||||
<summary>
|
||||
Adds a <see cref="T:CacheManager.Memcached.MemcachedCacheHandle`1"/>. The <paramref name="configurationName"/> must match with cache configured via enyim configuration section.
|
||||
</summary>
|
||||
<param name="part">The builder part.</param>
|
||||
<param name="configurationName">The configuration name.</param>
|
||||
<param name="isBackPlateSource">
|
||||
Set this to true if this cache handle should be the source of the back plate.
|
||||
<para>This setting will be ignored if no back plate is configured.</para>
|
||||
</param>
|
||||
<returns>The part.</returns>
|
||||
<exception cref="T:System.ArgumentNullException">
|
||||
Thrown if handleName or handleType are null.
|
||||
</exception>
|
||||
</member>
|
||||
<member name="T:CacheManager.Memcached.MemcachedCacheHandle`1">
|
||||
<summary>
|
||||
Cache handle implementation based on the Enyim memcached client.
|
||||
</summary>
|
||||
<typeparam name="TCacheValue">The type of the cache value.</typeparam>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.#ctor(CacheManager.Core.CacheManagerConfiguration,CacheManager.Core.CacheHandleConfiguration,CacheManager.Core.Logging.ILoggerFactory)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:CacheManager.Memcached.MemcachedCacheHandle`1"/> class.
|
||||
</summary>
|
||||
<param name="managerConfiguration">The manager configuration.</param>
|
||||
<param name="configuration">The cache handle configuration.</param>
|
||||
<param name="loggerFactory">The logger factory.</param>
|
||||
<exception cref="T:System.ArgumentNullException">
|
||||
If <paramref name="configuration"/> or <paramref name="loggerFactory"/> is null.
|
||||
</exception>
|
||||
<exception cref="T:System.InvalidOperationException">
|
||||
The cache value type is not serializable or if the enyim configuration section could not
|
||||
be initialized.
|
||||
</exception>
|
||||
</member>
|
||||
<member name="P:CacheManager.Memcached.MemcachedCacheHandle`1.Count">
|
||||
<summary>
|
||||
Gets the number of items the cache handle currently maintains.
|
||||
</summary>
|
||||
<value>The count.</value>
|
||||
</member>
|
||||
<member name="P:CacheManager.Memcached.MemcachedCacheHandle`1.GetMemcachedClientConfiguration">
|
||||
<summary>
|
||||
Gets the get memcached client configuration.
|
||||
</summary>
|
||||
<value>The get memcached client configuration.</value>
|
||||
</member>
|
||||
<member name="P:CacheManager.Memcached.MemcachedCacheHandle`1.ServerItemCount">
|
||||
<summary>
|
||||
Gets the total number of items per server.
|
||||
</summary>
|
||||
<value>The total number of items per server.</value>
|
||||
</member>
|
||||
<member name="P:CacheManager.Memcached.MemcachedCacheHandle`1.Servers">
|
||||
<summary>
|
||||
Gets the servers.
|
||||
</summary>
|
||||
<value>The servers.</value>
|
||||
</member>
|
||||
<member name="P:CacheManager.Memcached.MemcachedCacheHandle`1.Cache">
|
||||
<summary>
|
||||
Gets or sets the cache.
|
||||
</summary>
|
||||
<value>The cache.</value>
|
||||
</member>
|
||||
<member name="P:CacheManager.Memcached.MemcachedCacheHandle`1.Logger">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.Clear">
|
||||
<summary>
|
||||
Clears this cache, removing all items in the base cache and all regions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.ClearRegion(System.String)">
|
||||
<summary>
|
||||
Clears the cache region, removing all items from the specified <paramref name="region"/> only.
|
||||
</summary>
|
||||
<param name="region">The cache region.</param>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.Update(System.String,System.Func{`0,`0},System.Int32)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.Update(System.String,System.String,System.Func{`0,`0},System.Int32)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.AddInternalPrepared(CacheManager.Core.CacheItem{`0})">
|
||||
<summary>
|
||||
Adds a value to the cache.
|
||||
</summary>
|
||||
<param name="item">The <c>CacheItem</c> to be added to the cache.</param>
|
||||
<returns>
|
||||
<c>true</c> if the key was not already added to the cache, <c>false</c> otherwise.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.Dispose(System.Boolean)">
|
||||
<summary>
|
||||
Performs application-defined tasks associated with freeing, releasing, or resetting
|
||||
unmanaged resources.
|
||||
</summary>
|
||||
<param name="disposeManaged">Indicator if managed resources should be released.</param>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.GetCacheItemInternal(System.String)">
|
||||
<summary>
|
||||
Gets a <c>CacheItem</c> for the specified key.
|
||||
</summary>
|
||||
<param name="key">The key being used to identify the item within the cache.</param>
|
||||
<returns>The <c>CacheItem</c>.</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.GetCacheItemInternal(System.String,System.String)">
|
||||
<summary>
|
||||
Gets a <c>CacheItem</c> for the specified key.
|
||||
</summary>
|
||||
<param name="key">The key being used to identify the item within the cache.</param>
|
||||
<param name="region">The cache region.</param>
|
||||
<returns>The <c>CacheItem</c>.</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.PutInternalPrepared(CacheManager.Core.CacheItem{`0})">
|
||||
<summary>
|
||||
Puts the <paramref name="item"/> into the cache. If the item exists it will get updated
|
||||
with the new value. If the item doesn't exist, the item will be added to the cache.
|
||||
</summary>
|
||||
<param name="item">The <c>CacheItem</c> to be added to the cache.</param>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.RemoveInternal(System.String)">
|
||||
<summary>
|
||||
Removes a value from the cache for the specified key.
|
||||
</summary>
|
||||
<param name="key">The key being used to identify the item within the cache.</param>
|
||||
<returns>
|
||||
<c>true</c> if the key was found and removed from the cache, <c>false</c> otherwise.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.RemoveInternal(System.String,System.String)">
|
||||
<summary>
|
||||
Removes a value from the cache for the specified key.
|
||||
</summary>
|
||||
<param name="key">The key being used to identify the item within the cache.</param>
|
||||
<param name="region">The cache region.</param>
|
||||
<returns>
|
||||
<c>true</c> if the key was found and removed from the cache, <c>false</c> otherwise.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.Store(Enyim.Caching.Memcached.StoreMode,CacheManager.Core.CacheItem{`0})">
|
||||
<summary>
|
||||
Stores the item with the specified mode.
|
||||
</summary>
|
||||
<param name="mode">The mode.</param>
|
||||
<param name="item">The item.</param>
|
||||
<returns>The result.</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.GetEnyimSectionName(System.String)">
|
||||
<summary>
|
||||
Gets the name of the enyim section.
|
||||
</summary>
|
||||
<param name="handleName">Name of the handle.</param>
|
||||
<returns>The section name.</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.Memcached.MemcachedCacheHandle`1.GetSection">
|
||||
<summary>
|
||||
Gets the section.
|
||||
</summary>
|
||||
<returns>The client configuration.</returns>
|
||||
<exception cref="T:System.Configuration.ConfigurationErrorsException">
|
||||
If memcached client section was not found or there are no servers defined for memcached.
|
||||
</exception>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
@@ -0,0 +1,140 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>CacheManager.SystemRuntimeCaching</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:CacheManager.Core.ConfigurationBuilderExtensions">
|
||||
<summary>
|
||||
Extensions for the configuration builder specific to System.Runtime.Caching cache handle.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CacheManager.Core.ConfigurationBuilderExtensions.WithSystemRuntimeCacheHandle(CacheManager.Core.ConfigurationBuilderCachePart,System.String)">
|
||||
<summary>
|
||||
Adds a <see cref="T:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1" /> using a <see cref="T:System.Runtime.Caching.MemoryCache"/> instance with the given <paramref name="instanceName"/>.
|
||||
The named cache instance can be configured via <c>app/web.config</c> <c>system.runtime.caching</c> section.
|
||||
</summary>
|
||||
<param name="part">The builder part.</param>
|
||||
<param name="instanceName">The name to be used for the <see cref="T:System.Runtime.Caching.MemoryCache"/> instance.</param>
|
||||
<returns>The builder part.</returns>
|
||||
<exception cref="T:System.ArgumentNullException">Thrown if handleName is null.</exception>
|
||||
</member>
|
||||
<member name="M:CacheManager.Core.ConfigurationBuilderExtensions.WithSystemRuntimeCacheHandle(CacheManager.Core.ConfigurationBuilderCachePart)">
|
||||
<summary>
|
||||
Adds a <see cref="T:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1" /> using a <see cref="T:System.Runtime.Caching.MemoryCache"/>.
|
||||
The name of the cache instance will be 'default'.
|
||||
</summary>
|
||||
<param name="part">The builder part.</param>
|
||||
<returns>The builder part.</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.Core.ConfigurationBuilderExtensions.WithSystemRuntimeCacheHandle(CacheManager.Core.ConfigurationBuilderCachePart,System.String,System.Boolean)">
|
||||
<summary>
|
||||
Adds a <see cref="T:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1" /> using a <see cref="T:System.Runtime.Caching.MemoryCache"/> instance with the given <paramref name="instanceName"/>.
|
||||
The named cache instance can be configured via <c>app/web.config</c> <c>system.runtime.caching</c> section.
|
||||
</summary>
|
||||
<param name="part">The builder part.</param>
|
||||
<param name="instanceName">The name to be used for the cache instance.</param>
|
||||
<param name="isBackPlateSource">Set this to true if this cache handle should be the source of the back plate.
|
||||
This setting will be ignored if no back plate is configured.</param>
|
||||
<returns>
|
||||
The builder part.
|
||||
</returns>
|
||||
<exception cref="T:System.ArgumentNullException">If part is null.</exception>
|
||||
<exception cref="T:System.ArgumentNullException">Thrown if <paramref name="instanceName"/> is null.</exception>
|
||||
</member>
|
||||
<member name="T:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1">
|
||||
<summary>
|
||||
Simple implementation for the <see cref="T:System.Runtime.Caching.MemoryCache"/>.
|
||||
</summary>
|
||||
<typeparam name="TCacheValue">The type of the cache value.</typeparam>
|
||||
<remarks>
|
||||
Although the MemoryCache doesn't support regions nor a RemoveAll/Clear method, we will
|
||||
implement it via cache dependencies.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.#ctor(CacheManager.Core.CacheManagerConfiguration,CacheManager.Core.CacheHandleConfiguration,CacheManager.Core.Logging.ILoggerFactory)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1"/> class.
|
||||
</summary>
|
||||
<param name="managerConfiguration">The manager configuration.</param>
|
||||
<param name="configuration">The cache handle configuration.</param>
|
||||
<param name="loggerFactory">The logger factory.</param>
|
||||
</member>
|
||||
<member name="P:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.CacheSettings">
|
||||
<summary>
|
||||
Gets the cache settings.
|
||||
</summary>
|
||||
<value>The cache settings.</value>
|
||||
</member>
|
||||
<member name="P:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.Count">
|
||||
<summary>
|
||||
Gets the number of items the cache handle currently maintains.
|
||||
</summary>
|
||||
<value>The count.</value>
|
||||
</member>
|
||||
<member name="P:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.Logger">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.Clear">
|
||||
<summary>
|
||||
Clears this cache, removing all items in the base cache and all regions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.ClearRegion(System.String)">
|
||||
<summary>
|
||||
Clears the cache region, removing all items from the specified <paramref name="region"/> only.
|
||||
</summary>
|
||||
<param name="region">The cache region.</param>
|
||||
</member>
|
||||
<member name="M:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.AddInternalPrepared(CacheManager.Core.CacheItem{`0})">
|
||||
<summary>
|
||||
Adds a value to the cache.
|
||||
</summary>
|
||||
<param name="item">The <c>CacheItem</c> to be added to the cache.</param>
|
||||
<returns>
|
||||
<c>true</c> if the key was not already added to the cache, <c>false</c> otherwise.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.GetCacheItemInternal(System.String)">
|
||||
<summary>
|
||||
Gets a <c>CacheItem</c> for the specified key.
|
||||
</summary>
|
||||
<param name="key">The key being used to identify the item within the cache.</param>
|
||||
<returns>The <c>CacheItem</c>.</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.GetCacheItemInternal(System.String,System.String)">
|
||||
<summary>
|
||||
Gets a <c>CacheItem</c> for the specified key.
|
||||
</summary>
|
||||
<param name="key">The key being used to identify the item within the cache.</param>
|
||||
<param name="region">The cache region.</param>
|
||||
<returns>The <c>CacheItem</c>.</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.PutInternalPrepared(CacheManager.Core.CacheItem{`0})">
|
||||
<summary>
|
||||
Puts the <paramref name="item"/> into the cache. If the item exists it will get updated
|
||||
with the new value. If the item doesn't exist, the item will be added to the cache.
|
||||
</summary>
|
||||
<param name="item">The <c>CacheItem</c> to be added to the cache.</param>
|
||||
</member>
|
||||
<member name="M:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.RemoveInternal(System.String)">
|
||||
<summary>
|
||||
Removes a value from the cache for the specified key.
|
||||
</summary>
|
||||
<param name="key">The key being used to identify the item within the cache.</param>
|
||||
<returns>
|
||||
<c>true</c> if the key was found and removed from the cache, <c>false</c> otherwise.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1.RemoveInternal(System.String,System.String)">
|
||||
<summary>
|
||||
Removes a value from the cache for the specified key.
|
||||
</summary>
|
||||
<param name="key">The key being used to identify the item within the cache.</param>
|
||||
<param name="region">The cache region.</param>
|
||||
<returns>
|
||||
<c>true</c> if the key was found and removed from the cache, <c>false</c> otherwise.
|
||||
</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
ConsoleApplication1/bin/Debug/Common.Logging.Core.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Common.Logging.Core.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Common.Logging.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Common.Logging.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Common.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Common.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Common.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/Common.pdb
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/CommonEntity.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/CommonEntity.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/CommonEntity.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/CommonEntity.pdb
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/ConsoleApplication1.exe
Normal file
BIN
ConsoleApplication1/bin/Debug/ConsoleApplication1.exe
Normal file
Binary file not shown.
18
ConsoleApplication1/bin/Debug/ConsoleApplication1.exe.config
Normal file
18
ConsoleApplication1/bin/Debug/ConsoleApplication1.exe.config
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="TCLLoginUrl" value="https://ai.tclyun.cn/"/>
|
||||
<add key="TCLAppId" value="3fc1fe5560bdf2efda50a8dc23521d8a"/>
|
||||
<add key="TCLAppSecret" value="48c30d8fcca4e14ab4842e9bfd54c082"/>
|
||||
<!-- redis Start -->
|
||||
<add key="session_expire_minutes" value="5" />
|
||||
<add key="redis_server_session" value="127.0.0.1:6379" />
|
||||
<add key="redis_max_read_pool" value="1000" />
|
||||
<add key="redis_max_write_pool" value="1000" />
|
||||
<add key="monitor_log_expire_minutes" value="30" />
|
||||
<!--redis end-->
|
||||
</appSettings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
ConsoleApplication1/bin/Debug/ConsoleApplication1.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/ConsoleApplication1.pdb
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/ConsoleApplication1.vshost.exe
Normal file
BIN
ConsoleApplication1/bin/Debug/ConsoleApplication1.vshost.exe
Normal file
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="TCLLoginUrl" value="https://ai.tclyun.cn/"/>
|
||||
<add key="TCLAppId" value="3fc1fe5560bdf2efda50a8dc23521d8a"/>
|
||||
<add key="TCLAppSecret" value="48c30d8fcca4e14ab4842e9bfd54c082"/>
|
||||
<!-- redis Start -->
|
||||
<add key="session_expire_minutes" value="5" />
|
||||
<add key="redis_server_session" value="127.0.0.1:6379" />
|
||||
<add key="redis_max_read_pool" value="1000" />
|
||||
<add key="redis_max_write_pool" value="1000" />
|
||||
<add key="monitor_log_expire_minutes" value="30" />
|
||||
<!--redis end-->
|
||||
</appSettings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
BIN
ConsoleApplication1/bin/Debug/Dao.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Dao.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Dao.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/Dao.pdb
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Domain.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Domain.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Domain.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/Domain.pdb
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/ICSharpCode.SharpZipLib.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/ICSharpCode.SharpZipLib.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Iesi.Collections.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Iesi.Collections.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/M2Mqtt.Net.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/M2Mqtt.Net.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/M2Mqtt.Net.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/M2Mqtt.Net.pdb
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/NHibernate.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/NHibernate.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/NPOI.OOXML.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/NPOI.OOXML.dll
Normal file
Binary file not shown.
8109
ConsoleApplication1/bin/Debug/NPOI.OOXML.xml
Normal file
8109
ConsoleApplication1/bin/Debug/NPOI.OOXML.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ConsoleApplication1/bin/Debug/NPOI.OpenXml4Net.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/NPOI.OpenXml4Net.dll
Normal file
Binary file not shown.
2949
ConsoleApplication1/bin/Debug/NPOI.OpenXml4Net.xml
Normal file
2949
ConsoleApplication1/bin/Debug/NPOI.OpenXml4Net.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ConsoleApplication1/bin/Debug/NPOI.OpenXmlFormats.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/NPOI.OpenXmlFormats.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/NPOI.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/NPOI.dll
Normal file
Binary file not shown.
41543
ConsoleApplication1/bin/Debug/NPOI.xml
Normal file
41543
ConsoleApplication1/bin/Debug/NPOI.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ConsoleApplication1/bin/Debug/Newtonsoft.Json.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Newtonsoft.Json.dll
Normal file
Binary file not shown.
9683
ConsoleApplication1/bin/Debug/Newtonsoft.Json.xml
Normal file
9683
ConsoleApplication1/bin/Debug/Newtonsoft.Json.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ConsoleApplication1/bin/Debug/Quartz.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Quartz.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Quartz.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/Quartz.pdb
Normal file
Binary file not shown.
19973
ConsoleApplication1/bin/Debug/Quartz.xml
Normal file
19973
ConsoleApplication1/bin/Debug/Quartz.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ConsoleApplication1/bin/Debug/RCUHost.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/RCUHost.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/RCUHost.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/RCUHost.pdb
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Remotion.Data.Linq.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Remotion.Data.Linq.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/RestSharp.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/RestSharp.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/RestSharp.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/RestSharp.pdb
Normal file
Binary file not shown.
2897
ConsoleApplication1/bin/Debug/RestSharp.xml
Normal file
2897
ConsoleApplication1/bin/Debug/RestSharp.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ConsoleApplication1/bin/Debug/ServiceStack.Common.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/ServiceStack.Common.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/ServiceStack.Interfaces.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/ServiceStack.Interfaces.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/ServiceStack.Redis.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/ServiceStack.Redis.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/ServiceStack.Text.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/ServiceStack.Text.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Spring.Aop.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Spring.Aop.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Spring.Core.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Spring.Core.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Spring.Data.NHibernate30.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Spring.Data.NHibernate30.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/Spring.Data.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/Spring.Data.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/System.ValueTuple.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/System.ValueTuple.dll
Normal file
Binary file not shown.
1299
ConsoleApplication1/bin/Debug/System.ValueTuple.xml
Normal file
1299
ConsoleApplication1/bin/Debug/System.ValueTuple.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ConsoleApplication1/bin/Debug/aliyun-net-sdk-core.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/aliyun-net-sdk-core.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/aliyun-net-sdk-dysmsapi.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/aliyun-net-sdk-dysmsapi.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/jose-jwt.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/jose-jwt.dll
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/jose-jwt.pdb
Normal file
BIN
ConsoleApplication1/bin/Debug/jose-jwt.pdb
Normal file
Binary file not shown.
BIN
ConsoleApplication1/bin/Debug/log4net.dll
Normal file
BIN
ConsoleApplication1/bin/Debug/log4net.dll
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")]
|
||||
Binary file not shown.
@@ -0,0 +1,65 @@
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CommonEntity.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\RestSharp.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Domain.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CommonEntity.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\RestSharp.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Domain.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\obj\x86\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\obj\x86\Debug\ConsoleApplication1.exe
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\obj\x86\Debug\ConsoleApplication1.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Newtonsoft.Json.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Newtonsoft.Json.xml
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\RestSharp.xml
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Common.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\RCUHost.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\NPOI.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\log4net.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CSRedisCore.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\NHibernate.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CacheManager.Core.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\NPOI.OOXML.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\aliyun-net-sdk-core.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\aliyun-net-sdk-dysmsapi.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Dao.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\M2Mqtt.Net.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\ICSharpCode.SharpZipLib.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\System.ValueTuple.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Iesi.Collections.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Antlr3.Runtime.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Remotion.Data.Linq.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\NPOI.OpenXmlFormats.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\NPOI.OpenXml4Net.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Spring.Data.NHibernate30.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Spring.Data.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Spring.Core.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Spring.Aop.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Common.Logging.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Common.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\RCUHost.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\NPOI.xml
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CSRedisCore.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CSRedisCore.xml
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CacheManager.Core.xml
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\NPOI.OOXML.xml
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Dao.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\M2Mqtt.Net.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\System.ValueTuple.xml
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\NPOI.OpenXml4Net.xml
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CacheManager.Memcached.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CacheManager.SystemRuntimeCaching.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CacheManager.Memcached.xml
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\CacheManager.SystemRuntimeCaching.xml
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\ServiceStack.Common.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\ServiceStack.Interfaces.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\ServiceStack.Redis.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\ServiceStack.Text.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\jose-jwt.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\jose-jwt.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\C5.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Common.Logging.Core.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Quartz.dll
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Quartz.pdb
|
||||
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication1\bin\Debug\Quartz.xml
|
||||
Binary file not shown.
BIN
ConsoleApplication1/obj/x86/Debug/ConsoleApplication1.exe
Normal file
BIN
ConsoleApplication1/obj/x86/Debug/ConsoleApplication1.exe
Normal file
Binary file not shown.
BIN
ConsoleApplication1/obj/x86/Debug/ConsoleApplication1.pdb
Normal file
BIN
ConsoleApplication1/obj/x86/Debug/ConsoleApplication1.pdb
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user