相关属性: corners:圆角弧度 solid:里面背景 stroke:外框背景 padding:文字与边框的距离 shape:背景整体类型,取值有 rectangle(矩形) oval(椭圆形) line(线性) ring(环形) ...
分类:
移动开发 时间:
2019-02-11 10:36:38
阅读次数:
240
主要属性: <?xml version="1.0"encoding="utf-8"?><shape > <corners /> <gradient /> <padding /> <size /> <solid /> <stroke /></shape> 1、corners属性(圆角): <corne ...
分类:
其他好文 时间:
2019-02-03 18:09:45
阅读次数:
227
- (void)stroke Draws a line along the receiver’s path using the current drawing properties. - (void)fill Paints the region enclosed by the receiver’s ...
分类:
其他好文 时间:
2019-01-30 18:32:16
阅读次数:
133
CCGridPictureEditor如其名,网格图片编辑控件,实现利用一个网格来显示多张图片的缩略图,这是一个非常实用的控件,实现类似微信朋友圈中发布多张图片的功能。 在没有这个控件之前,我都是用Delphi自带的GridLayout来自己组织管理这种业务场景,虽然实现了同样的功能,但要写的代码还 ...
分类:
其他好文 时间:
2019-01-20 11:45:28
阅读次数:
208
function palette(canvas,ctx){ //初始化画布内部元素默认样式 this.strokeColor = 'red'; //默认选中红色触发颜色 this.fillColor = 'green'; //默认选中绿色填充色 this.style = 'tablet'; //默认 ...
分类:
其他好文 时间:
2019-01-19 12:12:15
阅读次数:
225
原文:.net core 微服务之日志落盘设计 目录1、设计目标2、日志流程3、串联请求事务3.1 请求ID3.2 处理服务器、服务3.3 处理接口名3.4 日志的发生时间3.5 接口返回状态码4、记录结构5、RabbitMq队列6、落盘7、性能优化8、简单统计引用链接 1、设计目标 对各个微服务的... ...
分类:
Web程序 时间:
2019-01-18 10:56:02
阅读次数:
213
一、Canvas 应用场景 1.游戏 2.图表 3.动画 4.codepen.io (HTML5 动效) 最早 二、Canvas 发展历史 1.最早在apple的safari 1.3中引入 2.ie9之前的浏览器不支持Canvas 3.http://caniuse.com/ 三、如何使用Canvas ...
分类:
其他好文 时间:
2019-01-14 00:21:20
阅读次数:
200
本例子主要应用canvas的曲线路径arc(). *.arc(x,y,r,start,end,counterclockwise) 需要注意画圆时不事先定位到圆心会是如下效果: 左图用fill()填充,右图用stroke画轮廓,用stroke()时不会自动闭合图形,需要在stroke之前调用close ...
分类:
其他好文 时间:
2019-01-08 21:13:16
阅读次数:
180
参考:头部<header></header> HOME WORK CONTACT JOIN US <nav>导航区域 图片滚动区域测试边栏<aside> 映芬视觉介绍<article> 图片区域<figure> 火影等九张图片<section> 版权所属<footer> ...
分类:
Web程序 时间:
2018-12-26 20:57:12
阅读次数:
264