Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

互联网行业术语纪录 #94

Open
yanyue404 opened this issue Oct 30, 2019 · 0 comments
Open

互联网行业术语纪录 #94

yanyue404 opened this issue Oct 30, 2019 · 0 comments

Comments

@yanyue404
Copy link
Owner

yanyue404 commented Oct 30, 2019

目录

职位

  • CEO:首席执行官 (Chief executive officer),是在一个企业中负责日常事务的最高行政官员,又称作行政总裁、总经理或最高执行长
  • CTO: 首席技术官(Chief technology officer), 类似总工程师,是企业內负责技术的最高负责人
  • COO: 首席运营官(Chief operating officer) ,是公司团体里负责监督管理每日活动的高阶官员,并直接报告给首席执行官
  • CFO: 首席财务官(Chief financial officer) ,类似财务总经理
  • PM: 项目主管或项目经理(Project Manager),主要负责统筹规划项目进度及产品生命,其工作职能直接对公司高层负责。
  • QA: 测试(Quality Assurance,中文意思是“质量保证”)
  • UI UI设计师,泛指用户的操作界面,包含移动APP,网页,智能穿戴设备等,对软件的人机交互、操作逻辑、界面美观的整体设计
  • UE: 用户体验(User Experience)
  • FE: 前端(Front-End)
  • DEV:开发(Development )
  • DevOps: 开发运维 (Development and operations)
  • OP: 运维(Operations)
  • DBA: 数据库管理员(Database Administrator)

商务模式

  • B2B: 公对公(business to business),企业间的,比如阿里巴巴,超市赵经销商进货
  • B2C: 公对个人(business to consumer ),商家对个人,比如去超市买东西
  • C2C: 个人对个人(consumer to consumer ),比如淘宝的小店铺
  • O2O: 线上与线下(online to offline) ,在线上消费,在线下享受服务,比如:网上下载个优惠券去KFC消费

技术名词

  • Micro-services 微服务
  • PWA
  • 容错: 发生故障时,系统还能继续运行,如飞机有四个引擎,如果一个引擎坏了,剩下三个引擎,还能继续飞,这就是"容错"
  • 高可用: 系统中断时,尽快恢复,中断必须是短暂的,如汽车的备胎
  • 灾备: 系统毁灭时,如何抢救数据

提示 hints、tips、prompt 以及 message 的区别

在程序开发中,关于提示组件的命名,有 tips、hints、prompt、message 等,一般怎么使用呢?下面来看看

  • tips,n. 小贴士、温馨提示、小窍门。主要用于文字提示,比如 tooltip 组件。

  • hints,n. 暗示、提示,v. 暗示、示意。开发中用的较少,相比于 tips,它有间接含蓄, 暗示,不直接提示的意思。

  • prompt,n. 提示、提词,v. 提示、鼓励、促进。在开发中用的较少,BOM API 中带输入框的提示,使用的就是 prompt window.prompt('最近还好吗?')

  • message n. 消息、信息,v. 通知。主要是全局提示,强调信息、消息。收到一条通知、消息。常用于 message 消息/信息提示/显示。

另外还有一个 alert,属于 警告提示

参考链接

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant