码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
Untiy3D 查找重复资源
项目中,常常会遇到资源重复的情况,这里介绍一种资源查重的方法,代码如下 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
Unity3D物体在UI界面的显示同时控制模型旋转
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ChinarSmoothUi3DCamera : MonoBehaviour { public Transform ... ...
分类:编程语言   时间:2019-06-04 13:08:02    阅读次数:567
阿里云云服务器 centos 7.4 安装mysql 过程记录
写在前面 1.centos中service指令被systemctl指令所取代,查看各服务的运行状态需要换systemctl来做 2.mysql使用systemctl的方式启动没有成功,是用mysqld defaults file=/path user=mysql指令启动成功的 3.在linux中安装 ...
分类:数据库   时间:2019-06-01 14:07:10    阅读次数:172
Web API与AJAX:理解FormBody和 FormUri的WebAPI中的属性
这是这一系列文章"与 AJAX 的 Web API"。在这一系列我们都解释消耗 Web API rest 风格的服务使用 jQuery ajax() 和其他方法的各种方法。您可以阅读我们以前的演示文稿,请访问下面的文章: 这条 exlains 的"FormBody"和"FormUri"属性以及如何使 ...
分类:Windows程序   时间:2019-06-01 11:21:21    阅读次数:480
ubuntu16.04安装CUDA 8.0(很详尽,包括一些坑的解决方法)
每次配置环境都头疼得要死,总是会遇到各种各样的问题,这次决心一劳永逸地解决这个问题,踩最多的坑,装最稳的环境。 先介绍用于测试的电脑:操作系统是在清华镜像上下载的ubuntu16.04LTS,内核版本是4.15.0-29-generic,电脑是联想Y430P,显卡我没记错的话是GTX850M。 本篇 ...
分类:系统相关   时间:2019-05-31 01:03:34    阅读次数:411
aarch-linux-gnu-g++ install
# 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
[Validation] include rules in the domain that may vary from instance to instance
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
socket 异步接收连接和接收数据
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
7184条   上一页 1 ... 66 67 68 69 70 ... 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!