会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Kostalyeyue
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2019年6月25日
利用 Django REST framework 编写 RESTful API
摘要: 利用 Django REST framework 编写 RESTful API 自动生成符合 RESTful 规范的 API 支持 OPTION、HEAD、POST、GET、PATCH、PUT、DELETE 根据 Content-Type 来动态的返回数据类型(如 text、json) 生成 bro
阅读全文
posted @ 2019-06-25 16:38 Kostalyeyue
阅读(318)
评论(0)
推荐(0)
编辑
2019年5月20日
drf后端分离后job内容(1)
摘要: 一、vue用axios处理不同IP+PORT之间的通信 二、后端 - 1.使用合适版本的drf,合理使用serializers,Response,打通前后盾传送数据的通道 - 2.序列化组件扩展,source,调用models之间的数据引用,扩大了数据返回的内容 - 3.cookie善用,不仅仅在登
阅读全文
posted @ 2019-05-20 08:22 Kostalyeyue
阅读(136)
评论(0)
推荐(0)
编辑
2019年4月29日
Ubuntu使用总结二
摘要: Ubuntu使用
阅读全文
posted @ 2019-04-29 08:37 Kostalyeyue
阅读(264)
评论(0)
推荐(0)
编辑
2019年4月28日
react-native环境配置
摘要: 一、Android SDK的下载与安装 https://www.cnblogs.com/nebie/p/9145627.html 二、Android开发之基于AndroidStudio环境搭建和工程创建 https://www.cnblogs.com/ludashi/p/4796416.html 三
阅读全文
posted @ 2019-04-28 09:52 Kostalyeyue
阅读(161)
评论(0)
推荐(0)
编辑
2019年4月27日
Ubuntu使用总结一
摘要: 一、安装 Ubuntu桌面版与服务器版的不同之处桌面版面向个人电脑使用者,可以进行文字处理、网页浏览、多媒体播放和玩游戏。本质上说,这是一 个为普通用户所定制的多用途操作系统。另一方面,服务器版旨在充当web服务器, 二、安装服务器及虚拟环境pycharm 1、选择ubuntu server版本 +
阅读全文
posted @ 2019-04-27 22:16 Kostalyeyue
阅读(177)
评论(0)
推荐(0)
编辑
2019年4月26日
ES6的一些知识学习
摘要: 一、基础 ES6 - 类: class A{ constructor(name,color){ this.name = name; this.color = color; } toString(){ console.log('name:'+this.name+'color:'+this.color)
阅读全文
posted @ 2019-04-26 14:48 Kostalyeyue
阅读(186)
评论(0)
推荐(0)
编辑
openpyxl工具总结
摘要: 1、openpyxl使用 涉及到单元格合并、赋值 ''' 1.格式转换 raw_data create_data boolean Bool uint8 UInt8 int8 Int8 uint16 UInt16 int16 Int16 uint32 UInt32 int32 Int32 2.定点数数
阅读全文
posted @ 2019-04-26 09:15 Kostalyeyue
阅读(299)
评论(0)
推荐(0)
编辑
2019年4月24日
CentOS7虚拟机克隆,且成功互ping
摘要: 第一步:克隆 https://blog.csdn.net/mijichui2153/article/details/80918285 打开VMware,确认已经完成安装配置的CentOS7虚拟机在关闭状态。 右键点击虚拟机,选择“管理”、“克隆” 原始虚拟机名称为“init”,IP地址为“172.2
阅读全文
posted @ 2019-04-24 08:33 Kostalyeyue
阅读(887)
评论(0)
推荐(0)
编辑
2019年4月23日
linux 部署
摘要: 一、d2 安装之后的配置 centos系统安装后的基本配置: 1.常用软件安装: yum install -y bash-completion vim lrzsz wget expect net-tools nc nmap tree dos2unix htop iftop iotop unzip t
阅读全文
posted @ 2019-04-23 08:26 Kostalyeyue
阅读(301)
评论(0)
推荐(0)
编辑
2019年4月20日
CentOS7.4部署Python3+Django+uWSGI+Nginx
摘要: CentOS7.4部署Python3+Django+uWSGI+Nginx http://www.showerlee.com/archives/2590
阅读全文
posted @ 2019-04-20 17:31 Kostalyeyue
阅读(173)
评论(0)
推荐(0)
编辑
下一页
公告