浏览器显示 linux终端显示 错误原因 没运行nginx ...
分类:
Web程序 时间:
2019-10-13 11:25:01
阅读次数:
141
除了在if...else...中使用,else块还可以在for循环、while循环以及try...except中使用。 在for循环中使用: 输出为: 在for循环中,else块只有当for循环正常结束时才调用。如果for循环被任意其他操作打断,导致循环没有正常结束时else块是不会运行的。 在wh ...
分类:
其他好文 时间:
2019-10-12 20:38:17
阅读次数:
91
With the accellerated evolution of mobile hardware, application developers tend to reconsider the importance of the Augmented Reality technology ( cal ...
分类:
其他好文 时间:
2019-10-12 20:23:30
阅读次数:
146
题目: 给定 n 个非负整数 a1,a2,...,an,每个数代表坐标中的一个点 (i, ai) 。在坐标内画 n 条垂直线,垂直线 i 的两个端点分别为 (i, ai) 和 (i, 0)。找出其中的两条线,使得它们与 x 轴共同构成的容器可以容纳最多的水。n >= 2。 题解: 先来了一发n^2的 ...
分类:
其他好文 时间:
2019-10-10 22:32:24
阅读次数:
93
当前互联网主流web服务 静态服务: apache-->中小静态web服务主流,web服务器的老大哥。 nginx-->大型新兴静态web服务主流,web服务器中的初生牛犊。 lighttpd-->静态效率很高,不温不火 动态服务: IIS-->微软的web服务。 tomcat-->中小企业动态we ...
分类:
Web程序 时间:
2019-10-08 22:06:55
阅读次数:
155
The History of PageRank PageRank is a link analysis algorithm which assigns a numerical weighting to each Web page,with the purpose of "measuring"rela ...
分类:
编程语言 时间:
2019-10-08 09:23:38
阅读次数:
211
题目描述 Farmer John's cows like to play coin games so FJ has invented with a new two-player coin game called Xoinc for them. Initially a stack of N (5 <= ...
分类:
其他好文 时间:
2019-10-08 00:58:08
阅读次数:
145
数电基础 第三章 CMOS门电路 MOS管的开关特性 S (Source):源极 G (Gate):栅极 D (Drain):漏极 B (Substrate):衬底 以N沟道增强型为例: 当加+VDS时,VGS=0时,D S间是两个背向PN结串联,iD=0 加上+VGS,且足够大至VGS VGS ( ...
分类:
其他好文 时间:
2019-10-06 20:48:03
阅读次数:
192
BIOS: BIOS是英文"Basic Input Output System"的缩略词,直译过来后中文名称就是"基本输入输出系统"。其实,它是一组固化到计算机内主板上一个ROM芯片上的程序,它保存着计算机最重要的基本输入输出的程序、开机后自检程序和系统自启动程序,它可从CMOS中读写系统设置的具体 ...
分类:
其他好文 时间:
2019-10-06 18:27:32
阅读次数:
328
在 Actor 模型中所有的 Actor 之间有且只有一种通信模式,那就是 tell 的方式,也就是 fire and forget 的方式。但是在实际的开发过程中工程师们逐渐总结出了一些常用的通信模式。本文以 akka typed(2.6.0 M8) 框架为例,介绍存在于 actor 模型中最基本 ...
分类:
其他好文 时间:
2019-10-04 16:36:28
阅读次数:
59