日期:2014-05-20  浏览次数:20692 次

什么水平才不是菜鸟。
总是觉得自己是个菜鸟,没有进步。看看技术栏目上别人提的问题,没几个我会的。   唉,,
      工作半年了,在一个小公司,就三个程序员,水平都一般。我的月薪3K虽不高但我也挺满意的,在我的计划之中。但没有高手带,我担心这样下去,没有什么发展。
      我是否应该跳槽找个大的软件公司??


------解决方案--------------------
今天看一篇文章,有胡子的都不是菜鸟:
http://blog.csdn.net/myan/archive/2005/11/23/535391.aspx
^_^
------解决方案--------------------
我是菜鸟
------解决方案--------------------

有胡子,但不留,是不是菜鸟?mm程序员呢?

------解决方案--------------------
对本行业内的任何问题都有或能找到良好的解决方法。
------解决方案--------------------
当你认为别人是菜鸟时,你就不是菜鸟了。
------解决方案--------------------
等你没兴趣上CSDN了,就不是菜鸟了...
------解决方案--------------------
其实楼主已经不能算菜鸟了。你说自己是菜鸟基本可以认为是给自己不努力找借口。
你怎么可能是菜鸟?你都学了这么长时间还有脸说自己是菜鸟?

====以下内容打着玩玩~


Dependency properties and the WPF property system extend property functionality by providing a type that backs a property, as an alternative implementation to the standard pattern of backing the property with a private field. The name of this type is DependencyProperty.

public static readonly DependencyProperty IsSpinningProperty = DependencyProperty.Register(...);

public bool IsSpinning
{
get { return (bool)GetValue(IsSpinningProperty); }
set { SetValue(IsSpinningProperty, value); }
}
------解决方案--------------------
当你可以不上csdn问技术问题了,基本上就不是菜鸟了。
------解决方案--------------------
等孟子大哥说aaaa_sss_007老大这个问题怎么解决的时候,你就不是菜鸟了
------解决方案--------------------
等思归大哥说aaaa_sss_007老大这个问题怎么解决的时候,你就不是菜鸟了
------解决方案--------------------
其实楼主已经不能算菜鸟了。你说自己是菜鸟基本可以认为是给自己不努力找借口。 你怎么可能是菜鸟?你都学了这么长时间还有脸说自己是菜鸟? ====以下内容打着玩玩~ Dependency properties and the WPF property system extend property functionality by providing a type that backs a property, as an alternative implementation to the standard pattern of backing the property with a private field. The name of this type is DependencyProperty. public static readonly DependencyProperty IsSpinningProperty = DependencyProperty.Register(...); public bool IsSpinning { get { return (bool)GetValue(IsSpinningProperty); } set { SetValue(IsSpinningProperty, value); } }
------解决方案--------------------
等你没兴趣上CSDN了,就不是菜鸟了...
------解决方案--------------------
修行不一定在少林