2010年10月26日
摘要:
1 2 3 4 剩余空间 确定 返回 using System;using System.Collections.Generic;using System.Linq;using Syst...
阅读全文
posted @ 2010-10-26 20:36
WPF之家
阅读(178)
推荐(0)
2010年10月12日
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms; namespace Case02_2{ ...
阅读全文
posted @ 2010-10-12 21:41
WPF之家
阅读(231)
推荐(0)
2010年9月26日
摘要:
function openwindow( ) { window.status="系统当前状态:您正在注册用户......"; if (window.screen.width == 1024 && window.screen.height == 768) window.showModalDialog("register.html", "注册窗口", "toolbars=0, locatio...
阅读全文
posted @ 2010-09-26 22:00
WPF之家
阅读(778)
推荐(0)
2010年9月9日
摘要:
string ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:DataBase Password="+TextBox1.Text+";User Id=admin;Data source=" + Server.MapPath("Ex07_02.mdb"); OleDbConnection oc = new OleDbConne...
阅读全文
posted @ 2010-09-09 20:33
WPF之家
阅读(374)
推荐(0)
2010年8月8日
摘要:
SQL SERVER 与ACCESS、EXCEL的数据转换 熟悉SQL SERVER 2000的数据库管理员都知道,其DTS可以进行数据的导入导出,其实,我们也可以使用Transact-SQL语句进行导入导出操作。在Transact-SQL语句中,我们主要使用OpenDataSource函数、OPENROWSET 函数,关于函数的详细说明,请参考SQL联机帮助。利用下述方法,可以十分容易地实现SQ...
阅读全文
posted @ 2010-08-08 19:23
WPF之家
阅读(175)
推荐(0)
2010年7月19日
摘要:
http://reflector.red-gate.com/Download.aspx
阅读全文
posted @ 2010-07-19 21:58
WPF之家
阅读(164)
推荐(0)
摘要:
http://reflector.red-gate.com/Download.aspx
阅读全文
posted @ 2010-07-19 21:58
WPF之家
阅读(140)
推荐(0)
2010年7月12日
摘要:
using System; using System.Collections.Generic; using System.Text; using System.Reflection; using System.Runtime.InteropServices; using Microsoft.Office.Interop.Excel; using ExcelApplicati...
阅读全文
posted @ 2010-07-12 21:15
WPF之家
阅读(268)
推荐(0)
2010年6月25日
摘要:
http://support.microsoft.com/default.aspx?scid=kb;zh-cn;306023 http://www.cnblogs.com/lingyun_k/archive/2005/07/12/191740.html http://www.360doc.com/content/07/0824/10/12027_691547.shtml http://...
阅读全文
posted @ 2010-06-25 19:52
WPF之家
阅读(252)
推荐(0)
摘要:
NPOI简介:http://www.cnblogs.com/tonyqus/archive/2009/03/16/ 1409966.html NPOI官网:http://npoi.codeplex.com/ 实例下载:http://files.cnblogs.com/zhengjuzhuan/NPOIHelper.r ar Excel生成操作类: 代码 using Sy...
阅读全文
posted @ 2010-06-25 19:36
WPF之家
阅读(321)
推荐(0)