上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 36 下一页
摘要: 参考:https://blog.csdn.net/s592652578/article/details/42455973 阅读全文
posted @ 2021-01-22 09:39 天气之子A 阅读(1105) 评论(0) 推荐(0) 编辑
摘要: 参考1:https://www.cnblogs.com/lzhc/p/10893846.html 参考2:https://www.jianshu.com/p/e3d384e51db9 参考3:https://blog.csdn.net/yuanzhoulvpi/article/details/104 阅读全文
posted @ 2021-01-20 13:52 天气之子A 阅读(222) 评论(0) 推荐(0) 编辑
摘要: sys.path()查看所有的包导入路径 阅读全文
posted @ 2021-01-18 09:15 天气之子A 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 查看MySQL运行状态:systemctl status mysql(参考:https://blog.csdn.net/weixin_45793065/article/details/106574616) 关闭MySQL :systemctl stop mysqld(注意:是mysqld不是mysq 阅读全文
posted @ 2021-01-16 15:29 天气之子A 阅读(90) 评论(0) 推荐(0) 编辑
摘要: mysql默认的存储引擎是什么?它们的区别有哪些?mysql中索引有哪些? 1、mysql默认引擎 mysql-5.1版本之前默认引擎是MyISAM,之后是innoDB 2、关系 MyISAM是非集聚引擎,支持全文索引;不支持事务;它是表级锁;会保存表的具体行数. innoDB是集聚引擎,5.6以后 阅读全文
posted @ 2021-01-16 14:07 天气之子A 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1.pip install pqi 安装pqi库 2.pqi ls 显示已经内置的 数据源地址 3.pqi use aliyun 把python,pip 切换成阿里云的下载地址。一劳永逸。。。。 阅读全文
posted @ 2021-01-11 17:38 天气之子A 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Python 获取中文的首字母 和 全部拼音首字母 代码如下: import pinyin def getStrAllAplha(str): return pinyin.get_initial(str, delimiter="").upper() def getStrFirstAplha(str): 阅读全文
posted @ 2021-01-11 17:37 天气之子A 阅读(1404) 评论(0) 推荐(1) 编辑
摘要: 参考:https://blog.csdn.net/fifteen718/article/details/80359844 参考:https://www.cnblogs.com/EasonJim/p/7514113.html 参考:https://blog.csdn.net/sunhuaqiang1/ 阅读全文
posted @ 2021-01-09 15:26 天气之子A 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1.linux装机,U盘刻录服务器页面显示:https://blog.csdn.net/eppley/article/details/86166731ULTRAiso:制作u盘: https://blog.csdn.net/hanxh7/article/details/80236639?utm_me 阅读全文
posted @ 2021-01-08 10:28 天气之子A 阅读(233) 评论(0) 推荐(0) 编辑
摘要: mysqld --initialize-insecure 如果报错,提示没有data,就在相应目录下创建data文件夹。 阅读全文
posted @ 2021-01-07 16:59 天气之子A 阅读(44) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 36 下一页