落地,赋能,共创,共建,分发,支撑,抓手,体感,感知,方法论,融合,调性,心智解耦,拆解,集成,打法,解法,沉淀,对齐,拉齐,对标,对焦,拉通,打通,打透,吃透,颗粒度,迁移,分层,漏斗,闭环,战役,落盘,组合拳合力,体系心力,赛道,痛点,生命周期,履约,引爆点,串联,价值转化,链路,纽带,矩阵,协同,反哺,点线面,认知强化,击穿心智,下钻,挖掘,爆款,调性,心智
交互,兼容,包装,附能,响应,刺激,规模,重组,量化,宽松,资源倾斜,完善逻辑,抽离,打法,发力精细化,闭环,布局,商业模式,联动场景,痛点,落地,聚焦,跟进,方法论,迭代,快速响应,影响力价值,细分,垂直领域,维度,颗粒,定性定量,聚焦,去中心化,关键路径,接地气,梳理,输出
格局,生态,话术,体系,对齐,认知,分享,去中心化,勾兑流程,感知度加速,用户画像打磨,摸索,提炼,玩法,反哺,生态化反,上半场,下半场,负增长,头部,洞察,细分领域,生态链,私域流量,KOL,KOC,MCN,内容创业,知识付费,降维打击,下沉,社交,小视频,大V,蓝V,主播,带货
B2B、B2C、C2C,ABC、C2M、B2M、B2A、C2A、O2O,讲故事、互联网+、SaaS、slogan、F2C、用户流量、地推、BA、SA、PV、UV,DAU,LTV,2.0,IAAS,PAAS
- Delete mutiple branch
git branch -D `git branch --list '3.2.*'`
- Apply the changes introduced by some existing commits
# one
git cherry-pick 88ce01c
# mutiples
class HtmlWebpackHandleCssInjectPlugin { | |
constructor(options = {}) { | |
this.options = options; | |
} | |
apply(compiler) { | |
const handleHtmlWebpackPluginAfterHtmlProcessing = (data) => { | |
const { filter } = this.options; | |
if (!filter) { |
IE6 Only | |
================== | |
_selector {...} | |
IE6 & IE7 | |
================== | |
*html or { _property: } | |
IE7 Only | |
================== |
#!/usr/bin/env bash | |
# 进入目录 | |
cd dir | |
git checkout --orphan new | |
# 删除原有文件 | |
git reset -- . | |
git clean -df | |
# 将资源文件复制到此目录 | |
cp -a * ./ | |
git add . |
function documentHeight() { | |
return Math.max( | |
document.documentElement.clientHeight, | |
document.body.scrollHeight, | |
document.documentElement.scrollHeight, | |
document.body.offsetHeight, | |
document.documentElement.offsetHeight | |
); | |
} |
/** | |
* Created by Godfery on 2016/12/8. | |
*/ | |
/** | |
* Created by Godfery on 2016/12/7. | |
*/ | |
var a = [['bj', 1, 'sh', 2, 'wh', 3], ['gz', 4, 'bj', 5], ['sh', 6], ['sh', 5]]; | |
/** | |
* 获取数组聚合 | |
* @param array |
A small library for padding strings in JavaScript. Marmalade-free.
![NPM version][shield-npm] ![Node.js version support][shield-node] ![Build status][shield-build] ![Code coverage][shield-coverage]
option = { | |
"title": { | |
"x": "center", | |
"y": "20", | |
"textStyle": { | |
"color": "#999", | |
"fontWeight": "100" | |
}, | |
"text": "来源分析" | |
}, |