摘要: <script>alert('你被黑了!')</script> 阅读全文
posted @ 2022-01-07 17:11 sunwukong搬砖 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 类大写你就会 Could not render n, see the console. 阅读全文
posted @ 2021-03-26 16:21 sunwukong搬砖 阅读(824) 评论(0) 推荐(0) 编辑
摘要: 1./etc/my.cnf->/etc/mysql/my.cnf->/usr/local/mysql/etc/my.cnf->~/.my.cnf 2.mysql windows版本默认innodb 其他默认myisam 阅读全文
posted @ 2020-05-27 10:51 sunwukong搬砖 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 对称加密aes :使用同一个密钥加解密 非对称加密rsa:密钥对,加密解密不是同一个密码 阅读全文
posted @ 2019-11-05 09:37 sunwukong搬砖 阅读(141) 评论(0) 推荐(0) 编辑
摘要: https://github.com/LingCoder/OnJava8 阅读全文
posted @ 2019-10-28 14:58 sunwukong搬砖 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1.ReentrantLock比synchronized 多几个优势,1.可以实现公平 2.等待可以中断 3.实现选择性通知 2.两者在JDK1.6以后性能相差不多了 阅读全文
posted @ 2019-10-28 11:50 sunwukong搬砖 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1.面向对象和面向过程 面向对象更易维护,易扩展,易复用。 面向过程性能更好,嵌入式,单片机,linux. 2.java语言特点 面向对象(继承,封装,多态) 继承:子类继承父类,但是父类的私有属性不能使用 封装:get.set 多态:重写 Oveerrite 重载 方法名相同,但是参数个数、参数类 阅读全文
posted @ 2019-10-10 15:56 sunwukong搬砖 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 1.是用lombok类找不到get方法,settings->plugins->lombok插件安装即可 阅读全文
posted @ 2019-09-03 10:45 sunwukong搬砖 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1.https://github.com/xingshaocheng/architect-awesome 阅读全文
posted @ 2019-08-16 09:22 sunwukong搬砖 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1.按钮提交 连续点击问题 阅读全文
posted @ 2019-07-11 10:13 sunwukong搬砖 阅读(70) 评论(0) 推荐(0) 编辑