自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

淡香浊酒

Console.WriteLine("QQ" + "403883172");

  • 博客(14)
  • 收藏
  • 关注

原创 test测试

123。

2025-10-16 10:55:49 427

原创 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

原创 网址

站长之家: http://tool.chinaz.com

2015-04-09 19:22:55 317

原创 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

原创 C# LitJson

解析JSON JsonData jd = JsonMapper.ToObject(xxx.toString());

2015-04-09 12:33:35 411

原创 软件

TeamViewer   远程视频

2015-04-08 11:51:44 366

原创 Unity Fbx

2015-04-08 09:51:27 600

原创 C# Dictionary

Dictionary s; int i = s.Single(x => x.Value =="xxx").Key;

2015-04-07 20:53:01 358

test测试,test测试test测试

test测试,test测试test测试

2025-10-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除