2018年10月19日

Python 字典(Dictionary)操作详解

摘要: https://www.jb51.net/article/47990.htm 六、字典内置函数&方法 Python字典包含了以下内置函数: cmp(dict1, dict2) #比较两个字典元素。len(dict) #计算字典元素个数,即键的总数。str(dict) #输出字典可打印的字符串表示。t 阅读全文

posted @ 2018-10-19 15:37 andy_1 阅读(538) 评论(0) 推荐(0) 编辑

MySQL root密码忘记后更优雅的解决方法

摘要: MySQL root密码忘记后更优雅的解决方法 https://www.jb51.net/article/143453.htm /usr/bin/mysqld_safe --defaults-file=my.cnf --skip-grant-tables --skip-networking &/us 阅读全文

posted @ 2018-10-19 14:46 andy_1 阅读(151) 评论(0) 推荐(0) 编辑

导航