安装http_load


  1. 下载源码包(http://acme.com/software/http_load/)

  2. install

    tar zxvf http_load*.gz cd http_load* make && sudo make install

Read more ⟶

安装localtunnel(穿透内网工具)


  1. install

    sudo apt-get install npm sudo npm install -g localtunnel

  2. run

    lt

如果报错[/usr/bin/env: node: No such file or directory],那么运行

sudo ln -s /usr/bin/nodejs /usr/bin/node
Read more ⟶

各种通讯方式


  1. websocket全双工通信协议

可以穿透防火墙,有安全隐患

  1. polling 轮询

大量无效数据包

  1. cnmet 长连接

占用服务器带宽和资源

Read more ⟶

开增值税发票的物品清单


  • 对方的合同
  • 开票信息
  • 付款证明或开票证明(要盖对方公章)
  • 一般纳税人证明或3个月对方开出的增票复印件
Read more ⟶

如何把内网的服务公布到公网上


ngrok

这个是一个用来把内网服务公布到公网的开源程序,但是很不幸的是被炝了。以下是如何配置使用。

下载

https://ngrok.com/download

配置

编辑配置文件 ngrok.config

Read more ⟶