- 博客(6)
- 收藏
- 关注
原创 sublime text2配置LUA
{ "cmd": ["lua", "$file"], "file_regex": "^(?:lua:)?[\t ](...*?):([0-9]*):?([0-9]*)", "selector": "source.lua"}
2016-11-26 18:17:50
219
原创 C#——迭代器
using System.Collections;using System.Collections.Generic;namespace Lesson_IEnumerator{ class MyColor : IEnumerable { private readonly string[] colors = new string[] { "Red","Yello
2016-09-27 20:59:34
194
原创 编辑器扩展——模板
using UnityEngine;using System.Collections;using UnityEditor;using System.Text;using UnityEditor.ProjectWindowCallback;using System.IO;public class ExtensionScript { [MenuItem("Assets/Create/L
2016-09-27 18:44:54
274
原创 JavaScript基础(二)——数据类型
JavaScript数据类型1.动态类型:相同的变量可用作不同的类型var x; // x 为 undefinedvar x = 5; // 现在 x 为数字var x = "John"; // 现在 x 为字符串2.字符串:引号中的任意文本,可使用单引号或双引号var name="xiaoxiong";var wor
2016-09-27 10:33:28
326
原创 JavaScript基础
JavaScript显示数据1.alert菜鸟教程(runoob.com) 我的第一个页面我的第一个段落。window.alert(5 + 6); 2.innerHTML 菜鸟教程(runoob.com) 我的第一个 Web 页面我的第一个段落。document.getElementById("demo").inner
2016-09-27 10:17:50
186
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅