DOS 命令下用XCOPY 目录时出现选择是文件名还是目录名?(F = 文件 D = 目录)
作者:cmscn 日期:2009-09-12
jQuery技巧大放送
作者:cmscn 日期:2009-09-09
jQuery技巧大放送
1、关于页面元素的引用
通过jquery的$()引用元素包括通过id、class、元素名以及元素的层级关系及dom或者xpath条件等方法,且返回的对象为jquery对象(集合对象),不能直接调用dom定义的方法。
2、jQuery对象与dom对象的转换
只有jquery对象才能使用jquery定义的方法。注意dom对象和jquery对象是有区别的,调用方法时要注意操作的是dom对象还是jquery对象。
普通的dom对象一般可以通过$()转换成jquery对象。
1、关于页面元素的引用
通过jquery的$()引用元素包括通过id、class、元素名以及元素的层级关系及dom或者xpath条件等方法,且返回的对象为jquery对象(集合对象),不能直接调用dom定义的方法。
2、jQuery对象与dom对象的转换
只有jquery对象才能使用jquery定义的方法。注意dom对象和jquery对象是有区别的,调用方法时要注意操作的是dom对象还是jquery对象。
普通的dom对象一般可以通过$()转换成jquery对象。
Tags: jQuery
[转]一贴学会PHP
作者:cmscn 日期:2009-09-08
Response.Redirect中的中文编码问题
作者:cmscn 日期:2009-09-04
用Response.Redirect做页面转向的时候,
http://www.bullcn.com/中文.rar
会变成
http://www.bullcn.com/%D6%D0%CE%C4.rar
http://www.bullcn.com/中文.rar
会变成
http://www.bullcn.com/%D6%D0%CE%C4.rar
Tags: 编码
博客发表排行
作者:cmscn 日期:2009-09-02
<table border=0 width='100%'>
<%
sql="select top 5 author,count(id) as num from blog_data group by author order by count(1) desc,author"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
response.write vbcrlf&" <tr><td>"&rs("author")&"</a> ("&rs("num")&")</td></tr>"
为你的论坛添加宣传代码"粘贴到你的QQ/MSN上推荐给你的好友
作者:cmscn 日期:2009-09-01
Google Maps API
作者:cmscn 日期:2009-08-30
Google Maps API 第2版中文文档 http://www.step1.cn/GoogleApi/map2/documentation.htm
Google Maps API 第2版升级指南 http://www.step1.cn/GoogleApi/map2/upgrade.htm
Google Maps API 第2版类参考 http://www.step1.cn/GoogleApi/map2/reference.htm
另外一个版本的Google Maps API 2中文文档 http://www.zmap.org/doc/maps/documentation/
Google Maps API 第2版升级指南 http://www.step1.cn/GoogleApi/map2/upgrade.htm
Google Maps API 第2版类参考 http://www.step1.cn/GoogleApi/map2/reference.htm
另外一个版本的Google Maps API 2中文文档 http://www.zmap.org/doc/maps/documentation/
新闻滚动效果
作者:cmscn 日期:2009-08-30
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title> code.js.cn </title>
<style>
a{display:block;font-size:15px;line-height:18px;text-decoration:none;color:#333;font-family:Arial;font-size:12px;}
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title> code.js.cn </title>
<style>
a{display:block;font-size:15px;line-height:18px;text-decoration:none;color:#333;font-family:Arial;font-size:12px;}
解决Wordpress安装时出现Warning: Cannot modify header info
作者:cmscn 日期:2009-08-28
在开始使用Wordpress之初,我经常在wp-admin/install.php这个“著名的五分钟安装现场”之后,发现他明明已经提示没有问题,已经安装好了,自己的WP管理后台上头却会出现类似这样的“乱码提示”(错误提示):
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\w\wp-config.php:1)
那个时候花了好长时间折腾不出原因,后来只是因为换了不同版本的Wordpress安装包,就没问题了,但一直不知其所以然。
现在我可以告诉你,这个问题,实在是太简单了,如果你现在出现了这个问题,请看下去吧,相信五分钟以内你的问题可以得到解决!
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\w\wp-config.php:1)
那个时候花了好长时间折腾不出原因,后来只是因为换了不同版本的Wordpress安装包,就没问题了,但一直不知其所以然。
现在我可以告诉你,这个问题,实在是太简单了,如果你现在出现了这个问题,请看下去吧,相信五分钟以内你的问题可以得到解决!
Tags: wordpress
控制IIS的DLL
作者:cmscn 日期:2009-08-28
新打开一个类模块
Public Function WebCreate(ByVal WebIP As String, ByVal WebDir As
String, ByVal WebComment As String, Optional hostname As String,
Optional DefaultDoc = "index.htm,index.asp,default.htm,default.asp",
Optional AccessExecute = True, Optional frontPageWeb = True, Optional
EnableDefaultDoc = True, Optional accessread = True, Optional
AccessScript = True)
Public Function WebCreate(ByVal WebIP As String, ByVal WebDir As
String, ByVal WebComment As String, Optional hostname As String,
Optional DefaultDoc = "index.htm,index.asp,default.htm,default.asp",
Optional AccessExecute = True, Optional frontPageWeb = True, Optional
EnableDefaultDoc = True, Optional accessread = True, Optional
AccessScript = True)