摘要: AJAX鼠标事件移到小图加载网页大图 阅读全文
posted @ 2012-10-17 22:48 安之若素冷暖自知 阅读(352) 评论(0) 推荐(0)
摘要: AS2.0 Flash+XML 加载图片 阅读全文
posted @ 2012-10-17 22:23 安之若素冷暖自知 阅读(330) 评论(0) 推荐(0)
摘要: AS2.0实现Flash+XML显示新闻。 阅读全文
posted @ 2012-10-17 18:04 安之若素冷暖自知 阅读(259) 评论(0) 推荐(0)
摘要: static void Main(string[] args) { Console.WriteLine("输入一个高度"); int i; if (int.TryParse(Console.ReadLine(), out i)) { int sum=0; for (int n = i; n >= 1; n--) { for (int m = 0; m < sum; ... 阅读全文
posted @ 2012-10-17 17:15 安之若素冷暖自知 阅读(150) 评论(0) 推荐(0)
摘要: Flash后台交互之LoadVars() 阅读全文
posted @ 2012-10-17 16:18 安之若素冷暖自知 阅读(301) 评论(0) 推荐(0)