Skip to content

[已解決][C++] cannot pass non-trivial object of type ‘std::__1::string’ (aka ‘basic_string<char, char_traits, allocator >’) to variadic function; expected type from format string was ‘char *’

暫存器(Register)和記憶體(RAM)的介紹

Last Updated on 2021-10-21 by Clay

  • 之前已經簡單記錄過算術邏輯單元Arithmetic Logic Unit, ALU)。不過若計算出結果卻不儲存,則沒有意義:我們需要計算機的記憶體memory
  • 使用電腦玩著 RPG 遊戲、或是寫程式,若是突然拔掉了電源,則意味著你損失了你的工作進度(遊戲的話,則是從你上一個存檔的地方開始):這是因為你的電腦使用 RAMRandom Access Memory)儲存當前工作的所有資訊
  • 其他種類的記憶體,比方說持續性記憶體persistent memory)則不倚賴電源
Read More »暫存器(Register)和記憶體(RAM)的介紹

[已解決] 使用 bluehost 啟用 Cloudflare 報錯:There was a problem changing Cloudflare settings

Last Updated on 2021-10-22 by Clay

我搭建 WordPress 網站所託管的主機商為著名的 BLUEHOST,一直以來使用上可說是相當方便。不過就在今天,當我想在 BLUEHOST 後台將 Cloudflare 功能啟用的時候,出現了以下畫面的錯誤訊息:

Read More »[已解決] 使用 bluehost 啟用 Cloudflare 報錯:There was a problem changing Cloudflare settings
Exit mobile version