關於linux的筆記

2021-09-10 09:24:39 字數 699 閱讀 4694

linux命令:

ifconfig  //檢視虛擬機器ip位址  

-reload  --s nginx//重啟虛擬機器

虛擬機器中的網域名稱 server:listen  address 可以讓windows底下的etc/hosts檔案進行host增加 可以達到虛擬的主機位址訪問

c:\windows\system32\drivers\etc/hosts檔案 進行修改  其中要首先將hosts檔案屬性改為不是唯讀的

@jsonproperty可以指定json返回的欄位名

以下是resultvo的初步封裝

@data

public class resultvo

封裝工具類:

public class resultvoutil 

public static resultvo success()

public static resultvo error(integer code,string message)

}

一般後端開發返回到前台用到狀態碼時可以用列舉類進行替換,如下例項:

public enum productstatusenum 

public integer getcode()

public string getmessage()

}

根據返回的json資料特點進行資料封裝

關於Linux的個人筆記

什麼是linux linux的發展史 linux版本及應用 red hat enterprise linux 5 6 7 suse linux enterprise 12 debian linux 7.8 ubuntu linux 14.10 15.04 命令列基本操作 pwd 檢視當前工作目錄 c...

關於Linux的隨筆筆記

1 ctrl c ctrl z和ctrl d的區別 ctrl c和ctrl z都是中斷命令,但是他們的作用卻不一樣 ctrl c 是向當前程序傳送sigint訊號,用於終止程序 ctrl z 是向當前程序傳送sigstop訊號,用於中斷並掛起程序,該操作仍然在程序中,只是維持掛起的狀態,使用者可以使...

linux關於docker的學習筆記

首先yum install docker 是不能正常安裝docker的,如果用了這個命令,後面會出現下面的報錯 error docker engine conflicts with docker 1.5 5.el6.x86 64 然後你需要解除安裝已安裝的docker yum remove dock...