上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页
摘要: 1.SqlHelper 1 using System; 2 using System.Data; 3 using System.Xml; 4 using System.Data.SqlClient; 5 using System.Collections; 6 using System.Configuration; 7 using System.Co... 阅读全文
posted @ 2016-03-15 20:47 Kimisme 阅读(360) 评论(0) 推荐(1)
摘要: 一、开发环境 操作系统:Win7 编译器:VS2010 .net版本:.net4.0 二、项目结构 三、开发流程 0.编写实体类 namespace ReflectDemo { public class Bird { public string _id; public string Name { get; set; } ... 阅读全文
posted @ 2016-03-15 19:52 Kimisme 阅读(673) 评论(1) 推荐(0)
摘要: Quartz.Net是一个开源的作业调度框架; 官网地址:http://www.quartz-scheduler.net/documentation/index.html 源码地址:https://sourceforge.net/projects/quartznet/ 定时轮询数据库同步,定时邮件通 阅读全文
posted @ 2016-03-14 20:29 Kimisme 阅读(491) 评论(0) 推荐(0)
摘要: 一、开发环境 系统:Win10 编译器:VS2013 .Net版本:4.5 Quartz版本:2.3.3 二、涉及程序集 Common.Logging.Core.dll Common.Logging.dll Quartz.dll 三、项目结构 四、开发过程 1.新建一个控制台项目,并从nuget中获取程序集 2.添加一个要执行的作业 namespace Qu... 阅读全文
posted @ 2016-03-14 19:38 Kimisme 阅读(680) 评论(0) 推荐(0)
摘要: 一、开发环境 操作系统:Win10 编译器:VS2013 framework版本:.net 4.5 Spring版本:1.3.1 二、涉及程序集 Spring.Core.dll Common.Loggin.dll 三、项目结构 四、开发过程 1.新建一个接口文件 namespace SpringNetIoc.IScene { public interface... 阅读全文
posted @ 2016-03-13 21:25 Kimisme 阅读(514) 评论(0) 推荐(0)
摘要: 一、开发环境 Window10 二、开发工具 SQLServer2012 三、数据库的操作 1.创建 (1)方式一:使用默认的配置信息 create database T_mydb2 (2)方式二:自定义配置信息 create database T_mydb2 on primary --配置主数据文件 ( name = 'T_mydb', --逻辑名称,数据... 阅读全文
posted @ 2016-03-13 16:28 Kimisme 阅读(867) 评论(0) 推荐(0)
摘要: 一、开发环境 数据库:SQLServer2012 二、语法简介 for xml path它以xml形式展示查询的结果集 三、语法介绍 现在数据库中有一张表 1.基本语法 select * from Blog_UserInfo for xml path 运行结果: 1 大家好,我叫金某 金某 2 大家好,我叫李某 李某 3 ... 阅读全文
posted @ 2016-03-12 18:38 Kimisme 阅读(865) 评论(0) 推荐(0)
摘要: 一、开发环境 开发工具:VS2013 二、开发流程 1.添加一个控制台项目UnitDemo namespace UnitDemo { public class Program { static void Main(string[] args) { } public static int Add(int ... 阅读全文
posted @ 2016-03-12 17:15 Kimisme 阅读(253) 评论(0) 推荐(0)
摘要: 一、开发环境 NHiberate版本:4.0.4 开发工具:VS2013 数据库:SQLServer2012 二、开发流程 1.编写领域类与映射文件 namespace Domain { public class Product { public virtual int Id { get; set; } public virtual... 阅读全文
posted @ 2016-03-12 16:39 Kimisme 阅读(924) 评论(0) 推荐(0)
摘要: 一、加载 1.class加载 accordion1 accordion2 accordion3 2.js加载 accordion1 accordion2 accordion3 生成的代码 二、属性 accordion1 accordion2 accordion3 ... 阅读全文
posted @ 2016-02-22 21:39 Kimisme 阅读(561) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页