码迷,mamicode.com
首页 >  
搜索关键字:cee    ( 929个结果
OpenGL 实现视频编辑中的转场效果
转场介绍 转场效果是什么? 转场效果,简单来说就是两段视频之间的衔接过渡效果。 现在拍摄 vlog 的玩家越来越多,要是视频没有一两个炫酷的转场效果,都不好意思拿出来炫酷了。 那么如何在视频编辑软件中实现转场效果呢? 这里提供使用 OpenGL 实现视频转场的一个小示例,我们可以通过自定义 GLSL ...
分类:其他好文   时间:2019-10-26 01:23:09    阅读次数:152
STA 442 Methods of Applied Statistics
Homework 2, Mixed effects modelsSTA 442 Methods of Applied StatisticsDue 16 Oct 2019Math (10 marks)data("MathAchieve", package = "MEMSS")head(MathAchi ...
分类:移动开发   时间:2019-10-18 19:02:45    阅读次数:137
CEE 6640
CEE 6640 Fall 2019HW3: Conditional LogitDue: 10/11/2019Note: For submission please prepare a zip file containing your written report and your Rcode. N ...
分类:其他好文   时间:2019-10-16 20:00:45    阅读次数:100
spring boot 监听容器启动
/** * 在容器启动的时候 加载没问完成的消息重发 * @author zhangyukun * */ @Component @Slf4j public class LoadMessageListener implements ApplicationListener<ContextRefreshe... ...
分类:编程语言   时间:2019-10-16 13:47:54    阅读次数:109
java注解使用
package com.casstime.ec.cloud.cart.infrastructure.aspect;import org.aspectj.lang.JoinPoint;import org.aspectj.lang.ProceedingJoinPoint;import org.aspe ...
分类:编程语言   时间:2019-10-11 20:23:41    阅读次数:118
基于spark的关系型数据库到HDFS的数据导入
maven打包后使用: pom.xml ...
分类:数据库   时间:2019-10-05 12:52:02    阅读次数:155
Vue--this.$refs 获取dom元素和组件(获取子组件的dom和方法)
Document 哈哈哈, 今天天气太好了!!! ...
分类:其他好文   时间:2019-10-02 12:26:40    阅读次数:87
JS中常见的几种控制台台报错
Error 控制台报错 EvalError 全局错误RangeError 引用错ReferenceError 参数错误SyntaxError 语法错误TypeError 类型错误URIError 编码错误 ...
分类:Web程序   时间:2019-09-30 09:58:59    阅读次数:109
Js中的闭包
闭包的概念Wikipedia:In programming languages, closures (also lexical closures or function closures) are a technique for implementing lexically scoped name ... ...
分类:Web程序   时间:2019-09-29 12:56:22    阅读次数:102
springBoot框架shedlock+websocket功能冲突的解决方案
经过实验,独自使用shedlock没有问题,独自使用websocket也没有问题,但两个放在一起就有问题,大胆猜测问题出在springBoot的shedlock和websocket的底层,尝试解决无果后决定换一种实现方式,springboot的websocket+redis分布式锁实现分布式环境中两 ...
分类:编程语言   时间:2019-09-28 20:03:21    阅读次数:354
929条   上一页 1 ... 14 15 16 17 18 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!