1 安装与jdk路径设置 【Red5】如何搭建环境以及调试Red5(1.0.6版本)应用(一)_进击的羊驼驼的大绿洲-CSDN博客 2 推送摄像头流到直播服务 Red5服务器搭建,流媒体rtmp推流实现H5在线直播以及遇到的坑_羊羊羊92的博客-CSDN博客 注意:demo里的'file': 'st ...
分类:
其他好文 时间:
2021-01-05 10:42:25
阅读次数:
0
这题首先我们可以推出递推式: 我们先把加数个数大于等于 \(2\) 的限制去掉,最后再减回去即可。 \[ f_0=1 \] \[ f_n=\sum\limits_{i=1}^{n} j \cdot f_{i-j} \] 暴力代码: #include<bits/stdc++.h> using name ...
分类:
其他好文 时间:
2021-01-05 10:41:20
阅读次数:
0
空格<数字<大写英文<小写英文 每个汉字用两个字节 存储 CACHE>RAM>ROM CD-R = CD-ROM 只读光盘 CD-RW 可擦写式 绘图仪是输出设备 扫描器是输入设备 总线 数据总线就是字长,32根就是32位 地址总线的宽度决定了可寻地址的内存容量,32根就是内存4GB 多媒体基础 媒 ...
分类:
其他好文 时间:
2021-01-05 10:41:02
阅读次数:
0
Largest Rectangle in Histogram (H) 题目 Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the ...
分类:
其他好文 时间:
2021-01-05 10:40:12
阅读次数:
0
背景 记录一次使用tomcat搭建java应用的过程 工程环境 java应用(基于java1.7开发) jdk1.7 tomcat-8.5.xx oracle12 搭建步骤 java 安装 java下载安装不做赘述,自行百度 环境变量配置 CLASSPATH(java应用类搜索路径) .;%JAVA ...
分类:
其他好文 时间:
2021-01-05 10:39:57
阅读次数:
0
Scanner对象 Scanner类可以来获取用户的输入 Scanner s = new Scanner(System.in); 通过Scanner类的next()与nextline()方法获取输入的字符串,在读取前我们一般需要使用hasNext()与hasNextKine()判断是否还有输入的数据 ...
分类:
其他好文 时间:
2021-01-05 10:39:27
阅读次数:
0
地址 https://leetcode-cn.com/problems/combinations/ 给定两个整数 n 和 k,返回 1 ... n 中所有可能的 k 个数的组合。 示例: 输入: n = 4, k = 2 输出: [ [2,4], [3,4], [2,3], [1,2], [1,3] ...
分类:
其他好文 时间:
2021-01-05 10:38:45
阅读次数:
0
miao@openlib:~$ sudo rosdep init ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sourc ...
分类:
其他好文 时间:
2021-01-05 10:38:30
阅读次数:
0
char * getHint(char * secret, char * guess){ int shash[10]={0}; int ghash[1000]={0}; int i, len=strlen(secret), A=0, B=0, l=0; char* s=(char*)calloc(1 ...
分类:
其他好文 时间:
2021-01-05 10:37:37
阅读次数:
0
shm.h 1 #ifndef __SHM_H 2 #define __SHM_H 3 4 #include <stdio.h> 5 6 #include <sys/ipc.h> 7 #include <sys/shm.h> 8 9 #define SHM_KEY ((key_t)0x2020123 ...
分类:
其他好文 时间:
2021-01-05 10:37:14
阅读次数:
0
There are many ways to load text data file into the database. In general, we would use applications that database service providers' product. For exam ...
分类:
其他好文 时间:
2021-01-05 10:36:37
阅读次数:
0
几个不同产品的BOM组件大部分是相同,区别只有个别组件,此时可以用BOM群组的功能来创建派生BOM,这几个产品共用一个派生BOM. 下面来举例: BOM群组名称:BOM_GP 产品1:V_BOM01 产品2:V_BOM02 产品3:V_BOM03 (1) 先CS01对产品1创建BOM,,该BOM属于 ...
分类:
其他好文 时间:
2021-01-05 10:35:07
阅读次数:
0
别人说了有双重控制,试了下反正要修改两个地方,光改一个还不行 1、防火墙的端口修改 查看状态 #systemctl status firewalld 设置 firwall 使用firewall-cmd 命令 --增加可访问端口 firewall-cmd --zone=public --add-por ...
分类:
其他好文 时间:
2021-01-05 10:34:28
阅读次数:
0
使用数组创建队列 1 #include <stdio.h> 2 #define MAXQUEUE 10 3 4 int queue[MAXQUEUE]; 5 int front = -1; 6 int rear = -1; 7 8 int enqueue(int value) 9 { 10 if(r ...
分类:
其他好文 时间:
2021-01-04 11:36:12
阅读次数:
0
第一章,概念 什么叫数据? 数据是信息的载体,是能被计算机识别并处理的符号的集合。 什么叫数据元素? 数据元素是数据的基本单位,通常作为一个整体来考虑和处理,以微博为例,一个账户就是一个数据元素。 什么叫数据项? 数据项是数据元素的组成部分,以微博账户为例,昵称,生日,注册日期,性别等等都是数据项。 ...
分类:
其他好文 时间:
2021-01-04 11:35:58
阅读次数:
0
https://www.cnblogs.com/as3lib/p/6606430.html table中的tr的默认display:table-row,虽然可以修改为display:block但是就失去了tr特有的显示效果,如(td自动对齐); 并且在tr中对起设定padding是有用的,可以增加内 ...
分类:
其他好文 时间:
2021-01-04 11:35:17
阅读次数:
0
在nginx配置中添加 location / { try_files $uri $uri/ @router; index index.html; } location @router { rewrite ^.*$ /index.html last; } ...
分类:
其他好文 时间:
2021-01-04 11:32:56
阅读次数:
0