Giter VIP home page Giter VIP logo

my-note's People

Watchers

 avatar  avatar

my-note's Issues

sublime插件

12个不可不知的Sublime+Text应用技巧和诀窍: http://www.tuicool.com/articles/nQFnQrR
8) 增强侧边栏
SideBarEnhancements 插件有效地改进了Sublime Text的侧边栏。安装插件后在侧边栏上点击右键,可以找到一下新功能:在资源管理器中打开、新建文件、新建文件夹、以…打开、在浏览器中打开。

用户行为跟踪

流程描述:
1.H5页面从webserver端下载 html页面,该 html页面包含js入口文件beacon.js
2.入口文件beacon.js在html中植入具体的js库引用路径(指纹库:fp.js,打点库:bc.js,打点依赖指纹中的webdtk)
3.指纹会注册页面加载onload事件,页面加载后,向api网关根域发送注册请求。
4.api网关根域将请求代理到网关处理服务器上处理,获得指纹唯一id
5.H5端将指纹id种植到根域中
6.H5发送客户端基本信息,更新服务端数据
7.用户操作触发打点(提前埋点),打点信息中包含设备指纹。数据发送到打点服务器(4台tengine)
8.打点服务器将收集到的数据存入access log,每日凌晨将数据发送到hadoop
9.定时任务通过python脚本解析日志文件,将打点记录解析入hive
10.hue通过hive做用户行为数据分析

html meta

1、360浏览器支持的渲染模式
<meta name="renderer" content="webkit">
2、调整渲染模式
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.