当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 续之三,本文是IDesign C#编程规范的第三章。
 

 

 ·asp.net: asm to il compiler    »显示摘要«
    摘要:网站:http://www.viksoe.dk/code/index.htmlately we have been swamped with bill gate´s new .net vision. once again even respectable people are crying out that c++ and assembler programmers will beco......
    摘要:转载] 希尔伯特的二十三个数学问题 发信站: 南京大学小百合站 (fri may 30 01:01:29 2003) 1900年,德国数学家d.希尔伯特在巴黎第二届国际数学家大会上作了题为《数学问题 》的著名讲演,其中对各类数学问题的意义、源泉及研究方法发表了精辟的见解,而整个 讲演的核心部分则是希尔伯特根据19世纪数学研究的成果与发展趋势而提出的23个问题。   ①连续统假设 1963年,p.j......


IDesign C#编程规范(之四)

     续之三,本文是idesign c#编程规范的第三章.

3   项目设置与项目结构    project settings and project structure 【程序编程相关:linux开发终极指南

  【推荐阅读:看30年内软件技术的不变与变化

1.  总是以4级警告建立项目(图略).    always build your project with warning level 4 2.  在发布版中将警告作为错误(注意这不是vs.net的缺省设置)(图略).    treat warning as errors in release build (note that this is not the default of vs.net).     a) 虽然是可选的,本标准也推荐在调试版中将警告作为错误.      although it is optional, this standard recommend treating warnings as errors in debug builds as well. 3.  永远不要抑制特定的编译警告(图略).    never suppress specific compiler warnings. 4.  总是在应用程序的配置文件中显式地说明支持的运行时版本.参见programming .net components第五章.
...   下一页

 ·dataset.acceptchanges的问题    »显示摘要«
    摘要:项目中需要有个这样功能,在grid中直接添加/删除/修改数据,希望能像outlook,进行这些操作可以保持住当前group的expand和collapse状态。 实际过程中,一直无法保持当前状态,每次添加新的datarow,都会展开所有的group。 后来发现问题出在dataset.acceptchanges()中,因为在dataset.acceptchanges()或merge()后,datas......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE