摘要:
using UnityEngine; using System.Collections; using UnityEngine.SceneManagement; public class _03starLoad : MonoBehaviour { public GameObject LoadingBar; public string str; // Use this f... 阅读全文
摘要:
错误提示: An asset is marked with HideFlags.DontSave but is included in the build:Asset: 'Library/unity editor resources'(You are probably referencing int 阅读全文
摘要:
原因:默认Oracle10g的scott不能登陆。 解决:(1)conn sys/sys as sysdba;//以DBA的身份登录(2)alter user scott account unlock;// 然后解锁(3)conn scott/tiger //弹出一个修改密码的对话框,修改一下密码就 阅读全文