摘要: https://www.cnblogs.com/sunkaixuan/p/7043409.html 阅读全文
posted @ 2020-04-16 18:00 GenLang 阅读(180) 评论(0) 推荐(0)
摘要: SELECT OBJECT_NAME(id) tablename , CASE WHEN reserved * 8 > 1024 THEN RTRIM(8 * reserved / 1024) + 'MB' ELSE RTRIM(reserved * 8) + 'KB' END DataReserv 阅读全文
posted @ 2020-04-16 17:40 GenLang 阅读(509) 评论(0) 推荐(0)
摘要: 一、安装jenkins的流程转载于: https://www.jianshu.com/p/de9c4f5ae7fa 二、在window中执行批处理文件bat或者powershell可以成功,但是Jenkins在执行批处理文件bat或者powershell失败的时候提示: 原因:用户权限的问题,Jen 阅读全文
posted @ 2020-04-16 17:36 GenLang 阅读(439) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/damsoft/p/9141022.html 阅读全文
posted @ 2020-04-16 17:34 GenLang 阅读(150) 评论(0) 推荐(0)