项目中,常常会遇到资源重复的情况,这里介绍一种资源查重的方法,代码如下 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEditor;using System;using S ...
分类:
其他好文 时间:
2019-06-06 21:02:14
阅读次数:
113
最近看swift的范型和typeclass很辛苦,一点也摸不着头绪; 所以总结了以下类型系统的运算法则,以简化类型的转化、组合、变换等规则; is-a has-a use-a like-a as-a extension-a assign-a like-a-default 一、类型分类: 1、norm ...
分类:
编程语言 时间:
2019-06-05 19:56:55
阅读次数:
134
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ChinarSmoothUi3DCamera : MonoBehaviour { public Transform ... ...
分类:
编程语言 时间:
2019-06-04 13:08:02
阅读次数:
567
写在前面 1.centos中service指令被systemctl指令所取代,查看各服务的运行状态需要换systemctl来做 2.mysql使用systemctl的方式启动没有成功,是用mysqld defaults file=/path user=mysql指令启动成功的 3.在linux中安装 ...
分类:
数据库 时间:
2019-06-01 14:07:10
阅读次数:
172
这是这一系列文章"与 AJAX 的 Web API"。在这一系列我们都解释消耗 Web API rest 风格的服务使用 jQuery ajax() 和其他方法的各种方法。您可以阅读我们以前的演示文稿,请访问下面的文章: 这条 exlains 的"FormBody"和"FormUri"属性以及如何使 ...
每次配置环境都头疼得要死,总是会遇到各种各样的问题,这次决心一劳永逸地解决这个问题,踩最多的坑,装最稳的环境。 先介绍用于测试的电脑:操作系统是在清华镜像上下载的ubuntu16.04LTS,内核版本是4.15.0-29-generic,电脑是联想Y430P,显卡我没记错的话是GTX850M。 本篇 ...
分类:
系统相关 时间:
2019-05-31 01:03:34
阅读次数:
411
# apt install g++-aarch64-linux-gnuReading package lists... 0% Reading package lists... Done Building dependency tree Reading state information... Don ...
分类:
系统相关 时间:
2019-05-27 15:10:22
阅读次数:
993
```C# using System.Collections; using System.Collections.Generic; using UnityEngine; public abstract class BaseApp:MonoBehaviour where T:class,new(){ ... ...
分类:
其他好文 时间:
2019-05-27 13:25:25
阅读次数:
90
using System; using System.Collections.Generic; using System.Linq; namespace Validation // include rules in the domain that may vary from instance to ... ...
分类:
其他好文 时间:
2019-05-25 19:36:22
阅读次数:
84
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
分类:
其他好文 时间:
2019-05-24 12:45:01
阅读次数:
122