1.准备 1准备JDBC驱动 "驱动下载地址" 接下来打开,设置路径,点击"unzip",解压到任意目录。 解压出的文件夹中有很多文件,但我们只需要三个“mssql jdbc 7.2.2.jre8.jar”,“mssql jdbc 7.2.2.jre11.jar”,“sqljdbc_auth.dll ...
分类:
数据库 时间:
2020-04-18 11:36:30
阅读次数:
69
一、安装及简单实用 1.安装并加入环境变量 wget https://releases.hashicorp.com/consul/1.5.1/consul_1.5.1_linux_amd64.zip unzip consul_1.5.1_linux_amd64.zip -d /usr/local/b ...
分类:
其他好文 时间:
2020-04-15 17:54:22
阅读次数:
90
linux下zip_unzip详解命令列表:zip -q (quiet) -r (recursive) -0(level0-level9) -e (encrypt) -u (update) -m (move into zipfile delete original-Source files) unz ...
分类:
系统相关 时间:
2020-04-10 22:51:47
阅读次数:
146
#! /bin/bash 可供参考网址:https://www.cnblogs.com/architectforest/p/12433541.html#基础包yum install -y bash gcc gcc-c++ glibc make cmake libaio-devel gmp-devel ...
分类:
Web程序 时间:
2020-04-08 19:08:28
阅读次数:
163
最近在做直播项目,查阅了一下相关资料然后成功搭建服务,在这里整理记录下实现过程以及踩过的坑。 一、直播协议简介: 首先,在搭建服务之前先了解下目前主流的几个直播协议: 1、RTMP: 实时消息传输协议,Real Time Messaging Protocol,是 Adobe Systems 公司为 ...
分类:
其他好文 时间:
2020-04-04 09:34:55
阅读次数:
107
压缩解压命令 压缩解压命令 1.压缩gzip(只能压缩文件/不保留原文件) 解压缩gunzip(gzip d) 2.压缩(解压缩)tar 3.压缩zip(保留原文件) 解压unzip 3.压缩bzip2 解压缩bunzip2 ...
分类:
其他好文 时间:
2020-04-03 21:47:28
阅读次数:
77
一、安装 1.下载地址:https://github.com/kpu/kenlm 2.unzip mv mkdir -p build 3.进入到build目录下 cmake .. (1) ubuntu cmake找不到boost库 sudo apt-get install libboost-all- ...
分类:
系统相关 时间:
2020-04-01 16:34:36
阅读次数:
215
zip命令&rz命令&sz命令 解压:unzip FileName.zip 压缩:zip FileName.zip DirName [154.8.159.209:superjweq@xlp117 ~]$ sudo su -[154.8.159.209:root@xlp117 ~]# [154.8.1 ...
分类:
系统相关 时间:
2020-03-25 12:07:17
阅读次数:
105
本文主要介绍Linux—解压缩命令总结,重点包括tar、zip/unzip命令的使用。 ...
分类:
系统相关 时间:
2020-03-19 13:59:35
阅读次数:
77
lnmp略 /etc/nginx/conf.d/default.conf 中php路径/usr/share/nginx/html/wordpess nginx -t unzip wordpress.zip到/usr/share/nginx/html目录中 修改nginx、php-fpm配置中的操作用 ...
分类:
其他好文 时间:
2020-03-15 13:25:13
阅读次数:
44