jupyter notebook是一个python的交互式开发环境,广泛应用于数据分析的场景下. 在jupyter notebook中,还可以很方便的编辑数学公式. 1.Markdown状态 编辑公式,首先要使单元成为Markdown状态. 2.公式的行内(inline)模式与显示(display)模式 公式的行内模式为$ 数学公式 $ ,公式将与前后的文字混排 一元一次方程:$ y = a + b x $ 显示结果: 显示模式为$$ 数学公式$$,公式将单独一行,如: 一元一次方程:$$ y
官方建议: InnoDB Tables If you are deleting many rows from a large table, you may exceed the lock table size for an InnoDB table. To avoid this problem, or simply to minimize the time that the table remains locked, the following strategy (which does not