悟生慧

 

2010年7月30日

创建一个存储过程

摘要: CREATE PROCEDURE uSP_BooksUploadFile@Title varchar(200),@Doc image,@DocType varchar(4)ASINSERT tblBooksUpload(DocTitle,Doc,DocType)VALUES (@Title,@Doc,@DocType)GO 阅读全文

posted @ 2010-07-30 16:13 悟生慧 阅读(487) 评论(0) 推荐(0)

ASP.NET操作Access数据库

摘要: //网上很多都是操作SQLSER的,整理了一下,不是很完善,但不影响使用,呵呵……//privatestringdatapatch=ConfigurationSettings.AppSettings["acessconn"];//数据库地址privatestringdatapatch="db/global.asa";//数据库地址//////取得dataset/////... 阅读全文

posted @ 2010-07-30 16:02 悟生慧 阅读(2530) 评论(0) 推荐(0)

很简单的Java递归算法

摘要: import java.io.*;public class DiGui {public static void main(String args[]) {String s;try {System.out.println("Please intput a Number");BufferedReader br = new BufferedReader(new InputStreamReader(Sys... 阅读全文

posted @ 2010-07-30 14:55 悟生慧 阅读(4414) 评论(0) 推荐(0)

WinForm桌面下雪源码

摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServic... 阅读全文

posted @ 2010-07-30 14:34 悟生慧 阅读(1077) 评论(0) 推荐(0)

导航