很早之前写过一篇jenkins集成docker的文章,使用的是 CloudBees Docker Build and Publish plugin 插件。这篇文章是直接使用shell脚本做的,主要是这次有一个需求是检测harbor仓库里面是否已经存在要构建的镜像,如果存在就放弃构建,如果不存在则构建 ...
分类:
Web程序 时间:
2018-02-11 01:15:30
阅读次数:
464
Let's stop hardcoding our initial state and fetch it from the server instead. In this lesson you will learn: Set up basic data fetching Leverage the a ...
分类:
其他好文 时间:
2018-01-30 12:31:59
阅读次数:
161
ScalikeJDBC在覆盖JDBC基本功能上是比较完整的,而且实现这些功能的方式比较简洁,运算效率方面自然会稍高一筹了。理论上用ScalikeJDBC作为一种JDBC-Engine还是比较理想的:让它处于各种JDBC工具库和数据库实例之间接收JDBC运算指令然后连接目标数据库进行相关运算后返回结果 ...
分类:
数据库 时间:
2018-01-29 16:04:13
阅读次数:
247
介绍: Scrapy一个开源和协作的框架,其最初是为了页面抓取 (更确切来说, 网络抓取 )所设计的,使用它可以以快速、简单、可扩展的方式从网站中提取所需的数据。但目前Scrapy的用途十分广泛,可用于如数据挖掘、监测和自动化测试等领域,也可以应用在获取API所返回的数据(例如 Amazon Ass ...
分类:
其他好文 时间:
2018-01-23 14:30:52
阅读次数:
193
在Spark中,一个应用程序要想被执行,肯定要经过以下的步骤: 从这个路线得知,最终一个job是依赖于分布在集群不同节点中的task,通过并行或者并发的运行来完成真正的工作。由此可见,一个个的分布式的task才是Spark的真正执行者。下面先来张task运行框架整体的对Spark的task运行有个大 ...
分类:
其他好文 时间:
2018-01-21 01:06:19
阅读次数:
501
欢迎和大家交流技术相关问题: 邮箱: jiangxinnju@163.com 博客园地址: http://www.cnblogs.com/jiangxinnju GitHub地址: https://github.com/jiangxincode 知乎地址: https://www.zhihu.com ...
分类:
移动开发 时间:
2018-01-07 14:18:36
阅读次数:
271
1 Implement a Key-Value pair datastucture such that there is: 2 O(1) insertion void insert(K, V) 3 O(1) fetching 4 O(1) deletion ... ...
分类:
其他好文 时间:
2017-12-13 11:32:49
阅读次数:
119
urllib2的简单介绍参考网址:http://www.voidspace.org.uk/python/articles/urllib2.shtml Fetching URLsThe simplest way to use urllib2 is as follows :1、import urllib ...
分类:
编程语言 时间:
2017-11-15 21:59:00
阅读次数:
195
今天更新sdk,遇到了更新下载失败问题: Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xmlFetched Add-ons List successfullyFetching URL: https://dl- ...
分类:
移动开发 时间:
2017-11-07 00:21:26
阅读次数:
186
VMWare: eth0: error fetching interface information : device not found 今天在VMware上新搭建的Redhat Linux 64bit 系统,执行命令:ifconfig eth0,报如下错误: 执行命令:cat /proc/net ...
分类:
其他好文 时间:
2017-10-19 13:57:37
阅读次数:
189