自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 free -k

free -k 源码

2024-07-30 14:45:41 217

原创 time运行时间比较

py37 idle>>> def cz(): start = time() for i in range(100000): datetime.now().strftime('%Y-%m-%d') print(str(time()-start))>>> cz()0.7051491737365723>>> def cz(): start = time() for i in range(...

2020-06-02 16:19:33 396

原创 centos7.6下安装rabbitmq

1.首先安装RabbitMQ支持版本的erlang在/etc/yum.repos.d文件夹下添加如下内容,然后执行yum install erlang就会安装指定的版本2.点击上图3.7.7的链接,下载对应版本的rpm3.然后按照官网的指示,导入RabbitMQ public signing keyrpm --import https://www.rabbitmq.com...

2019-09-18 14:06:46 248

原创 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*'

django the value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'.查看cors中间件的源码如下将settings修改为这样就好啦...

2019-08-03 09:56:59 2893

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除