- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: https://github.com/zhouxingtuan/betaProxy
- 软件文档: https://github.com/zhouxingtuan/betaProxy
软件介绍
betaProxy 是一个前端接入服务器的实现,配置简单,轻量级(代码量2500行左右),使用 Epoll 实现,模块划分清晰,可读性高。仅支持 Linux。
帮助对抗网络攻击。
帮助平衡网络负载。
如何使用
下载源代码,如下设置 config.ini ,然后运行 proxy:
#listen ip and port
listen = 127.0.0.1:8888
#destination server to connect, start with 'des' mark
des_1 = 127.0.0.1:9001
des_2 = 127.0.0.1:9002
Build Your Own Web Site the Right Way Using HTML & CSS
Ian Lloyd / SitePoint / 2006-05-02 / USD 29.95
Build Your Own Website The Right Way Using HTML & CSS teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you......一起来看看 《Build Your Own Web Site the Right Way Using HTML & CSS》 这本书的介绍吧!
