--尽量少用触发器,否则数据库增长很快,特别是关于登陆的数据表字段不要用出发器,一周左右能使得数据库增长1G的空间. --数据库表空间大小查询脚本 IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[#Data]') AND type in (N'U'))DROP TABLE [dbo].[#Data] create table #Data(name varchar(100),row varchar
(function(){ var Super = function(){}; Super.prototype = cc.Button.prototype; //实例化原型 Super.prototype._onTouchEnded = function (t) { if (this.interactable && this.enabledInHierarchy) { var callback = t.currentTarget._bubblingListeners._callbackTab
脚本的基本使用 定义与挂载monobehaviour 1.新建一个场景 2.新建脚本 using System.Collections; using System.Collections.Generic; using UnityEngine; public class MyCoponent : MonoBehaviour { // Use this for initialization // 第一帧调用所需执行的函数 void Start () { } // Update is called o