摘要:
– Could not find (the correct version of) boost. – MySQL currently requires boost_1_59_0 CMake Error at cmake/boost.cmake:81 (MESSAGE): You can downlo 阅读全文
摘要:
import random def Verifi_code(): code = [] for i in range(6): if i == random.randint(1,5): code.append(str(random.randint(1,5))) else: temp = random.r 阅读全文
摘要:
使用MySQL执行update的时候报错: Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disab 阅读全文