报错:
[!] /usr/bin/unzip /Users/soindy/Documents/SmartThermo/ios/SmartThermo/Pods/UMengAnalytics/file.zip -d /Users/soindy/Documents/SmartThermo/ios/SmartThermo/Pods/UMengAnalytics
Archive...
分类:
其他好文 时间:
2015-06-12 14:59:23
阅读次数:
228
elasticsearch聚合功能很强大 可以分析数据,比MySQL更加强大。可以根据爬山归类到运动。。。
下面是 安装以及一些基础命令
安装
curl -L -O http://download.elasticsearch.org/PATH/TO/VERSION.zip
unzip elasticsearch-VERSION.zipcdelasticsearch?...
分类:
其他好文 时间:
2015-06-12 11:46:23
阅读次数:
155
1.将应用解压放到一个目录。具体步骤:1.1 建立目录,假设应用包为app.war且和新建目录sp在同一目录下#mkdir sp1.2 将app.war 改名为app.zip,这是为了解压#mv app.war app.zip1.3 使用unzip解压#unzip -d sp app.zip至此第一...
分类:
移动开发 时间:
2015-06-12 09:52:51
阅读次数:
124
1.下载nexus
到http://download.sonatype.com/nexus/oss/nexus-2.11.1-01-bundle.zip这个地址下载,下载到的文件是nexus-2.11.1-01-bundle.zip
2.解压到相应的目录下
unzip nexus-2.11.1-01-bundle.zip,我这边是存放在/home/www/chendq/nexus 下
3.设...
分类:
系统相关 时间:
2015-06-10 19:29:47
阅读次数:
1896
1. 解析class文件的工具:
Java Decompiler
http://jd.benow.ca/
Installation
Download and unzip the JD-Eclipse Update Site,Launch Eclipse,Click on "Help > Install New Software...",Click on button "Add....
分类:
移动开发 时间:
2015-06-09 20:11:57
阅读次数:
160
删除tomcat目录和web项目所有的文件rm -rf /usr/local/tomcat /usr/local/mywebcd /usr/localrz 上传tomcat文件到linux下/usr/local目录中unzip apache-tomcat-8.0.23.zip 解压缩tomcat到当...
分类:
Web程序 时间:
2015-06-03 13:19:37
阅读次数:
127
inux zip命令
zip -r myfile.zip ./*
将当前目录下的所有文件和文件夹全部压缩成myfile.zip文件,-r表示递归压缩子目录下所有文件.
2.unzip
unzip -o -d /home/sunny myfile.zip
把myfile.zip文件解压到 /home/sunny/
-o:不提示的情况下覆盖文件;
-d:-d /home/sunny ...
分类:
系统相关 时间:
2015-06-03 10:01:39
阅读次数:
249
1. nginx的安装
nginx安装
wget https://github.com/nginx/nginx/archive/v1.7.11.zip
unzip nginx-1.7.7.zip
./configure --prefix=NGINX_INSTALL_PATH
make
make -f objs/Makefile install
nginx直接在objs下生成Makefil...
分类:
Web程序 时间:
2015-05-30 14:59:04
阅读次数:
123
1.功能作用:解压缩zip文件 2.位置:/usr/bin/unzip 3.格式用法:unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir] 4.主要参数 -c 将解压缩的结果显示到屏幕上,并对字符做适当的转换 -p...
分类:
其他好文 时间:
2015-05-29 20:27:23
阅读次数:
120
1、安装
由于是树莓派系统,还不知道怎么配置yum,sudo apt-get install libcurl
sudo apt-
2.下载例子
从网上http://curl.haxx.se/libcurl/c/example.html下载了一个allexample.zip文件。使用unzip
命令
unzip allexample.zip DirectoryExisted...
分类:
Web程序 时间:
2015-05-29 20:25:55
阅读次数:
541