联合办公空间可能是未来写字楼的发展趋势
全球领先的房地产顾问商“戴德梁行”发布了《2018年中国甲级写字楼市场供应核心趋势》,其中谈到:在未来,自营的联合办公品牌将携手其初创企业或大型企业会员,进驻联合办公空间。那么,近年来在中国联合办公有何新动向?
引领办公生态新天地……
author: antirez
For quite some time I’ve wanted to record a new video talking about code comments for my "writing system software" series on YouTube. However, after giving it some thought, I realized that the topic was better suited for a blog post, so here we are. In this post I analyze Redis co……
Enterprise Architecture is the process of translating business goals and strategy into practical enterprise change by building, communicating and optimising the key requirements, rules and models that describe the desired state of the enterprise and facilitate its change and evolution.
There are m……
This year’s State of DevOps Report, which has become a standard for defining progress and trends in the software development and delivery community, is being published today. Presented by Puppet and DevOps Research & Assessment (DORA), this year’s report takes on some new areas of resear……
From: http://www.disciplinedagiledelivery.com
The Mindset of a Disciplined Agile Enterprise Architect, that disciplined agile enterprise architecture (EA) teams work in a very collaborative manner, evolving their artifacts over time based on their learnings. But how do you organize an enterprise ……
If you have worked with SOA before, you might wonder what is the difference between SOA and Microservices. Here I have explained both architectures and compared them in details.
These days, there are a lot of discussions about Microservices at the workplace or in tech talks. And if you have worked……
原以为自己已经比较了解设计模式了,谁知面试官一问,我竟然紧张到只记得单例模式。。。囧,So 有了这篇文章
策略模式( Strategy )
定义个策略接口,不同的实现类提供不同的具体策略算法, 同时它们之间可以互相替换.
IStrategy 接口定义了策略方法,Strategy1 和 Strategy2 通过实现 IStrategy 提供不同的策略,而 U……
本文包含以下思维导图:
1. 网络安全绪论
2. 扫描与防御技术
3. 网络监听及防御技术
4. 口令破解及防御技术
5. 欺骗攻击及防御技术
6. 拒绝服务供给与防御技术
7. 缓冲区溢出攻击及防御技术
8. Web攻击及防御技术
9. 木马攻击与防御技术
10. 计算机病毒
11. 网络安全发展与未来
获取更多资讯,欢……
大数据与云计算已经是很多互联网应用都在使用或是准备使用的技术,随着用户和应用的不断升级和增长,数据也变得越来越复杂,而且很多非结构化的数据产生,这将很难通过传统的关系型数据库管理系统来处理。NoSQL技术则能比较好地解决这个问题,它主要用于非结构化的大数据与云计算,是一种全新的数据库思维方式。
1. 数据……