当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 73 下一页
摘要: http://www.htmleaf.com/ziliaoku/qianduanjiaocheng/20141206695.html https://www.jb51.net/html5/691874.html https://www.jianshu.com/p/d4ca937c6f96?from= 阅读全文
posted @ 2019-11-07 14:08 hofmann 阅读(127) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-07 00:54 hofmann 阅读(1) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-07 00:26 hofmann 阅读(0) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-07 00:24 hofmann 阅读(1) 评论(0) 推荐(0)
摘要: Docker: The Modern Platform for High-Velocity InnovationOnly independent container platform that enables organizations to seamlessly build, share and 阅读全文
posted @ 2019-11-06 13:42 hofmann 阅读(84) 评论(0) 推荐(0)
摘要: Continuous Integration, Continuous Delivery & Deployment (CI/CD) 持续集成、持续部署&持续交付。 Jenkins就是一个持续集成的工具,开源的,基于 JAVA语言的,需要安装jdk。 jenkins部署.net平台自动化构建 在引入自动 阅读全文
posted @ 2019-11-06 13:39 hofmann 阅读(200) 评论(0) 推荐(0)
摘要: <div id="a1"></div> <div id="nowTime"></div> <script type="text/javascript" src="/ckplayer/6.6/ckplayer.js"></script> <script type="text/javascript"> function loadedHandler(){ if(CKobject.getObjectByI 阅读全文
posted @ 2019-11-05 22:08 hofmann 阅读(1402) 评论(0) 推荐(0)
摘要: <div id="player-con" class="frequency-pic"></div> <link rel="stylesheet" href="https://g.alicdn.com/de/prismplayer/2.8.2/skins/default/aliplayer-min.css" /> <script charset="utf-8" src="https://g.alic 阅读全文
posted @ 2019-11-05 22:04 hofmann 阅读(1518) 评论(0) 推荐(0)
摘要: Jenkins是一个开源软件项目,是基于Java开发的一种持续集成工具,用于监控持续重复的工作,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。 Jenkins功能包括: 1、持续的软件版本发布/测试项目。 2、监控外部调用执行的工作。 首先保证系统中已经安装了jdk,最好是jdk1.5以 阅读全文
posted @ 2019-11-04 09:37 hofmann 阅读(129) 评论(0) 推荐(0)
摘要: //setTimeout 1000ms后执行1次 var test1 = setTimeout(function(){ //your codes },1000); //setInterval 每隔1000ms执行一次 var test2 = setInterval(function(){ //your codes },1000) //清除Timeout的定时器,传入变量名(创建Timeout定时器 阅读全文
posted @ 2019-11-03 13:42 hofmann 阅读(130) 评论(0) 推荐(0)
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 73 下一页