摘要: string xxx = ".......";string pat = "{\"userid\":[^}.]*?}"; //校验段 MatchCollection mc = new Regex (pat, RegexOptions.Multiline).Matches (xxx); //去除... 阅读全文
posted @ 2015-04-21 15:59 Cvjar 阅读(123) 评论(0) 推荐(0)
摘要: Unity出错:Invalid editor window UIPrefabToolUnityEditor.EditorApplicationLayout:FinalizePlaymodeLayout()Solution :Layout - Revert Factory Settings ... 阅读全文
posted @ 2015-04-21 15:57 Cvjar 阅读(867) 评论(0) 推荐(0)
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Sockets;using System.Text;u... 阅读全文
posted @ 2015-04-21 15:54 Cvjar 阅读(758) 评论(0) 推荐(0)
摘要: Dictionarys;inti=s.Single(x=>x.Value=="xxx").Key;Dictionary dat = new Dictionary ();dat["email"] = "666666@email.com";dat ["pas"] = "1234";//dat.Add (... 阅读全文
posted @ 2015-04-21 15:51 Cvjar 阅读(186) 评论(0) 推荐(0)
摘要: 一 界面制作 :NGUI二 2D游戏制作 :2D Toolkit三 可视化编程 :PlayMaker四 插值缓动 :iTween,HOTween五 路径搜寻 :Simple Path六 美术及动画制作 :RageSpline,Smooth Moves七 画面增强 ... 阅读全文
posted @ 2015-04-21 15:48 Cvjar 阅读(204) 评论(0) 推荐(0)
摘要: C#正则表达式详解 : http://www.cnblogs.com/greatverve/archive/2011/06/27/csharp-reg.htmlUnity Assetbundle 讲解 : http://www.xuanyusong.com/archives/2405Unit... 阅读全文
posted @ 2015-04-21 15:46 Cvjar 阅读(269) 评论(0) 推荐(0)
摘要: 站长之家 :http://tool.chinaz.com 在线Json:http://www.bejson.com NGUI API:http://tasharen.com/ngui/docs/index.html Unity教程: http://unity3d.9tech.cn 在线开发工具: h 阅读全文
posted @ 2015-04-21 15:41 Cvjar 阅读(1195) 评论(0) 推荐(0)