2014年2月19日

xxx couldn't be loaded because it has not been added to the build settings.

摘要: 这个由于没有将进入场景放入Build Settings里面造成的。 阅读全文

posted @ 2014-02-19 17:59 iackjee 阅读(3369) 评论(0) 推荐(0)

C#解压、压缩RAR文件

摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using Microsoft.Win32;using System.Diagnostics;namespace CommonHelper{ public class WinRARHelper { /// /// 是否安装了Winrar /// /// static public bool Exists() { R... 阅读全文

posted @ 2014-02-19 11:33 iackjee 阅读(325) 评论(0) 推荐(0)

导航