上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 33 下一页
摘要: 我们知道文件存储的方式在计算机当中是以字节的方式进行存储的,可以通过对文件字节的操作来实现文件的加密。 下面的例子是通过读取文件的字节,然后使字节中的每一位取反(1变0,0变1),再进行倒置,来实现加解密过程。 import java.io.BufferedInputStream; import j 阅读全文
posted @ 2020-11-15 16:45 雨中遐想 阅读(767) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/0ddb0864e499 阅读全文
posted @ 2020-11-15 11:55 雨中遐想 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 不知道他验证了没。。。 package com.zjw; /** * @author 朱俊伟 * @date 2020/11/12 22:09 */ public class TestError { public static void main(String[] args) { testWhile 阅读全文
posted @ 2020-11-12 22:25 雨中遐想 阅读(1274) 评论(0) 推荐(0) 编辑
摘要: Ctrl+Alt+L Ctrl+Shift+Alt+L 阅读全文
posted @ 2020-11-12 20:29 雨中遐想 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1745057/202011/1745057-20201112192100157-1435178902.png) 阅读全文
posted @ 2020-11-12 19:21 雨中遐想 阅读(801) 评论(0) 推荐(0) 编辑
摘要: idea中可以使用maven-helper解决依赖冲突 阅读全文
posted @ 2020-11-12 18:50 雨中遐想 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Octotree - GitHub code tree 阅读全文
posted @ 2020-11-12 10:52 雨中遐想 阅读(220) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/9ff3920d7a63 阅读全文
posted @ 2020-11-12 10:10 雨中遐想 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 目录数据库父工程父工程目录结构父工程pom.xmldao层dao层目录结构pom.xmldomaindao配置文件mapper配置文件applicationContext-dao.xmldb.propertiesservice层service层目录结构pom.xmlservice配置文件applic 阅读全文
posted @ 2020-11-12 09:51 雨中遐想 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 发现最近更新的windows10会使用快捷键Alt+Tab打开Edge的选项卡,很不适应,可喜的是微软提供了关闭的方法。 设置⚙->系统->多任务处理->Alt+Tab 设置为仅打开的窗口 阅读全文
posted @ 2020-11-12 09:18 雨中遐想 阅读(2251) 评论(0) 推荐(1) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 33 下一页