資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?DevComponents.DotNetBar;
using?System.IO;
using?frameWork;
namespace?WindowsFormsApplication1
{
????/**
?????*?
?????*?MongoDB數據庫增刪改查DEMO
?????*?任意拷貝、修改
?????*?僅供學習
?????*?曾維周?16/2/25
?????*?
?????*?App獨立開發群?533838427
?????*?
?????*?*/
????public?partial?class?MainForm?:?DevComponents.DotNetBar.Metro.MetroForm
????{
????????public?Model.ConfModel?conf?=?new?Model.ConfModel();
????????private?bool?isFirst?=?true;
????????private?string?filePath;
????????private?List?accounts?=?new?List();
????????private?frameWork.MongoHelper?client;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????144??2016-02-18?23:34??mongodb.demo\WindowsFormsApplication1\app.config
?????文件???????1406??2015-12-22?23:52??mongodb.demo\WindowsFormsApplication1\autorun.ico
?????文件??????17920??2016-02-25?17:49??mongodb.demo\WindowsFormsApplication1\bin\Debug\DEMO.exe
?????文件????????144??2016-02-18?23:34??mongodb.demo\WindowsFormsApplication1\bin\Debug\DEMO.exe.config
?????文件??????32256??2016-02-25?17:49??mongodb.demo\WindowsFormsApplication1\bin\Debug\DEMO.pdb
?????文件??????11600??2016-02-25?17:49??mongodb.demo\WindowsFormsApplication1\bin\Debug\DEMO.vshost.exe
?????文件????????144??2016-02-18?23:34??mongodb.demo\WindowsFormsApplication1\bin\Debug\DEMO.vshost.exe.config
?????文件????5005312??2013-10-18?00:35??mongodb.demo\WindowsFormsApplication1\bin\Debug\DevComponents.DotNetBar2.dll
?????文件????3724790??2013-10-11?14:28??mongodb.demo\WindowsFormsApplication1\bin\Debug\DevComponents.DotNetBar2.xm
?????文件?????134656??2012-08-06?21:30??mongodb.demo\WindowsFormsApplication1\bin\Debug\HtmlAgilityPack.dll
?????文件?????290304??2012-08-06?21:30??mongodb.demo\WindowsFormsApplication1\bin\Debug\HtmlAgilityPack.pdb
?????文件?????122991??2012-08-06?21:30??mongodb.demo\WindowsFormsApplication1\bin\Debug\HtmlAgilityPack.xm
?????文件?????301056??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\bin\Debug\MongoDB.Bson.dll
?????文件????1039872??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\bin\Debug\MongoDB.Bson.pdb
?????文件?????693191??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\bin\Debug\MongoDB.Bson.xm
?????文件?????342528??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\bin\Debug\MongoDB.Driver.dll
?????文件????1209856??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\bin\Debug\MongoDB.Driver.pdb
?????文件?????864050??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\bin\Debug\MongoDB.Driver.xm
?????文件?????349184??2012-07-21?19:19??mongodb.demo\WindowsFormsApplication1\bin\Debug\Newtonsoft.Json.dll
?????文件??????46080??2015-11-22?07:02??mongodb.demo\WindowsFormsApplication1\bin\Debug\Qiniu.4.0.dll
?????文件?????301056??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\dll\MongoDB.Bson.dll
?????文件????1039872??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\dll\MongoDB.Bson.pdb
?????文件?????693191??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\dll\MongoDB.Bson.xm
?????文件?????342528??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\dll\MongoDB.Driver.dll
?????文件????1209856??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\dll\MongoDB.Driver.pdb
?????文件?????864050??2012-11-27?11:15??mongodb.demo\WindowsFormsApplication1\dll\MongoDB.Driver.xm
?????文件?????349184??2012-07-21?19:19??mongodb.demo\WindowsFormsApplication1\dll\Newtonsoft.Json.dll
?????文件??????46080??2015-11-22?07:02??mongodb.demo\WindowsFormsApplication1\dll\Qiniu.4.0.dll
?????文件???????3801??2016-02-25?17:45??mongodb.demo\WindowsFormsApplication1\fr
?????文件???????7267??2016-02-17?10:55??mongodb.demo\WindowsFormsApplication1\GainForm.resx
............此處省略44個文件信息
- 上一篇:模板匹配算法
- 下一篇:asp.net 倉庫管理系統(附數據庫)
評論
共有 條評論