91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 24.86M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: MySql??多線程??sql??12??文件??

資源簡介

此實例的功能是:將阿里云CDN日志文件導入至mysql數據庫,由于上傳不了12G的文件,實例中帶著 200M的 test.log文件

數據是每次提交10000條(可調整)到mysql,建議調整mysql的max_allowed_packet 參數,以便每次可提交更多的數據

資源截圖

代碼片段和文件信息

using?Newtonsoft.Json;
using?SqlSugar;
using?System;
using?System.Collections.Concurrent;
using?System.Collections.Generic;
using?System.Globalization;
using?System.IO;
using?System.Linq;
using?System.Threading.Tasks;

namespace?ReadBigFileDemo
{
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????var?taskList?=?new?ConcurrentDictionary>();
????????????var?path?=?Path.Combine(AppDomain.CurrentDomain.baseDirectory“file/test.log“);
????????????var?connectConfig?=?new?ConnectionConfig()
????????????{
????????????????ConnectionString?=?“Datasource=localhost;Database=apiadmin;uid=root;pwd=root;Character?Set=utf8;Allow?User?Variables=True“
????????????????DbType?=?DbType.MySql
????????????????IsAutoCloseConnection?=?t

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-04-16?15:34??.vs\
?????目錄???????????0??2020-04-16?16:00??.vs\ReadBigFileDemo\
?????目錄???????????0??2020-04-16?16:00??.vs\ReadBigFileDemo\DesignTimeBuild\
?????文件??????407774??2020-04-21?13:34??.vs\ReadBigFileDemo\DesignTimeBuild\.dtbcache
?????目錄???????????0??2020-04-16?15:34??.vs\ReadBigFileDemo\v16\
?????文件???????32256??2020-04-21?13:34??.vs\ReadBigFileDemo\v16\.suo
?????目錄???????????0??2020-04-16?15:34??.vs\ReadBigFileDemo\v16\Server\
?????目錄???????????0??2020-04-21?13:34??.vs\ReadBigFileDemo\v16\Server\sqlite3\
?????文件???????????0??2020-04-16?15:34??.vs\ReadBigFileDemo\v16\Server\sqlite3\db.lock
?????文件??????880640??2020-04-21?13:34??.vs\ReadBigFileDemo\v16\Server\sqlite3\storage.ide
?????目錄???????????0??2020-04-21?13:33??ReadBigFileDemo\
?????文件????????5795??2020-04-21?13:33??ReadBigFileDemo\Program.cs
?????文件?????????498??2020-04-21?13:32??ReadBigFileDemo\ReadBigFileDemo.csproj
?????目錄???????????0??2020-04-16?15:34??ReadBigFileDemo\bin\
?????目錄???????????0??2020-04-16?15:34??ReadBigFileDemo\bin\Debug\
?????目錄???????????0??2020-04-21?13:32??ReadBigFileDemo\bin\Debug\netcoreapp3.1\
?????文件??????294912??2017-12-21?20:23??ReadBigFileDemo\bin\Debug\netcoreapp3.1\Google.Protobuf.dll
?????文件??????135032??2019-03-22?05:06??ReadBigFileDemo\bin\Debug\netcoreapp3.1\Microsoft.Data.Sqlite.dll
?????文件??????702464??2019-01-28?07:41??ReadBigFileDemo\bin\Debug\netcoreapp3.1\MySql.Data.dll
?????文件??????693680??2019-11-09?00:56??ReadBigFileDemo\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll
?????文件??????660480??2018-02-27?20:36??ReadBigFileDemo\bin\Debug\netcoreapp3.1\Npgsql.dll
?????文件?????4562944??2018-09-11?14:31??ReadBigFileDemo\bin\Debug\netcoreapp3.1\Oracle.ManagedDataAccess.dll
?????文件???????74474??2020-04-21?13:32??ReadBigFileDemo\bin\Debug\netcoreapp3.1\ReadBigFileDemo.deps.json
?????文件????????9728??2020-04-21?13:33??ReadBigFileDemo\bin\Debug\netcoreapp3.1\ReadBigFileDemo.dll
?????文件??????169984??2020-04-21?13:33??ReadBigFileDemo\bin\Debug\netcoreapp3.1\ReadBigFileDemo.exe
?????文件????????2552??2020-04-21?13:33??ReadBigFileDemo\bin\Debug\netcoreapp3.1\ReadBigFileDemo.pdb
?????文件?????????190??2020-04-16?18:30??ReadBigFileDemo\bin\Debug\netcoreapp3.1\ReadBigFileDemo.runtimeconfig.dev.json
?????文件?????????154??2020-04-16?18:30??ReadBigFileDemo\bin\Debug\netcoreapp3.1\ReadBigFileDemo.runtimeconfig.json
?????文件????????5120??2018-12-18?15:00??ReadBigFileDemo\bin\Debug\netcoreapp3.1\SQLitePCLRaw.batteries_green.dll
?????文件????????5120??2018-12-18?15:00??ReadBigFileDemo\bin\Debug\netcoreapp3.1\SQLitePCLRaw.batteries_v2.dll
?????文件???????38400??2018-12-18?15:00??ReadBigFileDemo\bin\Debug\netcoreapp3.1\SQLitePCLRaw.core.dll
............此處省略76個文件信息

評論

共有 條評論