摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { public c... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.IO;using System.Co... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Reflection;using System.Runtime.... 阅读全文
摘要:
Js 日益作为web开发的重要语言,尤其是Jquery 框架的使用,更是将Js开发带入一个全新的世界。js 的对象,函数的式编程,优美而巧妙。 如果js不是仅仅浏览器的脚本语言,而是作为独立的程序开发语言,那它一定会获得巨大的生命力,改变开发模式,编程模式,这是有可能的。 阅读全文
摘要:
function person(name){ this.name=name; //构造函数内的属性 this.show=show; } function show(){ alert("Hello :"+this.nam... 阅读全文
摘要:
使用HttpModudel 首先注册IHttpModudel 接口using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web... 阅读全文
摘要:
网页版计算器 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 阅读全文
摘要:
系统加电 CPU 信号重置 ,BIOS 主要进行以下功能 系统自检和其他 BIOS 检查. 并将控制权交给MBR(主引导扇区)512byte, 查找主分区,检查该扇区结束的标志(55AA),如果没有该标志,系统启动失败.加载扇区的数据,到内存0x7c00 处,然后开始引导扇区的内容. 阅读全文
摘要:
xp以上版本米有实验, 桌面->属性->外观->高级->项目选择[窗口]->颜色1(L) ->[选择其他] 色调:85 饱和度:123 亮度 200 阅读全文
摘要:
C# 事件简单应用using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace TestIO{ public delegate double PriceHandler();... 阅读全文