
转贴
文章平均质量分 74
zxmlqy
一个软件开发爱好者
展开
-
SQL时间函数详细说明
google_ad_client="pub-6065469188450680";google_ad_width=728;google_ad_height=90;google_ad_format="728x90_as";google_ad_type="text_image";google_ad_channel="6872543818";人生苦短。 有一次,我和一位老作转载 2008-05-03 20:50:00 · 318 阅读 · 0 评论 -
C#中调用SQL存储过程实现登录认证
存储过程如下: set ANSI_NULLS ONset QUOTED_IDENTIFIER ONGOALTER procedure [dbo].[security_check](@user_sort int,@userID nchar(16),@userPWD nchar(16) )as declare @uid nchar(16);declare @pwd nchar(16转载 2008-05-03 21:10:00 · 618 阅读 · 0 评论 -
C#打印窗体
[System.Runtime.InteropServices.DllImport("gdi32.dll")]public static extern long BitBlt (IntPtr hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, int dwRop转载 2008-05-07 23:04:00 · 651 阅读 · 0 评论 -
Mapxtreme取地图表资料
using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web.UI.WebCon转载 2008-05-08 20:24:00 · 622 阅读 · 0 评论 -
winForm中导出Execl的方法
winForm中导出Execl的方法:1、方法1:public void Out2Excel(string sTableName,string url){Excel.Application oExcel=new Excel.Application();Workbooks oBooks;Workbook oBook;Sheets oSheets;Worksheet oSheet;Range oC转载 2008-05-21 10:53:00 · 873 阅读 · 1 评论