MacBook nginx 相關操作

2022-07-08 01:18:08 字數 477 閱讀 5952

sudo nginx     啟動

sudo nginx -s reload      重新啟動

ps -ef|grep nginx        檢視nginx所在埠號

sudo kill -term  埠號        強制殺死nginx程序

檢視和修改nginx配置檔案 cmd+shift+g 前往 /usr/local/etc/nginx/ 進入此目錄下

location /

location =/personal.html

其他:對於本地起的服務需要經過閘道器呼叫介面時,使用配置的server_name呼叫介面時,問題解決

1. https 要改成 http

2. 對於 listen 埠不是80的需要加上埠號

3. host 配置,是不是把server_name對映到本機的ip上了

4. 手機端使用的時候需要fq,或者配置公司的網路

jquery radio,select相關操作

1.獲取選中值,三種方法都可以 input radio checked val input type radio checked val input name rd checked val 2.設定第乙個radio為選中值 input radio first attr checked checked...

mysql相關操作 MySQL之記錄相關操作

一 介紹 mysql資料操作 dml 在mysql管理軟體中,可以通過sql語句中的dml語言來實現資料的操作,包括 使用insert實現資料的插入 update實現資料的更新 使用delete實現資料的刪除 使用select查詢資料以及。本節內容包括 插入資料 更新資料 刪除資料 查詢資料 二 插...

excel 相關簡便操作 之 vlookup 操作

準備工作 提取excel括號前的值 left b2,find b2 1 提取excel括號中的值 trim right substitute substitute b2,rept 10 rept 10 20 下圖表a中取length 從表a到表b,有乙個 值複製 的動作 使用vlookup 下圖表c...