上一页 1 2 3 4 5 6 ··· 9 下一页

2011年4月7日

摘要: <html><head><scripttype="text/javascript">functioncopyCode(id){vartestCode=document.getElementById(id).value;if(copy2Clipboard(testCode)!=false){alert("生成的代码已经复制到粘贴板,你可以使用Ctrl+V贴到需要的地方去了哦!");}}copy2Clipboard=function(txt){if(window.clipboardData){window.clipboar 阅读全文
posted @ 2011-04-07 10:23 mustardpeanut 阅读(265) 评论(0) 推荐(0)

2011年2月25日

摘要: 原文地址http://idream.javaeye.com/blog/770887 做一个美观点的后台页面,考虑使用EXTJs。可考虑到协议的问题,最终还是放弃了,继续使用jQuery吧。传统的后台页面布 局是表格套表格,加上freamset已经ifream,当然也可以做到美观,可那是一个乱啊。下面介绍一个jQuery的插件,目前除了官方的英文文 档,还没有发现可用的中文说明。用我极差的文笔在这里发表一下,希望大家不要介意。只是把自己的收获与大家分享一下。废话不多说,上正题! 首先,这个插件叫做:jQuery UI.Layout Plug-in 官方站点:http://layout.jquer 阅读全文
posted @ 2011-02-25 14:19 mustardpeanut 阅读(2129) 评论(1) 推荐(1)

2010年12月29日

摘要: Zend Optimizer not Installed 出错的解决方法通过输入phpinfo()信息查看:This program makes use of the Zend Scripting Language Engine:Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies with Zend Optimizer v3.3.3, Copyright (c) 阅读全文
posted @ 2010-12-29 14:29 mustardpeanut 阅读(983) 评论(0) 推荐(0)
 
摘要: 运行某些程序的时候,有时会出现内存错误的提示,然后该程序就关闭。 “0x????????”指令引用的“0x????????”内存。该内存不能为“read”。 “0x????????”指令引用的“0x????????”内存,该内存不能为“written”。 不知你出现过类似这样的故障吗?(0x后面内容有可能不一样。) 一般出现这个现象有方面的,一是硬件,即内存方面有问题,二是软件,这就有多方面的问题了。 1、微软IE缓冲溢出漏洞引起 2、内存或虚拟内存地址使用冲突造成 程序的运行需要分配一定的内存地址给程序使用,当程序结束时释放留出空间让给新的程序使用,win是多任务的系统 有时前程序未结束 又 阅读全文
posted @ 2010-12-29 14:24 mustardpeanut 阅读(389) 评论(0) 推荐(0)

2010年12月8日

摘要: USE databasename;FLUSH TABLES WITH READ LOCK;/* alternatively lock a single table:LOCK TABLES customers READ; *//* running my backup */UNLOCK TABLES; 阅读全文
posted @ 2010-12-08 11:30 mustardpeanut 阅读(241) 评论(0) 推荐(0)
 
摘要: mkdir db_"`date +%Y%m%d%H:%M:%S`"date(1) - Linux man pageNamedate - print or set the system date and timeSynopsisdate [OPTION]... [+FORMAT]date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]DescriptionDisplay the current time in the given FORMAT, or set the system date.-d, --date=STRING display time 阅读全文
posted @ 2010-12-08 11:24 mustardpeanut 阅读(177) 评论(0) 推荐(0)

2010年9月13日

摘要: /^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])$/ 阅读全文
posted @ 2010-09-13 10:28 mustardpeanut 阅读(144) 评论(0) 推荐(0)

2010年8月12日

摘要: [代码][代码] 阅读全文
posted @ 2010-08-12 15:22 mustardpeanut 阅读(315) 评论(0) 推荐(0)

2010年8月3日

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-t... 阅读全文
posted @ 2010-08-03 14:59 mustardpeanut 阅读(233) 评论(0) 推荐(0)

2010年7月23日

摘要: js包下载: http://www.bosrup.com/web/overlib/?Download应用:overLIB 使用非常的简单。一、在<head></head> 标签内添加: <script type="text/javascript" src="overlib.js"><!-- overLIB (c) Erik Bosrup --><... 阅读全文
posted @ 2010-07-23 15:29 mustardpeanut 阅读(567) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页