Cynefin框架最早是在1999年由威尔士学者Dave Snowden在知识管理与组织战略中提出的. 这个框架用于描述问题, 环境与系统., 说明什么环境, 适合使用什么解决方案. Cynefin框架有5个域:简单(simple)域,复杂(complex)域,繁杂(complicated)域,混乱(chaotic)域,无序(disorder)域。 领导者可以根据分析环境属于哪种域,做出正确的决策。 ...
阅读全文7. Comparisons 比较 在英语中构成比较级的方式有两种:单音节的形容词可在词尾直接加 er,双音节或多音节的形容词则需使用副词 more 来构成比较级。 例如: old older expensive more expensive 有些单词在构成比较级时需要双写最后一个辅音字母,有些以字母 y 结尾的单词则需要把 y 改作 i,再加 er。 ...
阅读全文在spring boot 中使用annotation 配置web.xml中的信息时,不用担心RequestMapping的Url pattern重复,因为在启动 server的时候就会初始化RequestMappingHandlerMapping,会自动检测是否有重复的url mapping. 比如下面的异常就是因为有重复的url mapping: /{version}/hello org.springframework.beans.factory.BeanCrea ...
阅读全文Besides ApplicationContextAware and BeanNameAware (discussed earlier), Spring offers a wide range of Aware callback interfaces that let beans indicate to the container that they require a certain infrastructure de ...
阅读全文https://www.youtube.com/watch?v=QTOkqzCTGxw https://www.heroku.com/ ...
阅读全文这几天一直折腾android emulator设置proxy的问题。某些环境下需要使用代理上网(如公司),尝试了网上介绍的几种方式都没有成功,方法是应该是对的,只是还有些细节没有提到,所以弯路也走了不少。笔记本拿回家就没有问题,emulator browser能成功上网。现在就记录下一些尝试了的过程,以便以后参考或能帮助遇到同样问题的朋友。 尝试一,常见的解决办法:设置-http-proxy来启动emulator。(我仍然失败了) Android\sdk\tools\emulat ...
阅读全文在使用spring boot 来new一个springApplication时会读取classpath中的 META-INF/spring.factories中定义的Spring Factories. 比如ApplicationContextInitializers和ApplicationListeners. 下面是spring-boot-2.1.6.RELEASE.jar中默认的spring.factories # PropertySource Loaders org.spring ...
阅读全文Conditional clauses 表达一种最一般的可能性,需要使用条件句类型一。其构成如下: if 一般现在时 will + 不定式 If you come to the party, you will meet Kate. If it rains tomorrow, we will get very ...
阅读全文Spring Boot为Spring MVC 提供了 auto-configuration. The auto-configuration adds the following features on top of Spring’s defaults: Inclusion of ContentNegotiatingViewResolver and BeanNameViewResolver beans. Support fo ...
阅读全文Scrum不是一个标准化的过程。 但是Scrum框架建立了一套价值观,原则和实践。每个组织可以根据自身情况相结合使用。 Scrum实践有: 三个角色 PO:管理经济效率,梳理产品列表,定义接收标准并验收,正确理解技术债经济,版本层面的经济考量,sprint和PBI的经济考量。 Team:自管理自组织,跨智能的多样化和全面化,T型技能,火枪手态度,沟通广泛,透明沟通,规模适中,专注,有责任感,人员稳定,工作步调可持续。 Scrum Master:教练 ...
阅读全文知乎的这篇文章<<在 2016 年学 JavaScript 是一种什么样的体验?>> https://zhuanlan.zhihu.com/p/22782487 注:原文是英文,本文是我翻译的。有人把我翻译的内容原文照抄,放到他自己的专栏,搞得有人问我是不是我抄袭了……请支持我的劳动成果,花了两个小时翻译的,谢谢。转载请注明译者为方应杭。 嘿,我最近接到一个 Web 项目,不过老实说,我这两年没怎么接触 W ...
阅读全文一些banner在线生成工具 http://patorjk.com/software/taag/ http://www.network-science.de/ascii/ https://www.degraeve.com/img2txt.php :'######:::'#######:::'#######:::'######::'##::::'##::::'###::::' ...
阅读全文Word order 英语中的正常语序为: 主语 + 谓语动词 + 宾语 + 地点状语 + 时间状语 在疑问句中,语序一般为: (疑问词 +)助动词 + 主语 + 行为动词 + 宾语 + 地点状语 + 时间状语 例如: I like ice-cream. (我喜欢冰淇淋。) What do you like to do after work? (你下班以后想去干什么?) 与 perhaps 和 probably 相关的语序 与 too 和 enoug ...
阅读全文Spring configuration property的优先级官方说明:https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-external-config Externalized Configuration Spring Boot lets you externalize your configuration so that you can ...
阅读全文Expressions of time and place Expressions of time and place - 时间和地点状语 在英语中, 时间状语一般置于句尾。 例如: Let's meet on Tuesday. (我们周二见面吧。) Do you want to go at 9?   ...
阅读全文《mac 使用 pf 做端口转发》:https://www.jianshu.com/p/6052831a8e91 《MAC pf 防火墙OS 10.10 开启80(http)端口的方法》https://my.oschina.net/china008/blog/343049 《Mac 使用 Pfctl 来完成 Docker 的网络映射》https://toutiao.io/posts/d7ljnp/preview 遇到了局域网内无法访问mac电脑上的web app,于是参考了上文 ...
阅读全文npm cli命令说明文档: 官方文档: https://docs.npmjs.com/cli-documentation/ 以及《npm cli commands - npm指令大全》https://blog.csdn.net/zmrdlb/article/details/53204116 CLI commands > access Set access level on published packages > adduser Add a re ...
阅读全文本文链接:https://blog.csdn.net/strivezxq/article/details/44560771 把spring 相关类做了下整理,把spring主要涉及的类都整理成类图,方便查看它们之前的关系,也能帮助更好的阅读分析源码. 1. IOC容器 BeanFactory类图: 2. 资源Resource相关类图: 3. 资源加载器ResourceLoader相关类图: 4. spring Bean定义解析器相关: ...
阅读全文nginx(读着: engine x) 1) nginx的官网文档《Beginer's Guide》 这个指南大体讲了三个常用配置的例子:serving static content, setting up a simple proxy server; setting up fastCGI proxy server。 首先如何启动和停止nginx. To start nginx, run the executable ...
阅读全文Phrasal verbs Phrasal verbs - 动词词组 某些动词与特定的介词相搭配,就会具有完全不同于动词本意的新意思。这些动词和介词的组合就叫做动词词组。 例如: I ran for two hours last night. (我昨天晚上跑了两个小时。) I ran into a friend last night. ...
阅读全文