-
Notifications
You must be signed in to change notification settings - Fork 46k
database/mysql/mysql-questions-01 #1662
-
database/mysql/mysql-questions-01
Java学习&&面试指南
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2
Replies: 3 comments 2 replies
-
为啥有些图片显示不了啊?
Beta Was this translation helpful? Give feedback.
All reactions
-
👀 1
1 reply
-
刷新下试试,我这边显示没问题。
Beta Was this translation helpful? Give feedback.
All reactions
-
。 例如:事务 1 读取某表中的数据 A=20,事务 2 也读取 A=20,事务 1 修改 A=A-1,事务 2 也修改 A=A-1,最终结果 A=19,事务 1 的修改被丢失。
因为是最终结果应该是18 但是因为事务2把事务1的所覆盖了 所以才导致事务1的修改丢失么?
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
-
我这边是最近都出现了刷新没有解决问题。
发自我的iPhone
... ------------------ Original ------------------
From: Guide ***@***.***>
Date: Mon,Apr 4,2022 8:39 PM
To: Snailclimb/JavaGuide ***@***.***>
Cc: TandL521 ***@***.***>, Comment ***@***.***>
Subject: Re: [Snailclimb/JavaGuide] database/mysql/mysql-questions-01 (Discussion #1662)
刷新下试试,我这边显示没问题。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
1、确认是否是 HTTPS 访问
2、如果还是不可以,请访问:https://gitee.com/SnailClimb/JavaGuide/blob/main/docs/database/mysql/mysql-questions-01.md 。
你这个问题我目前是不清楚是什么情况导致的,我没遇到过,其他读者也没有这种问题,没办法复现。建议你看看浏览器控制台,搞清楚到底是什么问题,截图发我看看,这样我也好去排查一下。
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment