- 博客(14)
- 收藏
- 关注
原创 Unity 常用插件
一 界面制作 :NGUI 二 2D游戏制作 :2D Toolkit 三 可视化编程 :PlayMaker 四 插值缓动 :iTween,HOTween 五 路径搜寻 :Simple Path 六 美术及动画制作 :RageSpline,Smooth Moves 七 画面增强 :Bitmap2Material,Sha
2015-04-21 13:14:21
982
原创 Git
MAC: 1.检查ssh key >cd ~/.ssh 2.添加ssh >ssh-keygen -t rsa -C "xxxxxx@qq.com" 3.查看ssh >cat ~/.ssh/id_rsa.pub 4.登陆git >ssh -T git@git.oschina.net
2015-04-14 13:22:03
296
翻译 Unity WebSocket
异常:System.Security.SecurityException: Unable to connect, as no valid crossdomain policy was found. 解决方法: window: >cd C:\Program Files (x86)\Unity\Editor\Data\Tools\SocketPolicyServer\ >sockpol.
2015-04-13 15:43:16
1267
原创 Unity Error:UnityEditor.EditorApplicationLayout:FinalizePlaymodeLayout()
Unity出错: Invalid editor window UIPrefabTool UnityEditor.EditorApplicationLayout:FinalizePlaymodeLayout() Layout - Revert Factory Settings ...
2015-04-10 15:59:04
1341
原创 C# 进制转换
十进制转x进制:Convert.ToString (10, x); x进制转10进制 Convert.ToInt32 ("x", 16);
2015-04-09 21:30:34
340
转载 学习网址
C#正则表达式详解 - http://www.cnblogs.com/greatverve/archive/2011/06/27/csharp-reg.html
2015-04-09 19:28:51
308
原创 C# 正则校验
string pat = "{\"userid\":[^}.]*?}"; //校验段MatchCollection mc = new Regex (pat, RegexOptions.Multiline).Matches (xxx); //除去多行foreach (Match m in mc) { print(m.Value);}
2015-04-09 18:48:48
299
原创 C# Server Socket
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using LitJso
2015-04-09 12:45:34
746
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅