主机笔记,各种服务器教程,vps教程,尽在https://www.zhujibiji.com/
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.
TP框架报错: think\Model:relation方法不存在 首先检查大小写,尤其是模型名称首字母大写 /**** 模型名字QqModel.class.php ******************************************************/ namesp...
$config=array( 'maxSize' => 3145728, 'savePath' => '.
public function zhanshi(){$cate = M('cate'); //实例化数据表 $count = $cate->count(); //获取总的记录数 $Page = new \Think\P...
$data['catename'] = I('catename'); 获取表单的数据 $cate=D('cate'); 实例化cate表 $cate->create($data); ...
mysql_query('use test'); //选库 mysql_query('set names utf8'); //编码 $sql="select * from user"; //获取sql资源while...
php留言板 p,textarea{vertical-align:top;} 名字: 留言: 说: 下面是php脚本
ajax验证 function validation(){ var name=document.getElementById('username').
function resi() { var html = document.querySelector("html"); var wW = document.body.clientWidth || document.
@media screen and (min-width:320px) and (max-width:321px) { html { font-size: 62.5%; } } @media screen and (min-width:321px) and (max-width:322px) { html { font-size: 62.
body, h1, h2, h3, h4, h5, h6, hr, p,blockquote, dl, dt, dd, ul, ol, li,pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium...
在特定class下指定width:auto;即可
修改.htaccess文件 Order Deny,Allow //开启屏蔽Deny from 124.64.242.117 //要屏蔽的ip
APP下载 if(navigator.userAgent.indexOf("Kenfor")==-1 && navigator.userAgent.
1 function mobile_device_detect(url) { 2 var thisOS = navigator.platform; 3 var os = new Array("iPhone", "iPod", "iPad", "android...
var picw = $("#banner1").width(); /获取图片宽度var pich = $("#banner1").height();var x1 = parseInt(picw*0.
加上这段js代码就可以了 首页和列表页实时刷新代码
首先先做个备份,将备份下载到本地。 在本地新建一个数据库,用phpmyadmin导入下载下来的数据库。 登录ftp,下载整站,并将网站的数据库配置文件修改为新建的数据库配置。 现在应该可以访问网站了
-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.
今天要做一个图片列表,因为是临时用的,就把图片存放在了img/linshi文件夹下,但是在网页上总是显示不了,提示载入制定url失败, 找了半天,把图片放在上级目录,img下立刻就能访问了。
window.onload=function(){ document.onmousemove=function (ev) { var oEvent=ev||event; var oDiv=document.
因为要去找工作,就想把自己先做个网站到时面试能加分。 于是,织梦登场,当然工作了可能也是必备的。 第一天,文档模板总是提示不存在,但是我已经改了啊,结果搜索了一天答案都没找到问题,第二天醒来发现把下划线写成了减号。
本打算写一个轮播图,但是获取到图像后想改变图片地址,却jq方法各种不能实现,开始以为是jq文件弄错了,用百度的cdn试了下还是报错。 于是开始了alert调试。 我是用的jquery获取类 var a=$('.
只需要为添加效果的图片定义一个伪类 img.zoom-img:hover { -webkit-transform: scale(1.15); -webkit-transition-timing-function: ease-out; -webkit-transit...
doctype html> Jquery body{height:3000px; background:#09F;} .wenzi{position:absolute; left:0; top:0;} p{cursor:pointer;} $(function(){ $(document).
doctype html> Jquery $(function(){ $('#btn').click(function(){ $('#bk').
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.
#div1{width:400px;height:400px;background-color:red;} function blue(){ div1=document.getElementById('div1'); div1.