240 发简信
IP属地:北京
  • 运行出错:
    Exception: DuplicatedKey - I18NKey
    KEngine.Table.TableFile`1[T].OnException (TableFileExceptionType message, System.String[] args) (at Assets/Plugins/KEngine/KEngine.Lib/KEngine.Table/TableFile.cs:375)
    KEngine.Table.TableFile`1[T].ParseReader (System.IO.TextReader oReader) (at Assets/Plugins/KEngine/KEngine.Lib/KEngine.Table/TableFile.cs:246)
    KEngine.Table.TableFile`1[T].ParseString (System.String content) (at Assets/Plugins/KEngine/KEngine.Lib/KEngine.Table/TableFile.cs:343)
    KEngine.Table.TableFile`1[T]..ctor (KEngine.Table.TableFileConfig config) (at Assets/Plugins/KEngine/KEngine.Lib/KEngine.Table/TableFile.cs:115)
    KEngine.Table.TableFile`1[T]..ctor (System.String content)
    KEngine.Table.TableFile..ctor (System.String content)
    KEngine.Table.TableFile.LoadFromString (System.String content) (at Assets/Plugins/KEngine/KEngine.Lib/KEngine.Table/TableFile.cs:79)
    KEngine.Modules.SettingModuleBase.GetTableFile (System.String path, Boolean useCache) (at Assets/Plugins/KEngine/KEngine.Lib/SettingModule/SettingModuleBase.cs:71)
    KEngine.Modules.SettingModule.Get (System.String path, Boolean useCache) (at Assets/Plugins/KEngine/KEngine/CoreModules/SettingModule.cs:92)
    AppSettings.GameConfigSettings._ReloadAll (Boolean throwWhenDuplicatePrimaryKey) (at Assets/AppSettings.cs:343)

    KSFramework:Unity3D开发框架快速入门

    KSFramework是一个Unity 5 Asset Bundle开发框架和工具集,专注于运行时热重载,使用了SLua作为脚本引擎。https://github.com/m...

  • mysql安装

    要使用yum 安装mysql,要使用mysql的yum仓库,先从官网下载适合你系统的仓库 http://dev.mysql.com/downloads/repo/yum/ c...

  • yum install php

    1.检查当前安装的PHP包 yum list installed | grep php 如果有安装的PHP包,先删除他们 yumremovephp.x86_64php-cli...

  • vagrant 故障

    vagrant up启动虚拟机出现The following SSH command respondedwitha non-zeroexitstatus.Vagrant as...

  • SublimeText3: ImportError: No module named ‘urllib2′

    使用sublime text的同学一般会装package control这个插件,这个插件是管理插件的功能,先安装它,再安装其他插件就方便了。 console安装命令: im...

  • vagrant package问题

    注:如果网络模式中使用 private_network 的话,在打包之前需要清除一下private_network的设置,避免不必要的错误: sudo rm -f /etc/...

  • vagrant box 共享问题

    今天升级了下vbox里的 centos后(yum update)后,出现以下问题: Failed to mount folders in Linux guest. This ...

  • OpenResty安装

    下载源码:http://openresty.org/ tar xvf ngx_openresty-VERSION.tar.gz cd ngx_openresty-VERSIO...