仅实现功能,AudioListener在MainCamera中using UnityEngine;using System.Collections;using System.Collections.Generic;public class MusicManger : MonoBehaviour { ...
分类:
其他好文 时间:
2014-06-18 22:22:47
阅读次数:
287
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 委托复习 8 {.....
分类:
其他好文 时间:
2014-06-18 22:04:02
阅读次数:
118
wcf服务using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.Service...
分类:
其他好文 时间:
2014-06-18 19:06:34
阅读次数:
222
第一步:事件总线和事件聚合器 【1】事件总线IEventBus IUnitOfWork.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading...
分类:
其他好文 时间:
2014-06-18 16:58:56
阅读次数:
1005
//wcf 服务using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.Serv...
分类:
移动开发 时间:
2014-06-18 16:04:35
阅读次数:
335
支持有向与无向图DijistraSeach.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Dijis...
分类:
其他好文 时间:
2014-06-18 15:21:20
阅读次数:
270
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Configuration;using System.Data;using System.Data.SqlCli...
分类:
数据库 时间:
2014-06-18 14:01:42
阅读次数:
156
比如,当为一个用户设置角色的时候,角色通常以CheckBoxList的形式呈现。用户和角色是多对多关系: using System.Collections.Generic;using System.ComponentModel.DataAnnotations;namespace MvcApplica...
分类:
Web程序 时间:
2014-06-18 13:16:49
阅读次数:
250
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace Demo{/// /// 有关...
分类:
其他好文 时间:
2014-06-17 13:50:08
阅读次数:
709
许多文件系统都是通过generic_file_write()函数来实现文件对象的write方法,即write(库函数)->sys_write()->generic_file_write():
ssize_t generic_file_write(struct file *file, const char __user *buf,
size_t count, loff_t *ppos)...
分类:
其他好文 时间:
2014-06-16 22:47:52
阅读次数:
203