码迷,mamicode.com
首页 >  
搜索关键字:ken    ( 2148个结果
DRF框架GenericAPIView之排序查询
一、使用方法 1.引入方式 from rest_framework.filters import OrderingFilter 2.添加引擎 将OrderingFilter引擎添加到filter_backends列表中,也可以添加到全局 filter_backends = [DjangoFilter ...
分类:编程语言   时间:2020-07-19 00:56:09    阅读次数:94
美语初级 L041:Going Camping 解析
一、Reading Last weekend, my classmates and I went camping. We found a grassy spot beside a river. We put up our tents and made a campfire. Then, we fis ...
分类:其他好文   时间:2020-07-17 14:00:24    阅读次数:60
configure 错误
./configure: line 16651: syntax error near unexpected token 0.20' ./configure: line 16651: PKG_PROG_PKG_CONFIG(0.20)' solution: pkg-config --version s ...
分类:其他好文   时间:2020-07-17 01:13:07    阅读次数:88
Python3+requests+unittest+log+excel+HTMLTestRunner+email框架接口自动化案例⑷——获取header和requests请求封装
一、获取header方法 getheader.py # _*_ coding:utf-8 _*_ import json,requests from Common import readConfig def get_token(): "获取登录token" login=readConfig.Read ...
分类:编程语言   时间:2020-07-16 21:08:02    阅读次数:78
实体类转json 和 json转实体类
1.new JSONObject().toJSONString(rootEntity) 2. JSONObject jsonObject = JSONObject.fromObject(emp);3.String s= JSONArray.fromObject(user).toString(); j ...
分类:Web程序   时间:2020-07-16 18:16:37    阅读次数:103
DRF之JWT补充
DRF之JWT补充 1.JWT控制用户登录后才能反问,匿名用户无法访问 class QueryUserView(GenericViewSet, RetrieveModelMixin): """ 查询接口 """ queryset = User.objects.all() serializer_cla ...
分类:其他好文   时间:2020-07-16 00:13:27    阅读次数:71
微信公众号 Senparc.Weixin.Exceptions.UnRegisterAppIdException: 尚无已经注册的AppId,请先使用AccessTokenContainer.Register完成注册(全局执行一次即可)!
最近在新的.net Core 框架上开发,需要发送微信公众号模板消息,在此开发中,遇到了此问题: “微信公众号 throw exception when excuting local service: Common.IService.IWxMsgTemplateService.SendTemplat ...
分类:微信   时间:2020-07-15 23:59:09    阅读次数:124
用脚手架 create-react-app 搭建 react 项目及各种组件库的安装
create-react-app,官方推荐脚手架 配置及安装方式: 1.搭建 react : npx create-react-app my-app (my-app 自己起的文件名,如果一直安装失败,试着清一下缓存:npm cache clean --force) 1.1: npm i react- ...
分类:移动开发   时间:2020-07-14 13:54:20    阅读次数:108
无密钥登陆
mbp 启停查询ssh sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist sudo launc ...
分类:其他好文   时间:2020-07-14 11:50:09    阅读次数:62
PHP函数number_format()
PHP的number_format() 函数通过千位分组来格式化数字。 语法: number_format(number,decimals,decimalpoint,separator) 注释:该函数支持一个、两个或四个参数(不是三个)。 1 <?php 2 /* number_format() 函 ...
分类:Web程序   时间:2020-07-13 18:49:48    阅读次数:98
2148条   上一页 1 ... 10 11 12 13 14 ... 215 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!