E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
unzip
linux weblogic12.1.3安装补丁
security-advisory/cpuoct2017-3236626.html官网上找到相应补丁文件补丁下载下来,过程这里就不作说明了,提供我的补丁包如下:p27419391_121300_Generic.zip安装补丁解压
unzip
-d
YABAJ
·
2020-08-14 09:48
数据库
Linux无root权限安装opencv3.4.0以及一些问题
1下载安装包opencv3.4.0下载链接2执行命令
unzip
opencv....cdopencvxxxxmkdirbuild&&cdbuildcmak
Cowry5
·
2020-08-14 09:18
Linux
centos安装思源黑体
解压包裹
unzip
So
jiguoguo
·
2020-08-14 07:11
Python3
imx6q 编译下载指南
在Ubuntu14.0464位系统上1搭建编译环境1.1安装软件包sudoapt-getinstallgawkwgetgit-corediffstat
unzip
texinfogcc-multilibbuild-essentialchrpathsocatlibsdl1.2
wince_lover
·
2020-08-14 02:33
linux开发
宝塔安装教程(小白篇)及解决不显示界面问题
以下代码框的内容请无脑复制执行登录服务器登录之后先执行系统升级(这可能需要一点时间)yumupdate-yyuminstall-ycurlvimwget
unzip
gitnano接下来设置当前系统时间为UTC
一只自学汪
·
2020-08-14 02:45
ubuntu下protobuf使用案例[命令行->cmake->VS code->bazel]
protobuf.tar.xzprotobuf.tar.xz文件解压后的目录树如下所示,根据需要下载:一、protobuf安装sudoapt-getinstallautoconfautomakelibtoolcurlmakeg++
unzip
gitgitclonehttps
windSeS
·
2020-08-14 01:51
coding
shell命令之文件压缩与解压(常用)
gz解压1:g
unzip
FileName.gz解压2:gzip-dFileName.gz压缩:gzipFileName.tar.gz和.tgz解压:tarzxvfFileName.tar.gz压缩:tarzcvfFil
市井牛虻
·
2020-08-14 01:19
Linux相关
centos7 jetty9 多实例 war包部署
1、下载.zip文件如:jetty-distribution-9.4.8.v20171121.zip2、执行解压命令:
unzip
jetty-distribution-9.4.8.v20171121.zip3
_hysx
·
2020-08-14 00:20
java
linux:压缩某个文件夹的实现方法
/*-r表示递归zip[参数][打包后的文件名][打包的目录路径]解压
unzip
xahot.zip不解释linuxzip命令的基本用法
花和尚也有春天
·
2020-08-13 21:22
linux
ubuntu上踩的坑—安装XMind8
1.官网上下载https://www.xmind.net/download/xmind8/2.解压缩解压缩到Xmind8文件夹
unzip
-dxmind8xmind-8-update8-linux.zip3
大道上的头陀
·
2020-08-13 21:32
ubuntu上踩的坑
ubuntu18.04安装XMind8
m55v补丁Onedrive下载补丁百度云下载——提取码:dyae解压安装sudomkdir/opt/XMind_8sudochownuser:user/opt/XMind_8#用你的用户名替换user
unzip
weixin_36049506
·
2020-08-13 21:20
工具
openwrt增加内核模块的方法
sudoapt-getinstallgccg++binutilspatchbzip2flexbisonmakeautoconfgettexttexinfo
unzip
sharutilssubversionlibncurses5
weixin_34349320
·
2020-08-13 21:00
ubuntu 安装xmind8,指定jdk版本
1、下载xmind8http://www.xmind.net/download/linux/image.png2、解压sudo
unzip
xmind-8-update8-linux.zip-dxmind83
weixin_33779515
·
2020-08-13 21:07
Ubuntu16.04 Xmind安装
Ubuntu16.04Xmind安装:官网下载:直接下载不用注册;到下载目录选择下载文件右键,提取到此处(为登录用户权限);在终端采用root权限解压为root权限(
unzip
xmind-8-update5
weixin_30270561
·
2020-08-13 20:34
orangepi zero gpio控制
orangepizero接口图编译安装WiringOP源码WiringOP-zero.zip解压
unzip
WingOP-zero.zip编译安装cdWingOP-zero.
QUSIR
·
2020-08-13 18:32
alin的学习之路(Linux系统编程:二)(压缩、文件权限、vim)
tar.bz2压缩:tar-cjf压缩包名文件名解压:tar-xjf压缩包名-C解压到的路径zip如果电脑没有zip需要下载sudoaptinstallzip压缩:zip压缩包名(无后缀)文件名解压:
unzip
alin_server
·
2020-08-13 17:04
Linux
Bazel使用:编译C++项目
github.com/bazelbuild/bazel1、安装bazel(使用二进制文件安装的方法)安装所需的包sudoapt-getinstallpkg-configzipg++zlib1g-dev
unzip
python3
qq_41347613
·
2020-08-13 17:40
Google工具
linux
google
c++
常用名词理解(APK,SDK,JDK,API,DLL)
APK文件其实是zip格式,但后缀名被修改为apk,通过
UnZip
解压后,可以看到Dex
Jessica巨人
·
2020-08-13 17:54
计算机科学基础知识
压缩解压缩zip,
unzip
https://www.codeproject.com/Articles/7530/Zip-Utils-Clean-Elegant-Simple-Cplusplus-Win#ifndef_zip_H#define_zip_H//ZIPfunctions--forcreatingzipfiles//ThisfileisarepackagedformoftheInfo-Zipsourcecodeava
qq_24127015
·
2020-08-13 16:11
linux下pyinstaller打包python脚本
1、下载,默认环境Python.6下载地址支持python2版本根据自己python版本下载2、安装
unzip
pyinstaller-2.1.zipcdpyinstaller-2.1pythonsetup.pyinstall3
格林-scorpio
·
2020-08-13 16:22
python
github下载开源代码并安装流程
无论何时都要好好学习天天向上网站:https://github.com/下载需要的开源代码,本文以h323为例,下载h323plus,ptlib、gnugk三个代码包,下载的包为:XXX.zip的文件将文件包放置在虚拟机的路径下
unzip
xxxx.zip
happy泡泡
·
2020-08-13 16:45
linux
Openwrt 编译教程
fedora9Fedora11or9:#yuminstallautoconfbinutilsbisonbzip2flexgawkgccgcc-c++gettextmakencurses-develpatch
unzip
wgetzlib-devel
mirkerson
·
2020-08-13 16:05
嵌入式
opencv3.4.0的安装
1.下载文件还是去官网下载方便一点https://opencv.org/releases.html解压
unzip
opencv-3.4.0.zip2.执行cdopencv-3.4.0mkdirbuild#
孙敬博
·
2020-08-13 13:36
关于VIM+ctags+cscope安装与使用
可以去VIM的官方网址,上面有安装方法:installdetails1.Downloadthetaglist.zipfileand
unzip
th
ZF_Chen
·
2020-08-13 12:45
嵌入式与Linux
如何在Ubuntu18.04LTS安装XMind8
准备文件到官网下载XMind8linux版http://www.xmind.net/download/linux/解压文件
unzip
xmind-8-linux.zip-dxmind移动到/optsudomvxmind
RunningStoic
·
2020-08-13 12:50
linux
SpringCloudAlibaba - 阿里系消息中间件RocketMQ
1.解压配置文件
unzip
rocketmq-all-4.6.0-bin-release.zip报错:-bash:
unzip
:未找到命令;解决办法:yuminstall-y
AkiraNicky
·
2020-08-13 11:24
XMind_8 Ubuntu16.04破解
m55v补丁Onedrive下载补丁百度云下载——提取码:dyae解压客户端到指定目录/optsudomkdir/opt/XMind_8sudochownlwwen:lwwen/opt/XMind_8
unzip
天上的蝎子
·
2020-08-13 11:17
Ubuntu
ubuntu12.04 安装xmind
1.下载xmind(必须先注册)http://www.xmind.net/下载xmind-portable-3.2.1.201011212218.zip2.解压
unzip
xmind-portable-3.2.1.201011212218
steven_yzx
·
2020-08-13 11:52
第三方软件
ubuntu
Ubuntu16.04安装Xmind8
1、去官网下载http://www.xmind.net/download/linux/2、下载的安装包默认保存到~/Downloads,进入该位置cd~/Downloads,解压安装包sudo
unzip
xmind
Nunal
·
2020-08-13 11:27
Ubuntu16.04
ubuntu中taglist和ctags安装,简单明了
src_id=6416拷贝到ubuntu中,使用命令解压:
unzip
taglist_42.zip解压后出现两个文件夹,doc和plugin,将其拷贝到相应的目录下即可sudocpdoc/t
a987860319
·
2020-08-13 10:17
linux基础
NG的HTTPS转发/HTTPS正向代理
root上传ngxin1.12.0.tar.gz包到/home/nginxtar–zxvfnginx-1.12.0.tar.gz2、Root上传扩展包到/home/nginx,解压cd/home/nginx
unzip
Leo-Liao
·
2020-08-13 09:54
运维开发
nginx
linux
centos
nginx+tomcat7+memcached集群实现session共享
1.在server1上安装nginxtarzxfnginx-1.14.0.tar.gzyuminstall-ygccpcre-devel
unzip
openssl-devel2.编译.
一只猫-
·
2020-08-12 18:40
linux运维
在Linux系统下安装Perl脚本语言
2解文件包:g
unzip
stable.tar.gztarxvfstable.tar得到目录perl-5.6.03在目录per
bear6
·
2020-08-12 16:38
linux
安装rocketmq
1、先安装mavenwgethttps://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip解压
unzip
apache-maven
KevinDai007
·
2020-08-12 16:34
个人笔记
centos
rocketmq
Seata Server搭建和配置
SeataServer搭建和配置搭建Nacos可参考我的博客:Nacos服务治理中心和配置中心第一步:下载安装服务端,并解压到指定位置
unzip
seata-server-1.1.0.zipseata的目录结构
溪源的奇思妙想
·
2020-08-12 16:21
分布式
java
linux设备上的Onvif 实现3 :gSOAP嵌入式linux下的移植与程序开发
一、移植1、下载源码http://sourceforge.net/projects/gsoap2/files/本例下载最新版本为:gsoap_2.8.33.zip2、解压源码$
unzip
gsoap_2.8.33
镖叔
·
2020-08-12 15:21
binlog2sql的使用
5.1.1安装
unzip
binlog2sql.zipcdbinlog2sql-master/安装依赖pipinstall-rrequirements.txt5.1.2生成回滚SQLpythonbinlog2sql
嘿嘿可乐
·
2020-08-12 14:23
binlog2sql
logstash安装和logstash-input-jdbc插件
1
unzip
logstash-5.5.0.
zhaosoft1982
·
2020-08-12 14:16
架构设计
inception安装步骤---自己整理的安装步骤
选择下载:DownlodaZIP注意安装包:yum-yinstallcmakelibncurses5-devlibssl-devg++bisonopenssl-devel.x86_642.下载后解压编译:#
unzip
inception-master.zip
wulantian
·
2020-08-12 14:00
inception相关
ubuntu下各种解压方式
二、.gz解压1:g
unzip
FileName.gz解压2:gzip-dFileName.gz压缩:gzipFileName.tar.g
DRACO于
·
2020-08-12 11:20
Oracle Database 11g Release 2 下载网址收藏
OracleDatabase11gExpressEditionOracleDatabaseExpressEdition11gRelease2forWindowsx32-
Unzip
thedownloadandruntheDISK1
zero_spy
·
2020-08-12 00:14
数据库
Linux 使用
unzip
解压时报错End-of-central-directory signature not found
Linux下,使用
unzip
解压时,报错:$
unzip
abc.zipArchive:abc.zipEnd-of-central-directorysignaturenotfound.Eitherthisfileisnotazipfile
xuke6677
·
2020-08-12 00:53
Linux
liunx
unzip
安装oracle 11gr2 提示"Invalid source path '../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFile“
/stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles'specifiedfor
unzip
.
Unzip
commandfailed.通过
Lesstar
·
2020-08-12 00:15
Oracle
Troubleshooting
linux zip解压错误 End-of-central-directory signature not found
问题描述
unzip
val2014.zipArchive:val2014.zipEnd-of-central-directorysignaturenotfound.Eitherthisfileisnotazipfile
ying______
·
2020-08-12 00:26
kettle部署在Linux上非图形界面
把本地的kettle.zip上传到服务器想要放的目录下或者直接上传解压之后的包都可以,我是为了方便直接放在opt目录下如图所示2.准备Java环境查看Java是否配置–java-version3.使用
unzip
对方正在输入中……
·
2020-08-12 00:18
kettle
Linux中普通用户和ROOT用户对Java JDK的配置
在Linux中,使用指令:tarzxvf文件名(注意空格)解压完.tar.gz文件,或使用指令:
unzip
文件名解压完.zip文件,只需要在Linux中对他们进行配置,便可以使用你下载的工具了,这里介绍一下
weixin_41887312
·
2020-08-12 00:27
Linux开发
Java
End-of-central-directory signature not found(转)
文件curl-Ohttps://github.com/Song2017/Resource/blob/master/Work/JMeter/jmeter.wordpress.zip2,本地解压zip文件
unzip
jmeter.wordpress.zip3
weixin_33978016
·
2020-08-11 23:58
linux
unzip
: End-of-central-directory signature not found
在linux上使用
unzip
解压一个.zip文件时,如果遇到下面这样的错误:Archive:common_library.zipEnd-of-central-directorysignaturenotfound.Eitherthisfileisnotazipfile
weixin_33754065
·
2020-08-11 23:09
unzip
命令出错 End-of-central-directory signature
unzip
Oracle_11gR2.zip时报错:Archive:trunk.zipEnd-of-central-directorysignaturenotfound.Eitherthisfileisnotazipfile
weixin_33726943
·
2020-08-11 23:36
linux 命令汇总
rz下载:sz2、文件和文件夹重命名文件重命名:mvab文件夹重命名:mva/b/3、文件压缩与解压缩rar解压缩命令:rarx压缩文件rar压缩命令:rara压缩文件待压缩的文件夹zip解压缩命令:
unzip
PupilZhaoRS
·
2020-08-11 23:18
linux
上一页
47
48
49
50
51
52
53
54
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他