一些简单的 Erlang 的用法(RabbitMQ)
众所周知,RabbitMQ 底层的开发语言是 Erlang,所以通过一些简单的 Erlang 操作能获得一些 RabbitMQ 的底层信息。
众所周知,RabbitMQ 底层的开发语言是 Erlang,所以通过一些简单的 Erlang 操作能获得一些 RabbitMQ 的底层信息。
When I am using the hexo as my blog system, I found one big problem that really frustrate me. In the home page of my blog website, articles are displayed at full content and that makes the page size so big and the loading time extraordinary long.
|
|
假值包括 false 和 nil,而真值是除了假值以外的所有值。
函数式编程是一种编程范式。编程范式包括构建软件的规则和设计原则,侧重于使用纯函数构建软件,这些函数的描述方式是要怎么样,而不是使改如何做!使用像 Elixir 这样的函数式语言,可以更好地利用多核 CPU,编写更简洁的代码。在函数式语言中使用函数范式,可以编写出更和谐的程序。前提是要理解其核心概念:不可变性,函数和声明式代码。
Recently, I was reading some articles which are about the code review. As a software developer, we all know the importance of the code review. But eventually, we will all ignore or put less attention on this step. When I was surfing the Internet, I found Google wrote some pages to explain how they do the code review and which kind of things that we as a reviewer should be aware of.
以下我会记录一些我在实际工作中遇到的或者看到别人记录下的关于 SQL Server 的用法和小技巧。文章会不定期的更新。
Recently, I am learning the SQL Server performance tunning and the book I am using is using the AdventureWorks database as the sample database. And I don’t want to install the SQL Server Engine in my Surface, not even the Express version. So I am thinking about using the Docker to host my database. After some investigations and tries, I figured it out.
|
|
默认情况下的执行计划和 I/O 情况如下所示:
为了能在地铁上看看文档并且同时处理一些简单的事物,我购买了目前唯一一款全新的能支持 4G LTE 的 Surface 设备。
最近在整理我的博客项目中,用到了 hexo 的 next 主题,因为主题的原作者仓库的地址发生了变化,所以我也相应的 fork 了新的仓库,从而需要更新已有的博客项目中的 module 引用。下面我把步骤列出,以备后用 :)