管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2024-01-06 8231f1641d0d1a3a595c4013020b97c31b2b8797
添加pg库引用
已添加3个文件
已修改2个文件
14 ■■■■■ 文件已修改
JiangSu/DLL/Mono.Security.dll 补丁 | 查看 | 原始文档 | blame | 历史
JiangSu/DLL/Npgsql.dll 补丁 | 查看 | 原始文档 | blame | 历史
JiangSu/JiangSu.csproj 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
JiangSu/Resources/log.txt 补丁 | 查看 | 原始文档 | blame | 历史
JiangSu/Web.config 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
JiangSu/DLL/Mono.Security.dll
Binary files differ
JiangSu/DLL/Npgsql.dll
Binary files differ
JiangSu/JiangSu.csproj
@@ -44,6 +44,10 @@
      <HintPath>DLL\log4net4.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="Npgsql, Version=2.2.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>DLL\Npgsql.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Data.Entity" />
@@ -152,6 +156,8 @@
  <ItemGroup>
    <Content Include="App_Data\db.sql" />
    <Content Include="DLL\log4net4.dll" />
    <Content Include="DLL\Mono.Security.dll" />
    <Content Include="DLL\Npgsql.dll" />
    <Content Include="DLL\SQLite.Interop.dll" />
    <Content Include="DLL\System.Data.SQLite.dll" />
    <Content Include="favicon.ico" />
JiangSu/Resources/log.txt
JiangSu/Web.config
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
  有关如何配置 ASP.NET 应用程序的详细信息,请访问
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <appSettings>
    <add key="pgConn" value="Server=127.0.0.1;Port=5433;Database=etown;User Id=postgres;Password=postgres;"/>
  </appSettings>
  <configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  </configSections>
  <connectionStrings>