2007年1月31日

摘要: alert(document.documentElement.clientWidth); alert(document.documentElement.clientHeight);这两个才是真正的客户区的大小,你自己比较一下这个值就知道的document.body.offsetWidthdocume... 阅读全文

posted @ 2007-01-31 15:37 羽枫 阅读(223) 评论(0) 推荐(0)


2006年7月17日

摘要: 注册表中 找到PrintJobLimit设置为0 阅读全文

posted @ 2006-07-17 14:49 羽枫 阅读(1146) 评论(1) 推荐(0)


2006年6月9日

摘要: vs20051.生成一个Guid[Guid("C4AB0A47-304D-486c-9E73-78E000591148")] public partial class UserControl2 : UserControl2。assemblyinfo.cs下的配置[assembly: ComVisib... 阅读全文

posted @ 2006-06-09 14:40 羽枫 阅读(310) 评论(0) 推荐(0)


2006年3月23日

摘要: http://developer.ccidnet.com/art/322/20021210/33121_1.html 阅读全文

posted @ 2006-03-23 17:29 羽枫 阅读(295) 评论(0) 推荐(0)


2006年1月16日

摘要: http://blog.csdn.net/yjz0065/archive/2006/01/16/580876.aspx 阅读全文

posted @ 2006-01-16 16:22 羽枫 阅读(242) 评论(0) 推荐(0)


2005年11月11日

摘要: 'ez' => 'application/andrew-inset', 'hqx' => 'application/mac-binhex40', 'cpt' => 'application/mac-compactpro', 'doc' => 'application/msword', 'bin' =... 阅读全文

posted @ 2005-11-11 14:15 羽枫 阅读(362) 评论(0) 推荐(0)


2005年10月27日

摘要: 在oracle中有很多关于日期的函数,如: 1、add_months()用于从一个日期值增加或减少一些月份 date_value:=add_months(date_value,number_of_months) 例: SQL> select add_months(sysdate,12) "N... 阅读全文

posted @ 2005-10-27 09:52 羽枫 阅读(423) 评论(0) 推荐(0)


2005年10月21日

摘要: 1、Response.Cache.Setcacheability(System.Web.HttpCacheability.Nocatch)使页面缓存失效,每次都要重新获取新页面,因此可以屏蔽掉后退时间此外,由于Session并不稳定,在很多机器上都不能够正常度过它的生存周期就消失掉了。(原因我也只是... 阅读全文

posted @ 2005-10-21 11:36 羽枫 阅读(207) 评论(0) 推荐(0)


2005年9月20日

摘要: void CTrueColorToolBar::OnToolbarDropDown(NMHDR* pnmtb, LRESULT *plr){LPNMTOOLBAR pNMToolBar = reinterpret_cast(pnmtb) ; for (int i = 0; i stDropDownI... 阅读全文

posted @ 2005-09-20 16:18 羽枫 阅读(532) 评论(1) 推荐(0)


2005年8月11日

摘要: 在windows 9x、NT、2000下,所有的可执行文件都是基于Microsoft设计的一种新的文件格式Portable Executable File Format(可移植的执行体),即PE格式。有一些时候,我们需要对这些可执行文件进行修改,下面文字试图详细的描述PE文件的格式及对PE格式文件的... 阅读全文

posted @ 2005-08-11 09:20 羽枫 阅读(836) 评论(1) 推荐(0)


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3