码迷,mamicode.com
首页 >  
搜索关键字:image    ( 48784个结果
1097:计算留存率
...
分类:其他好文   时间:2021-06-28 20:32:23    阅读次数:0
Unity 不规则按钮实现
1.先重写Image类,实现对Image图形范围的重写; 2.对不规则按钮添加Polygon Collider2D组件,调整大小圈中要点击的范围; 3.将重写的Image类添加到不规则按钮上时,需要移除不规则按钮上原来的Image组件,因为这个是继承Image,一个物体上不能同时有两个Image组件 ...
分类:编程语言   时间:2021-06-28 20:15:51    阅读次数:0
八 思维创新
思维创新 1. 鱼刺因果图2. SWOT分析法3. 五个为什么4. 橄榄球定律5. 六顶帽子 思维法 ...
分类:其他好文   时间:2021-06-28 19:37:12    阅读次数:0
时间四象限法
...
分类:其他好文   时间:2021-06-28 19:35:13    阅读次数:0
用“ABC控制法”使用时间
...
分类:其他好文   时间:2021-06-28 19:34:10    阅读次数:0
异常处理
throw 抛异常 throw new Exception('参数只能是数字') try...catch 异常 try { //抛异常的代码 } catch (Exception $e) { echo $e->getMessage(); } 实例 /src/TestException.php (抛异 ...
分类:其他好文   时间:2021-06-28 19:30:58    阅读次数:0
IDEA连接sqlserver数据库
1、安装Sql Server 2008R 2、端口设置 运行sql server 配置管理器: 3、下载JDBC包 ...
分类:数据库   时间:2021-06-28 19:26:33    阅读次数:0
OSCP Security Technology - Fuzzing
OSCP Security Technology - Fuzzing Download vulnserver from the grey corner website. https://thegreycorner.com/vulnserver.html Download immunity debug ...
分类:其他好文   时间:2021-06-28 19:14:54    阅读次数:0
1054 The Dominant Color (20 分)
Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color ...
分类:其他好文   时间:2021-06-28 19:08:20    阅读次数:0
python打印九九乘法表
脚本如下: # @Time : 2021/6/26 13:31# @Author : cici#左上行号参数row = 1#右上行号2row2 = 1#左下行号3row3 = 9#右下行号4row4 = 9while row <= 9 and row2 <= 9: #列号参数 col = 1 whi ...
分类:编程语言   时间:2021-06-28 19:05:56    阅读次数:0
48784条   上一页 1 ... 7 8 9 10 11 ... 4879 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!