爱博

专业性的个人博客...

导航

12 2005 档案

C# 中的照片存取
摘要:存;private void uploadimage(HtmlInputFile file){SqlConnection conn=new SqlConnection (Helper.GetConnectionString ());try{int pos =file.PostedFile .FileName .LastIndexOf ("\\");string filename=file.Post... 阅读全文

posted @ 2005-12-17 13:57 Sandy 阅读(273) 评论(1) 推荐(0)

主题:圣诞节就要到了 你会用英文送祝福吗?(转)
摘要:Wishing you a song in your heart at Christmas and blessings all year long. 圣诞之际,祝你心中有首快乐的歌,新年快乐! Merry Christmas and happy New Year! 圣诞快乐,恭贺新禧! Wishing you peace, joy and happiness through Christmas a... 阅读全文

posted @ 2005-12-13 13:11 Sandy 阅读(191) 评论(0) 推荐(0)

C# asp.net:广域网中邮件发送的代码实现
摘要:public void SendMail() { try { MailMessage MM=new MailMessage(); MM.From=this.EmailFrom.Text; //发送方地址 MM.To=this.EmailTo.Text; //接收方地址 MM.Subject=this.EmailSubject.Text; //主题 MM.Bo... 阅读全文

posted @ 2005-12-08 22:12 Sandy 阅读(573) 评论(5) 推荐(0)

天气预报html代码....
摘要:// 阅读全文

posted @ 2005-12-07 10:15 Sandy 阅读(1477) 评论(2) 推荐(0)

在SQL数据库里.一个很简单的方法得到短整型日期...
摘要:select convert(varchar(12), getdate(), 111) 阅读全文

posted @ 2005-12-06 09:12 Sandy 阅读(513) 评论(2) 推荐(0)

合并两个结构相同的表
摘要:System.Data.DataTable dt1 = new System.Data.DataTable(); System.Data.DataTable dt2 = new System.Data.DataTable; DataTable newDataTable = dt1.Clone(); object[] obj = new object[newD... 阅读全文

posted @ 2005-12-06 09:01 Sandy 阅读(285) 评论(0) 推荐(0)

C# Asp.net 中的Cookie..
摘要: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.WebContr... 阅读全文

posted @ 2005-12-04 22:13 Sandy 阅读(665) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示