国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

數(shù)據(jù)導(dǎo)出系統(tǒng)

29¥
類型 應(yīng)用插件
版本 1.0.0
版本更新時間 2023-03-21
大小 40.35 KB
開發(fā)商
Chance
評分

問題反饋

http://www.wtbis.cn/q/11078

詳細介紹

數(shù)據(jù)導(dǎo)出系統(tǒng)

功能特性

  1. 多數(shù)據(jù)庫支持
  2. 原生 SQL 查詢導(dǎo)出
  3. 異步隊列導(dǎo)出
  4. 支持百萬甚至千萬數(shù)據(jù)導(dǎo)出

安裝使用

不要直接將代碼復(fù)制到項目中,在后臺插件市場安裝

  1. 安裝 xlswriter 擴展,未安裝將使用 phpoffice/phpspreadsheet 導(dǎo)出,數(shù)據(jù)量大會內(nèi)存溢出
  2. 在 webman-admin 后臺插件市場安裝
  3. 修改配置文件 config/plugin/webman/redis-queue/process.php
    <?php
    return [
    ...
    // 增加以下配置
    'consumer_export' => [
        'handler' => Webman\RedisQueue\Process\Consumer::class,
        'count' => 5, // 可以設(shè)置多進程同時消費
        'constructor' => [
            // 消費者類目錄
            'consumer_dir' => base_path() . '/plugin/export/app/queue'
        ]
    ],
    ];
  4. restart
版本歷史記錄
1.0.0
2023-03-20
數(shù)據(jù)導(dǎo)出系統(tǒng)
評分及評論
5 滿分5分
wesleywu 2023-06-19
安裝完成后 PHPSQLParser 類沒找到。
??