2008年6月5日
摘要:
突然發現這是一個概念性的問題...stringword = "臨[page]兵[page]斗[page]者[page]皆[page]陣[page]列[page]在[page]前";intiCount = Common.StringHelper.StringFindStringCount(words,"[page]");Response.Write("總共有" + iCount.ToString()... 閱讀全文
posted @ 2008-06-05 17:52
最.菲
閱讀(585)
推薦(0)
2008年5月29日
摘要:
這是MSSql版本的 沒有多大智慧的成分,但是字段還不少Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-- createtable[User](IDintidentity(1,1)primarykey,Accountvarchar(16)uniqueno... 閱讀全文
posted @ 2008-05-29 16:32
最.菲
閱讀(474)
推薦(0)
2008年5月14日
摘要:
可以想象不是每個人都能參與全局備份的情景:A某在12號還原曾經在10號備份的數據,B某12好來看的時候發現10號以后12號之前的不見了所以這里要涉及到部分備份,目前想到的方式抽出歸屬與A用戶下的名片數據加以保存保存方式為insert語句,方便還原(類似批處理)在sql語法中insert語句幾個要素 表名,字段名,數據現在需要考慮的是 給一個mdb文件路徑獲取 該文件下的表名以及表下的字段名下載這個... 閱讀全文
posted @ 2008-05-14 16:51
最.菲
閱讀(563)
推薦(0)
2008年5月13日
摘要:
privatestring prefix{ get{ return "Provider=Microsoft.Jet.OLEDB.4.0;JetOLEDB:Engine Type=5;Data Source="; } }//mdbAbsolute:文件名//優點:生成mdb大小為64k//缺點:生成mdb被當前程序占用// 文件夾不存在不能創建publicvoid Create(stringmdbA... 閱讀全文
posted @ 2008-05-13 17:24
最.菲
閱讀(366)
推薦(0)
2008年5月12日
摘要:
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e){ System.Diagnostics.Process.Start("mailto:10000@qq.com");}[System.Runtime.InteropServices.DllImport("shell32.dll", EntryPoint = "ShellExecuteA")]public static extern int ShellExecute( in 閱讀全文
posted @ 2008-05-12 13:28
最.菲
閱讀(458)
推薦(0)
摘要:
沒有可用分類,暫時歸與card還有網站分類一直發往錯誤的地方,card應該屬于倒數第四個吧什么是ribbon?The ribbon is a graphical user interface widget composed of a strip across the top of the window that exposes all functions the program can perfo... 閱讀全文
posted @ 2008-05-12 10:56
最.菲
閱讀(1321)
推薦(0)
2008年5月11日
摘要:
某日,某牛前輩說 『你把這個題目做做吧』我表示推辭牛前輩和藹的說 『我看你的樣子就知道你做的出來』<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<情景:有一張表 里面只有一個字... 閱讀全文
posted @ 2008-05-11 21:25
最.菲
閱讀(290)
推薦(0)
2008年5月8日
摘要:
用例編號 UC3 用例名:管理名片執行者 登錄用戶前置條件 訪問系統后置條件 成功執行涉眾利益 添加卡片要簡單明了,修改方便基本路徑 會員請求新建卡片 系統顯示數據窗體 當前會員可做如下操作: 填寫數據 提交 取消 會員按分組請求查看卡片列表 系統列出該組下的所有卡片 當前會員可做如下操作: 選擇列表方式,大圖標,小圖標,詳細列表等 查看某張卡片 刪除選定卡片 系統顯示仿真卡片 當前會員可做如下操... 閱讀全文
posted @ 2008-05-08 16:12
最.菲
閱讀(482)
推薦(0)
2008年5月7日
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//(c)CopyrightJasonClark2003usingSystem;usingWintellect.Interop.Sound;classApp{publicstaticvoidMain(){... 閱讀全文
posted @ 2008-05-07 14:55
最.菲
閱讀(272)
推薦(0)
2008年5月6日
posted @ 2008-05-06 17:35
最.菲
閱讀(498)
推薦(0)
|