1. 虽然使用了云主机已经五六年了,先后租用过电信的天翼云,腾讯的腾讯云,阿里的阿里云,仍然对云的理解还是个外行。最大的感触就是越来越便宜了。当初的天翼云一个1G1G2M的配置就要2000多,现在阿里的双核8G8G5M三年也只要1000出头点。腾讯云也在发力,不缺钱。京东云估计也不缺钱但缺人才。 本外行试图来分析一下当今云时代的各路枭雄的发展现状。先看看Azure, Google, AWS, 阿里云,腾讯云,最后再看看不起眼的Oracle云。 所有信息来源于各自的官方网站,先由表及里慢慢熟 ...

    阅读全文
  2. 由阮一峰《ECMAScript 6 入门》的官方电子版 http://es6.ruanyifeng.com/ 支持作者,可以去买一本看看。   ...

    阅读全文
  3. 有这样的一个数列:1, 1, 2, 5, 14, 42, 132, 429, 1430, 4862, 16796, 58786, 208012, 742900, 2674440, 9694845, 35357670, 129644790, 477638700, 1767263190, 6564120420, 24466267020, 91482563640, 343059613650, 1289904147324, 4861946401452, ...  数字递增十分快,所以让我们想到 ...

    阅读全文
  4. Spring Tools2019-06-21

    https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling for your favorite coding environment. Largely rebuilt from scratch, it provides world-class support for developing Spring-based enterprise applications, whether you ...

    阅读全文
  5. 虽然使用了云主机已经五六年了,先后租用过电信的天翼云,腾讯的腾讯云,阿里的阿里云,仍然对云的理解还是个外行。最大的感触就是越来越便宜了。当初的天翼云一个1G1G2M的配置就要2000多,现在阿里的双核8G8G5M三年也只要1000出头点。腾讯云也在发力,不缺钱。京东云估计也不缺钱但缺人才。 本外行试图来分析一下当今云时代的各路枭雄的发展现状。先看看Azure, Google, AWS, 阿里云,腾讯云,最后再看看不起眼的Oracle云。 所有信息来源于各自的官方网站,先由表及里慢慢熟 ...

    阅读全文
  6. 下面这篇文章对Controller的方法参数工作原理解释的非常不错,值得参阅。 https://www.cnblogs.com/fangjian0423/p/springMVC-request-param-analysis.html   另外,此处可以配合spring framework的官方文档中的Spring Web MVC->Annotation Controller->Handler Methods中的Method Arguments和Return ...

    阅读全文
  7. Raft是一种共识(consensus)算法。解决分布式系统的一致性问题的算法之一。 学习Raft算法,收集几个不错的文章和网站: raft算法动画演示: http://thesecretlivesofdata.com/raft/ raft算法官方:https://raft.github.io/ 《Zookeeper:分布式系统入门到实战》https://www.youtube.com/watch?v=BhosKsE8up8   分布式系统有一 ...

    阅读全文
  8. Question words Question words - 疑问词 常用的疑问词包括: 谁 Who 什么时候 When 什么 What 哪里 Where 为什么 Why 怎样 How 多大(年纪) How old 多大(大小) ...

    阅读全文
  9. Operating as a community of like-minded professionals, OWASP issues software tools and knowledge-based documentation on application security. Everyone is free to participate in OWASP and all of our materials are available under a free an ...

    阅读全文
  10. Expressions of time and place Expressions of time and place - 时间和地点状语 在英语中, 时间状语一般置于句尾。   例如: Let's meet on Tuesday.   (我们周二见面吧。)   Do you want to go at 9?   ...

    阅读全文
  11.  官方文档: https://docs.oracle.com/javaee/7/api/javax/persistence/ManyToMany.html     参考文档: What is An Association? : https://docs.oracle.com/cd/A97336_01/buslog.102/bc4j/developing_bc_projects/bc_awhatisanassoc.ht ...

    阅读全文
  12. 如何理解jdeveloper开发时生成的jws,jpr,jpx文件? jws:用来纪录workspace相关的信息,比如workspace中的projects信息。 在workspace disk中。所以又叫application container. jpr:用来纪录project相关的信息,如java files. 所以又叫project container. jpx:用来纪录Model project中data model信息。包含了jdeveloper在设计阶 ...

    阅读全文
  13. 39000

    MMD is a cloud-based service that brings together M365 Enterprise  and adding these features. End-user device deployment IT service management and operations Security monitoring and response End-user support. Current challenges ...

    阅读全文
  14. 数独2020-08-17

    数独是一种风靡全球的智力游戏,也称为Sudoku,Number Place。正规的数独题目需要保证每个题目仅有一个解。   数独规则 标准数独由9行,9列共81的小格子构成。 分别在格子中填入1到9的数字,并满足下面的条件。 每一行都用到1,2,3,4,5,6,7,8,9 每一列都用到1,2,3,4,5,6,7,8,9 每3×3的格子都用到1,2,3,4,5,6,7,8,9   Sudo1: htt ...

    阅读全文
  15. 学习内容源于 官方文档 https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html#expressions   学习摘要: SpEL: Spring Express Language, a java expression language. Other known expression Language: OGNL, MVEL, JBoss EL ... ...

    阅读全文
  16. Saleforce初体验,截图以便日后参考。 1. request trial usage. 2. 登录Saleforce并开始体验之旅 3. 体验4个解说。 3.1 追随潜在客户 3.2   3.2 为你的漏斗助力 3.3 开辟自己的道路     3.4 使用图 ...

    阅读全文
  17. 38930

    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 ...

    阅读全文
  18. 原文出处:https://flatworldbusiness.wordpress.com/flat-education/previously/web-1-0-vs-web-2-0-vs-web-3-0-a-bird-eye-on-the-definition/ Web 0.0 – Developping the internet Web 1.0 – The shopping carts & static web Experts call the ...

    阅读全文
  19.     Cannot load modules/mod_authz_svn.so into server: /xxx/apache/modules/mod_authz_svn.so: undefined symbol: ap_hook_force_authn     ...

    阅读全文
  20. 参考文章 https://www.runoob.com/go/go-environment.html Go的官方文档地址为 https://golang.google.cn/doc/, 里面包括了安装文档,go的简单教程,包含如何写go代码,选用什么IDE, 如何troubleshooting,一些常见问题,以及go community的wiki. 同时也列出 Package Documentation(The documentation for the Go ...

    阅读全文