- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 JGit同步和提交
准备工作,一个github的账号和密码,账号的权限要是maintianer级别的,否则会push失败,提示权限不足。下面是示例代码:import org.eclipse.jgit.api.Git;import org.eclipse.jgit.lib.Repository;import org.eclipse.jgit.storage.file.FileRepositoryBuilde...
2019-10-11 17:29:22
1739
原创 jenkins插件Send build artifacts over SSH使用经验
jenkins插件Send build artifacts over SSH使用经验Send build artifacts over SSH插件NameSource filesRemove prefixRemote directoryExec command下面是个完整的例子Send build artifacts over SSH插件这个插件是jenkins连接linux系统的时候使用。以...
2019-08-21 16:12:05
13965
原创 java调用Kettle8.1作业与转换的最小jar依赖
java调用Kettle8.1作业与转换的最小jar依赖maven配置 <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> &
2018-10-18 09:56:04
2148
3
原创 SQL语句执行情况查询
SELECT sqltext.TEXT,req.session_id,req.status,req.command,req.cpu_time,req.total_elapsed_timeFROM sys.dm_exec_requests req CROSS APPLY sys.dm_exec_sql_text(sql_handle) AS sqltext
2014-04-21 16:44:23
354
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人