
java
是黎白先生阿
一个在努力奋斗中的菜鸟
展开
-
浅谈BCrypt密码加解密的使用
一、编写核心类BCrypt.java// Copyright (c) 2006 Damien Miller <djm@mindrot.org>//// Permission to use, copy, modify, and distribute this software for any// purpose with or without fee is hereby gr...原创 2020-02-28 19:10:03 · 2531 阅读 · 0 评论 -
静态static与非静态有关访问的理解
一、先上一段代码:package cn.it.staticDemo;/** * @author ligw * @description: 静态和非静态 * @date 2020/2/28 11:18 */public class StaticDemo { //在外部类定义静态成员和非静态成员 private static String name = "外部静态...原创 2020-02-28 18:48:32 · 296 阅读 · 0 评论