摘要:
using System;using System.Collections.Generic;using System.Linq;using MongoDB;/// /// 对Mongo和MongoDatabase的包装类/// public class MyMongoDb : IDisposable... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using MongoDB;/// /// 对Mongo和MongoDatabase的包装类/// public class MyMongoDb : IDisposable... 阅读全文
摘要:
public partial class InterfacePolicyMainServices : ServiceBase { //服务执行间隔(s) /// /// 服务执行间隔(s) /// private co... 阅读全文
摘要:
经过一段时间的学习,也对数据库有了一些认识。 数据库基本是由表,关系,操作组成;对于初学者首先要学的: 1.数据库是如何存储数据的 表,约束,触发器 2.数据库是如何操作数据的 insert,update,delete T-sql 函数 存储过程 触发器 3.数据库是如何显示数据的 selectSQLServer数据库学习总结1.SQL基础 SQL Server2000安装、配置,服务器启动、停止,企业管理器、查询分析器 第一代数据库--网状数据库和层次数据库;第二代数据库--关系数据库 数据库(DB);数据库管理系统(DBMS);数据库系统(DBS... 阅读全文
摘要:
/// /// 构建响应的xml字符串 /// /// /// private string ConstructorXml(CreateOrderInfo orederInfo) { ... 阅读全文
摘要:
一. DAL//////分页sql/// public DataTable GetUserAndError(int pageSize, int pageIndex) { StringBuilder strSql = new StringBuilder(); ... 阅读全文
|