我的第一个页面

Original 2019-03-12 12:29:17 171
abstract:<!DOCTYPE html><html>    <head>        <meta charset="UTF-8">       &nb

<!DOCTYPE html>

<html>

    <head>

        <meta charset="UTF-8">

        <title>我的第一个页面</title>

    </head>

<body>

<h1>ySQL以表级锁

<p>MySQL以表级锁为主,对资源锁定的粒度很大,如果一个session对一个表加锁时间过长,会让其他session无法更新此表中的数据。


</body>

</html>

Correcting teacher:韦小宝Correction time:2019-03-12 15:46:47
Teacher's summary:HTML的基础主要就是一些标签 这些标签基本上都没有什么难度 多去练习就很快能掌握了!

Release Notes

Popular Entries