11 26 怎樣和資料庫打交道

2022-09-10 09:06:08 字數 702 閱讀 2781

// 引入物件

const koa = require('koa');

const koabody = require('koa-body');

const router = require('koa-router')

//引入koa-router

// 引入內部方法或屬性

// const()= reqire('koa');

//建立物件

const  router = new router();//建立路由支援傳遞引數

get//   ctx.body = 'hello koa2';

//   next();

// });

router.get("/", async ctx=>)

//根目錄 返回位址(ctx 隨便寫 形參)

// ctx現在就是獲取到的東西

//這裡面所有支援的方法 可以為空

// throw: true, // 丟擲錯誤,代替設定響應頭狀態

// notimplemented: () => '不支援當前請求所需要的功能',

// methodnotallowed: () => '不支援的請求方式'

}));

//監聽  locallhost:3000 埠號  

GS與資料庫打交道

gs與資料庫打交道 link stat stat link stat rpkt.size if stat link stat link connected else if stat link stat link disconnected stat link stat link connect fai...

資料庫和資料庫物件

系統資料庫是指安裝完mysql伺服器後,會附帶的一些資料庫,系統資料庫會記錄一些必需的資訊,使用者不能直接修改這些系統資料庫。各個系統資料庫的作用如下 information schema 主要儲存系統中的一些資料庫物件資訊,如使用者表資訊 列資訊 許可權資訊 字符集資訊和分割槽資訊等。perfor...

資料庫和資料庫例項

以前一直把資料庫和資料庫例項弄混淆,最近讀 mysql 技術內幕 innodb 儲存引擎 得到了答案。資料庫 物理作業系統檔案或其他形式檔案型別的集合。在mysql資料庫中,資料庫檔案可以是frm myd myi ibd結尾的檔案。例項 mysql資料庫和後台執行緒以及乙個共享記憶體區組成。共享記憶...