摘要: package collection; import java.util.Iterator; import java.util.Vector; public class VectorDemo { public static void main(String[] args) { /*Vector不用像 阅读全文
posted @ 2024-08-30 21:47 xuchaoxin1375 阅读(16) 评论(0) 推荐(0)
摘要: 文章目录 以一个方阵为例:每一列逆序注意';'和',' 以一个方阵为例: >> A=magic(4) A = 16 2 3 13 5 11 10 8 9 7 6 12 4 14 15 1 >> A(:,:)=A(:,end:-1:1) A = 13 3 2 16 8 10 11 5 12 6 7 9 阅读全文
posted @ 2024-08-30 20:40 xuchaoxin1375 阅读(136) 评论(0) 推荐(0)
摘要: 进入快捷键设置 (默认快捷键为Ctrl+k,Ctrl+s) 或者通过command palette搜索 创建新的编辑器(窗口) layout:split view Cmd + \ Ctrl + \ 创建多个编辑器 抄代码方便 窗口聚焦快捷键的配置,您可以做到: vscode可以通过split vie 阅读全文
posted @ 2024-08-30 10:02 xuchaoxin1375 阅读(207) 评论(0) 推荐(0)
摘要: 文章目录 configure result:基于android studio配置环境变量:successful result:the kotlinc path: 安装插件:关于调试(2021) configure result: 基于android studio配置环境变量: successful 阅读全文
posted @ 2024-08-30 09:35 xuchaoxin1375 阅读(669) 评论(0) 推荐(0)