使用CAGradientLayer可以实现颜色的渐变, 我们先看下头文件 下面是我用上面的代码实现的最终效果,startPoint是(0,0),endPoint是(1,1)。 下面我们试试用这个来实现一个渐变色的圆环, 需要说明的是CAGradientLayer只能实现矩形范围内的颜色渐变, 那渐变 ...
分类:
其他好文 时间:
2017-01-18 10:59:17
阅读次数:
244
其中一台controller上面加入环境变量,我选controller1,关注的是endpoint的名称不一样,其它创建的参数与生产环境一致 export OS_TOKEN=venicchina export OS_URL=http://controller:35357/v3 export OS_I ...
numpy.linspace(start, stop, num=50, endpoint=True, retstep=False) start 起始位置 stop 终止位置 num 个数 endpoint 终止位置是否计算 是否返回步长 np.linspace(0, 1, 5) array([ 0. ...
分类:
其他好文 时间:
2017-01-04 20:10:47
阅读次数:
138
天气预报Web服务,数据来源于中国气象局 Endpoint : http://www.webxml.com.cn/WebServices/WeatherWebService.asmx Disco : http://www.webxml.com.cn/WebServices/WeatherWebSer ...
分类:
Web程序 时间:
2016-12-25 13:46:45
阅读次数:
259
Observer协处理器通常在一个特定的事件(诸如Get或Put)之前或之后发生,相当于RDBMS中的触发器。Endpoint协处理器则类似于RDBMS中的存储过程,因为它可以让你在RegionServer上对数据执行自定义计算,而不是在客户端上执行计算。 本文是以上两者的简单实例,使用的环境:环境 ...
分类:
其他好文 时间:
2016-12-23 07:47:31
阅读次数:
294
用nodejs soap 0.2.7以上版本时,总是调用不成功,经研究原代码发现,必须设置wsdlOptions属性,才能正常调用。 var wsdlOptions = { endpoint:endpoint, attributesKey: '$attributes', ignoredNamespa ...
分类:
Web程序 时间:
2016-12-06 07:40:59
阅读次数:
160
1、Socket参数介绍 A network socket is an endpoint of a connection across a computer network. Today, most communication between computers is based on the In ...
分类:
其他好文 时间:
2016-12-02 19:09:42
阅读次数:
225
网络上可供测试的Web Service腾讯QQ在线状态 WEB 服务Endpoint: http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx Disco: http://www.webxml.com.cn/webservices/q ...
分类:
Web程序 时间:
2016-12-01 17:16:44
阅读次数:
388
问题一docker.errors.DockerException:HTTPSendpointunresponsiveandinsecuremodeisn‘tenabled.
docker.errors.DockerException:HTTPSendpointunresponsiveandinsecuremodeisn‘tenabled.:
docker-solution-unresposive-insecure-endpoint.mddocker-composepull--allow-insecur..
分类:
其他好文 时间:
2016-11-23 17:16:51
阅读次数:
221
Endpoint:jsPlumb提供了四种类型的端点,Dot,Rectangle,Blank,使用失败了。Image,使用失败了。 ConnectorsjsPlumb提供了四种类型的连线,Bezier,StateMachine,Flowchart,Straight OverlayjsPlumb提供了 ...
分类:
Web程序 时间:
2016-11-23 12:31:37
阅读次数:
993