Wamp 簡單使用方法

2022-02-19 19:49:12 字數 601 閱讀 8053

1、在wamp的安裝目錄 \bin\apache\apache2.4.4\conf 中找到  httpd.conf檔案刪除 include conf/extra/httpd-vhosts.conf 這一行前面的注釋,選擇啟用虛擬機器的配置檔案。

2、開啟extra資料夾,找到httpd-vhosts.conf檔案,然後在裡面加入以下的配置引數命令。

servername www.st.cn

documentroot "e:\www.st.cn"

3、如果訪問的時候提示404錯誤,試試修改命令成:

options followsymlinks

allowoverride none

order deny,allow

allow from all

4. 如果還是提示 forbidden 錯誤,那麼修改 directory中最後一句話

options followsymlinks

allowoverride none

order deny,allow

require all granted

git簡單使用方法

目標是看了這邊文章能夠滿足最基本的git使用需求。整個文章的遠端git庫以git.osc為例。安裝好後,滑鼠右鍵點git bash here,會出來命令列介面。首先到 目錄 root host mingw64 d cd root host mingw64 必須有,遠端git庫通過這個確定是誰提交的 ...

Git 簡單使用方法

git 常用命令 git init here 建立本地倉庫 repository 將會在資料夾下建立乙個 git 資料夾,git 資料夾裡儲存了所有的版本資訊 標記等內容 git clone 如果你需要與他人合作乙個專案,或者想要複製乙個專案,看看 你就可以轉殖那個專案。執行命令 git remot...

Vim簡單使用方法

基本上vi可以分為三種狀態,分別是命令模式 command mode 插入模式 insert mode 和底行模式 last line mode 各模式的功能區分如下 1 命令列模式command mode 控制螢幕游標的移動,字元 字或行的刪除,移動複製某區段及進入insert mode下,或者到...