TP:FCEE652B cause how improvement cause 在游戏开发的过程中,很多时候需要策划填的一些静态数据表(比如英雄表,技能表等等),而策划一般都习惯使用excel. excel在unity里面是不能直接读取的,所以我们一般要另存为txt读取,然后一行一行解析进行读取. ***.txt id name price 1 张三 3.0 2 李四 4.0 但是有一点问题,策划改表是很频繁的,总不能每次策划改动我们另存为一次吧. 这个时候我们可以采用python写一个脚本动态
写在前面: 第一次配置时好好的,后来第二次改到MVC模式,把依赖注入写成字典的单例模式时,由于新建的ORM(数据库映射模型EF),怎么弄都不用,一直报错"No connection string named '**Context' could be found in the application config file"(配置文件中找不到数据库context连接)调试了两小天问题,终于想到了是没有把EF模型中appconfig中的数据库连接复制到项目webconfig中导致的!!!
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.Practices.Unity;using System.Configuration;using Microsoft.Practices.Unity.Configuration; namespace ConsoleApplication2{ class Program { st