modify project struct
This commit is contained in:
parent
f435c833bb
commit
374dfd9aaf
21
README.md
21
README.md
|
@ -1,7 +1,7 @@
|
||||||
# 死锁检测插件
|
# 死锁检测插件
|
||||||
|
|
||||||
#### 介绍
|
#### 介绍
|
||||||
deadlock-detect 是一款基于OpenKylin社区kylin-code(https://gitee.com/mcy-kylin/kylin-code)的拓展插件,用于C/C++程序的死锁检测及锁状态分析,帮助开发者在Linux系统下识别多线程死锁状态、
|
deadlock-detect 是一款基于OpenKylin社区[kylin-code](https://gitee.com/mcy-kylin/kylin-code)的拓展插件,用于C/C++程序的死锁检测及锁状态分析,帮助开发者在Linux系统下识别多线程死锁状态、互斥锁自旋锁等状态异常问题,并对程序加锁位置分析。
|
||||||
|
|
||||||
#### 软件架构
|
#### 软件架构
|
||||||
目前支持架构:
|
目前支持架构:
|
||||||
|
@ -15,19 +15,16 @@ deadlock-detect 是一款基于OpenKylin社区kylin-code(https://gitee.com/mcy-k
|
||||||
|
|
||||||
1. 安装指定版本nodejs:
|
1. 安装指定版本nodejs:
|
||||||
版本要求:>=16.14.x and <17
|
版本要求:>=16.14.x and <17
|
||||||
获取地址:https://nodejs.org/dist/
|
获取地址:https://nodejs.org/dist/
|
||||||
|
|
||||||
2. 编译view前端
|
2. 编译view前端
|
||||||
cd
|
|
||||||
|
cd view-ui
|
||||||
npm run build
|
npm run build
|
||||||
cp
|
cp dist detect-plugin/ -a
|
||||||
|
|
||||||
3. 编译打包插件
|
3. 编译打包插件
|
||||||
yarn
|
cd detect-plugin
|
||||||
|
yarn compile
|
||||||
|
yarn package
|
||||||
vsce package
|
vsce package
|
||||||
|
|
||||||
|
|
||||||
#### 使用说明
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
Loading…
Reference in New Issue