08 2023 档案
摘要:#[ node guide:](https://nodejs.org/en/docs/guides " node guide:") [The Node.js Event Loop, Timers, and process.nextTick()](https://nodejs.org/en/docs/
阅读全文
摘要:原文:[试试使用 Vitest 进行组件测试,确实很香。](https://juejin.cn/post/7129667747134308389 "试试使用 Vitest 进行组件测试,确实很香。") 参考:[Vitest:https://cn.vitest.dev/guide/ui.html](h
阅读全文
摘要:搭建前端Vue框架需要以下步骤: 1. 安装Node.js和npm 2. 创建一个新的Vue项目 ``` vue create my-project ``` 3. 安装TypeScript ``` npm install --save-dev typescript ``` 4. 配置TypeScri
阅读全文
摘要:# 测试1:边查边插1 -- 会话1 查询 select * from t_sjq -- 431576 -- 会话2 INSERT 一行,没有阻塞 -- 会话1 再次查询,多了一条 select * from t_sjq -- 431577 # 测试1:边查边插2 -- 会话1 查询 select
阅读全文