using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Syste... ...
基本视图 写一个出版社的增删查改resful接口 路由: 视图 mixin类和generice类编写视图 使用generics 下ListCreateAPIView,RetrieveUpdateDestroyAPIView 使用ModelViewSet 路由: 视图: ...
分类:
其他好文 时间:
2019-02-23 17:11:54
阅读次数:
153
昨天遇到这两个模型导入的问题,查了一下资料,自己摸索了一下解决方法。。总结一下~ 出现的原因:(问题1)Warning 当模型文件导入以后并且设置Animation Type是Generic的时候,动画文件不报warning 但是当我们将Animation Type设置成Humanoid并且 Ava ...
分类:
编程语言 时间:
2019-02-19 13:46:03
阅读次数:
419
软件环境: CentOS6.5 otp_src_18.0.tar.gz rabbitmq-server-generic-unix-3.6.0.tar.xz 安装编译工具 yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel ope ...
分类:
系统相关 时间:
2019-02-16 23:12:04
阅读次数:
326
using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using Sy ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li... ...
为了大家对JDK有一个全面的了解,下面是我从网上查找并整理了JDK5以后的所有关键新特性!(将会持续更新中) JDK5新特性 自动装箱与拆箱 枚举 静态导入 可变参数(Varargs) 内省(introspector) 泛型(Generic) For-Each循环 JDK6新特性 Desktop类和 ...
分类:
其他好文 时间:
2019-02-11 10:49:28
阅读次数:
197
前端 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Tex ...
1. HDFS Shell基础 [root@master hadoop]# hadoop fsUsage: hadoop fs [generic options] [-appendToFile <localsrc> ... <dst>] [-cat [-ignoreCrc] <src> ...] [ ...
分类:
其他好文 时间:
2019-02-09 17:45:28
阅读次数:
146
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 委托 7 { 8 class Program 9 { 10 /// <summary ...
分类:
其他好文 时间:
2019-02-09 10:23:19
阅读次数:
205