在用Unity自带的Animation组件的过程中,发现很多常见的基本功能并找不到,很大程度上影响了开发者正常使用,下面写一些扩展方法来进行补充: 1.得到当前Animation正在播放的动画 吐槽:为啥只有Animator可以直接取得,Animation却不行不愉快 1 public static ...
分类:
编程语言 时间:
2020-06-19 12:18:51
阅读次数:
72
注意:首先安装JWT程序包 using System;using System.Collections.Generic;using System.Linq;using System.Web; using JWT;using JWT.Algorithms; //加密算法using JWT.Builde ...
分类:
其他好文 时间:
2020-06-18 16:04:10
阅读次数:
75
解决Web API路由配置支持Area及命名空间参数 首先创建一个新的HttpControllerSelector类 using System; using System.Collections.Concurrent; using System.Collections.Generic; using ...
今天在一个夜黑风高的夜晚,我的项目报错了...有点不开心~~~以至于我多吃了点,唔,今天白跑了~ .Net Framework version 4.8.0 错误: 传入字典的模型项的类型为“System.Collections.Generic.List`1[SportsStore.Domain.En ...
分类:
Web程序 时间:
2020-06-17 23:06:07
阅读次数:
63
Generic Programming and Graph 链接:http://ecee.colorado.edu/~siek/boostcon2010bgl.pdf 原文中还介绍了一点boost graph library相关的内容。由于对于boost graph library的介绍比较少。这里 ...
分类:
其他好文 时间:
2020-06-17 19:47:58
阅读次数:
48
using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Linq; using System.Collections.Generic; using System.Data; namespace Co ...
分类:
Web程序 时间:
2020-06-17 12:38:41
阅读次数:
85
using System; using System.Collections.Generic; namespace ConsoleApp2 { class Program { static void Main(string[] args) { App app = new App(); app.Use ...
分类:
Web程序 时间:
2020-06-16 23:23:04
阅读次数:
83
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Data; namespace MSCTool { p ...
分类:
编程语言 时间:
2020-06-16 23:16:15
阅读次数:
102
https://www.cnblogs.com/dream-game/p/5532506.html using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T... ...
第1关:继承 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace K1 { public abstr ...