- 博客(4)
- 收藏
- 关注
原创 标尺函数(ruler function)定义
维基百科的定义:For integers, the exponent of the highest power of 2 dividing n {\displaystyle n} n gives 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, … (sequence A007814 in the OEIS). If 1 is added, or if the 0s are removed, 1, 2, 1, 3, 1, 2, 1, 4, 1, 2, 1, 3,
2020-10-21 08:33:59
1302
1
原创 CDN的DNS解析过程
设需解析域名为 A = www.baidu.com向本地dns服务器询问根服务器(.)ns记录获得.ns记录单独解析ns记录的域名,获得ns记录中的域名的ip,下同向ns记录中的dns服务器询问域名A获得ns记录向ns记录中的dns服务器询问域名A获得cname解析cname域名获得ip结束...
2020-05-15 21:26:01
1690
原创 iuplua dialog 未弹出
iuplua学习之程序未响应安装lua for windows后使用默认的SciTE编辑器编写如下程序:require "iuplua"btn = iup.button{ title = "click", size = "52x", action = function() iup.Message("hello world") end}dlg = iup.dialog{ ...
2020-05-05 09:59:34
389
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅