初始化CRICS

This commit is contained in:
2025-12-11 09:17:16 +08:00
commit 83247ec0a2
2735 changed files with 787765 additions and 0 deletions

15
test/App.config Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<!-- 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>

22
test/Program.cs Normal file
View File

@@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Common;
using CommonEntity;
using System.Collections.Concurrent;
namespace test
{
class Program
{
static void Main(string[] args)
{
NewDataSQL.GenericHOSTNUMBER("1282","3333");
bool is_online =CSRedisCacheHelper.Contains("205006073075", "34-D0-B8-11-49-A1");
Console.WriteLine(is_online);
Console.ReadLine();
}
}
}

View File

@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("test")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("test")]
[assembly: AssemblyCopyright("Copyright © 2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// 将 ComVisible 设置为 false 使此程序集中的类型
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
// 则将该类型上的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("f8f0c83a-dc4c-4cff-a582-12356d02ebfc")]
// 程序集的版本信息由下面四个值组成:
//
// 主版本
// 次版本
// 内部版本号
// 修订号
//
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Binary file not shown.

15
test/bin/Debug/App.config Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<!-- 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>

Binary file not shown.

Binary file not shown.

11016
test/bin/Debug/CSRedisCore.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
test/bin/Debug/Common.dll Normal file

Binary file not shown.

BIN
test/bin/Debug/Common.pdb Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
test/bin/Debug/Domain.dll Normal file

Binary file not shown.

BIN
test/bin/Debug/Domain.pdb Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
test/bin/Debug/NPOI.dll Normal file

Binary file not shown.

41543
test/bin/Debug/NPOI.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2897
test/bin/Debug/RestSharp.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

BIN
test/bin/Debug/jose-jwt.dll Normal file

Binary file not shown.

BIN
test/bin/Debug/jose-jwt.pdb Normal file

Binary file not shown.

BIN
test/bin/Debug/log4net.dll Normal file

Binary file not shown.

BIN
test/bin/Debug/test.exe Normal file

Binary file not shown.

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<!-- 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
test/bin/Debug/test.pdb Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<!-- 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>

View File

@@ -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>

View File

@@ -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.

View File

@@ -0,0 +1,47 @@
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\App.config
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\test.exe.config
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\test.exe
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\test.pdb
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\Common.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\CSRedisCore.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\Newtonsoft.Json.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\ServiceStack.Common.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\ServiceStack.Interfaces.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\ServiceStack.Redis.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\ServiceStack.Text.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\System.ValueTuple.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\NPOI.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\log4net.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\M2Mqtt.Net.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\NHibernate.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\CacheManager.Core.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\NPOI.OOXML.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\aliyun-net-sdk-core.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\aliyun-net-sdk-dysmsapi.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\ICSharpCode.SharpZipLib.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\Iesi.Collections.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\Antlr3.Runtime.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\Remotion.Data.Linq.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\NPOI.OpenXmlFormats.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\NPOI.OpenXml4Net.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\Common.pdb
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\CSRedisCore.pdb
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\CSRedisCore.xml
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\System.ValueTuple.xml
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\NPOI.xml
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\M2Mqtt.Net.pdb
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\CacheManager.Core.xml
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\NPOI.OOXML.xml
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\NPOI.OpenXml4Net.xml
E:\tian\chongxin\CRICS_V3_1124\test\obj\x86\Debug\test.csprojResolveAssemblyReference.cache
E:\tian\chongxin\CRICS_V3_1124\test\obj\x86\Debug\test.exe
E:\tian\chongxin\CRICS_V3_1124\test\obj\x86\Debug\test.pdb
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\CommonEntity.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\Domain.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\RestSharp.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\jose-jwt.dll
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\CommonEntity.pdb
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\Domain.pdb
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\RestSharp.pdb
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\RestSharp.xml
E:\tian\chongxin\CRICS_V3_1124\test\bin\Debug\jose-jwt.pdb

BIN
test/obj/x86/Debug/test.exe Normal file

Binary file not shown.

BIN
test/obj/x86/Debug/test.pdb Normal file

Binary file not shown.

96
test/test.csproj Normal file
View File

@@ -0,0 +1,96 @@
<?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>{C51B044F-6F86-4119-AFBA-9496690BC8CD}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>test</RootNamespace>
<AssemblyName>test</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="CSRedisCore">
<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\Redis\Newtonsoft.Json.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.configuration" />
<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>
<None Include="App.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</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>
</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>