摘要: 列数的规则如下: 1、1、2、3、5、8、13、21、34...... 求第30位数是多少, 用递归算法实现。 public class MainClass { public static void Main() { Console.WriteLine(Foo(30)); } publ... 阅读全文
posted @ 2009-03-06 02:27 吐泡泡的鱼 阅读(3149) 评论(5) 推荐(0) 编辑
摘要: 1.使用QueryString, 如....?id=1; response. Redirect().... 2.使用Session变量 3.使用Server.Transfer 4.Application 5. 6.数据库 7.ViewStat 8.cookie 阅读全文
posted @ 2009-03-06 02:12 吐泡泡的鱼 阅读(399) 评论(1) 推荐(0) 编辑