鼎鼎知识库
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

2020局域网配置.md 388B

123456789101112131415161718192021222324252627282930313233
  1. > 确定服务器地址
  2. ```
  3. ipconfig
  4. 192.168.9.106
  5. ```
  6. > 查看局域网ip
  7. ```
  8. 192.168.9.102
  9. 192.168.9.104
  10. ```
  11. > 登录模块并设置服务器指向
  12. ```
  13. 192.168.9.102:82
  14. 192.168.9.104:82
  15. root abc123 mandun_url
  16. 192.168.9.106:8080/ebx-bishop/data/carry
  17. ```
  18. > redis配置文件并启动服务
  19. ```
  20. redis.windows.conf
  21. bind 127.0.0.1 192.168.9.106
  22. ```
  23. > appsettings.json配置文件