Skip to content

Commit

Permalink
ImportAccess²å¼þÖØÖÆ
Browse files Browse the repository at this point in the history
MongoCola±àÒëƽ̨¸ÄΪAnyCpu
  • Loading branch information
magicdict committed Nov 11, 2016
1 parent e3a5ace commit 649481e
Show file tree
Hide file tree
Showing 20 changed files with 405 additions and 223 deletions.
4 changes: 2 additions & 2 deletions Common/FileFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ public static partial class Utility
public const string LogFilter = "Log File(*.log)|*.log|*.*(All Files)|*.*";

/// <summary>
/// MDB文件选择过滤器
/// Access文件选择过滤器
/// </summary>
public const string MdbFilter = "Access File(*.mdb)|*.mdb|*.*(All Files)|*.*";
public const string AccessDBFilter = "Access File(*.mdb,accdb)|*.mdb;*.accdb|*.*(All Files)|*.*";

/// <summary>
/// Conf文件选择过滤器
Expand Down
4 changes: 4 additions & 0 deletions MachineLearning/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<assemblyIdentity name="ZedGraph" publicKeyToken="02a83cbd123fcd60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.1.7.430" newVersion="5.1.7.430" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
2 changes: 1 addition & 1 deletion MachineLearning/MachineLearning/Regression.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public override int Run()
var frm = new frmRegression();
frm.mongoCol = _processCollection;
frm.ShowDialog();
return 0;
return Success;
}
}
}
1 change: 1 addition & 0 deletions MongoCola/MongoCola.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<OutputPath>bin\Debug</OutputPath>
<WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>false</Optimize>
Expand Down
4 changes: 2 additions & 2 deletions MongoCola/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.7.0")]
[assembly: AssemblyFileVersion("2.0.7.0")]
81 changes: 81 additions & 0 deletions PlugInPackage/ClassDiagram1.cd
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="PlugInPackage.DosCommand.CtllogLv" Collapsed="true">
<Position X="0.5" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>ggAAAASAACAAAAAAAACAAAACAAAAAAAAAACAAAAAAAA=</HashCode>
<FileName>DosCommand\ctllogLv.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PlugInPackage.DosCommand.CtlMongod" Collapsed="true">
<Position X="2.25" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AggACADAACQIAAAgEACBBAIjJgBAAEgiBAAEAAAQQAA=</HashCode>
<FileName>DosCommand\ctlMongod.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PlugInPackage.DosCommand.CtlMongodump" Collapsed="true">
<Position X="4" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAwAEABAACAEAAAAIAGgBABjIAAAABQQAVQEQAAQwAE=</HashCode>
<FileName>DosCommand\ctlMongodump.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PlugInPackage.DosCommand.CtlMongoImportExport" Collapsed="true">
<Position X="5.75" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAwAEQBBACCAAAAAAACgJABHICAIABQAAVQEAAIwQAA=</HashCode>
<FileName>DosCommand\ctlMongoImportExport.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PlugInPackage.DosCommand.DosCommand" Collapsed="true">
<Position X="0.5" Y="1.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI=</HashCode>
<FileName>DosCommand\DosCommand.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PlugInPackage.DosCommand.FrmDosCommand" Collapsed="true">
<Position X="4" Y="1.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AQgAQAAAACgAACAAAESEAQICAAAggAIgAAQAAAAAAAA=</HashCode>
<FileName>DosCommand\frmDosCommand.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PlugInPackage.ExportToExcel.ExportToExcel" Collapsed="true">
<Position X="2.25" Y="1.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAABAAAAAAAAABAAAAAAAAAAAI=</HashCode>
<FileName>ExportToExcel\ExportToExcel.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PlugInPackage.GenerateConfigIni.FrmGenerateConfigIni" Collapsed="true">
<Position X="5.75" Y="1.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAIAAAACABAAAAIACAAAICAAAAQAAAAIAABAAACAA=</HashCode>
<FileName>GenerateConfigIni\frmGenerateConfigIni.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PlugInPackage.GenerateConfigIni.GenerateConfigIni" Collapsed="true">
<Position X="2.25" Y="2.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI=</HashCode>
<FileName>GenerateConfigIni\GenerateConfigIni.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PlugInPackage.ImportAccessDB.FrmSelectTable" Collapsed="true">
<Position X="0.5" Y="2.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAIACACAAACAAAQCAIAACYAEAAAAAAAAAAAAAAAA=</HashCode>
<FileName>ImportAccessDB\frmSelectTable.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PlugInPackage.ImportAccessDB.ImportAccessDb" Collapsed="true">
<Position X="4" Y="2.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAEgAAAABAIEAAAAAAAAAAAAAAAACAAAAAAAAAAAI=</HashCode>
<FileName>ImportAccessDB\ImportAccessDB.cs</FileName>
</TypeIdentifier>
</Class>
<Font Name="微软雅黑" Size="9" />
</ClassDiagram>
8 changes: 4 additions & 4 deletions PlugInPackage/DosCommand/frmDosCommand.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System;
using Common;
using MongoUtility.ToolKit;
using ResourceLib.Method;
using System;
using System.IO;
using System.Text;
using System.Windows.Forms;
using Common;
using MongoUtility.ToolKit;
using ResourceLib.Method;

namespace PlugInPackage.DosCommand
{
Expand Down
2 changes: 1 addition & 1 deletion PlugInPackage/ExportToExcel/ExportToExcel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public override int Run()
Export(_processCollection.FindAllAs<BsonDocument>().ToList(), _processCollection.Name);
}
MessageBox.Show(_processCollection.Name);
return 0;
return Success;
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion PlugInPackage/GenerateConfigIni/GenerateConfigIni.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public GenerateConfigIni()
public override int Run()
{
Utility.OpenModalForm(new FrmGenerateConfigIni(), true, true);
return 0;
return Success;
}

#endregion
Expand Down
Loading

0 comments on commit 649481e

Please sign in to comment.