码迷,mamicode.com
首页 >  
搜索关键字:property animation    ( 11147个结果
解决node 运行接口 出现 Cannot destructure property `us` of 'undefined' or 'null'.
出现 参数是 undefined or null 一、检查是否安装 body-parser server.js中是否引入 app.use(bodyParser.urlencoded({ extended: false })); app.use(bodyParser.json()); 二、如果上面没有 ...
分类:其他好文   时间:2020-06-16 15:40:38    阅读次数:197
(IOS)播放一张张连续的图片
// 加入现在有三张图片分别为animate_1、animate_2、animate_3 // 方法一 imageView.animationImages =@[[UIImage imageNamed:@"animate_1"], [UIImage imageNamed:@"animate_2"], ...
分类:移动开发   时间:2020-06-16 14:58:17    阅读次数:98
Cocos Creator 构造函数传参警告 Can not instantiate CCClass 'Test' with arguments.
版本2.3.4: 在cocos中,自定义的类如果在构造函数里传参数,会有警告提示。 例如下面的类,在构造函数传入a,b参数 Test.ts const {ccclass, property} = cc._decorator; @ccclass export default class Test ex ...
分类:其他好文   时间:2020-06-15 22:51:02    阅读次数:202
【🔥🔥】iOS中解决NSTimer循环引用问题
iOS中解决NSTimer循环引用问题 NSTimer使用不当就会造成内存泄漏,比如常见的使用方法: //定义 @property (nonatomic, strong) NSTimer *timer; //实现 self.timer = [NSTimer scheduledTimerWithTim ...
分类:移动开发   时间:2020-06-15 14:20:41    阅读次数:99
RocketMQ系列(六)批量发送与过滤
今天我们再来看看RocketMQ的另外两个小功能,消息的批量发送和过滤。这两个小功能提升了我们使用RocketMQ的效率。 批量发送 以前我们发送消息的时候,都是一个一个的发送,这样效率比较低下。能不能一次发送多个消息呢?当然是可以的,RocketMQ为我们提供了这样的功能。但是它也有一些使用的条件 ...
分类:其他好文   时间:2020-06-15 12:01:00    阅读次数:130
ibatis iterate VS mybatis foreach
Iterate作用:遍历入参属性: prepend > 拼接sql条件,一般放在sql执行之前 property > 接收传入参数(List时不填) open > 标识遍历开始的字符串,常用于定义括号 close > 标识遍历结束的字符串,常用于定义括号 conjunction > 标识每遍历完一次 ...
分类:其他好文   时间:2020-06-14 19:08:31    阅读次数:67
ibatIS中的isNotNull、isEqual、isEmpty
isNull判断property字段是否是null,用isEmpty更方便,包含了null和空字符串 例子一:isEqual相当于equals,数字用得多些,一般都是判断状态值<isEqual property="state" compareValue="0">< /isEqual>或<isEqua ...
分类:其他好文   时间:2020-06-14 18:34:39    阅读次数:66
什么是 spring 的内部 bean?
只有将 bean 用作另一个 bean 的属性时,才能将 bean 声明为内部 bean。 为了定义 bean,Spring 的基于 XML 的配置元数据在 <property> 或 <constructor-arg> 中提供了 <bean> 元素的使用。内部 bean 总是匿名 的,它们总是作为原 ...
分类:编程语言   时间:2020-06-14 11:15:59    阅读次数:98
react-wow
npm install react-wow --save import ReactWOW from 'react-wow' <ReactWOW animation='fadeIn'>嵌套值</ReactWOW> https://www.npmjs.com/package/react-wow ...
分类:其他好文   时间:2020-06-14 01:17:04    阅读次数:72
Spring Boot 2.3.1 发布,带来了 10 个新特性!
是的,Spring Boot 2.3 刚发布不久,Spring Boot 2.3.1 又来了,又加了很多新功能啊,一起来瞧瞧。 下面是官宣: https://spring.io/blog/2020/06/12/spring-boot-2-3-1-available-now 栈长解读: Spring ...
分类:编程语言   时间:2020-06-13 19:13:14    阅读次数:82
11147条   上一页 1 ... 31 32 33 34 35 ... 1115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!