会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Forelsket
博客园
首页
新随笔
联系
订阅
管理
2022年4月26日
centos7安装mysql
摘要: 检查: yum list | grep mysql (PS:据说Centos7.0的源中暂时还没有mysql,但是相同版本的Centos在阿里云是可以直接使用yum install mysql-server 来直接安装mysql的) 下载mysql的repo源: wget http://repo.m
阅读全文
posted @ 2022-04-26 13:15 小熊没有耳朵
阅读(32)
评论(0)
推荐(0)
2022年4月21日
nginx.server 报错
摘要: Restarting nginxd (via systemctl): Warning: nginxd.service changed on disk. Run 'systemctl daemon-reload' to reload units. Job for nginxd.service fail
阅读全文
posted @ 2022-04-21 19:55 小熊没有耳朵
阅读(373)
评论(1)
推荐(0)
Linux环境在线安装python3
摘要: 安装依赖包 yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-dev
阅读全文
posted @ 2022-04-21 10:32 小熊没有耳朵
阅读(314)
评论(0)
推荐(0)
2022年4月20日
session,cookie和token
摘要: session,cookie和token究竟是什么 简述 cookie,session,token作为面试必问题,很多同学能答个大概,但是又迷糊不清,希望本篇文章对大家有所帮助 http是一个无状态协议 什么是无状态呢?就是说这一次请求和上一次请求是没有任何关系的,互不认识的,没有关联的。这种无状态
阅读全文
posted @ 2022-04-20 21:04 小熊没有耳朵
阅读(40)
评论(0)
推荐(0)
2022年4月8日
WordCloud
摘要: from wordcloud import WordCloudfrom matplotlib import pyplot as pltimport numpyfrom PIL import Imageimport jieba#获取文本内容with open('demo2.txt', 'r', enc
阅读全文
posted @ 2022-04-08 20:44 小熊没有耳朵
阅读(176)
评论(0)
推荐(0)
公告