码迷,mamicode.com
首页 > 其他好文 > 详细

工作中的感悟

时间:2014-05-21 18:04:41      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:class   c   code   a   int   set   

今天在工作中走了很多的弯路,仔细回想下  是自己的基础知识太薄弱了,很多知识点都是似是而非的状态,一知半解的,比如 linq中的entity.select(e=>e.Name).contians("sa") 竟然不知道到底返回的是社么类型,要有的专业精神

还有就是sql的类型装换,完全没有印象了 

              select MAX (cast(right(CatayCode,6) as int)) from item  where ParentId=9
      select MAX (id) from item  where ParentId=9

select MAX (cast(right(CatayCode,6) as int)) from item  where ParentId=20)+1 返回来的就是一个数值,不用再转换了

     set @CatayCode=( select CatayCode from item  where id=20)+‘001‘ 赋值是 要有括号的哎 不求甚解的下场啊 

      在很多时候我们痛苦、无助无奈  ……不是我们不行,只是我们不够努力……当拼命的时候,别人会有多少人在玩命呢?一懒二拖三不改进 要么失业要么失恋

工作中的感悟,布布扣,bubuko.com

工作中的感悟

标签:class   c   code   a   int   set   

原文地址:http://www.cnblogs.com/q101301/p/3740365.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!