1.UI的理解 全称user interface 意为:用户界面 UI有view和viewGroup的根基类 view在屏幕上占据一片矩形区域,并会在上面进行内容绘制 viewGroup包含一些view或viewGrorup 用于控制字view的布局事件模型 事件是什么 谁是事件源? 1.注册 >2 ...
分类:
其他好文 时间:
2018-05-10 11:17:22
阅读次数:
155
Georgia and Bob decide to play a self-invented game. They draw a row of grids on paper, number the grids from left to right by 1, 2, 3, ..., and place ...
分类:
其他好文 时间:
2018-05-07 13:24:52
阅读次数:
183
web service Prepared by: Sea 29 April, 2018 Contents 1. The description of springsecurity. 2 1.1. What is spring security?. 2 1.2. History. 3 1.3. Spr ...
分类:
编程语言 时间:
2018-05-06 23:29:05
阅读次数:
808
代码实现Shape 代码实现Selector StateListDrawable与GradientDrawable 的运用 代码实现Shape 代码实现Selector StateListDrawable与GradientDrawable 的运用 在Android开发中,我们时常会用到自定义draw ...
分类:
编程语言 时间:
2018-05-06 00:10:16
阅读次数:
289
一般情况下,grasshopper 的计算是沿着连接线从左至右进行的。首先被计算的是左边的组件,然后触发下游组件,直到 canvas 全部计算完成为止。在你使用 grasshopper 几个月之后,想都不用想就知道这是当然的。 直到有一天你想用 grasshopper 违反这个基本逻辑。我最近接到一 ...
分类:
其他好文 时间:
2018-05-05 14:22:00
阅读次数:
247
地址为本地 1.绘制图形: http://localhost/arcgis_js_api/sdk/sandbox/sandbox.html?sample=toolbar_draw 2.双击编辑图形 http://localhost/arcgis_js_api/sdk/sandbox/sandbox. ...
分类:
编程语言 时间:
2018-05-03 15:27:09
阅读次数:
189
Android的动画可以分为三种,View动画、帧动画、属性动画。View动画通过对场景里的对象不断做图像变化(平移、缩放、旋转、透明度)从而产生动画效果,它是一种渐进式动画,而且View动画支持自定义。帧动画可以理解为图片切换动画(如果图片过多,会导致OOM)。属性动画为API11的新特性,属性动 ...
分类:
移动开发 时间:
2018-05-02 21:03:31
阅读次数:
216
本文参考书籍《利用Python进行数据分析》 ...
分类:
其他好文 时间:
2018-05-01 20:35:10
阅读次数:
335
Drawing Molecules Molecules are built and edited with the draw tool. Left clicking on the black display will allow you to begin your journey into mole ...
import turtle #画画库import time #时间库def drawGap(): #每个数码管距离,弄成像数码管 turtle.penup() turtle.fd(5)def drawLine(draw): #单个数码管 drawGap() turtle.pendown() if d ...
分类:
编程语言 时间:
2018-04-28 22:19:52
阅读次数:
266