建站教程 第3页


Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/12/011935PMt.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/12/011935gEe.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/12/0119363ax.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

wordpress不同分类使用不同的模板

3

西安王尘宇 - 网站建设 发布于 2013年12月28日 09:19

1.登录wordpress后台,找到分类目录的ID,如图。 2.将分类文件category.php文件另存为category-id.php,id为上一步获取的分类ID号,如此例中三星产品分类是4,那么保存的文件名就是category-4.php。 3.调整categ &helli...

阅读(4535)赞 (0)

.htaccess文件的妙用你知道多少?

西安王尘宇 - 网站建设 发布于 2013年12月28日 09:14

首先介绍下.htaccess文件到底是什么,.htaccess是Apache HTTP Server系统级别的配置文件,通常用来实现主机本身以外的一些功能的,比如说重定向、Gzip、以及访问限制等等。。。 那么下面就介绍10个关于.hta …

阅读(4045)赞 (0)

HTML代码大全

西安王尘宇 - 网站建设 发布于 2013年11月21日 13:06

1.结构性定义 文件类型 <HTML></HTML> (放在档案的开头与结尾)文件主题 <TITLE></TITLE> (必须放在「文头」区块内)文头 <HEAD></HEAD> (描述性资料,像是「主题 &...

阅读(3094)赞 (0)

css固定层,悬浮置顶的方法

西安王尘宇 - 网站建设 发布于 2013年11月08日 09:56

我们经常碰到的需求是希望页面某个元素固定在浏览器的一个位置,无论如何滚动滚动条,位置不变,就例如经常看到的弹出广告。方法一般是使用js控制,或者使用css。这里我写的是css的控制方法。

阅读(9687)赞 (3)


Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081321B1g.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081322t5S.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081322YeV.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081322KDl.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081322Ei3.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081322DpZ.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081323PXw.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081323hl2.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081323vfZ.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081324PT8.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081324BjF.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081324PAW.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/081324OuL.jpg): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

CSS做到完全居中的几种方法。

13

西安王尘宇 - 网站建设 发布于 2013年10月13日 08:03

我们都知道 margin:0 auto; 的样式能让元素水平居中,而 margin: auto; 却不能做到垂直居中……直到现在。但是,请注意!想让元素绝对居中,只需要声明元素高度,并且附加以下样式,就可以做到:

阅读(2792)赞 (0)

如何防止CC攻击

西安王尘宇 - 网站建设 发布于 2013年10月10日 16:22

有个朋友服务器遭受攻击,目前可以断定是CC攻击,所以提供个PHP防CC攻击代码。说的有点过分了,其实也就是防止快速刷新代码,对于那么多的伪造IP,这个也起不了多大作用。CC攻击,还真是个头疼的问题。直接上代码。

阅读(2388)赞 (0)


Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/015319zRI.png): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(https://www.iseeyu.com/wp-content/uploads/2013/10/wumii-300x149.png): failed to open stream: Connection refused in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(): open_basedir restriction in effect. File(/c:/users/ADMINI~1/appdata/roaming/360se6/USERDA~1/Temp/1_1303~1.PNG) is not within the allowed path(s): (/www/wwwroot/wangchenyu.com:/tmp/:/dev/shm/nginx-cache/wp) in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886

Warning: getimagesize(file:///c:/users/ADMINI~1/appdata/roaming/360se6/USERDA~1/Temp/1_1303~1.PNG): failed to open stream: Operation not permitted in /www/wwwroot/wangchenyu.com/wp-content/themes/iseeyu/functions.xiu.php on line 886