1 下载源 2安装源 3检查源是否安装成功 4 安装MySQL 5 启动MySQL服务 6 设置开机启动 7 修改root登陆密码 8 增加远程用户 9 修改mysql编码为UTF8mb4 支持emoji表情 修改/etc/my.cnf添加如下配置 重启MySQL 安装完成 ...
分类:
数据库 时间:
2019-02-25 18:50:37
阅读次数:
209
Given a non-empty string s, you may delete at most one character. Judge whether you can make it a palindrome. Example 1: Input: "aba" Output: True Exa ...
分类:
其他好文 时间:
2019-02-24 18:46:38
阅读次数:
178
from bs4 import BeautifulSoup from colorama import init,Fore,Back,Style init(autoreset=True) #f = open('html.html', 'w') f = ''' w3school 在线教程 ... ...
分类:
其他好文 时间:
2019-02-24 13:54:47
阅读次数:
355
直接看表,描述很清晰 字符 转义字符 备注 & (ampersand) & 这个没什么特别的,几乎所有的地方都需要使用转义字符 > (greater than character) > 在属性(Attribute values)中必须进行转义,在内容(Co ...
Problem Description For each prefix of a given string S with N characters (each character has an ASCII code between 97 and 126, inclusive), we want to ...
分类:
其他好文 时间:
2019-02-23 17:12:39
阅读次数:
135
UnicodeEncodeError: 'gbk' codec can't encode character '\u25aa' in position 15: illegal multibyte sequence ...
分类:
Web程序 时间:
2019-02-23 13:29:03
阅读次数:
776
L. Right Build time limit per test 2.0 s memory limit per test 256 MB input standard input output standard output L. Right Build time limit per test 2 ...
分类:
其他好文 时间:
2019-02-22 23:43:57
阅读次数:
243
CREATE TABLE city ( id int(11) NOT NULL DEFAULT '0', pid int(11) DEFAULT NULL, cityname varchar(255) CHARACTER SET utf8 DEFAULT NULL, type int(11) DEF... ...
分类:
数据库 时间:
2019-02-22 23:08:12
阅读次数:
302
官网下载压缩包(可在迅雷的浏览器中打开网址下载--贼快) 解压到指定文件夹 配置环境变量 %mysql_home%/bin 创建%mysql_home%/下创建my.ini文件 [mysql]#设置mysql客户端默认字符集default-character-set=utf8[mysqld]#设置3 ...
分类:
数据库 时间:
2019-02-22 00:50:46
阅读次数:
245
26.choosetwoExaminethestructureofthePRODUCTStable.Whichtwostatementsaretrue?A)EXPIRY_DATEalwaysstoresdateandtimeincharacterformatB)PRICEcanstoreamaximumofeightdigitsandtwodecimals.C)PRODUCT_PICcanstor
分类:
其他好文 时间:
2019-02-21 10:57:46
阅读次数:
295