Favorites of top 10 rules for success
Stayed up to last minute of 2015, 12:00am, watching a few of videos about top 10 rules for success, and then, think about putting together a blog to share, for a successful year 2016.
Top 10 rules for success
1. Jessica Alba
2. Oprah Winfrey
No. 5, Run the race as hard as you can
Julia's favorite, do not look at others, things you cannot control; focus on yourself
25 years talk show, hundreds of talk show failed.
9. Stay grounded
3. Bill Gates
No. 7 Ask for advice
Blind spot concern
No. 8 Pick good people
No. 9 Don't procrastinate
School, last 2 days study for exam
But in business world, it is not good.
No. 10 Have a sense of humor
Warren Buffett
No. 5 Have a margin of safety
No. 7 Schedule for your personality
Jack Ma
No 1. Get used to rejection
No. 9 Don't complain, look for opportunities
No. 2 Keep your dream alive
No. 3 Focus on culture
Not just money, to help others
No. 5 Get inspired
No. 7 Have a good name
No. 8 customers are #1
Share holders will leave quickly if there is bad thing happens
Jeff Beco
No. 1 Have no regrets
80 years old, think about things you try in young age. Internet, if I fail, no regret.
No.2 Follow your heart not your head
No. 3 Invest more in the product then marketing
No. 4 Pick a good name
No. 5 Stand for something
No. 6 Focus on the customer
No. 7 Focus on your passion
No. 8 Build a culture
No. 9 premium products at non-premium prices
Kindle, product - no profit, but user uses it, make money
No. 10 take a risk
Larry Page
No. 2 Don't be afraid of failure
work on 10 years
leadership training - fail fast
Take some risk, encourage to take more risk
No. 3 Stay organized
No. 4 Concentrate on the long term
tooth brush test ( twice a day)
gmail/ youtube
double the revenue on youtube, since a lot of people use it. But at the begining, spend a lot
No. 5 Have a good idea
No. 6 Solve bigger problems
No. 7 Take on challenges
No. 8 Don't settle
other people do not tell
Be an expert in all areas
Search algorithm, spent 3-4 years on it, before Google has over 100 people work on
No. 9 Adapt to changes
No. 10 Follow your dreams
anxiety -> dream
about school, computer error about admission etc. /irational worry, then anxiety, had a dream:
download entire web to a small computer lying around ->
after dream, stay up a few of hours, work on algorithms ->
set up a few weeks, thought at the beginning vs 1-2 years work ->
keep links -> not all web pages -> rank of pages -> google
Share the story of his personal dream -> developed a top of world company and technology - Google
Michale Jordan
No. 1 Keep working hard
No. 2 Ignite the fire
nothing can stop me
No. 3 Be different
No. 4 Fail your way to success
Fail over and over and over again.
No. 5 Have high expectations
No. 6 Be positive
bad thing/good thing mixes, no such thing called bad thing
No. 7 Be who you were born to be
Encourage to fail
Take everything you are given,
Not about shoes, it is about where you choose to go
No. 8 Have a vision
Mentally strong
No. 9 Stop make excuses
No. 10 Practice
At that moment, you do not have to think
Kobe Bryant
No. 1 Make sacrifices
No. 2 One move at a time
How do I prepare? One piece a time, start from a small step
No. 3 Trust your skills
how to face criticism? Pressure?
No. 4 Use your scars as a weapon
open up to them
No. 5, Focus on each day
Do not think about the final result, focus on each day -> training, conditioning, ...
No. 6 Don't be afraid confrontation
Cannot please everyone
Even hurt your feelings, tell something: small thing, like food in your teeth
No. 7 Be competitive when it's hard
No. 8 Just keep going
career -> not chase championships
good/bad moments, things will work out
No. 9 Thrive on being an outsider
No. 10 Compete with yourself
a story about practice, 800 times, young but mature, weight training, conditioning
Favorites of top 10 rules for success的更多相关文章
- Top 10 Algorithms for Coding Interview--reference
By X Wang Update History:Web Version latest update: 4/6/2014PDF Version latest update: 1/16/2014 The ...
- [转]Top 10 DTrace scripts for Mac OS X
org link: http://dtrace.org/blogs/brendan/2011/10/10/top-10-dtrace-scripts-for-mac-os-x/ Top 10 DTra ...
- Top 10 Methods for Java Arrays
作者:X Wang 出处:http://www.programcreek.com/2013/09/top-10-methods-for-java-arrays/ 转载文章,转载请注明作者和出处 The ...
- Top 10 Universities for Artificial Intelligence
1. Massachusetts Institute of Technology, Cambridge, MA Massachusetts Institute of Technology is a p ...
- Top 10 Free Wireless Network hacking/monitoring tools for ethical hackers and businesses
There are lots of free tools available online to get easy access to the WiFi networks intended to he ...
- TOP 10开源的推荐系统简介
最近这两年推荐系统特别火,本文搜集整理了一些比较好的开源推荐系统,即有轻量级的适用于做研究的SVDFeature.LibMF.LibFM等,也有重量级的适用于工业系统的 Mahout.Oryx.Eas ...
- Top 10 steps to optimize data access in SQL Server
2009年04月28日 Top 10 steps to optimize data access in SQL Server: Part I (use indexing) 2009年06月01日 To ...
- TOP 10 BEST LINUX GAMES RELEASED IN 2016
Gaming on Linux used to be a very rare phrase. But since the arrival of Steam on Linux, the Linux ga ...
- Top 10 Programming Fonts
Top 10 Programming Fonts Sunday, 17 May 2009 • Permalink Update: This post was written back in 2009, ...
随机推荐
- Bootstrap WPF Style,Bootstrap风格的WPF样式
简介 GitHub地址:https://github.com/ptddqr/bootstrap-wpf-style 此样式基于bootstrap-3.3.0,样式文件里的源码行数都是指的这个版本.CS ...
- 开源组件ExcelReport 1.5.2 使用手册
ExcelReport是一款基于NPOI开发的报表引擎组件.它基于关注点分离的理念,将数据与样式.格式分离.让模板承载样式.格式等NPOI不怎么擅长且实现繁琐的信息,结合NPOI对数据的处理的优点将E ...
- 表单reset无法重置hidden的解决方案
方法一:用text代替hidden,设置text隐藏 <input id="id" name="id" style="display: none ...
- Java:泛型基础
泛型 引入泛型 传统编写的限制: 在Java中一般的类和方法,只能使用具体的类型,要么是基本数据类型,要么是自定义类型.如果要编写可以应用于多种类型的代码,这种刻板的限制就会束缚很多! 解决这种限制的 ...
- 个人随想:对于一个.Neter来说,如果一直想走技术路线,该怎么走下去
前言 首先我不是一个合格的.Neter,也许在这里我的技术算是很菜的,不过我也是有想法的人,下面罗列出我的想法和将要实现的技术路线图. 1.学习一门底层语言 比如学习C语言,学习C语言的最终目的我觉得 ...
- 微信小程序demo2
接着上篇 微信小程序-阅读小程序demo写:http://www.cnblogs.com/muyixiaoguang/p/5917986.html 首页banner动画实现 京东新闻上下动画实现 ...
- bzoj1036--树链剖分
模板题... #include<iostream> #include<cstdio> #include<cstring> using namespace std; ...
- poj1698--最大流(Dinic)
题目大意: 爱丽丝要拍电影,有n部电影,规定爱丽丝每天只能拍一部电影,每部电影在每个礼拜只有固定的几天可以拍电影,只可以拍前面w个礼拜,并且这部电影要拍d天,问爱丽丝能不能拍完所有的电影. 思路: 建 ...
- C/C++内存泄漏及检测
参考 http://www.cnblogs.com/skynet/archive/2011/02/20/1959162.html
- java socket编程(li)
一.网络编程中两个主要的问题 一个是如何准确的定位网络上一台或多台主机,另一个就是找到主机后如何可靠高效的进行数据传输.在TCP/IP协议中IP层主要负责网络主机的定位,数据传输的路由,由IP地址可以 ...