上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 57 下一页
摘要: 安装完之后重启idea即可! 阅读全文
posted @ 2019-08-10 22:46 毛会懂 阅读(13946) 评论(0) 推荐(1) 编辑
摘要: 第一步:下载idea,https://www.jetbrains.com/idea/download/#section=windows,双击进行安装 第二步:下载破解的jar包:链接:https://pan.baidu.com/s/1Ft52tvsYfQAyN7iDg0Ty7A 提取码:9jej 第 阅读全文
posted @ 2019-08-10 22:18 毛会懂 阅读(5285) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/fanrenxiang/article/details/79745453 阅读全文
posted @ 2019-08-10 21:31 毛会懂 阅读(160) 评论(0) 推荐(0) 编辑
摘要: IntelliJ Idea 常用快捷键列表 Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[ OR ],可以跑到大括号的开头与结尾Ctrl+F12, 阅读全文
posted @ 2019-08-04 14:00 毛会懂 阅读(160) 评论(0) 推荐(0) 编辑
摘要: cd existing_foldergit initgit remote add origin ssh://git@47.97.35.118:40022/wutong/credit.gitgit add .git commit -m "Initial commit"git push -u origi 阅读全文
posted @ 2019-07-25 22:48 毛会懂 阅读(112) 评论(0) 推荐(0) 编辑
摘要: mvn eclipse:clean mvn -U clean install -DskipTests -Dmaven.test.skip=true -Dmaven.javadoc.skip=true 阅读全文
posted @ 2019-07-24 20:32 毛会懂 阅读(98) 评论(0) 推荐(0) 编辑
摘要: mysql 通过测试'for update',深入了解行锁、表锁、索引 参考:https://www.cnblogs.com/wangshiwen/p/9837408.html 条件 FOR UPDATE 仅适用于InnoDB存储引擎,且必须在事务区块(BEGIN/COMMIT)中才能生效。 mys 阅读全文
posted @ 2019-07-04 20:14 毛会懂 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 1: 在mysql中,手动提交事务的案例:CREATE PROCEDURE tfer_funds (from_account int, to_account int, tfer_amount numeric(10,2)) BEGIN SET autocommit=0; UPDATE account_ 阅读全文
posted @ 2019-06-26 17:18 毛会懂 阅读(2971) 评论(0) 推荐(0) 编辑
摘要: maven依赖: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-email</artifactId> <version>1.5</version> </dependency> 文件一:Mail.java 阅读全文
posted @ 2019-06-19 18:28 毛会懂 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 一、为什么zookeeper要部署基数台服务器?二、zookeeper脑裂(Split-Brain)问题2.1、什么是脑裂?2.2、什么原因导致的?2.2、zookeeper是如何解决的?一、为什么zookeeper要部署基数台服务器?**所谓的zookeeper容错是指,当宕掉几个zookeepe 阅读全文
posted @ 2019-06-18 00:46 毛会懂 阅读(2438) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 57 下一页