"ヾ(◍°∇°◍)ノ゙加油哟~","愿我们不负昭华,以梦为马!","愿我们历尽千帆,归来仍是少年!"

04 2021 档案

摘要:insert into A select * from B 加锁规则是:A表锁,B逐步锁(扫描一个锁一个)。 阅读全文
posted @ 2021-04-27 12:56 深夜独行侠 阅读(627) 评论(0) 推荐(0) 编辑
摘要:DROP PROCEDURE IF EXISTS my_insert; CREATE PROCEDURE my_insert() BEGIN DECLARE n int DEFAULT 1; loopname:LOOP INSERT INTO order_today VALUES (n, n, n+ 阅读全文
posted @ 2021-04-27 12:36 深夜独行侠 阅读(169) 评论(0) 推荐(0) 编辑
摘要:解决思路,前端js加密,controller层解密 1、前端加密 引入js(jsencrypt.min.js) 个人备份js function login() { $.modal.loading($("#btnSubmit").data("loading")); var username = $(" 阅读全文
posted @ 2021-04-25 12:26 深夜独行侠 阅读(5437) 评论(0) 推荐(0) 编辑
摘要:var JSEncryptExports = {};(function(exports) {function BigInteger(a,b,c){null!=a&&("number"==typeof a?this.fromNumber(a,b,c):null==b&&"string"!=typeof 阅读全文
posted @ 2021-04-25 11:57 深夜独行侠 阅读(697) 评论(0) 推荐(0) 编辑
摘要:1、定义一个错误的@Transactional标注实现,修饰一个默认访问符的方法 2、在类内部调用调用类内部@Transactional标注的方法。这种情况下也会导致事务不开启。 3、事务方法内部捕捉了异常,没有抛出新的异常,导致事务操作不会进行回滚 阅读全文
posted @ 2021-04-23 11:02 深夜独行侠 阅读(336) 评论(0) 推荐(0) 编辑
摘要:netstat -ano|findstr "8091" taskkill /f /pid 13624 阅读全文
posted @ 2021-04-21 19:07 深夜独行侠 阅读(94) 评论(0) 推荐(0) 编辑
摘要:/* * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. 阅读全文
posted @ 2021-04-21 11:20 深夜独行侠 阅读(28) 评论(0) 推荐(0) 编辑
摘要:package com.ruoyi; public class Test2 { public static void main(String[] args) { son sons=new son(); } } class parent{ private static int a = 1; priva 阅读全文
posted @ 2021-04-21 10:23 深夜独行侠 阅读(263) 评论(1) 推荐(0) 编辑
摘要:1、下载rmp格式安装文件 #下载 wget https://dl.grafana.com/oss/release/grafana-6.7.1-1.x86_64.rpm #执行安装 sudo rpm -i --nodeps grafana-6.7.1-1.x86_64.rpm 2、启动 /etc/i 阅读全文
posted @ 2021-04-20 17:21 深夜独行侠 阅读(59) 评论(0) 推荐(0) 编辑
摘要:NO.1: for(int i=0;i<10;i++){if(i==3){break NO.1;// 跳出上面这个for循环} 阅读全文
posted @ 2021-04-02 09:12 深夜独行侠 阅读(628) 评论(0) 推荐(0) 编辑
摘要:git提交gitee时的报错,提示必须将用户邮箱设置为公开的 进入gitee后台将邮箱设置为公开即可解决 阅读全文
posted @ 2021-04-01 11:07 深夜独行侠 阅读(229) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示