摘要: 选取两行用不同的颜色,再用格式刷选择不同颜色的两行 用鼠标选择需要的其他行 阅读全文
posted @ 2020-09-17 22:40 dmwc 阅读(707) 评论(0) 推荐(0) 编辑
摘要: public class Jieti{ public static void main(String[] str){ for(int i = 120;i < 100000;i++){ if((i%2==1)&&(i%3==2)&&(i%5==4)&&(i%6==5)&&(i%7==0)){ Syst 阅读全文
posted @ 2020-09-17 22:39 dmwc 阅读(221) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- def getIP(count=1000, startIP='1.1.1.1'): a1 = int(startIP.split('.')[0]) a2 = int(startIP.split('.')[1] 阅读全文
posted @ 2020-09-17 19:04 dmwc 阅读(339) 评论(0) 推荐(0) 编辑