import turtle turtle.setup(600,400,0,0) turtle.bgcolor('orange') turtle.color('blue') turtle.fillcolor('blue') turtle.begin_fill() for i in range(5): ...
分类:
其他好文 时间:
2018-05-07 17:40:40
阅读次数:
142
<style> .bar{ /*overflow:hidden;*/ /*BFC解决方案在没有position情况下使用;应为超出部分会隐藏*/ /*BFC参考第二篇随笔*/ border:1px solid blue; } .bar:after{ content:""; display:block ...
分类:
其他好文 时间:
2018-05-06 13:41:40
阅读次数:
166
复合写法: border: 2px solid red; 分开写法: border-color: red; border-bottom-color: blue; border-bottom-style: dotted; border-bottom-width: 5px; border-left-co ...
分类:
Web程序 时间:
2018-05-05 12:34:43
阅读次数:
200
1、晫璨集团公司 http://www.zhuocangroup.com/ 始创于2008年,下设三家子公司(深圳市晫璨科技有限公司、深圳市南测仪表有限公司、Hk Blue Queen Limtid);是一家在车联网领域拥有完全自主知识产权和科技前瞻的国家高新技术企业,专注于车联网领域的产品研发及解 ...
分类:
其他好文 时间:
2018-05-04 16:58:17
阅读次数:
193
In the visualization, spout components are represented as blue, while bolts are colored between green and red depending on their associated capacity m... ...
分类:
其他好文 时间:
2018-05-02 20:54:26
阅读次数:
1265
Just_Do_IT! N:8A:8B:7C:6D:8总分:37 Miracle-House N:8A:8B:7C:6D:8总分:37 Miracle-House N:8A:6B:7C:6D:8总分:35 Spring_Four N:8A:6B:7C:6D:8总分:35 Spring_Four N: ...
分类:
其他好文 时间:
2018-05-02 13:11:28
阅读次数:
209
kwargs={‘color‘:‘blue‘,‘price‘:100}defcar(**kw):print(kw)car(**kwargs)#向函数中传递参数:字典{‘color‘:‘blue‘,‘price‘:100}kwargs={‘color‘:‘yellow‘,‘user‘:‘coop‘}defcar(color:‘red‘,price=99):print(color,price)car(
分类:
其他好文 时间:
2018-05-01 23:20:13
阅读次数:
153
https://statweb.stanford.edu/~owen/mc/Ch-var-is.pdf https://zhuanlan.zhihu.com/p/29934206 blue curve is the lower bounded one conjugate gradient to so ...
分类:
其他好文 时间:
2018-05-01 20:50:24
阅读次数:
394
Ref: "blue green" "Canary Release" "Continuous Delivery" ...
分类:
其他好文 时间:
2018-04-29 15:29:20
阅读次数:
140
Given an input string, reverse the string word by word. Example: Input: "the sky is blue", Output: "blue is sky the". Notes: A word is defined as a se ...
分类:
其他好文 时间:
2018-04-29 11:46:45
阅读次数:
123