上一页 1 2 3 4 5 6 7 ··· 33 下一页
摘要: #### 脚本执行失败 注意需要在 sh 脚本里面添加 source /etc/profile #### 脚本执行失败排查 可以在 jenkins 的 ssh 命令添加日志,然后查看日志排错 nohup sh /xx/xx.sh > /xx/xx.log 2>&1 & #### 脚本编写注意事项 在 阅读全文
posted @ 2023-08-04 23:09 iyiluo 阅读(103) 评论(0) 推荐(0)
摘要: Pass the Pillow ``` There are n people standing in a line labeled from 1 to n. The first person in the line is holding a pillow initially. Every secon 阅读全文
posted @ 2023-07-22 21:13 iyiluo 阅读(13) 评论(0) 推荐(0)
摘要: Water Bottles ``` There are numBottles water bottles that are initially full of water. You can exchange numExchange empty water bottles from the marke 阅读全文
posted @ 2023-07-20 20:36 iyiluo 阅读(16) 评论(0) 推荐(0)
摘要: 方法一: To view reparse targets (files and folders) and hard link targets (files): In Everything 1.5, right click the result list column header and click 阅读全文
posted @ 2023-07-05 23:11 iyiluo 阅读(563) 评论(0) 推荐(0)
摘要: Defuse the Bomb ``` You have a bomb to defuse, and your time is running out! Your informer will provide you with a circular array code of length of n 阅读全文
posted @ 2023-07-05 23:10 iyiluo 阅读(13) 评论(0) 推荐(0)
摘要: Slowest Key ``` You have a bomb to defuse, and your time is running out! Your informer will provide you with a circular array code of length of n and 阅读全文
posted @ 2023-07-05 23:06 iyiluo 阅读(8) 评论(0) 推荐(0)
摘要: Find Numbers with Even Number of Digits Given an array nums of integers, return how many of them contain an even number of digits. Example 1: Input: n 阅读全文
posted @ 2023-05-18 20:26 iyiluo 阅读(7) 评论(0) 推荐(0)
摘要: Distribute Candies to People We distribute some number of candies, to a row of n = num_people people in the following way: We then give 1 candy to the 阅读全文
posted @ 2023-05-18 20:26 iyiluo 阅读(12) 评论(0) 推荐(0)
摘要: Partition Array Into Three Parts With Equal Sum Given an array of integers arr, return true if we can partition the array into three non-empty parts w 阅读全文
posted @ 2023-05-18 20:26 iyiluo 阅读(16) 评论(0) 推荐(0)
摘要: Number of Equivalent Domino Pairs Given a list of dominoes, dominoes[i] = [a, b] is equivalent to dominoes[j] = [c, d] if and only if either (a == c a 阅读全文
posted @ 2023-05-18 20:25 iyiluo 阅读(13) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 33 下一页