码迷,mamicode.com
首页 >  
搜索关键字:agent    ( 4598个结果
SEO 统计算法
1)简单粗暴型的,这里不用去管浏览器的user-agent,不管cookie等信息,每产生一次PV,就直接计数,优点:简单,缺点:可能不真实,也可能有刷量数据 2) 稍微细腻点的统计,会区分新老用户,楼主你可以研究下baidu统计的SDK,里面包含有用户的浏览器信息,操作系统信息、用户的地域信息等, ...
分类:编程语言   时间:2016-09-09 20:26:10    阅读次数:168
安装Flume的时候出现File Channel transaction capacity cannot be greater than the capacity of the channel capacity -解决方案 摘自网络
部署flume集群时,在启动collector服务器没报错,启动agent服务器报错:File Channel transaction capacity cannot be greater than the capacity of the channel capacity查了下相关解决办法,将配置文 ...
分类:Web程序   时间:2016-09-09 16:36:17    阅读次数:264
[转] HTTP协议(缓存机制Cache)
转自: http://www.cnblogs.com/Jessy/p/3568935.html HTTP的缓存 至于响应消息的实体,与请求消息的实体内容相似,这里只借绍下User-Agent头 User-Agent头域的内容包含发出请求的用户信息。 Cache-Control头域(请求和应答通用头域 ...
分类:Web程序   时间:2016-09-07 22:29:12    阅读次数:163
Javascript 判断浏览器版本和名称
var agent = navigator.userAgent.toLowerCase(), browserVersion = null, browserSet = ['msie','chrome','firefox','safari'];browserSet.forEach(function(it ...
分类:编程语言   时间:2016-09-07 17:40:50    阅读次数:190
OpenStack: OVS安装
> OVS安装:1. Install the Open vSwitch plug-in and its dependencies:# apt-get install \neutron-plugin-openvswitch-agent \openvswitch-datapath-dkms \ 2. R... ...
分类:其他好文   时间:2016-09-07 14:29:41    阅读次数:219
OpenStack:安装Neutron与provider network
1. 安装(1)Install Networking services on a dedicated network node# apt-get install neutron-server neutron-dhcp-agent neutron-plugin-openvswitch-agent不需要... ...
分类:Web程序   时间:2016-09-07 14:17:25    阅读次数:282
zabbix 问题汇总
1、Zabbix agent on Zabbix server is unreachable for 5 minutes 查看日志sudo tailf /var/log/zabbix/zabbix_agentd.log 报错信息:failed to accept an incoming connec ...
分类:其他好文   时间:2016-09-07 10:49:26    阅读次数:778
Atitit.atiagent  agent分销系统 代理系统 设计文档
Atitit.atiagent agent分销系统 代理系统 设计文档 1. 启动项目1 2. 首也2 3. 登录功能2 4. 用户中心2 5. 充值查询3 6. 授权下级代理4 7. 我的提成5 8. 查看下级玩家6 9. 查看下级代理7 10. 数据库文档 agent7 10.1. Acc 用户 ...
分类:其他好文   时间:2016-09-07 01:17:07    阅读次数:169
HTTP请求头和响应头的格式
请求头: 请求头肯定带着客户端信息,比如host主机名,User-Agent用户代理信息,Cookie等等 响应头: 响应头带有服务端信息:Server服务器信息,Last-Modified最后修改时间,Expires过期时间等等~ ...
分类:Web程序   时间:2016-09-06 21:24:22    阅读次数:177
没事情做写一个批量管理工具吧
目前主要有两种类型的批量工具: 1基于ssl的 func :需要agent 命令加密 2基于ssh的 ansible:不需要agent 密令不加密 sever端需要保存客户端账户密码 或者秘钥 当然func是极其安全的 但是也过于重量级和繁琐 目前流行的都是 基于ssh的 工具 我们在做OS con ...
分类:其他好文   时间:2016-09-06 06:48:25    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!