码迷,mamicode.com
首页 >  
搜索关键字:device channels    ( 7726个结果
js实现双向数据绑定,vue v-model原理
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:Web程序   时间:2021-03-12 13:45:30    阅读次数:0
Ardupilot的RC_Channels的read_aux_all
copter.g2.rc_channels的read_aux_all()任务定义在任务列表中 1 ////运行频率10HZ,最长时间是50 2 SCHED_TASK_CLASS(RC_Channels, (RC_Channels*)&copter.g2.rc_channels, read_aux_a ...
分类:其他好文   时间:2021-03-10 13:37:38    阅读次数:0
生成环境 经常使用 taildir : 支持断点续传
配置文件 flume-taildir-logger.conf: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1. ...
分类:其他好文   时间:2021-03-08 13:38:15    阅读次数:0
netcat-flume-logger
flume-netcat-logger.conf 文件编写: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.s ...
分类:Web程序   时间:2021-03-06 14:54:47    阅读次数:0
three.js: Control gui or play sound
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximu ...
分类:Web程序   时间:2021-03-04 13:32:30    阅读次数:0
一个js写的计算器
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:Web程序   时间:2021-03-04 13:13:41    阅读次数:0
轮播图优化
轮播图 <!DOCTYPE html> <html lang="ch-zn"> <head> <meta charset="UTF-8"> <link rel="" href=""> <meta name="viewport" content="width=device-width, initial ...
分类:其他好文   时间:2021-03-01 13:31:47    阅读次数:0
Not creating XLA devices, tf_xla_enable_xla_devices not set TypeError: 'module' object is not callable
2021-02-26 22:54:13.146272: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1406] Created TensorFlow device (/job:localhost/replica:0/task:0/device ...
分类:其他好文   时间:2021-02-27 13:21:07    阅读次数:0
ffmpeg常用命令
ffmpeg 常用命令记录 ffmpeg官网 录屏 ffmpeg -f {device} -i {input} -r {帧率} out.yuv e.g. ffmpeg -f gdigrab -i "desktop" out.yuv ffplay -video_size 1920x1080 -pix_ ...
分类:其他好文   时间:2021-02-26 13:18:38    阅读次数:0
动态创建表格
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:其他好文   时间:2021-02-26 13:04:04    阅读次数:0
7726条   上一页 1 ... 7 8 9 10 11 ... 773 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!