unidbgrid 设置 单元格颜色 2018年10月24日 11:32:41 ozhy111 阅读数:68 unidbgrid 设置 单元格颜色 2018年10月24日 11:32:41 ozhy111 阅读数:68 unidbgrid 设置 单元格颜色 unidbgrid 设置 单元格颜色 20 ...
分类:
数据库 时间:
2019-02-10 23:25:33
阅读次数:
246
二、如何定制错误响应 1).如何定义错误处理页面 1.1、有模板引擎的情况下;error/状态码; 【将错误页面命名为 错误状态码.html 放在模板引擎文件夹里面的error文件夹下】 发生此状态码的错误就会来到 对应的页面; 可以使用4xx、5xx作为错误页面的文件名来匹配这种类型的所有错误 精 ...
分类:
编程语言 时间:
2019-02-09 00:55:37
阅读次数:
186
这几天对Android中实现画圆弧及圆弧效果中所实现的效果进行了修改,改为进度圆心进度条,效果如图所示 TasksCompletedView.java 代码如下 import android.content.Context; import android.content.res.TypedArray ...
分类:
移动开发 时间:
2019-02-03 10:53:01
阅读次数:
170
玩Canvas玩了有一个礼拜了 平面的东西玩来玩去也就那样 所以就开始折腾动画和3D了 什么是动画? 就像思考哲学问题无法回避思维和存在的关系一样 制作动画同样无法逃避的问题是动画的原理是什么? 图像序列的变化运动给我们最为直观的感受就是图像仿佛真实的在运动一般 由此产生动画效果 我尼玛 Canva ...
分类:
其他好文 时间:
2019-02-02 17:10:16
阅读次数:
311
矢量图、gpu直接使用、占用内存小 What Shape Layers Are Shape layers are layers capable of defining shapes as vectors. Because they’re defined as vectors, they are re ...
分类:
其他好文 时间:
2019-01-31 20:56:31
阅读次数:
182
PIE SDK Command&&Tool工具命令一览表 ...
分类:
其他好文 时间:
2019-01-30 14:27:09
阅读次数:
153
COMS 4771 HW0Due: Sun Jan 27, 2019 at 11:59pmThis is a calibration assignment (HW0). The goal of this assignment is for you to recall basicconcepts, a ...
分类:
其他好文 时间:
2019-01-29 20:49:03
阅读次数:
173
说明: 1.以下所用的Group均为Group类的对象实例 2.Group类是对AbstractGroup类的继承 sprite.py文档中描述如下: 方法一:Group.draw(surface) 说明:对精灵组中的每一个精灵依次调用surface.blit(),依次将精灵组中的精灵绘制在surf ...
分类:
其他好文 时间:
2019-01-29 13:46:56
阅读次数:
3275
1 //扫雷 2 //-1为雷 3 #include 4 #include 5 #include 6 #include 7 //格子区域大小(DIVISIONS * DIVISIONS) 8 #define DIVISIONS 10 9 //地雷数 10 #define MINECOUNT 10 1... ...
float circle_x = 200; float circle_y = 10; float move_x = 2; float move_y = 2; void setup() { size(500,300); } void draw() { background(225); ellipse( ...
分类:
其他好文 时间:
2019-01-28 10:56:16
阅读次数:
201