[置顶]
传统加密技术:代替技术、置换技术
摘要:
2. 传统加密技术 2.1 对称密码模型 明文 Messege\X 加密算法 Encrypt 密钥 Key 密文 Cyphertext\Y 解密算法 Decrypt 2.1.1 密码编码学 密码编码学系统有以下3个独
Debian配置Telnet
摘要:
1.sudo apt-get install xinetd telnetd 2.vim /etc/xinetd.d/telnet (创建配置文件) 加入以下内容: service telnet { disable = no flags = REUSE socket_type = stream wai
学习python遇到的问题
摘要:
① python 重定向输入:io.UnsupportedOperation: not readable
② 把文件设为stdin后如何读数据
③ python 字符串转为元组再添加进列表
maven SQL 时区 bug(基本都是视频教程过时而导致的问题)
摘要:
时区错误 报错信息:java.sql.SQLException: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You must configure eith
Loading class `com.mysql.jdbc.Driver`. This is deprecated.
摘要:
把配置文件中的`com.mysql.jdbc.Driver` 改成`com.mysql.cj.jdbc.Driver`
maven工程中遇到Can‘t find bundle for base name xxx, locale zh_CN错误
摘要:
原因:报错找不到名为jdbc的配置文件 解决:maven工程中应将配置文件放在src/main/resources 文件下,但我的初始化module的src/main文件下没有resources文件,配置文件放在了main/java文件目录下,所以程序找不到配置文件。 如果工程本身没有resourc