首页 > 其他 > 详细

工作中的感悟

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

今天在工作中走了很多的弯路,仔细回想下  是自己的基础知识太薄弱了,很多知识点都是似是而非的状态,一知半解的,比如 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

工作中的感悟

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!