Technology strategy Pattern 学习笔记3-Creating the Strategy-Industry context

本文主要是介绍Technology strategy Pattern 学习笔记3-Creating the Strategy-Industry context,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Creating the Strategy-Industry context

1 SWOT

1.1 create steps

  • 1.与内部各方沟通
    • 了解企业的人、流程和技术,包括与其它企业的不同
    • 了解哪些创新可以做
    • 竞争者及市场信息
    • 企业可以支撑的类似业务
    1. 按SWOT四象限分类,先做列表后放入象限

1.2 四象限
1.2.1 S优势(Strengths)、W劣势(Weaknesses)、O机会(Opportunities)、T威胁(Threats)
1.2.2 示意图
在这里插入图片描述

1.3 参考url

  • https://zhuanlan.zhihu.com/p/630505662

2 Five Forces

2.1 参考URL

  • https://zhuanlan.zhihu.com/p/129891305
  • 关于五力分析模型的实践运用一直存在许多争论,目前较为一致的看法是:该模型更多是一种理论思考工具,而非可以实际操作的战略工具。该模型的理论是建立在以下三个假定基础之上的
    • 制定战略者可以了解整个行业的信息,显然现实中是难于做到的;
    • 同行业之间只有竞争关系,没有合作关系,但现实中企业之间存在多种合作关系,不一定是你死我活的竞争关系;
    • 行业的规模是固定的,因此,只有通过夺取对手的份额来占有更大的资源和市场,但现实中企业之间往往不是通过吃掉对手而是与对手共同做大行业的蛋糕来获取更大的资源和市场
  • 波特的竞争力模型的意义在于,五种竞争力量的抗争中蕴含着三类成功的战略思想,那就是大家熟知的:成本领先战略、差异化战略、集中战略

在这里插入图片描述

2.2 Thread of new entrants

新企业进入一个行业的可能性大小,取决于进入者主观估计进入所能带来的潜在利益、所需花费的代价与所要承担的风险这三者的相对大小情况

  • Switching cost: how hard is it for your customers to leave your
    service and use a competitor’s?
  • Access to key distribution channels
  • Government polices and regulations
  • Capital requirements and total costs
  • Economies of scale that can be realized
  • Product differentiation
  • Customer loyalty to established brands and brand equity
  • Industry profitability

2.3 Ease of Substitution

  • Perceived level of product differentiation.

  • Number of substitute products available in the market.

  • Availability of close substitute

  • The general propensity to substitute-一般替代倾向: 谁会负责选择替代品,或者通过什么方式寻找替代品

  • Relative price of the substitute

  • Switching costs buyers will incur.

2.4 Bargaining Power of Customers

  • Degree of dependency upon existing distribution channels, and number of available alternative channels
  • How differentiated the products in the space are
  • Bargaining leverage, particularly in industries with high fixed costs
  • Buyer switching costs
  • Buyer information availability and customer education on the products
  • Availability of existing substitute products
  • Buyer price sensitivity

2.5 Bargaining Power of Suppliers

  • Employee solidarity and labor unions
  • Level of differentiation between alternate sources
  • Impact of inputs on cost and differentiation
  • Potential substitutes
  • Strength of distribution channel-分销渠道实力
  • Ratio of supplier concentration to firm concentration
  • Supplier options to serve other companies

2.6 Industry Rivalry-行业竞争

  • Sustainable competitive advantage through innovation
  • Powerful competitive strategy
  • Competition between online and offline companies
  • Level of advertising expense
  • Firm concentration ratio-企业集中度
  • Degree of transparency

2.7 four easy steps for putting the Five Forces to work

    1. In your scrapbook deck, or your burgeoning Ghost Deck , for your strategy work, make a slide for each force, and list how, in your view, the company is positioned within it.
    1. Make your claim regarding how an aspect of your proposed technology solution or direction supports or defends against each force.
    1. Tag each threat with a traffic light: state in red, yellow, and green if the threat seems high, medium, or low.
    1. In a conclusion slide, make succinct recommendations regarding how you as a technologist think you can best position against each force.

3 Ansoff Growth Matrix

3.1 参考url

  • https://www.zhihu.com/question/457709856

3.2 图例
在这里插入图片描述

3.3 Market penetration strategy
You’re trying as a product manager to figure out how to gain market share.

3.4 Market development strategy

  • You may have to consider what additional special features to offer to cater to the new market.
  • develop new markets to sell your existing products in

3.5 Product development strategy
Create new products in current markets
3.6 Diversification (多样化)strategy
Develop new products in new markets

这篇关于Technology strategy Pattern 学习笔记3-Creating the Strategy-Industry context的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/350093

相关文章

Go学习记录之runtime包深入解析

《Go学习记录之runtime包深入解析》Go语言runtime包管理运行时环境,涵盖goroutine调度、内存分配、垃圾回收、类型信息等核心功能,:本文主要介绍Go学习记录之runtime包的... 目录前言:一、runtime包内容学习1、作用:① Goroutine和并发控制:② 垃圾回收:③ 栈和

Android学习总结之Java和kotlin区别超详细分析

《Android学习总结之Java和kotlin区别超详细分析》Java和Kotlin都是用于Android开发的编程语言,它们各自具有独特的特点和优势,:本文主要介绍Android学习总结之Ja... 目录一、空安全机制真题 1:Kotlin 如何解决 Java 的 NullPointerExceptio

重新对Java的类加载器的学习方式

《重新对Java的类加载器的学习方式》:本文主要介绍重新对Java的类加载器的学习方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录1、介绍1.1、简介1.2、符号引用和直接引用1、符号引用2、直接引用3、符号转直接的过程2、加载流程3、类加载的分类3.1、显示

Java学习手册之Filter和Listener使用方法

《Java学习手册之Filter和Listener使用方法》:本文主要介绍Java学习手册之Filter和Listener使用方法的相关资料,Filter是一种拦截器,可以在请求到达Servl... 目录一、Filter(过滤器)1. Filter 的工作原理2. Filter 的配置与使用二、Listen

利用Python快速搭建Markdown笔记发布系统

《利用Python快速搭建Markdown笔记发布系统》这篇文章主要为大家详细介绍了使用Python生态的成熟工具,在30分钟内搭建一个支持Markdown渲染、分类标签、全文搜索的私有化知识发布系统... 目录引言:为什么要自建知识博客一、技术选型:极简主义开发栈二、系统架构设计三、核心代码实现(分步解析

Java进阶学习之如何开启远程调式

《Java进阶学习之如何开启远程调式》Java开发中的远程调试是一项至关重要的技能,特别是在处理生产环境的问题或者协作开发时,:本文主要介绍Java进阶学习之如何开启远程调式的相关资料,需要的朋友... 目录概述Java远程调试的开启与底层原理开启Java远程调试底层原理JVM参数总结&nbsMbKKXJx

Java深度学习库DJL实现Python的NumPy方式

《Java深度学习库DJL实现Python的NumPy方式》本文介绍了DJL库的背景和基本功能,包括NDArray的创建、数学运算、数据获取和设置等,同时,还展示了如何使用NDArray进行数据预处理... 目录1 NDArray 的背景介绍1.1 架构2 JavaDJL使用2.1 安装DJL2.2 基本操

解读静态资源访问static-locations和static-path-pattern

《解读静态资源访问static-locations和static-path-pattern》本文主要介绍了SpringBoot中静态资源的配置和访问方式,包括静态资源的默认前缀、默认地址、目录结构、访... 目录静态资源访问static-locations和static-path-pattern静态资源配置

HarmonyOS学习(七)——UI(五)常用布局总结

自适应布局 1.1、线性布局(LinearLayout) 通过线性容器Row和Column实现线性布局。Column容器内的子组件按照垂直方向排列,Row组件中的子组件按照水平方向排列。 属性说明space通过space参数设置主轴上子组件的间距,达到各子组件在排列上的等间距效果alignItems设置子组件在交叉轴上的对齐方式,且在各类尺寸屏幕上表现一致,其中交叉轴为垂直时,取值为Vert

Ilya-AI分享的他在OpenAI学习到的15个提示工程技巧

Ilya(不是本人,claude AI)在社交媒体上分享了他在OpenAI学习到的15个Prompt撰写技巧。 以下是详细的内容: 提示精确化:在编写提示时,力求表达清晰准确。清楚地阐述任务需求和概念定义至关重要。例:不用"分析文本",而用"判断这段话的情感倾向:积极、消极还是中性"。 快速迭代:善于快速连续调整提示。熟练的提示工程师能够灵活地进行多轮优化。例:从"总结文章"到"用