JinYon 发布的文章

网页中常用的命名

一些常用的css 命名页头:header登录条:loginbar标志:logo侧栏:sidebar广告:banner导航:nav子导航:subnav菜单:menu子菜单:submenu搜索:search滚动:scroll页面主体:main内容:content标签页:tab文章列表:list提示信息:msg小技巧:tips栏目标题:title加入:joinus指南:guild服务:servic...

JinYon 2012 年 12 月 28 日 暂无评论

iis下加载php_curl的方法

1.找到php.ini.修改extension=php_curl.dll 去掉前面的分号。  2.把3个dll,php_curl.dl llibeay32.dll ssleay32.dll 复制到 windows/system32下。如不行,把php5ts.dll也复制进去。  3.重启php的服务。就是重启iis。  心得:需要注...

JinYon 2012 年 12 月 28 日 暂无评论

javascript显示textarea剩余字数

javascript显示textarea剩余字数<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><meta name="robots" content="all" /><meta name="author" content=...

JinYon 2012 年 12 月 28 日 暂无评论

javascript定时关闭的层

javascript定时关闭的层<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><h...

JinYon 2012 年 12 月 28 日 暂无评论

php全选删除

php全选删除<?if ($_POST['selectid']) {$ids = implode(',', $_POST['selectid']);mysql_query("DELETE FROM table WHERE id IN ($ids)");} else {echo "<script language='javas...

JinYon 2012 年 12 月 28 日 暂无评论