Wesley13 Wesley13
3年前
Java 调用Jenkins API远程触发部署
第一步:引入相关的包//Jenkinsclientcompilegroup:'com.offbytwo.jenkins',name:'jenkinsclient',version:'0.3.6'第二步:写代码JenkinsServerjenkinsnewJenk
Stella981 Stella981
3年前
Jfinal 上传文件
前提准备:导包 cos26Dec2008.jar1.配置默认上传路径public void configConstant(Constants me) {String path  JFinal.me().getServletContext().getRe
Stella981 Stella981
3年前
Mybatis控制台打印sql语句
用到的jar包是:<dependency<groupIdorg.slf4j</groupId<artifactIdslf4jlog4j12</artifactId<version1.7.13</version</dependency<depen
Stella981 Stella981
3年前
Android 踩坑记录
一、java.lang.IllegalStateException:YouneedtouseaTheme.AppCompattheme(ordescendant)withthisactivity.Activity继承了兼容包中的类,查看主题是否来自 Theme.AppCompat<stylename
Stella981 Stella981
3年前
CentOS 7 搭建Cobbler实现自动化安装系统
1、安装软件包\yum yinstallepelrelease   安装EPEL源\yumyinstallcobblerdhcp pykickstart2、启动cobbler和httpd服务\systemctlstarthttpdcobblerd3、修改cobbler配置文件
Stella981 Stella981
3年前
Nginx学习笔记——安装
Nginx安装linux安装下载tar.gz包,以及依赖openssl、zlib、pcreopenssl、zlib、pcre安装cd对应目录 ./configuremakemakeinstallnginx安装cd对应目录./configure
Wesley13 Wesley13
3年前
MongoDB(二)
一、下载jar包http://central.maven.org/maven2/org/mongodb/mongojavadriver/二、代码实现1.packagecom.xbq.mongodb;2.importjava.uti
Stella981 Stella981
3年前
Linux下Redis服务器安装配置
说明:操作系统:CentOS1、安装编译工具yuminstallwget makegccgccczlibdevelopensslopenssldevelpcredevelkernelkeyutils patchperl2、安装tcl组件包(安装Redis需要tcl支持)下载:h
Stella981 Stella981
3年前
Mybatis 敏捷开发之快速查看目标执行SQL
配置SpringBoot输出SQL只需要把你的Mapper包名配置成debug即可logging:level:com:pig4cloud:pigx:mapper:debug
Wesley13 Wesley13
3年前
C# 爬取图片
网络收集整理  爬取图片 引用AngleSharp NuGet包usingAngleSharp;usingSystem;usingSystem.Collections.Generic;usingSystem.IO;usingSystem.Linq;usingSystem.Net