摘要: 2016.01.08 You know you are in love when you can`t fall asleep, because reality is finally better than your dreams. 2016.01.11 —Is that even possible? 阅读全文
posted @ 2016-01-08 12:56 lemon-now 阅读(160) 评论(0) 推荐(0)
摘要: 记录一些常用的SQL语句:1,八位补齐,高位补零SELECT RIGHT('000000' + Code, 8) FROM dbo.20151021在Code前面不上4个0,然后再RIGHT从右开始取八位,则完成八位补零2,将表A的一列更新到表B的一列中/*唯一标志符ID*/UPDATE dbo.A... 阅读全文
posted @ 2016-01-08 10:57 lemon-now 阅读(149) 评论(0) 推荐(0)
摘要: 源码如下: 1 /** 2 * Searches the specified list for the specified object using the binary 3 * search algorithm. The list must be sorted into as... 阅读全文
posted @ 2016-01-08 10:32 lemon-now 阅读(487) 评论(0) 推荐(0)