上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页
摘要: 第一步: 下载插件 https://plugins.jetbrains.com/plugin/1347-scala/versions 第二步: 安装插件 IntelliJ IDEA > 文件 > 设置 > Plugins > Install Plugin from Disk... 第三步: 查看In 阅读全文
posted @ 2024-12-11 09:20 基础狗 阅读(180) 评论(0) 推荐(0)
摘要: str = "/u1D56B"; System.out.println("length: "+str.length()); System.out.println("codePointCount"+str.codePointCount(0,2)); 执行结果: 阅读全文
posted @ 2024-12-10 14:51 基础狗 阅读(41) 评论(0) 推荐(0)
摘要: 以下全文转载自:https://www.cnblogs.com/lhblogs/p/10527525.html java core第十版中的第一章中出现了一个正则"\PL+",根据注释(Split into words:noletters are delimiters)提示,这个正则的意思应该就是以 阅读全文
posted @ 2024-12-07 15:55 基础狗 阅读(82) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-11-30 15:59 基础狗 阅读(0) 评论(0) 推荐(0)
摘要: vim $PREFIX/etc/ssh/sshd_config AddressFamily any ListenAddress :: ListenAddress 0.0.0.0 重启:pkill sshd &&sshd 工具依赖:pkg install iproute2 查看:ip -6 addr 阅读全文
posted @ 2024-11-29 12:04 基础狗 阅读(281) 评论(0) 推荐(0)
摘要: 问题说明:某些网站不支持https协议,关闭edge浏览器的自动转http为https 问题展示: 解决方法:顶部导航栏输入:edge://net-internals/#hsts并回车,在“Delete domain security policies”→“Input a domain name t 阅读全文
posted @ 2024-11-29 11:26 基础狗 阅读(1372) 评论(0) 推荐(0)
摘要: [win]+[Ctrl]+D 添加 [win]+[Tab] 切换 [win]+[Ctrl]+[F4] 删除当前桌面同时任务向前合并 阅读全文
posted @ 2024-11-22 21:42 基础狗 阅读(52) 评论(0) 推荐(0)
摘要: #清除ssh cd ~/.ssh; rm -rf id_rsa; rm -rf id_rsa.pub; rm -rf authorized_keys; #生成密钥 expect << ooff set timeout 60 spawn ssh-keygen -t rsa expect { "Ente 阅读全文
posted @ 2024-11-22 14:39 基础狗 阅读(21) 评论(0) 推荐(0)
摘要: set timeout 60 spawn ssh root@master expect { #首次连接 "(yes/no)?" {send "yes\r";exp_continue} "password" {send "root\r"} } expect "~]#" {send "echo 192. 阅读全文
posted @ 2024-11-22 14:38 基础狗 阅读(16) 评论(0) 推荐(0)
摘要: 方法一(大多数时候没用): 方法二: 下载链接: Notepad++6.6.8-x86(密码:hcmy) 阅读全文
posted @ 2024-11-22 11:18 基础狗 阅读(13) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页