摘要: 密码学中的一些常用标准 阅读全文
posted @ 2021-04-01 10:51 JustDoBetter 阅读(74) 评论(0) 推荐(0) 编辑
摘要: public class Hello{ public static void main(String[] args){ System.out.println("Hello world!"); } } 编译java文件 javac Hello.java 运行字节码 java Hello 这里主要考虑存 阅读全文
posted @ 2020-12-03 14:37 JustDoBetter 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 函数声明 function name([param[, param[, ... param]]]) { statements } 函数表达式 var myFunction = function name([param[, param[, ... param]]]) { statements } 当函 阅读全文
posted @ 2020-06-20 14:56 JustDoBetter 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Windows无法删除被占用目录解决办法 阅读全文
posted @ 2020-06-12 11:22 JustDoBetter 阅读(672) 评论(0) 推荐(0) 编辑
摘要: npm命令 阅读全文
posted @ 2020-05-21 18:47 JustDoBetter 阅读(368) 评论(0) 推荐(0) 编辑
摘要: journalctl使用 阅读全文
posted @ 2020-05-19 20:13 JustDoBetter 阅读(594) 评论(0) 推荐(0) 编辑
摘要: Suse 资源整理 阅读全文
posted @ 2020-05-01 18:49 JustDoBetter 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Intellij IDEA使用技巧整理 阅读全文
posted @ 2020-04-23 09:57 JustDoBetter 阅读(220) 评论(0) 推荐(0) 编辑
摘要: go基础 阅读全文
posted @ 2020-04-21 11:44 JustDoBetter 阅读(103) 评论(0) 推荐(0) 编辑
摘要: toString 阅读全文
posted @ 2020-03-30 16:25 JustDoBetter 阅读(175) 评论(0) 推荐(0) 编辑