上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页
摘要: 一、 原型(Prototype)模式 原型模式的用意是:通过给出一个原型对象来指明所要创建的对象类型,然后用复制这个原型对象的办法创建出更多的同类型对象。 从孙大圣的手段谈起 孙悟空在与黄风怪的战斗中,"使一个身外身的手段:把毫毛揪下一把,用口嚼得粉碎,望上一喷,叫声'变',变有百十个行者,都是一样得打扮,各执一根铁棒,把那怪围在空中。"换而言之,孙悟空可以根据自己的形象,复制出很多"身外身"来。... 阅读全文
posted @ 2007-08-14 17:34 冷火 阅读(289) 评论(0) 推荐(0) 编辑
摘要: Some time requirement could be like, client do not want more than one person to logged in to the system with the same name, different people suggest different solutions and all the solutions work fine... 阅读全文
posted @ 2007-08-12 16:59 冷火 阅读(254) 评论(0) 推荐(0) 编辑
摘要: In web.config file you will get following Windows: Is used togther with IIS authentication, where authentication is perform in the following ways: Basic,digest or integrated wi... 阅读全文
posted @ 2007-08-12 16:58 冷火 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 今天突然想起如何转换日历的事,就上CNBLOGS查了下 找到了一篇文章 【农历】计算方法--- (阳历转阴历) http://www.cnblogs.com/zhangzs8896/archive/2004/10... 甚是感叹 摘过来 备用 CREATE TABLE SolarData ( yearId int not null, data char(7) not... 阅读全文
posted @ 2007-06-09 11:00 冷火 阅读(2933) 评论(0) 推荐(0) 编辑
摘要: protected void Button1_ServerClick(object sender, System.EventArgs e) { if(File1.PostedFile!=null) { string fileName = File1.PostedFile.FileNam... 阅读全文
posted @ 2007-06-09 10:58 冷火 阅读(711) 评论(0) 推荐(0) 编辑
摘要: 好像有点问题 等有时间再好好看看吧 帖出来 这个没有使用数据库 节气和星座还没有出来 /* */ using System; namespace YyAy.Web.WebClass { #region 使用范例 // 可将这段代码取消注释运行可以得到示例结果。。 // public class MyTest // { ... 阅读全文
posted @ 2007-06-09 10:46 冷火 阅读(658) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/21aspnet/archive/2007/03/20/1534398.aspx因为近来想写个类似于远程桌面监控的程序,该程序中要用到屏幕捕捉.为实现该程序的一部分功能,做了个小DEMO.程序很简单,用到的技术也不多,只能实现类似qq的截图功能(方法虽然很笨)程序流程如下:1.截取整个屏幕并保存2.新开一个全屏窗口,将保存的屏幕作为背景3.鼠标拖动改变截取... 阅读全文
posted @ 2007-06-09 10:43 冷火 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 定位一直是WEB标准应用中的难点,如果理不清楚定位那么可能应实现的效果实现不了,实现了的效果可能会走样。如果理清了定位的原理,那定位会让网页实现的更加完美。 定位的定义: 在CSS中关于定位的内容是:position:relative | absolute | static | fixed static 没有特别的设定,遵循基本的定位规定,不能通过z-index进行层次分级。 relative 不... 阅读全文
posted @ 2007-06-09 10:20 冷火 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 在Web中经常碰到链接提示文字效果,就是当鼠标经过URL链接时,立刻弹出一个提示层(DIV),提示链接内容等等相关文字.虽然知道是用隐藏DIV实现de.JS文件代码如下(mouse_on_title.js):"); function showPopupText(){var o=event.srcElement; MouseX=event.x; MouseY=event.y; if(o.alt!=n... 阅读全文
posted @ 2007-06-09 10:19 冷火 阅读(328) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Text;using System.Text.RegularExpressions;namespace UBBTest{/// /// UBB 的摘要说明。/// public class UBB{ public UBB() { // // TODO: 在此处添加构造函数逻辑 // } #region 公共静态方法 ... 阅读全文
posted @ 2007-06-09 10:17 冷火 阅读(452) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页