08 2006 档案

摘要:五种常见的ASP.NET安全缺陷 保证应用程序的安全应当从编写第一行代码的时候开始做起,原因很简单,随着应用规模的发展,修补安全漏洞所需的代价也随之快速增长。根据IBM的系统科学协会(Systems Sciences Institute)的研究,如果等到软件部署之后再来修补缺陷,其代价相当于开发期间检测和消除缺陷的15倍。 为了用最小的代价保障应用程序的安全,在代码本身的安全性、抗御攻击的能力... 阅读全文

posted @ 2006-08-29 22:57 raekwon 阅读(77) 评论(0) 推荐(0) |

摘要:代码: static void Main(string[] args) { int guess, number, guesses = 0; number = new Random((int)DateTime.Now.Ticks).Next( 0, 10 ); do { ++guesses; Console.Write( "Enter a number b... 阅读全文

posted @ 2006-08-29 22:31 raekwon 阅读(112) 评论(0) 推荐(0) |

摘要:using System; namespace _10_Relations { /**//// /// Summary description for Class1. /// class ComparingRelations { /**//// /// The main entry point for the application. /// [STAThread... 阅读全文

posted @ 2006-08-29 22:28 raekwon 阅读(126) 评论(0) 推荐(0) |

摘要:using System;namespace _3_MultEntryPoints{ class EntryPointTest { class Main1Entry { [STAThread] static void Main(string[] args) { Console.WriteLine( "Running in Main" ); } } class Ma... 阅读全文

posted @ 2006-08-29 22:24 raekwon 阅读(350) 评论(0) 推荐(0) |

摘要:1. 你们的项目组使用源代码管理工具了么?应该用。VSS、CVS、PVCS、ClearCase、CCC/Harvest、FireFly都可以。我的选择是VSS。 2. 你们的项目组使用缺陷管理系统了么?应该用。ClearQuest太复杂,我的推荐是BugZilla。 3. 你们的测试组还在用Word写测试用例么?不要用Word写测试用例(Test Case)。应该用一个专门的系统,可以是Test ... 阅读全文

posted @ 2006-08-29 21:53 raekwon |

摘要:程序员每天该做的事 1、总结自己一天任务的完成情况 最好的方式是写工作日志,把自己今天完成了什么事情,遇见了什么问题都记录下来,日后翻看好处多多 2、考虑自己明天应该做的主要工作 把明天要做的事情列出来,并按照优先级排列,第二天应该把自己效率最高的时间分配给最重要的工作 3、考虑自己一天工作中失误的地方,并想出避免下一次再犯的方法 出错不要紧,最重要的是不要重复犯相同的错误,那是愚蠢 4、考虑自己... 阅读全文

posted @ 2006-08-29 21:48 raekwon |

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3