码迷,mamicode.com
首页 >  
搜索关键字:rop    ( 3303个结果
django restframework 初识
简介 从后台开发的角度来说,不借助restframework框架一样可以用django来写接口。但是有了restframework之后,我们用restframework会更加方便,因为这个框架帮我们做了很多事,使用这个框架来开发接口会更加便捷。restframework里面大致实现了以下功能: 权限 ...
分类:其他好文   时间:2018-07-29 16:29:37    阅读次数:214
Mac 安装Fiddler 抓包工具
官方安装文档https://www.telerik.com/download/fiddler/fiddler-osx-beta 如果输入mono Fiddler.exe报下面这个错误 WARNING: The Carbon driver has not been ported to 64bits, ...
分类:系统相关   时间:2018-07-29 14:10:46    阅读次数:863
Machine Learning Guide
Steps Data Exploration Data Properties and Data Visualization data analysis to get a feeling for the dataset check the missing data learn which featur ...
分类:系统相关   时间:2018-07-29 12:56:04    阅读次数:172
ImageView
scaleType 缩放方式,建议centerCrop。同时其宽度和高度也可以设置为wrap_content ...
分类:其他好文   时间:2018-07-29 10:50:48    阅读次数:209
动态执行Sql
动态执行sql语句,把存储过程灵活的运用起来 ...
分类:数据库   时间:2018-07-29 10:49:26    阅读次数:164
adb命令模拟按键输入keycode
adb命令模拟按键输入keycode adb命令模拟按键输入keycode 2017年05月18日 14:57:32 阅读数:1883 2017年05月18日 14:57:32 阅读数:1883 阅读数:1883 例子: //这条命令相当于按了设备的Backkey键 adb shell input ...
分类:数据库   时间:2018-07-29 00:47:31    阅读次数:175
git使用
向一个已存在的git上添加其他目录: ...
分类:其他好文   时间:2018-07-28 22:01:36    阅读次数:154
es学习-索引管理
1.创建索引 http://192.168.0.108:9200/suoyinguanli211/ 参数: 结果如图 修改索引信息 url:http://192.168.0.108:9200/suoyinguanli211/_settings/ 参数: { "number_of_replicas": ...
分类:其他好文   时间:2018-07-28 21:49:42    阅读次数:189
linux-sources.list
备份 sudo cp /etc/apt/source.list /etc/apt/source.list-original 替换 sudo cp src-sources-path /etc/apt/source.list 或编辑 /etc/apt/source.list 更新 sudo apt up ...
分类:系统相关   时间:2018-07-28 18:28:15    阅读次数:178
Python学习---内置函数的学习
内置函数 【Py3.5官方文档】https://docs.python.org/3.5/library/functions.html#abs Built-in Functions abs() dict() help() min() setattr() all() dir() hex() next()... ...
分类:编程语言   时间:2018-07-28 18:25:19    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!