10 2007 档案
摘要:http://blogs.developerfusion.com/blogs/paulfp/archive/2007/04/16/2633.aspx Getting this error on IIS? It's gotta be the most unhelpful error message ever, made worse by this advice from the boys at R...
阅读全文
摘要:IEnumerable deios = from sdrfb in this.SDRFBS join nodeid in nodeids on sdrfb.DFID equals nodeid j...
阅读全文
摘要:http://cache.tianya.cn/publicforum/content/itinfo/1/71059.shtml 摘抄部分点评 作为软件的应用现在不管是企业也好,政府单位也好,都进入了一个误区,认为软件是万能的,上了一套软件就能提高多少效率,就能增加多少竞争力,就能提高多少管理水平。他们都忽视了一个应用的主体——人。 人的因数在整个软件的使用过程中占着主导地位,这就是为什么...
阅读全文
摘要:DevExpress中的BarManager和GridView等中用到的都是repositoryItemxxx对象,这个对象并不是控件,所以我们无法取得SelectedIndex属性,实际上运行过程中对象的主容器BarManager,GridView控件会对repositoryItemxxx进行处理,包装成 DevExpress.XtraEditors.RadioGroup 或DevExpres...
阅读全文
摘要:CodeSmith的ActiveSnippet 设置见 http://www.codesmithtools.com/usersguide/Using_ActiveSnippets.html# 填充属性模板 ; public { get { return ; } set { = value; } ...
阅读全文