久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      你是否在composer安裝插件時(shí)遇到內(nèi)存不足的問(wèn)題?

      本文由composer教程欄目給大家介紹關(guān)于composer安裝插件出現(xiàn)內(nèi)存不足問(wèn)題,希望對(duì)需要的朋友有所幫助!

      你是否在composer安裝插件時(shí)遇到內(nèi)存不足的問(wèn)題?

      composer安裝插件出現(xiàn)內(nèi)存不足問(wèn)題

      近期用命令composer require phpoffice/phpspreadsheet安裝phpspreadsheet時(shí)出現(xiàn)內(nèi)存不足問(wèn)題,出現(xiàn)如下錯(cuò)誤:

      The following exception is caused by a lack of memory or swap, or not having swap configured

      用以下方法完美解決:

      sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024   sudo /sbin/mkswap /var/swap.1 sudo /sbin/swapon /var/swap.1

      composer簡(jiǎn)介:

      Composer 是 PHP5.3以上 的一個(gè)依賴(lài)管理工具。它允許你聲明項(xiàng)目所依賴(lài)的代碼庫(kù),它會(huì)在你的項(xiàng)目中為你安裝他們。Composer 不是一個(gè)包管理器。是的,它涉及 "packages" 和 "libraries",但它在每個(gè)項(xiàng)目的基礎(chǔ)上進(jìn)行管理,在你項(xiàng)目的某個(gè)目錄中(例如 vendor)進(jìn)行安裝。默認(rèn)情況下它不會(huì)在全局安裝任何東西。因此,這僅僅是一個(gè)依賴(lài)管理。

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)