}
«网站首页

mustardpeanut

关注此人
把mustardpeanut加为好友
附言:



最新动态
  • mustardpeanut 发表博客:tinymce 应用 三 2011-08-01 18:25
    原文地址:http://ssh-2009-126-com.javaeye.com/blog/599501 Java代码 <script type="text/javascript" src="<you...
  • mustardpeanut 发表博客:tinymce 应用 二 2011-08-01 18:25
    原文地址:http://ssh-2009-126-com.javaeye.com/blog/599480 在源代码编辑器和所见即所得编辑器之间进行切换 Java代码 <form method="pos...
  • mustardpeanut 发表博客:tinymce 应用 一 2011-08-01 18:24
    tinymce 应用 一 原文地址:http://ssh-2009-126-com.javaeye.com/blog/599447 添加去除Tool Bar Java代码 <script type="...
  • mustardpeanut 发表博客:HTML标签的overflow处理 2011-07-07 15:11
    使用CSS来修饰滚动条 1.overflow内容溢出时的设置 overflow-x水平方向内容溢出时的设置 overflow-y垂直方向内容溢出时的设置 以上三个属性设置的值为visible(默认值)...
  • 原文地址http://www.bitscn.com/school/HTMLCSS/200808/150107.html 这是一个不太引人注意的问题,在IE浏览器下面中英文字体混排的时候,常常会出现不对...
  • 网上遇到的两个php写的爬虫程序,感觉不错,收集进来,一块瞅瞅:sphider:(http://www.sphider.eu/)Sphider is a popular open-source web...
  • http://www.webappers.com/category/security/
  • mustardpeanut 发表博客:php DES 2011-04-12 10:23
    数据加密标准(DES,Data Encryption Standard)是一种使用密钥加密的块密码,1976年被美国联邦政府的国家标准局确定为联邦资料处理标准(FIPS),随后在国际上广泛流传开来。它...
  • mustardpeanut 发表博客:复制功能 2011-04-07 10:22
    <html><head><scripttype="text/javascript">functioncopyCode(id){vartestCode=document.getElementById(i...
  • mustardpeanut 发表博客:JQuery UI Layout 2011-02-25 14:19
    原文地址http://idream.javaeye.com/blog/770887 做一个美观点的后台页面,考虑使用EXTJs。可考虑到协议的问题,最终还是放弃了,继续使用jQuery吧。传统的后台页...
  • Zend Optimizer not Installed 出错的解决方法通过输入phpinfo()信息查看:This program makes use of the Zend Scripting L...
  • mustardpeanut 发表博客:内存不可读 2010-12-29 14:24
    运行某些程序的时候,有时会出现内存错误的提示,然后该程序就关闭。 “0x????????”指令引用的“0x????????”内存。该内存不能为“read”。 “0x????????”指令引用的“0x?...
  • mustardpeanut 发表博客:LOCK DATABASE 2010-12-08 11:29
    USE databasename;FLUSH TABLES WITH READ LOCK;/* alternatively lock a single table:LOCK TABLES custom...
  • mustardpeanut 发表博客:LIMUX date 2010-12-08 11:23
    mkdir db_"`date +%Y%m%d%H:%M:%S`"date(1) - Linux man pageNamedate - print or set the system date and...
  • mustardpeanut 发表博客:IP 地址正则表达式 2010-09-13 10:27
    /^(\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...
  • mustardpeanut 发表博客:html appendChild RemoveChild 2010-08-12 15:18
    [代码][代码]
  • mustardpeanut 发表博客:firefox IE播放音频文件 2010-08-03 14:56
    代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->...
  • js包下载: http://www.bosrup.com/web/overlib/?Download应用:overLIB 使用非常的简单。一、在<head></head> 标签...
  • windows用户到 C:\WINDOWS\Fonts 目录下找一个你要用的中文的字体 ttf文件。我用的是华文宋体(TrueType) 放到你要运行的php文件的目录下,这个你随便放,路径不写错就可...
  • mustardpeanut 发表博客:CSS 未知高度垂直居中 2010-07-09 10:17
    原文地址 http://www.cnblogs.com/rubylouvre/archive/2010/07/08/1774025.html代码Code highlighting produced b...
  • 原文地址:http://www.php6d.com/article/201001/201001_1264039039.htmlphp中session过期时间设置及回收机制详解: 修改php中的sess...
  • mustardpeanut 发表博客:set up session lifetime 2010-06-22 17:19
    login.html代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlight...
  • mustardpeanut 发表博客:phpmailer 2010-06-21 16:23
    Linux服务器一开防火墙就出来错误Uncaught exception 'phpmailerException' with message 'SMTP Error: Could not connec...
  • mustardpeanut 发表博客:FLEAPHP学习笔记2 -- 数据库 2010-06-07 13:59
    defined('APP_DIR') or die("HTTP/1.0 404 Not Found");FLEA::loadClass('FLEA_Db_TableDataGateway');clas...
  • mustardpeanut 发表博客:FLEAPHP学习笔记 2010-05-31 15:32
    FLEAPHP 多语言:1. 配置文件APP_INF.php中,写入你要用的语言的名称/*** 指示可用的语言*/'languages' => array( '简体中文' => 'simp...
  • mustardpeanut 发表博客:正则表达式手机号码 2010-05-25 14:56
    function checkMobilephone(str) { var pat = new RegExp('^[1-9]\\d{10}$'); return str.match(pat);}func...
  • mustardpeanut 发表博客:calendar控件 2010-04-21 15:25
    http://www.my97.net/dp/index.asp 日历控件。IE6, FIREFOX都支持。
  • mustardpeanut 发表博客:php opcode 2010-02-09 17:05
    原文地址: http://blog.csdn.net/laruence/archive/2008/07/18/2673488.aspxOpcode是一种PHP脚本编译后的中间语言,就像Java的Byt...
  • mustardpeanut 发表博客:PHP程序员经常犯的10中错误 2010-02-09 14:48
    原文连接: http://www.cnblogs.com/Lovepanda/archive/2010/02/02/1662097.htmlPHP程序员经常犯的10中错误,大多数和安全相关。1.不转意...
  • mustardpeanut 发表博客:javascript操作硬盘上的文件 2010-02-04 16:22
    第一次运行(IE6浏览器):[代码]直接出错:activex部件不能创建对象:'scripting.filesystemobject'找了下解决方案: 要注册一下dll文件 操作系统(window x...
Top