1 准备工具 使用yum安装git [root~]# yum -y install git 下载nginx-rtmp-module,官方github地址 // 通过git clone 的方式下载到服务器上 [root~]# git clone https://github.com/arut/ngin ...
分类:
其他好文 时间:
2020-07-04 18:47:27
阅读次数:
177
SystemVerilog 编写FSM 题目 SystemVerilog实现 仿真 # SystemVerilog 编写FSM 题目 SystemVerilog实现 module ExampleFSM ( input logic clk , input logic reset , input log ...
分类:
其他好文 时间:
2020-07-04 17:17:45
阅读次数:
67
序言 Vuex是什么? Vuex分成五个部分: State:单一状态树 Getters:状态获取 Mutations:触发同步事件 Actions:提交mutation,可以包含异步操作 Module:将vuex进行分模块 资料 ...
分类:
Web程序 时间:
2020-07-04 16:56:52
阅读次数:
74
1.下载ROM并安装http://www.downza.cn/download/199739?module=soft&id=199739&token=b9a8d0df4218f0ea9aeec50ae361e544&isxzq=0去掉预装应用软件 2.选择精简系统并选择下载好的刷机包 3.解析 4. ...
分类:
移动开发 时间:
2020-07-04 13:24:09
阅读次数:
98
/** * 这里是模块说明 * @module 节流防抖公用小插件,js和vue多页面可以使用 * @author zhangjiwen * @date 2020-07-04 * @requires 无//模块依赖 */ // 节流 // 思路: 第一次先设定一个变量true, // 第二次执行这个 ...
分类:
Web程序 时间:
2020-07-04 13:15:05
阅读次数:
104
使用HTTP拦截器时必须导入HttpClientModule 全局AppModule导入HttpClientModule 就要先导入 Angular 的 HttpClientModule。大多数应用都会在根模块 AppModule 中导入它。 // app.module.ts import { Ng ...
分类:
Web程序 时间:
2020-07-04 11:52:13
阅读次数:
82
AttributeError: module ‘tensorflow‘ has no attribute ‘compat‘
分类:
其他好文 时间:
2020-07-04 09:17:23
阅读次数:
193
一、vs中把mvc项目发布以文件系统、设置保存的路径 二、安装.NET Core 3.1 Runtime 网址:https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.5-windows-x64-installe ...
分类:
Web程序 时间:
2020-07-04 00:59:31
阅读次数:
99
前言:花了一天时间写完之后,自己困惑了好久,因为自己不会用,一直没有看到视频中的演示过程,纠结许久,最后看了下前面的演示教程发现懂了。。。 加密具体代码参考:https://github.com/adezz/PeDialog 解密具体代码参考:https://github.com/adezz/She ...
[TOC]## 1. librosa`pip install librosa`但是,在Xubuntu 20.04环境上 `import librosa` 报错:```ModuleNotFoundError: No module named 'numba.decorators'```解决:使用最新的n... ...
分类:
编程语言 时间:
2020-07-03 21:34:53
阅读次数:
142