NickAlds's Blog

Never Settle


  • Home

  • About

  • Tags

  • Categories

  • Archives

Django 解决跨域问题

Posted on 2019-08-15 Edited on 2020-04-05 In 疑难问题 Comments:

1. 使用django-cors-headers解决1.1 安装django-cors-headers$ pip install django-cors-headers 1.2 修改settings.pyINSTALLED_APPS = [ ...... 'corsheaders', ...

Read more »

Windows 10 Appium-Python-Android 环境配置

Posted on 2019-07-19 Edited on 2020-04-05 In 环境配置 Comments:

本文记录了在 Windows 10系统下 Appium-Python-Android 环境配置过程

Read more »

RESTful风格简介

Posted on 2019-06-25 Edited on 2020-04-05 In 学习记录 Comments:

本文主要介绍了REST的定义和特性

Read more »

运行多容器的应用--使用docker-compose

Posted on 2019-06-03 Edited on 2020-04-05 In 随手摘录 Comments:

使用docker-compose.yml对多容器的应用(组)进行容器编排

Read more »

为什么Python 如此之慢

Posted on 2019-05-30 Edited on 2020-04-05 In 随手摘录 Comments:

Python 正在爆炸般流行起来,它被用于DevOps, 数据处理,web开发和安全领域。但是在速度方面却没有取得过什么胜利。 为什么Python这么慢呢?

Read more »
12…7
aldslvda

aldslvda

聚沙成塔
33 posts
8 categories
66 tags
© 2020 aldslvda
Powered by Hexo v3.9.0
|
Theme – NexT.Pisces v7.2.0