工作中使用docker筆記

2022-06-11 09:27:09 字數 349 閱讀 1318

docker-compose.yml檔案配置

docker-compose命令介紹

docker-compose up 建立容器時報錯

docker-compose up:error: encountered errors while bringing up the project.錯誤及解決方式
在經過一番查詢後,才發現原來發生原因只是因為前一次docker-compose沒有被關掉,因此問題的根源並不在這個repo本身

docker-compose down

之後再docker-compose up -d 即可

django logger(工作中使用)

1 setting.py 注意 建立log資料夾 存放log的目錄 logging dir os.path.join base dir,log logging verbose standard handlers 用來定義具體處理日誌的方式,可以定義多種,default 就是預設方式,console ...

工作中使用平台呼叫總結

1 託管 向非託管 傳遞字串 非託管api extern c declspec dllexport int cdeclwritedatatofcsfile char filepath 託管 dllimport business.dll,entrypoint writedatatofcsfile ca...

git工作中使用命令

1.檢視本次對檔案進行了哪些修改 git show 1 首先獲取commitid,可以通過git log 2 git show 檢視修改了哪些檔案 3 git show commitid 檢視檔案中修改的內容。刪除遠端分支 git push origin delete anjunshuang 建立乙...