摘要: a *= a + b *c;不管等号右边有没有括号,总是先算右边;即等价于 a = a *(a + b*c);using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.... 阅读全文
posted @ 2015-05-19 14:53 Mr.Ethan 阅读(408) 评论(0) 推荐(0) 编辑
摘要: /*-------------------------------- 功能说明: 批量DropTable 使用说明: 使用时一定要小心,因为删选表的where条件是like所有必须保证where 后的like确定与你要删除表名相匹配 -----------------... 阅读全文
posted @ 2015-05-19 10:57 Mr.Ethan 阅读(951) 评论(0) 推荐(0) 编辑