本文首发于:https://www.hoscen.cn/blog/hao/articles/189764486901530624.html 作者:小郝不负流年 更多相关文章请访问 www.hoscen.cn 前言: 大部分前端开发Vue用的工具是vscode 或webstorm , 但是作为后端开发 ...
分类:
其他好文 时间:
2021-01-06 11:53:22
阅读次数:
0
直接来,1个脚本 using System.Collections; using System.Collections.Generic; using System.Diagnostics; using UnityEditor; using Debug = UnityEngine.Debug; pub ...
分类:
编程语言 时间:
2021-01-05 11:22:10
阅读次数:
0
1.概述 基本说明 官网 上一代网关 zuul https://github.com/Netflix/zuul/wiki 当前gateway https://cloud.spring.io/spring-cloud-static/spring-cloud-gateway/2.2.1.RELEASE/ ...
分类:
编程语言 时间:
2021-01-05 10:55:55
阅读次数:
0
老的项目用的 uniapp 集成了一些原生功能,但都是module,没有使用到Component 。 这次新的需要使用自定义Component。 按照官网使用了 uniapp-v8-release.aar 依赖包导致和老的 uniapp-release.aar依赖包不兼容,调整Component 样 ...
分类:
移动开发 时间:
2021-01-04 11:34:23
阅读次数:
0
下载源码 本文以 Zookeeper 3.5.4 为例,源码下载地址:https://github.com/apache/zookeeper/tree/release-3.5.4 源码编译 在命令行使用 ant 编译的时候出现了一些问题,在网上没有找到解决方案,所以使用 idea 进行编译,希望有知 ...
分类:
其他好文 时间:
2021-01-04 11:26:42
阅读次数:
0
#include<stdio.h> #include<stdlib.h> #include<conio.h> #include<string.h> #define LEN sizeof(struct scorenode) #define DEBUG struct scorenode{ int num ...
分类:
其他好文 时间:
2021-01-02 11:46:23
阅读次数:
0
背景 本文旨在记录解决问题的办法及思路。 需求是识别视频中的话语转为文字,此服务是调用的百度的websocket服务,其要求是: 发送一个text类型的帧,用于登录。 后续发送binary类型的音频数据。 开发语言:Golang websocket库:github.com/gorilla/webso ...
分类:
Web程序 时间:
2021-01-01 12:59:25
阅读次数:
0
https://blog.csdn.net/guiqulaxi920/article/details/78823541 fn main() { // Basic Range (exclusive on the right) for i in 1..11 { print!("{} ", i); } p ...
分类:
其他好文 时间:
2021-01-01 12:55:18
阅读次数:
0
一、查看Linux内核版本命令(两种方法): 1、cat /proc/version 2、uname -a 二、查看Linux系统版本的命令(3种方法): 1、lsb_release -a,即可列出所有版本信息: 这个命令适用于所有的Linux发行版,包括RedHat、SUSE、Debian…等发行 ...
分类:
系统相关 时间:
2021-01-01 12:51:16
阅读次数:
0
记录redhat服务器yum和wget不能使用的解决办法 1.先检查以下我们的linux系统环境,看看是不是Redhat7的版本 cat /etc/redhat-release 检查系统中是否安装了yum以及安装了哪些包。 rpm -qa |grep yum 3.删除redhat系统中自带的yum包 ...
分类:
其他好文 时间:
2020-12-31 11:49:01
阅读次数:
0