WAMP出現error msvcr120.dll msvcr110.dll錯誤,從Microsoft網站下載並安裝以下四個
Visual C++ Redistributable for Visual Studio 2012 Update 4
Visual C++ Redistributable Packages for Visual Studio 2013
Visual C++ Redistributable for Visual Studio 2015
Microsoft Visual C++ 2015 Redistributable Update 3
安裝後請將WAMP移除再重新安裝
使用Laravel orwhere時,在SQL語法上常常需要多個where條件,此時搭配or要如何指定or的群組呢,正確用法應該使用閉包的方式
以git指令"git branch"查看分支,並以指令"git checkout"切換分支至指定的分支
網站SEO優化沒有想像中複雜,只要能把握幾個重點,就能將網站排名提升囉!
HTML使用input上傳檔案時,若想要限制檔案的類型時可以使用accept屬性。
Composer update 出現 proc_open(): fork failed - Cannot allocate memory