码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
DRF ---- 视图类 数据工具类 工具视图集 视图集
[toc] 一. 视图类 1. ApiView 是 REST framework 提供的所有视图的基类,继承自 Django 的 父类。 主要干了 局部禁用 csrf 认证 二次封装 response request 三大认证 和 exception "APIview详细源码" 2. Generic ...
分类:其他好文   时间:2019-12-30 23:24:10    阅读次数:119
C++判断文件夹是否存在并创建文件夹
fs::path log_dir(fs::current_path().generic_string() +u8"\\Logs"); if (!fs::exists(log_dir) || !fs::is_directory(log_dir)) { fs::create_directory(log_ ...
分类:编程语言   时间:2019-12-30 23:17:57    阅读次数:142
77-drf视图家族及路由层补充
[TOC] 视图家族 一、views视图类 1、APIView类 功能: 1. 拥有view的所有属性和方法; 2. 重写as_view,禁用csrf; 3. 重写dispatch,分发任务,五大模块对数据进行二次封装; 4. 设定了一系列类属性。 2、GenericAPIView类(generic ...
分类:其他好文   时间:2019-12-30 22:54:33    阅读次数:70
圣诞树小程序的制作
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Drawing;using System ...
分类:微信   时间:2019-12-30 19:35:55    阅读次数:101
c# copydata 消息
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li... ...
分类:Windows程序   时间:2019-12-30 17:42:08    阅读次数:78
WPF_MySQL查询结果存入数组
https://docs.microsoft.com/zh-cn/dotnet/api/system.collections.generic.list-1?view=netframework-4.8 MySQLHelper /// <summary> /// 查询_返回一组数 /// </summa ...
分类:数据库   时间:2019-12-30 17:35:18    阅读次数:84
asp.net core 连接mysql
打开VS,工具》NuGet包管理器》管理解决方案的NuGet程序包,搜索MySql.Data并安装 测试连接MySQL的代码: using System;using System.Collections.Generic;using System.Data;using System.Linq;usin ...
分类:数据库   时间:2019-12-29 20:07:48    阅读次数:160
Unity组件式思想框架 非常好用
改良了几代版本 组件式设计思想 实例 ...
分类:编程语言   时间:2019-12-29 18:20:37    阅读次数:123
c# 分页 PaginatedList<TResult>
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Microestc.PaginatedList 6 { 7 public class PaginatedList<TResul ...
分类:Windows程序   时间:2019-12-29 00:33:58    阅读次数:96
sql--base
? Table of Contents 1. 环境 2. terminal 连接 3. 数据库操作 3.1. 注释形式 3.2. 指定字符集 3.3. 查看字符集 3.4. 查看校验规则(排序规则) 3.5. 查看数据库 3.6. 创建数据库 3.7. 显示创建数据库语句 3.8. 修改数据库 3. ...
分类:数据库   时间:2019-12-28 23:01:34    阅读次数:111
7184条   上一页 1 ... 41 42 43 44 45 ... 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!