摘要:
这一节主要讲序列,包含三种:字符串,列表,元组。 1 字符串 就是一系列字符。比如: 'this is string' "this is string" '这是字符串' "这是字符串" 给一个变量赋值并打印出来 this is string这个字符串是保存在内存的栈中的,有个地址,一般用十六进制的0 阅读全文
摘要:
1. 程序下载 先在mysql的官网下载rpm包 2. 安装 rpm包安装是有次序的,server要最后装,要不然会报错。可以依次装 common libs devel client server 在安装过程中会遇到报: xxx_2.6.x86_64 conflicts with file from 阅读全文