using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using System.Text; using Newtonsoft.Json; using com.zjpx.model; using System.Collections; usin
最近又一点时间,开始使用mongodb存储json模型文件,然后可以实现模型文件的在线编辑和管理.今天上午实现了json文件入库的代码,如下: var fs=require("fs"); var MongoClient = require('mongodb').MongoClient; var dbName="tbobjects"; var url = "mongodb://localhost:27017/"+dbName; MongoClien
读Exce文件写入到json文件汇总: //命名空间 using System.Collections; using System.Collections.Generic; using System.IO; using UnityEngine; using UnityEditor; using Excel; using LitJson; using OfficeOpenXml; public class ExcelData //定义ExcelData类 { //定义表格的内容变量