using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace Comon { public class CsvUtil ... ...
分类:
其他好文 时间:
2019-03-06 13:28:19
阅读次数:
184
.NETCORE 中的 Generic Host 本文以自己在工作中学习和使用.net core generic host 作一个总结。 前言 在创建的ASPNETCORE项目中,我们可以在 中看见,我们通过 创建了一个 ,而微软提供了 来帮助我们更轻松得创建 。 常常我们的需求不需要创建Web项目 ...
分类:
其他好文 时间:
2019-03-06 11:54:40
阅读次数:
206
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.Common;using System.Data.Entity;using Sy ...
分类:
数据库 时间:
2019-03-05 23:03:52
阅读次数:
233
原文:.net core下Redis帮助类 0.引入.net core环境下Redis的NuGet包,StackExchange.Redis,现目前最新的2.0.519。 帮助类Code: 1 using System; 2 using System.Collections.Generic; 3 u... ...
分类:
Web程序 时间:
2019-03-05 09:51:09
阅读次数:
318
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using DocumentFormat.OpenXml;using Docu ...
分类:
其他好文 时间:
2019-03-04 09:30:23
阅读次数:
158
前言 今天一直在整理Django的rest_framework的序列化组件,前面一共写了2篇博客,前面的博客给的方案都是一个中间的状态的博客,其中有很多的冗余的代码,如果有朋友不清楚,可以先看下我前面的博客 第一篇,使用minix类来实现序列化和反序列化 https://www.cnblogs.co ...
分类:
其他好文 时间:
2019-03-03 09:43:29
阅读次数:
924
我们上一篇博客讲解了如何使用mixins类实现rest_framework的视图,但是其中有很多的冗余的代码,我们这边在来优化一下 1、queryset的视图函数 首先看下对queryset操作的视图类是怎么写的 直接这样写就ok了,为什么呢?我们来看下generics.ListCreateAPIV ...
分类:
其他好文 时间:
2019-03-03 09:18:08
阅读次数:
210
效果展示(尚未完善) using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Threading; using System.Net; using System.Net.S ...
分类:
编程语言 时间:
2019-02-27 20:19:28
阅读次数:
295
<!--end: blogStats --> <!--end: navigator 博客导航栏 --> <!--end: header 头部 --> <!--done--> Django Form和ModelForm组件 Form介绍 我们之前在HTML页面中利用form表单向后端提交数据时,都会写 ...
分类:
其他好文 时间:
2019-02-26 20:59:05
阅读次数:
131
涉及公司内容已删除 token等票据落地设置请自行百度 using DAL; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.IO; u ...
分类:
微信 时间:
2019-02-26 13:30:30
阅读次数:
277