摘要: 因软件在一直不停的更新迭代,导致的数据库同步问题就来了,于是开始浏览网页找解决方案,不经意间从msdn上发现原来VS2010就有此功能: 1、打开VS,数据-架构比较-新建架构比较: 2、选择已保存过的数据库连接或者新建连接,左边的是源架构,右边的是要比较的目标架构:(还可以对数据库文件的架构进行比 阅读全文
posted @ 2015-06-06 11:55 瀟X謝 阅读(2654) 评论(1) 推荐(4) 编辑
摘要: 在之前编写的一个服务里,ServiceBase[]里只有一个, static class Program { /// /// 应用程序的主入口点。 /// static void Main() { ... 阅读全文
posted @ 2015-02-06 15:40 瀟X謝 阅读(2949) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;using System.Windows.Forms;publ... 阅读全文
posted @ 2015-01-04 11:57 瀟X謝 阅读(1340) 评论(2) 推荐(0) 编辑