摘要: def jobName = "预发布-Server-5050" //删除小于64的构建历史 def maxNumber = 25 Jenkins.instance.getItemByFullName(jobName).builds.findAll { it.number <= maxNumber } 阅读全文
posted @ 2021-03-31 10:11 过冬麦子 阅读(139) 评论(0) 推荐(0) 编辑
摘要: http://www.dpriver.com/pp/sqlformat.htm?ref=wangz.sqlformat.htm 阅读全文
posted @ 2019-02-27 13:59 过冬麦子 阅读(1631) 评论(0) 推荐(0) 编辑
摘要: Uninstall/remove "Connector/NET" and "MySQL for Visual Studio" if installed. Install "MySQL for Visual Studio" v2.0.5 CTP (MySQL for Visual Studio). N 阅读全文
posted @ 2018-01-09 23:34 过冬麦子 阅读(178) 评论(0) 推荐(0) 编辑
摘要: <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" value="*" /> <add name="Access-Control-Allow-Methods" value="GET,POST,PUT,DELET 阅读全文
posted @ 2017-11-27 13:57 过冬麦子 阅读(4480) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2016-09-02 10:44 过冬麦子 阅读(223) 评论(0) 推荐(0) 编辑
摘要: --把PND换成要查的内容 SELECT obj.name, c.text FROM sysobjects obj LEFT JOIN syscomments c ON c.id = obj.id WHERE obj.type = 'P' AND category = 0 and c.text LIKE'%PND%' 阅读全文
posted @ 2016-07-15 14:24 过冬麦子 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 修改 $rootScope 修改 $scope 阅读全文
posted @ 2016-06-08 14:11 过冬麦子 阅读(1108) 评论(0) 推荐(0) 编辑
摘要: 目录 Visual Studio Online 是什么?1 VSO能干什么1怎么用2登陆/注册,2代码库7连接VisualStudio7创建新项目10添加已有项目11提交代码16敏捷组合管理22持续集成:25测试28Visual Studio Online 是什么?Visual Studio Onl... 阅读全文
posted @ 2015-11-16 10:24 过冬麦子 阅读(772) 评论(0) 推荐(0) 编辑