1. A List Apart CSS Topics A List Apart,学习网页设计和最佳实践的首选网站。这个网站从1999年就开始发表关于CSS的文章,其中大部分文章都是面向那些更注重符合标准设计的中级到高级设计师。 2. CSS Help Pile CSS Help Pile汇集了大量的 ...
分类:
Web程序 时间:
2018-03-02 20:38:17
阅读次数:
212
●Neutron 的路由服务是由 l3 agent 提供的。 除此之外,l3 agent 通过 iptables 提供 firewall 和 floating ip 服务。 l3 agent 需要正确配置才能工作,配置文件为 /etc/neutron/l3_agent.ini,位于控制节点或网络节点 ...
分类:
其他好文 时间:
2018-02-14 17:53:52
阅读次数:
171
3.python简介 下面的例子中,输入和输出分别由大于号和句号提示符(>>>和...)标注:如果想重现这些例子,就要在解释器的提示符后输入(提示符后面的)那些不包含提示符的代码行。需要注意的是在练习中遇到的从属提示符表示你需要在最后多输入一个空行,解释器才能知道这是一个多行命令的结束。 本手册中的 ...
分类:
其他好文 时间:
2018-02-07 21:15:09
阅读次数:
169
因为需求,所以接触了验证码这一块,原本感觉到会很难,学了之后挺简单的,但后来又发现自己还是too young。。。 PIL(python Image Library) 目前PIL的官方最新版本为1.1.7,支持的版本为python 2.5, 2.6, 2.7, PIL官方网站:http://www. ...
分类:
编程语言 时间:
2018-01-24 13:59:46
阅读次数:
254
python 模块的概念 python中每一个以.py结尾的文件都可以被当做一个模块 ___ 变量的定义 变量无须事先声明; 变量无须指定类型; python 中基本数据类型 数字 Integer 整型 Boolean 布尔型 Long integer 长整型 Floating point real ...
分类:
编程语言 时间:
2018-01-21 22:35:24
阅读次数:
171
Introduction Those who know don't talk. Those who talk don't know. Sometimes, PHP "as is" simply isn't enough. Although these cases are rare for the a ...
浮点型 Name CTS Type Description Significant Figures Range (approximate) float System.Single 32-bit single-precision floating point 7 ±1.5 × 10?45 to ±3. ...
Equations are given in the format A / B = k, where A and B are variables represented as strings, and k is a real number (floating point number). Given ...
分类:
其他好文 时间:
2018-01-13 21:01:59
阅读次数:
183
函数 abs() Return the absolute value of a number. The argument may be an integer or a floating point number. If the argument is a complex number, its ma ...
分类:
编程语言 时间:
2018-01-10 22:49:48
阅读次数:
290
[delphi] view plain copy [delphi] view plain copy 在 Windows 上建立一个线程, 离不开 CreateThread 函数; TThread.Create 就是先调用了 BeginThread (Delphi 自定义的), BeginThread ...
分类:
编程语言 时间:
2018-01-05 22:58:06
阅读次数:
263