摘要:
using UnityEngine;using System.Collections;public class MoveToClick : MonoBehaviour{ public GameObject play; public Vector3 temPos; public bo... 阅读全文
摘要:
今天打包带有Android插件的unity3d 项目是,报错CommandInvokationFailure: Unable to convert classes into dex format. See the Console for details. 搜了一下说是因为出现了重复的class ,于... 阅读全文
摘要:
编写一个teacher_insert_update触发器,当向teacher_info表中插入或修改一个记录时,激活触发器,检查记录的course_id是否在lesson_info表中,若不存在就取消修改或者插入。 语句如下: use student go create trigger teacher_insert_update on teacher_info for insert,update ... 阅读全文