routine
摘要:routine[ru:'ti:n] n. 例行公事, 常规,无聊adj. 常规的, 例行的,乏味的 例句与用法:1.We must introduce some system into our office routine. 我们须在我们日常公务中建立一些制度.2.There was little deviation from his usual routine. 他没有什麽反常的举动.3.Rou...
阅读全文
posted @
2009-12-21 11:15
BobLiu
阅读(374)
推荐(0) 编辑
flammable
摘要:flammable['flæməbl] adj. 易燃的, 可燃性的n. 易燃品 例句与用法:1.Any of several highly volatile, flammable liquid mixtures of hydrocarbons distilled from petroleum, coal tar, and natural gas and used as fuel, as...
阅读全文
posted @
2009-12-21 11:13
BobLiu
阅读(460)
推荐(0) 编辑
cigar
摘要:cigar[si'gɑ:] n. 雪茄烟 例句与用法:1.He took a seat and lit a cigar. 他坐了下来, 点燃了一只烟。2.I only smoke an occasional cigar. 我只是偶然抽一支雪茄。3.She lit a cigar with a match. 她用一根火柴点燃了雪茄。4.He lit his cigar and exhaled smo...
阅读全文
posted @
2009-12-21 11:11
BobLiu
阅读(287)
推荐(0) 编辑
match
摘要:match[mætʃ] n. 比赛, 火柴, 对手, 般配的人, 配偶v. 使...相配, 与...竞争, 相配 例句与用法:1.I'm ready to match my strength against yours. 我已经准备好与你较量力气。2.He thought he could beat anyone at tennis, but he's met his match in ...
阅读全文
posted @
2009-12-21 11:09
BobLiu
阅读(438)
推荐(0) 编辑
转 C# , ASP.Net 中 关于 like in 实现参数化查询的问题
摘要:C# , ASP.Net 中 关于 like in 实现参数化查询的问题。2008-09-18 18:17对于 普通的 select等sql语句, 正常的参数化 语句 格式: select * from profile where EmployeeID= @EmployeeID for example: string loginString = "select * from profile wh...
阅读全文
posted @
2009-12-03 14:09
BobLiu
阅读(3533)
推荐(2) 编辑
转 Convert.ToInt32与Int32.Parse区别及Int32.TryParse
摘要:表面上看,可见3个方法都实现了同样的效果!那么请看://string myString = "1234"; string myString = null; int myint = 0;myint = Convert.ToInt32(myString); Console.Write(myint+"\r\n");myint = Int32.Parse(myString); Console.Write(...
阅读全文
posted @
2009-12-03 13:49
BobLiu
阅读(366)
推荐(0) 编辑
转 Still,yet和already的用法
摘要:Still,yet和already的用法 1.still still强调过去发生的事情及存在的状况目前还在延续。在现在完成时的否定句中,still表 示吃惊或不耐烦的语气;但在现在进行时中,still只表示动作正在持续,不带有感情色彩。例如: My neighbour hit my car last week and he still hasn't apologised. 我的邻居上周撞了我的车,...
阅读全文
posted @
2009-12-02 11:10
BobLiu
阅读(5843)
推荐(0) 编辑