上一页 1 ··· 3 4 5 6 7

Maven项目指定多个源码目录

摘要: 需求 为了便于功能模块之间的解耦合,需要将不同功能的代码放在不同的目录。 处理 <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <ve 阅读全文
posted @ 2022-03-09 23:03 白首码农 阅读(238) 评论(0) 推荐(0)

wsl2 参考的对象类型不支持尝试的操作

摘要: 参考资料 https://www.jianshu.com/p/089b1599d274 问题描述 使用win10的linux子系统时,有时会出现以下以下异常。 参考的对象类型不支持尝试的操作。 Press any key to continue... 解决办法 netsh winsock reset 阅读全文
posted @ 2022-03-09 22:52 白首码农 阅读(200) 评论(0) 推荐(0)

Windows下命令行修改IP及DNS

摘要: 需求 在频繁更换网段的情况下,通过脚本修改本机的IP比较方便。 修改IP netsh interface ip set address "以太网" static 192.168.1.136 255.255.255.0 192.168.1.1 修改DNS netsh interface ip set 阅读全文
posted @ 2022-03-09 22:37 白首码农 阅读(357) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7