Files
2026-03-01 01:43:46 +08:00

55 lines
871 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 仓库地址
http://git.komect.net/NRWLXT/hcdn-csc.git
开发主分支用这个:pcdnVodInit_20240528
# 测试环境
```
服务器:
ssh root@172.21.174.166 @6ZxfZdX*4
组件
数据库:
172.21.174.1663306
mysql -h 127.0.0.1 -uroot -P 3306 -pDispatch@2020 库:csc_data
redis
/usr/local/bin/redis-cli --raw -c -h 172.21.174.166 -p 6379 -a redis@#$
```
# 管理页面
```
http://172.21.174.166:443/#/
账号:superadmin
密码:<6yj7\i777HU
```
# 需求开发
1. 命中率、穿透率精确到几位小数?四舍五入原则吗?
4 位小数,遵循四舍五入原则。举例:小数形式:0.9812 百分号形式:98.12%
# Ng 操作
```
# 放子轩给的配置文件,注意改路径。
include /etc/nginx/cscng/*.conf;
start nginx
tasklist /fi "imagename eq nginx.exe"
nginx -t
nginx -s reload
nginx -s stop
nginx -s quit
```