string FilePath = "C:\\msg.txt";
            StreamWriter sw  = new StreamWriter(FilePath,true);

alen1985 發表在 痞客邦 留言(0) 人氣()

SELECT count(欄位) FROM 資料表 where 條件1 = ?參數1 and 條件2 = ?參數=2


alen1985 發表在 痞客邦 留言(0) 人氣()

private void MakeDataView()
{

alen1985 發表在 痞客邦 留言(0) 人氣()

最近剛好要用到Dictionary來記錄一些東西..

但不知道如何使用foreach把每一個Dictionary裡的東西抓出來..

alen1985 發表在 痞客邦 留言(0) 人氣()

            StringReader sr = new StringReader(richTextBox2.Text);
            string lineString = sr.ReadLine();

alen1985 發表在 痞客邦 留言(0) 人氣()

通过.Net FrameWork 2.0下提供的“System.Net.Mail”可以轻松的实现,本文列举了3种途径来发送:
1.通过Localhost;

alen1985 發表在 痞客邦 留言(0) 人氣()

Response.Write("<script   language=JavaScript>alert('Your   message');</script>");


alen1985 發表在 痞客邦 留言(1) 人氣()

'建立 DataAdapter 物件
 Dim objCmd As New OleDbDataAdapter("Select * From 成績單", objConn)

alen1985 發表在 痞客邦 留言(0) 人氣()

Imports System.Data.SqlClient
Public Class Form1

alen1985 發表在 痞客邦 留言(0) 人氣()

 Dim sb As Text.StringBuilder = New Text.StringBuilder

            'sb.Append("countDown();")

alen1985 發表在 痞客邦 留言(0) 人氣()