微信點餐小程式 1

2021-09-22 08:21:59 字數 693 閱讀 5116

本專案日誌用logback

1.日誌的使用

@runwith(springrunner.class)

@springboottest

public class loggertest , password:{}", name , password);

logger.error("error...");

}}

2.logback的配置

logging:

pattern:

console: "%d - %msg%n" 在控制太輸出日期和資訊

path: d:\path\logger 輸出到該路徑下

file: d:/data/sell.log 日誌檔案輸出成該路徑下的檔案

level: debug 日誌級別為debug 還可以指定某個類的日誌級別

level :

com.imooc.loggertest:debug

<?xml version="1.0" encoding="utf-8" ?>

deny

accept

%msg%n

d:/data/info.%d.log

%msg%n

d:/data/error.%d.log

微信 小程式 1

工程結構 檔案說明 1.game.js 小遊戲入口檔案。import js libs symbol import main from js main new main 2.game.json 配置檔案,檔案位於根目錄下,完成介面渲染和屬性設定。ex.key deviceorientation val...

微信小程式,隨筆1

背景顏色 background color eee height 100vh 等效於height 100 彈性布局 display flex 排列方向 垂直 flex direction column 有空格的均勻分布 justify content space around 每行居中 align ...

微信小程式知識點

index.js檔案 page onready function 8 dataset 在元件中可以定義資料,這些資料將會通過事件傳遞給 service。書寫方式 以data 開頭,多個單詞由連字元 鏈結,不能有大寫 大寫會自動轉成小寫 如data element type,最終在 event.cur...