Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
MuYunyun committed Dec 10, 2023
1 parent b25904e commit fd8e06c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BasicSkill/readES6/Promise.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ console.log('D')
var oldTime = Date.now()
setTimeout(() => {console.log(Date.now() - oldTime)}, 1000) // 1001 ~ 1005(存在 4ms 的波动)
setTimeout(() => {console.log(Date.now() - oldTime)}, 2000) // 2001 ~ 2005
```
```
8 changes: 8 additions & 0 deletions BasicSkill/shorcuts/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ set backspace=2 设置退格键可用
### vim 快捷键
语义
* d:删除选中内容
* G:光标移到最后一行
> vim 语义:https://github.com/crazylxr/blog/issues/6
```js
dd 快速删除当前行

按 esc,然后 dG 全部删除
```
13 changes: 12 additions & 1 deletion Product/e-business/电商产品思考.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ abbrlink: yn25617p
- [C2C、B2C、C2B 模式的区别是什么?](#c2cb2cc2b-模式的区别是什么)
- [SPU、SKU 是什么?它们分别解决了什么问题?](#spusku-是什么它们分别解决了什么问题)
- [广告类型有哪几种?](#广告类型有哪几种)
- [申诉产品的价值?](#申诉产品的价值)

### 商品类目和属性的关系是什么?

Expand Down Expand Up @@ -42,4 +43,14 @@ abbrlink: yn25617p
备注:
* 对于网站主来说 CPT、CPM 模式会更为省心;
* 对于广告主来说,CPS、CPA 模式会让其不花冤枉钱;
* CPC 模式对网站主、广告主来说,相对中立;
* CPC 模式对网站主、广告主来说,相对中立;

### 申诉产品的价值?

申诉类型产品对于平台来说,并不能直接和 GMV 等指标挂钩,那做它的意义是什么呢?

可以从以下角度思考:

1. 串联申诉逻辑,减少逻辑分散。申诉产品逻辑比较复杂,往往会涉及到多个部门的联动,借助申诉产品线可以聚焦申诉逻辑,避免该业务分散以及各个部门重复的工作量。
2. 除了 KPI,还需考虑人文关怀。

1 change: 1 addition & 0 deletions RaspberryPi/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ node 与 nginx 搭配使用, 是因为 nginx 具有更加强大的静态文件
* 配置文件目录 /usr/local/etc/nginx/nginx.conf
* 默认配置文件目录 /usr/local/etc/nginx/nginx.conf.default
* 根目录 /usr/local/var/www
* 文档根目录:/usr/share/nginx/html/ 或 /var/www/html/

### FAQ

Expand Down

0 comments on commit fd8e06c

Please sign in to comment.