2006年6月8日

[读书]看看你有没有忽视

摘要: 今天利用一点休息时间,随便翻了翻桌子上摆的一大摞书,看到了一小段代码,你也试试。 using System;using System.Collections.Generic;using System.Text;using System.IO;namespace DotNetFramework{ class Program { static void Main(string... 阅读全文

posted @ 2006-06-08 14:46 萝卜青菜 阅读(325) 评论(0) 推荐(0) 编辑

[拾遗]数组小技巧

摘要: 记录下来,很多时候为了一点小问题浪费时间,就像昨天,给一个同事讲下限非0多维数组,居然用了将近半个小时,哈哈~ using System;using System.Collections.Generic;using System.Text;namespace DotNetFramework{ class Program { static void Main(string[... 阅读全文

posted @ 2006-06-08 10:18 萝卜青菜 阅读(344) 评论(0) 推荐(0) 编辑

导航