apfree wifidog 的认证服务器后台 WWAS
- 授权协议: GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://gitee.com/apfree/wificoin-wifidog-auth-server
- 软件文档: https://gitee.com/apfree/wificoin-wifidog-auth-server
软件介绍
WWAS 是wificoinwifidogauth server 的简写;wwas 是apfree wifidog(兼容原版wifidog协议)的云端认证服务器及认证设备管理维护平台,其与wwas-admin一起配合使用,为用户提供完整的apfree wifidog认证解决方案。
运行服务端
git clone https://github.com/wificoin-project/wificoin-wifidog-auth-server cd wificoin-wifidog-auth-server npm install npm start
运行 apfree wifidog
config wifidog option gateway_interface 'br-lan' option auth_server_hostname 'wifidog.kunteng.org.cn' option auth_server_port 8001 option auth_server_path '/wifidog/' option check_interval 60 option client_timeout 72000 option httpd_max_conn 200 option pool_mode 1 option thread_number 5 option queue_size 20 option wired_passed 0 option enable 1 config mqtt 'mqtt' option mqtt_hostname 'wifidog.kunteng.org.cn' option mqtt_port '8883' option mqtt_topic ''
高效前端:Web高效编程与优化实践
李银城 著 / 机械工业出版社 / 2018-3-15 / 89.00元
这不是一本单纯讲解前端编程技巧的书,而是一本注重思想提升和内功修炼的书。 全书以问题为导向,精选了前端开发中的34个疑难问题,从分析问题的原因入手,逐步给出解决方案,并分析各种方案的优劣,最后针对每个问题总结出高效编程的最佳实践和各种性能优化的方法。 全书共7章,内容从逻辑上大致可以分为两大类: 第一类,偏向实践,围绕HTML、CSS、JavaScript等传统前端技术,以及PW......一起来看看 《高效前端:Web高效编程与优化实践》 这本书的介绍吧!
