码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
Spark零基础学习笔记(一)——Python版
由于Scala才刚刚开始学习,还是对python更为熟悉,因此在这记录一下自己的学习过程,主要内容来自于spark的官方帮助文档,这一节的地址为: http://spark.apache.org/docs/latest/quick-start.html 文章主要是翻译了文档的内容,但也在里边加入了一 ...
分类:编程语言   时间:2016-11-12 07:50:53    阅读次数:531
Saltstack-API(十二)
Saltstack-API 官方文档 https://docs.saltstack.com/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html 使用条件:1)https调用,需要生成证书 2)配置文件 3)使用PAM验证 4)启动salt- ...
分类:Windows程序   时间:2016-11-11 20:18:12    阅读次数:497
mysql 5.6.28源码安装
众所周知,mysql5.5版本之前都是通过./configure进行编译环境检查,mysql5.5之后用的是cmake(包括5.5)安装前的准备工作:1、安装epel源[root@localhost~]#wgethttps://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm [root@localhost~]#rpm-ivhhttps://dl.fed..
分类:数据库   时间:2016-11-07 12:35:37    阅读次数:270
nodejs入门demo
demo的实例引用自:http://www.runoob.com/nodejs/nodejs-event.html, 官方文档:https://nodejs.org/dist/latest-v6.x/docs/api/events.html#events_emitter_listenercount_ ...
分类:Web程序   时间:2016-10-26 06:49:55    阅读次数:219
Linux crontab 定时任务
http://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/crontab.html 19. crontab 定时任务 通过crontab 命令,我们可以在固定的间隔时间执行指定的系统指令或 shell script脚本。时间间隔的单位可以是分钟、小 ...
分类:系统相关   时间:2016-10-25 02:13:28    阅读次数:290
37 java技术体系基础、tomcat核心概念及使用初步、tomcat配置与应用
02 tomcat核心概念及使用初步配置环境node1: CentOS6.7192.168.1.121CentOS6部署Tomcat [root@node1~]#rpm-ivhjdk-7u67-linux-x64.rpm [root@node1jdk1.7.0_67]#vim/etc/profile.d/java.sh exportJAVA_HOME=/usr/java/latest exportPATH=$JAVA_HOME/bin:$PATH [root@node1jd..
分类:编程语言   时间:2016-10-24 18:10:04    阅读次数:229
Setting up Django and your web server with uWSGI and nginx
https://uwsgi.readthedocs.io/en/latest/tutorials/Django_and_nginx.html Setting up Django and your web server with uWSGI and nginx This tutorial is aim ...
分类:Web程序   时间:2016-10-23 09:38:53    阅读次数:374
【Python】使用 boto 调用 S3 对象存储API
代码示例: 参考资料: 官方文档:http://boto.cloudhackers.com/en/latest/s3_tut.html http://stackoverflow.com/questions/26415923/boto-get-md5-s3-file http://www.cnblog ...
分类:编程语言   时间:2016-10-20 14:34:13    阅读次数:329
第三十七章 springboot+docker(使用docker以容器方式启动服务)
一、下载centos镜像 docker pull hub.c.163.com/library/centos:latest docker tag containId centos:7 docker run -i -t -v /Users/enniu1/Desktop/docker-data/softw ...
分类:编程语言   时间:2016-10-18 22:35:19    阅读次数:398
cocoaPods安装成功终端代码(期间报error: RPC failed; result=56, HTTP code = 200)
Last login: Sat Oct 15 23:30:24 on ttys002 Sivek_lindeMacBook-Pro:~ Sivek_lin$ sudo gem update --system Password: Latest version currently installed. ...
分类:Web程序   时间:2016-10-16 14:08:59    阅读次数:941
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!