上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.IO;using System.Co... 阅读全文
posted @ 2012-11-06 15:18 至道中和 阅读(209) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Reflection;using System.Runtime.... 阅读全文
posted @ 2012-11-06 15:11 至道中和 阅读(328) 评论(0) 推荐(0) 编辑
摘要: Js 日益作为web开发的重要语言,尤其是Jquery 框架的使用,更是将Js开发带入一个全新的世界。js 的对象,函数的式编程,优美而巧妙。 如果js不是仅仅浏览器的脚本语言,而是作为独立的程序开发语言,那它一定会获得巨大的生命力,改变开发模式,编程模式,这是有可能的。 阅读全文
posted @ 2012-10-14 22:15 至道中和 阅读(95) 评论(0) 推荐(0) 编辑
摘要: function person(name){ this.name=name; //构造函数内的属性 this.show=show; } function show(){ alert("Hello :"+this.nam... 阅读全文
posted @ 2012-10-10 20:30 至道中和 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 使用HttpModudel 首先注册IHttpModudel 接口using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web... 阅读全文
posted @ 2012-10-05 13:04 至道中和 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 网页版计算器 http://files.cnblogs.com/voidobject/%E7%BD%91%E9%A1%B5%E5%BD%A2%E5%BC%8F%E7%9A%84%E8%AE%A1%E7%AE%97%E5%99%A8.rar 阅读全文
posted @ 2012-10-04 19:10 至道中和 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 系统加电 CPU 信号重置 ,BIOS 主要进行以下功能 系统自检和其他 BIOS 检查. 并将控制权交给MBR(主引导扇区)512byte, 查找主分区,检查该扇区结束的标志(55AA),如果没有该标志,系统启动失败.加载扇区的数据,到内存0x7c00 处,然后开始引导扇区的内容. 阅读全文
posted @ 2012-09-30 21:26 至道中和 阅读(91) 评论(0) 推荐(0) 编辑
摘要: xp以上版本米有实验, 桌面->属性->外观->高级->项目选择[窗口]->颜色1(L) ->[选择其他] 色调:85 饱和度:123 亮度 200 阅读全文
posted @ 2012-09-26 21:03 至道中和 阅读(155) 评论(0) 推荐(0) 编辑
摘要: C# 事件简单应用using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace TestIO{ public delegate double PriceHandler();... 阅读全文
posted @ 2012-09-23 17:54 至道中和 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 自制操作系统 源码翻译 阅读全文
posted @ 2012-09-23 16:40 至道中和 阅读(166) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页