跟小D每日学口语
上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 77 下一页
摘要: using System;using System.Text;namespace CCC.Utility{ /// <summary> /// Summary description for JSExcel. /// </summary> public class Excel4JavaScript { private string _ReportTemplate_Exce... 阅读全文
posted @ 2010-12-27 00:03 Danny Chen 阅读(374) 评论(0) 推荐(0) 编辑
摘要: DECLARE @FIDs VARCHAR(8000)SELECT @FIDs = COALESCE(@FIDs + ', ', '') + CAST(FID AS VARCHAR(10))FROM CCC_TADetailWHERE AppointId=1600SELECT @FIDs as FIDs 阅读全文
posted @ 2010-12-23 15:21 Danny Chen 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 1. I see. 我明白了。 2. I quit! 我不干了! 3. Let go! 放手! 4. Me too. 我也是。 5. My god! 天哪! 6. No way! 不行! 7. Come on. 来吧(赶快) 8. Hold on. 等一等。 9. I agree。 我同意。 10. Not bad. 还不错。 11. Not yet. 还没。 12. See you. 再见。 13. Shut up! 闭嘴! 14. So long. 再见。 15. Why not? 好呀! (为什么不呢?) 16. Allow me. 让我来。 17. Be quiet! 安静点! 18. 阅读全文
posted @ 2010-12-06 00:19 Danny Chen 阅读(413) 评论(0) 推荐(0) 编辑
摘要: Friday, Septemper, 2010  this is my first english daily for my blog. it's very great to me to write english blog. and i hope i can make a good permance for it every day. why to do this. because my eng... 阅读全文
posted @ 2010-09-10 10:53 Danny Chen 阅读(265) 评论(0) 推荐(0) 编辑
摘要: string tPath = "";RegistryKey myKey = Registry.LocalMachine;RegistryKey subKey = myKey.OpenSubKey(@"SOFTWARE\DSCCheck");tPath = subKey.GetValue("path").ToString();tPath = tPath + @"\" + "Test.exe";说明:其中(@"SOFTWARE\DSCCheck")代表需要读取的文件在注册表中的路 阅读全文
posted @ 2010-09-09 11:26 Danny Chen 阅读(384) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// Summary description for WebExcelUtil. /// </summary> public sealed class WebExcelUtil { public static void GenerateExcel(DataSet objDS, HttpResponse objResponse) { if... 阅读全文
posted @ 2010-08-26 09:59 Danny Chen 阅读(209) 评论(0) 推荐(0) 编辑
摘要: ******************* Create Table ******************* dtData.Rows.Clear(); //Detail Table public static void AddColumns(ref DataTable table) { table.Columns.Add("BusinessType",typeof(string)); ... 阅读全文
posted @ 2010-08-16 11:36 Danny Chen 阅读(366) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Web.Mail;using System.Configuration;using System.Web ;using System.IO;using DAL;namespace BLL{/// <summary>/// Summary description for SMTP./// </summary>/// publ... 阅读全文
posted @ 2010-08-05 17:34 Danny Chen 阅读(323) 评论(0) 推荐(0) 编辑
摘要: //Detail Tablepublic static void AddColumns(ref DataTable table){table.Columns.Add("BusinessType",typeof(string));table.Columns.Add("BusinessUnit",typeof(string));table.Columns.Add("SourceCode",typeof... 阅读全文
posted @ 2010-08-05 17:32 Danny Chen 阅读(798) 评论(0) 推荐(0) 编辑
摘要: createprocedureJoinTableasbeginSELECTa.column1ascl1,a.column2ascl2,b.column2ascl3FROMtable1ainnerjointable2bona.column1=b.column1;endsp_configure'showadvancedoptions',1;GORECONFIGURE;GOsp_configure'Ad... 阅读全文
posted @ 2010-08-04 15:04 Danny Chen 阅读(505) 评论(0) 推荐(1) 编辑
上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 77 下一页