摘要:
1、群(group)是两个元素作二元运算得到的一个新元素,需要满足群公理(group axioms),即: ①封闭性:a ∗ b is another element in the set ②结合律:(a ∗ b) ∗ c = a ∗ (b ∗ c) ③单位元:a ∗ e = a and e ∗ a 阅读全文
摘要:
MySQL导出文件时,遇到报错“The MySQL server is running with the --secure-file-priv option so it cannot execute this statement”,网上搜索解决方案,各大神方案相同, 第一步:show variabl 阅读全文