在安装完MongoDB之后项目启动异常报错报错,的大概内容是:
[rootluntek mongodb]# ./bin/mongod --config /home/mongodb/mongodb.conf about to fork child process, waiting until server is ready for connections.
forked process: 25486
ERROR: chi…
using UnityEngine;
using System.Collections;
using UnityEditor;
using System.Xml;
using System.IO;
using System.Text;
using System;public class MyEditor : Editor
{/// <summary>/// 以下是SceneXML部分/// </summary>// 写当前obj,node的信…
关于Easygui的msgbox报错问题
折腾了一晚上,始终报错AttributeError: module easygui has no attribute msgbox ,真的是太痛苦。最重要的是,脚本执行是没有问题的,但是写好的文件一运行就报错,真的是奇了怪。 在网上查…