杰维斯·穆恩迪数值算法与复杂性Jenkins-Traub算法2013年5月 介绍 该项目包含提供Jenkin-Traub算法实现的代码。 该算法比牛顿法(具有2阶,即二次收敛)的算法更快,可以找到多项式的根。 它可以处理复杂的系数和根,并且不会遇到稳定性问题。 对于该算法的概述,有关该算法的是一个很好的起点。 更完整的细节可以在Jenkins和Traub于1968年撰写并于1970年发表的找到。 要求 已在Python 2.7+上测试 怎么跑 该程序接受两个参数,其中之一是必需的。 这些在下面描述。 python main.py -p [Polynomial] -e [error] Where: [Polynomial] Required Parameter. This is a listing of all coefficients of t
2022-09-10 03:15:20 10KB Python
1
Paperback: 170 pages Publisher: Packt Publishing - ebooks Account (August 3, 2015) Language: English ISBN-10: 1783553472 ISBN-13: 978-1783553471 About This Book Explore continuous integration and automation, along with how to manage and configure Jenkins Discover the process of using Jenkins to build, test, and package Java applications Learn about the extensible features of Jenkins with the use of advanced plugins Who This Book Is For If you are a Jenkins novice or beginner with a basic understanding of continuous integration, then this is the book for you. Beginners in Jenkins will get quick hands-on experience and gain the confidence to go ahead and explore the use of Jenkins further. What You Will Learn Get to grips with the challenges faced by developer communities Learn about continuous integration and how it helps in building various Java applications Facilitate the installation and configuration of Jenkins Install and configure code repositories and build tools Explore the integration of Eclipse with code repositories Manage the integration of Jenkins, code repositories, and build tools Familiarize yourself with continuous integration for Java applications with unit test execution and static code analysis In Detail In agile development practices, developers need to integrate their work frequently to fix bugs or to create a new feature or functionality. To integrate all work efficiently and verify it is an error-prone and time-consuming manual task. Jenkins is used specifically for continuous integration, helping to enforce the principles of agile development. This book begins by tackling the installation of the necessary software dependencies and libraries you'll need to perform continuous integration for a Java application. From there, you'll integrate code repositories, applications, and build tools for the implementation of continuous integration. Finally, you'll explore the automated deployment of an application in Tomcat, along with details on managing and configuring Jenkins based on your requirements by using plugins.
2022-09-07 16:02:57 11.34MB Jenkins Essentials
1
linux安装jenkins所需所有插件,apache-httpcomponents-client-4-api.hpi cloudbees-folder.hpi credentials.hpi display-url-api.hpi generic-webhook-trigger.hpi git-client.hpi git.hpi jsch.hpi junit.hpi mailer.hpi mapdb-api.hpi matrix-project.hpi scm-api.hpi script-security.hpi ssh-credentials.hpi structs.hpi 。。。。等
2022-08-31 20:01:24 15.68MB jenkins-plugin
1
分享课程——Selenium3+Pytest+Allure 全流程实战自动化测试,附源码+电子书+软件下载。 本课程以时下主流的测试框架Selenium3+Pytest+Allure,手把手带你实践自动化测试全流程工作,体验自动化测试的畅快,大大提升个人效率。
2022-08-30 20:03:12 455B Selenium3 Pytest Allure 自动化测试
1
jenkins.war修复最新Apache Struts远程代码执行漏洞(CVE-2016-1000031。版本号:2.176
2022-08-30 17:06:32 73.56MB jenkins
1
jenkins-2.346.3.war
2022-08-26 20:00:43 86.97MB jenkins
1
jenkins-2.346.3.rpm
2022-08-26 20:00:42 86.78MB jenkins
1
本地centos虚拟机中部署jenkins+gitlab服务。可实现通过git推送代码到gitlab触发jenkins的自动构建。可以通过windows访问centos虚拟机中的jenkins和gitlab服务。还包括windows环境下的java,maven环境搭建,centos虚拟机静态IP配置等内容。写的比较细碎,但内容还算完整。适合初步学习自动化环境搭建的朋友们学习使用。之后可能会添加自动化部署的内容,将环境搭载到tomcat服务器上。如果有问题可以随时沟通。
2022-08-25 13:00:39 2.53MB jenkins centos7 gitlab windows
1
持续集成:ContinuousIntegration,简称CI。是一种软件开发实践,即团队开发成员经常集成他们的工作,通常每个成员每天至少集成一次,也就意味着每天可能会发生多次集成。每次集成都通过自动化的构建(包括编译、发布、自动化测试)来验证,从而尽快发现集成错误。许多团队发现这个过程可以大大减少集成的问题,让团队能够更快的开发内聚的软件。项目构建:通过构建工具对多个项目文件进行统一批量的编译、运行。比如,对多个JMeter脚本批量运行。ApacheAnt:是一个将软件编译、测试、部署等步骤联系在一起加以自动化的一个工具,大多用于Java环境中的软件开发。下载传送门:在路径{Ant安装位置}
1
Jenkins 2.346.2 LTS(war包)
2022-08-10 19:04:48 272B Jenkins
1