no message
parents
Showing
.gitignore
0 → 100644
.vscode/launch.json
0 → 100644
img/1.jpg
0 → 100644
160 KB
img/2.jpg
0 → 100644
74.5 KB
img/3.jpg
0 → 100644
154 KB
img/4.jpg
0 → 100644
82.1 KB
img/5.jpeg
0 → 100644
7.96 KB
img/img1.png
0 → 100644
15.4 KB
img/img2.png
0 → 100644
13.5 KB
img/img3.png
0 → 100644
15.3 KB
img/img4.png
0 → 100644
14.7 KB
img/model/model.jpg
0 → 100644
255 KB
img/model/model.obj
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
img/model/model.obj.mtl
0 → 100644
nginx.conf
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | ||
"name": "screen", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "main.ts", | ||
"dependencies": { | ||
"@alicloud/sms-sdk": "^1.1.6", | ||
"@types/node": "^10.12.18", | ||
"bson": "^6.1.0", | ||
"compression": "^1.7.4", | ||
"crypto-js": "^4.2.0", | ||
"express": "^4.17.1", | ||
"express-async-handler": "^1.1.4", | ||
"express-history-api-fallback": "^2.2.1", | ||
"formidable": "^1.2.1", | ||
"log4js": "^6.6.1", | ||
"lru-cache": "^4.1.5", | ||
"md5": "^2.2.1", | ||
"moment": "^2.29.4", | ||
"mongoose": "^7.6.0", | ||
"mysql": "^2.18.1", | ||
"mysql2": "^3.6.0", | ||
"node-xlsx": "^0.16.1", | ||
"nodemailer": "^6.1.1", | ||
"qs": "^6.11.0", | ||
"request": "^2.88.0", | ||
"sequelize": "^6.35.1", | ||
"svg-captcha": "^1.3.12", | ||
"tencentcloud-sdk-nodejs": "^4.0.562", | ||
"ws": "^5.2.2", | ||
"xml2js": "^0.4.23" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "cjj", | ||
"license": "ISC", | ||
"bin": "./out/main.js", | ||
"pkg": { | ||
"scripts": "out/**/*.js", | ||
"assets": [ | ||
"public/**/*", | ||
"res/**/*", | ||
"images/**/*", | ||
"video/**/*" | ||
], | ||
"outputPath": "dist" | ||
} | ||
} |
serverConfig.xml
0 → 100644
src/biz/student.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/biz/studentInfo.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/biz/teacher.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/biz/teacherInfo.ts
0 → 100644
src/biz/whole.ts
0 → 100644
src/config/enum.ts
0 → 100644
src/config/errorEnum.ts
0 → 100644
src/config/interficeEnum.ts
0 → 100644
src/config/mysqlTableConfig.ts
0 → 100644
src/config/serverConfig.ts
0 → 100644
src/config/systemClass.ts
0 → 100644
src/data/dataInit.ts
0 → 100644
src/data/queueData.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.ts
0 → 100644
src/middleware/httpErrorHandler.ts
0 → 100644
src/middleware/user.ts
0 → 100644
src/middleware/watch.ts
0 → 100644
src/net/http_server.ts
0 → 100644
src/routers/router.ts
0 → 100644
src/routers/student.ts
0 → 100644
src/routers/teacher.ts
0 → 100644
src/routers/whole.ts
0 → 100644
src/tools/eccParam.ts
0 → 100644
src/util/analysisExcel.ts
0 → 100644
src/util/bizError.ts
0 → 100644
src/util/log.ts
0 → 100644
src/util/myTools.ts
0 → 100644
src/util/myXML.ts
0 → 100644
src/util/piecemeal.ts
0 → 100644
src/util/request.ts
0 → 100644
tsconfig.json
0 → 100644