一道编程题——lucky triples

Pbulished On April 11, 2017

最近在使用google的过程中弹出一个编程闯关的页面,后来一查得知这是google的神秘招聘系统foobar。我并不觉得把这些题都做完了会得到什么结果,只是有空的时候做一做练练手而已 …

Read more »


python里的数值类型

Pbulished On March 31, 2017

不像其他语言需要借助专门的库,python天生支持大数计算。如果要说python有什么优点的话,这个绝对算是其中一点。numpy等科学计算库也从python这个特性受益。正是因为很多诸如此类的特性,使得python成为科研领域炙手可热的语言。 今天在 …

Read more »


NGINX as a file server

Pbulished On March 21, 2017

NGINX is good at serviing static files such as images and html files. It means it's already a great server for downloading. In this article I expand it by adding features of authentication, uploading and deleting files using lua. I will also talk about the community's favorite nginx-upload-module at the …

Read more »


使用robotframework测试nginx的location指令

Pbulished On March 15, 2017

location是nginx里最重要的指令,也是我们在使用nginx时最常接触的指令。nginx的大部分配置都是在location里进行,因此,熟练掌握location的匹配规则尤为重要。本篇文章使用robotframework来测试location指令,主要是为了演示robotframework的用法。因为一个nginx模块给用户提供的接口就是指令或变量,所以当我们自己开发一个nginx模块,也 …

Read more »



qq email facebook github
© 2025 - Xurui Yan. All rights reserved
Built using pelican